[Active] [Bug 320237] Indexing seems completely broken in RC1

Vishesh Handa me at vhanda.in
Tue Jun 4 12:15:47 UTC 2013


https://bugs.kde.org/show_bug.cgi?id=320237

--- Comment #11 from Vishesh Handa <me at vhanda.in> ---
Could you possibly add this and then paste the debug output of nepomukstorage-

diff --git a/services/storage/datamanagementmodel.cpp
b/services/storage/datamanagementmodel.cpp
index f12ab55..f736118 100644
--- a/services/storage/datamanagementmodel.cpp
+++ b/services/storage/datamanagementmodel.cpp
@@ -1298,6 +1298,7 @@ QHash<QUrl, QUrl>
DataManagementModel::storeResources(const SimpleResourceGraph&
                                                       StoreIdentificationMode
identificationMode,
                                                       StoreResourcesFlags
flags)
 {
+    kDebug() << resources;
     if(app.isEmpty()) {
         setError(QLatin1String("storeResources: Empty application specified.
This is not supported."), Soprano::Error::ErrorInvalidArgument);
         return QHash<QUrl, QUrl>();


A simple way to do it would be to shutdown nepomuk via nepomukctl stop. And
then only start the storage service via nepomukstorage. Then index any one file
by running the nepomukindexer on that file.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the Active mailing list