rajdeokumarsingh / slug-semweb-crawler

Automatically exported from code.google.com/p/slug-semweb-crawler
Other
0 stars 0 forks source link

Exception in thread "Thread-2" java.lang.NoClassDefFoundError: com/ibm/icu/lang/UCharacter #8

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago

I have installed as in the instructions, but when I run in this mode:

C:\slug-alpha-2-src>slug -config c:\slug-alpha-2-src\config.rdf -id default 
-plan sample-plan.rdf -freshen

I see: 

Configuring...
Found Config
Found Id
Found plan
Found freshen
finished configuring, registering shutdown hook...
starting scutter
scutter thread started
Exception in thread "Thread-2" java.lang.NoClassDefFoundError: com/ibm/icu/lang/
UCharacter
        at com.hp.hpl.jena.rdf.arp.impl.CharacterModel.isComposingChar(Character
Model.java:134)
        at com.hp.hpl.jena.rdf.arp.impl.ParserSupport.checkComposingChar(ParserS
upport.java:133)
        at com.hp.hpl.jena.rdf.arp.states.AbsWantLiteralValueOrDescription.chara
cters(AbsWantLiteralValueOrDescription.java:45)
        at com.hp.hpl.jena.rdf.arp.states.WantLiteralValueOrDescription.characte

Original issue reported on code.google.com by rosturco...@gmail.com on 2 Jun 2011 at 7:24