[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-devel
Subject:    Re: Help with strigi
From:       "=?ISO-8859-1?Q?Percy_Camilo_Trive=F1o_Aucahuasi?=" <orgyforever () gmail ! com>
Date:       2008-07-21 16:56:05
Message-ID: 579229230807210956o69a0e3day158455d3f4c39240 () mail ! gmail ! com
[Download RAW message or body]

[Attachment #2 (multipart/alternative)]


Hi Sebastian.

This is the output:
"Nepomuk server already running."

I added again this :
http://techbase.kde.org/Getting_Started/Increased_Productivity_in_KDE4_with_Scripts/.bashrc
to my ~/.bashrc and nothing change, when I type strigiclient I got yhis:

QDBusError("org.freedesktop.DBus.Error.ServiceUnknown", "The name
vandenoever.strigi was not provided by any .service files")
QDBusMessage(type=MethodCall, service="vandenoever.strigi", path="/search",
interface="vandenoever.strigi", member="getStatus", signature="",
contents=() )

If I stop the strigi daemon then:

WARNING: field 'http://strigi.sf.net/ontologies/0.9#debugParseError' is not
defined in any rdfs ontology database.
2008-07-21 16:47:43,110 [140143583221488] DEBUG strigi.daemon - filter
manager initialized
terminate called after throwing an instance of 'CLuceneError'

I thought that if I added $KDEDIR to my $DBUSDIR like this
export DBUSDIR=/usr:$KDEDIR
then my problem will disapear ... but the issue with strigi continues  ...

All the best
Percy


On Mon, Jul 21, 2008 at 6:09 AM, Sebastian Trüg <trueg@k3b.org> wrote:

> This is using the strigi dbus autostart feature (IMHO this feature should
> not
> be available at all).
> Let us better try to determine the problem with Nepomuk.
> Please check if "nepomukserver" is running. If not, please run it manually
> and
> put its output into a file:
>
> nepomukserver 2> nepomuk.out
>
> and send me the file.
>
>
> On Friday 18 July 2008 23:09:01 Percy Camilo Triveņo Aucahuasi wrote:
> > Finally strigi is running now, I had to copy the file
> > $HOME/kde/share/dbus-1/services/vandenoever.strigi.service to
> > /usr/share/dbus-1/services/ folder ... I don't know why the folder
> > $HOME/kde/share/dbus-1/services is not a valid dbus path ... maybe I've
> > some problems with my xdg vars .... this is part of my .bashrc :
> >
> > # KDE
> > export KDEDIR=$HOME/kde
> > export KDEHOME=$HOME/.kde
> > export KDETMP=/tmp/kde-$USER
> > mkdir -p $KDETMP
> > export KDEDIRS=$KDEDIR
> > prepend PATH $KDEDIR/bin
> > prepend LD_LIBRARY_PATH $KDEDIR/lib
> > prepend PKG_CONFIG_PATH $KDEDIR/lib/pkgconfig
> > prepend QT_PLUGIN_PATH $KDEDIR/lib/kde4/plugins
> >
> > # DBus
> > # only set DBUS related variables if you compiled dbus on your own
> > # (which is really discouraged). if you use the distro provided dbus,
> > # skip this variable. Uncomment it if necessary.
> > #export DBUSDIR=$KDEDIR
> > #prepend PKG_CONFIG_PATH $DBUSDIR/lib/pkgconfig
> >
> > # XDG
> > # unset XDG_DATA_DIRS # to avoid seeing kde3 files from /usr
> > # unset XDG_CONFIG_DIRS
> > prepend XDG_DATA_DIRS $KDEDIR/share;$HOME/.local/share
> > prepend XDG_CONFIG_DIRS $KDEDIR/etc/xdg;$HOME/.config
> >
> > What say you about this vars?
> >
> > Regards ; )
> > Percy
> >
> >
> >
> > On Fri, Jul 18, 2008 at 1:05 PM, Percy Camilo Triveņo Aucahuasi <
> >
> > orgyforever@gmail.com> wrote:
> > > Hi Sebastian, thanks for reply.
> > >
> > > >is it possible that you do not have any backend? Not even redland?
> > >
> > > I built soprano with all backends, even the sesame (java) backend (I
> have
> > > the jdk here).
> > >
> > > I realize that my .bashrc have this settings:
> > > export KDEHOME=$HOME/.kde4
> > > I change this var to $HOME/.kde and rebuilt soprano, strigi, kdelibs
> and
> > > kdebase and nothing change. I don't know what desktop file have the
> > > org.kde.NepomukStorage service ...
> > >
> > > Percy
> > >
> > > On Fri, Jul 18, 2008 at 2:46 AM, Sebastian Trüg <trueg@k3b.org> wrote:
> > >> On Friday 11 July 2008 05:44:31 Percy Camilo Triveņo Aucahuasi wrote:
> > >> > Hello all, please I need some help with a strigi issue. When I
> enable
> > >>
> > >> the
> > >>
> > >> > strigi indexer in the nepomuk kcm, strigi don't start. I try to run
> > >> > the strigi daemon manually and got this:
> > >> >
> > >> > WARNING: field 'http://strigi.sf.net/ontologies/0.9#debugParseError
> '
> > >> > is
> > >>
> > >> not
> > >>
> > >> > defined in any rdfs ontology database.
> > >> > "(Soprano)" Error in thread 140284697278192 :
> > >> > "org.freedesktop.DBus.Error.ServiceUnknown - The name
> > >> > org.kde.NepomukStorage was not provided by any .service files"
> > >> > "(Soprano)" Error in thread 140284697278192 :
> > >> > "QLocalSocket::connectToServer: Invalid name"
> > >> > Failed to connect to Nepomuk server via local socket
> > >> > "/home/percy/.kde4/share/apps/nepomuk/socket"
> > >> >
> > >> > Also I don't know why the dockview of dolphin called "Information"
> > >> > don't have the options to add comments or tags to any selected file
> > >> > ...
> > >> >
> > >> > Please I want to use strigi and nepomuk features, I built all KDE
> and
> > >> > qt-copy from trunk today, also I build sopramo but without sesame
> > >> > (java) backend.
> > >>
> > >> is it possible that you do not have any backend? Not even redland?
> > >>
> > >> >> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to
> > >>
> > >> unsubscribe <<
>
>
>
> >> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to
> unsubscribe <<
>

[Attachment #5 (text/html)]

<div dir="ltr">Hi Sebastian.<br><br>This is the output:<br>&quot;Nepomuk server already \
running.&quot;<br><br>I added again this :<br><a \
href="http://techbase.kde.org/Getting_Started/Increased_Productivity_in_KDE4_with_Scripts/.bashrc">http:// \
techbase.kde.org/Getting_Started/Increased_Productivity_in_KDE4_with_Scripts/.bashrc</a><br> to my \
~/.bashrc and nothing change, when I type strigiclient I got \
yhis:<br><br>QDBusError(&quot;org.freedesktop.DBus.Error.ServiceUnknown&quot;, &quot;The name \
vandenoever.strigi was not provided by any .service files&quot;)<br> QDBusMessage(type=MethodCall, \
service=&quot;vandenoever.strigi&quot;, path=&quot;/search&quot;, \
interface=&quot;vandenoever.strigi&quot;, member=&quot;getStatus&quot;, signature=&quot;&quot;, \
contents=() )<br><br>If I stop the strigi daemon then:<br> <br>WARNING: field &#39;<a \
href="http://strigi.sf.net/ontologies/0.9#debugParseError">http://strigi.sf.net/ontologies/0.9#debugParseError</a>&#39; \
is not defined in any rdfs ontology database.<br>2008-07-21 16:47:43,110 [140143583221488] DEBUG \
strigi.daemon - filter manager initialized<br> terminate called after throwing an instance of \
&#39;CLuceneError&#39;<br><br>I thought that if I added $KDEDIR to my $DBUSDIR like this<br>export \
DBUSDIR=/usr:$KDEDIR<br>then my problem will disapear ... but the issue with strigi continues&nbsp; \
...<br> <br>All the best<br>Percy<br><br><br><div class="gmail_quote">On Mon, Jul 21, 2008 at 6:09 AM, \
Sebastian Trüg &lt;<a href="mailto:trueg@k3b.org">trueg@k3b.org</a>&gt; wrote:<br><blockquote \
class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; \
padding-left: 1ex;"> This is using the strigi dbus autostart feature (IMHO this feature should not<br>
be available at all).<br>
Let us better try to determine the problem with Nepomuk.<br>
Please check if &quot;nepomukserver&quot; is running. If not, please run it manually and<br>
put its output into a file:<br>
<br>
nepomukserver 2&gt; nepomuk.out<br>
<br>
and send me the file.<br>
<div><div></div><div class="Wj3C7c"><br>
<br>
On Friday 18 July 2008 23:09:01 Percy Camilo Triveņo Aucahuasi wrote:<br>
&gt; Finally strigi is running now, I had to copy the file<br>
&gt; $HOME/kde/share/dbus-1/services/vandenoever.strigi.service to<br>
&gt; /usr/share/dbus-1/services/ folder ... I don&#39;t know why the folder<br>
&gt; $HOME/kde/share/dbus-1/services is not a valid dbus path ... maybe I&#39;ve<br>
&gt; some problems with my xdg vars .... this is part of my .bashrc :<br>
&gt;<br>
&gt; # KDE<br>
&gt; export KDEDIR=$HOME/kde<br>
&gt; export KDEHOME=$HOME/.kde<br>
&gt; export KDETMP=/tmp/kde-$USER<br>
&gt; mkdir -p $KDETMP<br>
&gt; export KDEDIRS=$KDEDIR<br>
&gt; prepend PATH $KDEDIR/bin<br>
&gt; prepend LD_LIBRARY_PATH $KDEDIR/lib<br>
&gt; prepend PKG_CONFIG_PATH $KDEDIR/lib/pkgconfig<br>
&gt; prepend QT_PLUGIN_PATH $KDEDIR/lib/kde4/plugins<br>
&gt;<br>
&gt; # DBus<br>
&gt; # only set DBUS related variables if you compiled dbus on your own<br>
&gt; # (which is really discouraged). if you use the distro provided dbus,<br>
&gt; # skip this variable. Uncomment it if necessary.<br>
&gt; #export DBUSDIR=$KDEDIR<br>
&gt; #prepend PKG_CONFIG_PATH $DBUSDIR/lib/pkgconfig<br>
&gt;<br>
&gt; # XDG<br>
&gt; # unset XDG_DATA_DIRS # to avoid seeing kde3 files from /usr<br>
&gt; # unset XDG_CONFIG_DIRS<br>
&gt; prepend XDG_DATA_DIRS $KDEDIR/share;$HOME/.local/share<br>
&gt; prepend XDG_CONFIG_DIRS $KDEDIR/etc/xdg;$HOME/.config<br>
&gt;<br>
&gt; What say you about this vars?<br>
&gt;<br>
&gt; Regards ; )<br>
&gt; Percy<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; On Fri, Jul 18, 2008 at 1:05 PM, Percy Camilo Triveņo Aucahuasi &lt;<br>
&gt;<br>
&gt; <a href="mailto:orgyforever@gmail.com">orgyforever@gmail.com</a>&gt; wrote:<br>
&gt; &gt; Hi Sebastian, thanks for reply.<br>
&gt; &gt;<br>
&gt; &gt; &gt;is it possible that you do not have any backend? Not even redland?<br>
&gt; &gt;<br>
&gt; &gt; I built soprano with all backends, even the sesame (java) backend (I have<br>
&gt; &gt; the jdk here).<br>
&gt; &gt;<br>
&gt; &gt; I realize that my .bashrc have this settings:<br>
&gt; &gt; export KDEHOME=$HOME/.kde4<br>
&gt; &gt; I change this var to $HOME/.kde and rebuilt soprano, strigi, kdelibs and<br>
&gt; &gt; kdebase and nothing change. I don&#39;t know what desktop file have the<br>
&gt; &gt; org.kde.NepomukStorage service ...<br>
&gt; &gt;<br>
&gt; &gt; Percy<br>
&gt; &gt;<br>
&gt; &gt; On Fri, Jul 18, 2008 at 2:46 AM, Sebastian Trüg &lt;<a \
href="mailto:trueg@k3b.org">trueg@k3b.org</a>&gt; wrote:<br> &gt; &gt;&gt; On Friday 11 July 2008 \
05:44:31 Percy Camilo Triveņo Aucahuasi wrote:<br> &gt; &gt;&gt; &gt; Hello all, please I need some help \
with a strigi issue. When I enable<br> &gt; &gt;&gt;<br>
&gt; &gt;&gt; the<br>
&gt; &gt;&gt;<br>
&gt; &gt;&gt; &gt; strigi indexer in the nepomuk kcm, strigi don&#39;t start. I try to run<br>
&gt; &gt;&gt; &gt; the strigi daemon manually and got this:<br>
&gt; &gt;&gt; &gt;<br>
&gt; &gt;&gt; &gt; WARNING: field &#39;<a href="http://strigi.sf.net/ontologies/0.9#debugParseError" \
target="_blank">http://strigi.sf.net/ontologies/0.9#debugParseError</a>&#39;<br> &gt; &gt;&gt; &gt; \
is<br> &gt; &gt;&gt;<br>
&gt; &gt;&gt; not<br>
&gt; &gt;&gt;<br>
&gt; &gt;&gt; &gt; defined in any rdfs ontology database.<br>
&gt; &gt;&gt; &gt; &quot;(Soprano)&quot; Error in thread 140284697278192 :<br>
&gt; &gt;&gt; &gt; &quot;org.freedesktop.DBus.Error.ServiceUnknown - The name<br>
&gt; &gt;&gt; &gt; org.kde.NepomukStorage was not provided by any .service files&quot;<br>
&gt; &gt;&gt; &gt; &quot;(Soprano)&quot; Error in thread 140284697278192 :<br>
&gt; &gt;&gt; &gt; &quot;QLocalSocket::connectToServer: Invalid name&quot;<br>
&gt; &gt;&gt; &gt; Failed to connect to Nepomuk server via local socket<br>
&gt; &gt;&gt; &gt; &quot;/home/percy/.kde4/share/apps/nepomuk/socket&quot;<br>
&gt; &gt;&gt; &gt;<br>
&gt; &gt;&gt; &gt; Also I don&#39;t know why the dockview of dolphin called &quot;Information&quot;<br>
&gt; &gt;&gt; &gt; don&#39;t have the options to add comments or tags to any selected file<br>
&gt; &gt;&gt; &gt; ...<br>
&gt; &gt;&gt; &gt;<br>
&gt; &gt;&gt; &gt; Please I want to use strigi and nepomuk features, I built all KDE and<br>
&gt; &gt;&gt; &gt; qt-copy from trunk today, also I build sopramo but without sesame<br>
&gt; &gt;&gt; &gt; (java) backend.<br>
&gt; &gt;&gt;<br>
&gt; &gt;&gt; is it possible that you do not have any backend? Not even redland?<br>
&gt; &gt;&gt;<br>
&gt; &gt;&gt; &gt;&gt; Visit <a href="http://mail.kde.org/mailman/listinfo/kde-devel#unsub" \
target="_blank">http://mail.kde.org/mailman/listinfo/kde-devel#unsub</a> to<br> &gt; &gt;&gt;<br>
&gt; &gt;&gt; unsubscribe &lt;&lt;<br>
<br>
<br>
<br>
&gt;&gt; Visit <a href="http://mail.kde.org/mailman/listinfo/kde-devel#unsub" \
target="_blank">http://mail.kde.org/mailman/listinfo/kde-devel#unsub</a> to unsubscribe &lt;&lt;<br> \
</div></div></blockquote></div><br></div>



>> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic