This forum has been archived. All content is frozen. Please use KDE Discuss instead.

Nepomuk on KDE 4.2 RC

Tags: None
(comma "," separated)
User avatar
einar
Administrator
Posts
3402
Karma
7
OS

RE: Nepomuk on KDE 4.2 RC

Sun Jan 18, 2009 10:57 am
Try running
Code: Select all
ldd /usr/lib/soprano/libsoprano_sesame2backend.so | grep found

in a terminal


"Violence is the last refuge of the incompetent."
Image
Plasma FAQ maintainer - Plasma programming with Python
User avatar
Mar91
Registered Member
Posts
55
Karma
0

RE: Nepomuk on KDE 4.2 RC

Sun Jan 18, 2009 3:25 pm
einar wrote:Try running
Code: Select all
ldd /usr/lib/soprano/libsoprano_sesame2backend.so | grep found

in a terminal


ldd /usr/lib/soprano/libsoprano_sesame2backend.so | grep found
libjvm.so => not found
DanielW
KDE Developer
Posts
71
Karma
0
OS

RE: Nepomuk on KDE 4.2 RC

Sun Jan 18, 2009 4:29 pm
Mar91 wrote: ldd /usr/lib/soprano/libsoprano_sesame2backend.so | grep found
libjvm.so => not found


You need a java jre because sesame2 is written in java. (Soprano uses it through JNI)

I would recommend to get the recent sun jre that works fine here with sesame2.


DanielW, proud to be a member of KDE forums since 2008-Oct.
User avatar
Mar91
Registered Member
Posts
55
Karma
0

RE: Nepomuk on KDE 4.2 RC

Sun Jan 18, 2009 4:57 pm
I have opensuse 11.1. could you tell me which could be the package to install?
User avatar
Mar91
Registered Member
Posts
55
Karma
0

RE: Nepomuk on KDE 4.2 RC

Sun Jan 18, 2009 5:03 pm
linux-ax95:/home/marco # rpm -qa | grep java
timezone-java-2008h-2.16
java-1_6_0-openjdk-plugin-1.2_b11-22.13
java-1_6_0-sun-1.6.0.u11-1.1
java-1_6_0-openjdk-1.2_b11-22.13
java-1_7_0-icedtea-1.5_b24-15.8
java-1_5_0-gcj-compat-1.5.0.0-56.61
linux-ax95:/home/marco # rpm -qa | grep jre
linux-ax95:/home/marco #
DanielW
KDE Developer
Posts
71
Karma
0
OS

RE: Nepomuk on KDE 4.2 RC

Sun Jan 18, 2009 5:34 pm
Mar91 wrote:linux-ax95:/home/marco # rpm -qa | grep java
timezone-java-2008h-2.16
java-1_6_0-openjdk-plugin-1.2_b11-22.13
java-1_6_0-sun-1.6.0.u11-1.1
java-1_6_0-openjdk-1.2_b11-22.13
java-1_7_0-icedtea-1.5_b24-15.8
java-1_5_0-gcj-compat-1.5.0.0-56.61
linux-ax95:/home/marco # rpm -qa | grep jre
linux-ax95:/home/marco #


I would go for java-1_6_0-sun-1.6.0.u11-1.1


DanielW, proud to be a member of KDE forums since 2008-Oct.
User avatar
Mar91
Registered Member
Posts
55
Karma
0

RE: Nepomuk on KDE 4.2 RC

Sun Jan 18, 2009 5:39 pm
I have it..
User avatar
Mar91
Registered Member
Posts
55
Karma
0

RE: Nepomuk on KDE 4.2 RC

Sun Jan 18, 2009 7:07 pm
i did: ln /usr/lib/jvm/java-1.6.0-sun-1.6.0.u11/jre/lib/i386/server/libjvm.so /usr/lib
indexing now starts, but has some issue

Last edited by Mar91 on Sun Jan 18, 2009 7:09 pm, edited 1 time in total.
DanielW
KDE Developer
Posts
71
Karma
0
OS

RE: Nepomuk on KDE 4.2 RC

Sun Jan 18, 2009 10:11 pm
Mar91 wrote:i did: ln /usr/lib/jvm/java-1.6.0-sun-1.6.0.u11/jre/lib/i386/server/libjvm.so /usr/lib
indexing now starts, but has some issue


some issue?


DanielW, proud to be a member of KDE forums since 2008-Oct.
sk8glad
Registered Member
Posts
18
Karma
0
OS

RE: Nepomuk on KDE 4.2 RC

Mon Jan 19, 2009 2:05 am
I found that to use the sesame backend, you also need the java devel package installed. There's a bug report in the opensuse bugtracker about this issue : https://bugzilla.novell.com/show_bug.cgi?id=461599


sk8glad, proud to be a member of KDE forums since 2008-Oct.
User avatar
Mar91
Registered Member
Posts
55
Karma
0

RE: Nepomuk on KDE 4.2 RC

Mon Jan 19, 2009 12:51 pm
solved, thanks a lot :D
Kryten2X4B
Registered Member
Posts
911
Karma
4
OS

RE: Nepomuk on KDE 4.2 RC

Mon Jan 19, 2009 10:29 pm
sk8glad wrote:As you can see at the bottom of that bug report, I fixed the issue by deleting anything related to nepomuk in my ~/.kde4/share/config and in ~/.kde4/share/apps. Hope that helps.


Well, I never had to do that. For me all it took was to install the sesame2 backend, and install the corresponding java-devel package. Didn't know about the java-devel package at first, but after that one was installed the indexing started to work the next time I turned on the computer. Don't know why nothing worked with the default redland backend though, but from what I've gathered the sesame backend is better anyway :)


OpenSUSE 11.4, 64-bit with KDE 4.6.4
Proud to be a member of KDE forums since 2008-Oct.
DanielW
KDE Developer
Posts
71
Karma
0
OS

RE: Nepomuk on KDE 4.2 RC

Tue Jan 20, 2009 12:48 am
Kryten2X4B wrote:Well, I never had to do that. For me all it took was to install the sesame2 backend, and install the corresponding java-devel package. Didn't know about the java-devel package at first, but after that one was installed the indexing started to work the next time I turned on the computer. Don't know why nothing worked with the default redland backend though, but from what I've gathered the sesame backend is better anyway :)


Well redland is not the default. Nepomuk uses sesame2 as default. With the slower (up to the point to be useless for some things) redland backend indexing in Nepomuk is disabled because it is too slow for it..

The problem is, that some distros do not package the sesame2 backend or do not install it by default.


DanielW, proud to be a member of KDE forums since 2008-Oct.
Kryten2X4B
Registered Member
Posts
911
Karma
4
OS

RE: Nepomuk on KDE 4.2 RC

Tue Jan 20, 2009 10:49 pm
DanielW wrote:Well redland is not the default. Nepomuk uses sesame2 as default. With the slower (up to the point to be useless for some things) redland backend indexing in Nepomuk is disabled because it is too slow for it..


Sorry about that. I should have been more explicit and said "Redland as being installed by default in OpenSUSE" Well, 11.1 and the factory repos at least. Don't know what they've planned for 11.2, which is still far (relatively speaking) into the future.


OpenSUSE 11.4, 64-bit with KDE 4.6.4
Proud to be a member of KDE forums since 2008-Oct.
adamsaltiel
Registered Member
Posts
7
Karma
0

Re: Nepomuk on KDE 4.2 RC

Fri Oct 09, 2009 2:09 pm
KDE: 4.2.2
Instructions:
http://sidux.com/module-News-display-sid-532.html
this forum - this thread - Nepomuk on KDE 4.2 RC
Up since: 9/10/2009 16:00 apprx.
Date & time now: 10/10/2009 14:32
Files in Index: 219,202
Nepomuk store size: 2.4GiB

nepomukservices 52%-60% CPU

Desktop:
Usable but sluggish

Comments:-
Files in Index: 219,202
Nepomuk store size: 2.4GiB
Hours on task: ~ 24

I think that lucene would index this far quicker. I understand that nepomux integrates lucene (is this correct?) and this shows what a lot of extra work is being done.
I started the server like this:-
nepomukserver 2> nepomuk.out
Some of this extra work can be seen in this file which is now >25 meg.
Anyone know of further resources to understand nepomuk further?
I hope this thread is still being monitored, I know it is a bit old, but these are the instructions I followed, more or less.

Adam

Further info:-
Linux:
Linux ubuntu-8 2.6.28-11-generic x86_64

Some System Info:
AMD Athlon(tm) 64 X2 Dual Core Processor 5200+
size:2600MHz capacity:3GHz clock: 201MHz
description: Motherboard
product: GeForce6100PM-M2
*-cache:0 description:L1
physical id: a
size:128KiB
*-cache:1
description: L2 cache physical id: c
size:1MiB *-cache:0 description: L1
physical id:4
size:128KiB *-cache:1 description: L2 cache physical id:a size:1MiB *-memory:0 description: System Memory physical id:1a slot: System board or motherboard size: 1918MiB


Bookmarks



Who is online

Registered users: Bing [Bot], Google [Bot], Yahoo [Bot]