Hi,

suppose that there is an incorrect line in one of your ontology / .nt files, 
probably something like:
        <http://my.namespace.com/ontology#SomeClass     - missing closing 
bracket, or missing opening bracket
or some missing character like '/' in any URI.

Try parsing each file with an object of RDFParser type, these are in 
sesame-rio-parser*.jar and you can see where the mistake is.

HTH
Boyan

-- 
Boyan Kukushev
Software Engineer / Java Developer
Ontotext AD @ Sirma Group Corp.


On Thu November 18 2010 15:51:04 VERMILLION, Bonnie wrote:
> Philip,
> 
> I'm now getting another error: - please advise!
> 
> Thank you,
> Bonnie
> 
> 08:47:56 [INFO]      0[main](KIM_SERVICE) - : : : : : : : : KIM SERVER START 
> : : : : : : : :
> 08:47:56 [INFO]    109[main](KIM_SERVICE) - KIMService registered on port 1099
> 08:47:56 [INFO]    
> 156[ComponentStarter-Thread-2](trree.OwlimSchemaRepository) - 
> OwlimSchemaRepository: 3.3
> 08:47:56 [INFO]    
> 156[ComponentStarter-Thread-2](trree.OwlimSchemaRepository) - Build date:  
> 06-22-2010 11:57
> 08:47:56 [INFO]    
> 156[ComponentStarter-Thread-2](trree.OwlimSchemaRepository) - Configured 
> parameter 'imports' to 'kb/owl/owl.rdfs;
>                                                                 
> kb/owl/protons.owl;
>                                                                 
> kb/owl/protont.owl;
>                                                                 
> kb/owl/protonu.owl;
>                                                                 
> kb/dispreg.owl;'
> 08:47:56 [INFO]    
> 156[ComponentStarter-Thread-2](trree.OwlimSchemaRepository) - Configured 
> parameter 'defaultNS' to 'http://www.w3.org/2002/07/owl#;
>                                                                 
> http://proton.semanticweb.org/2006/05/protons#;
>                                                                 
> http://proton.semanticweb.org/2006/05/protont#;
>                                                                 
> http://proton.semanticweb.org/2006/05/protonu#;
>                                                                 
> http://www.semanticweb.org/ontologies/2010/10/15/dispreg.owl#;'
> 08:47:56 [INFO]    
> 156[ComponentStarter-Thread-2](trree.OwlimSchemaRepository) - Configured 
> parameter 'base-URL' to 'http://www.ontotext.com/kim/2006/05/wkb#'
> 08:47:56 [INFO]    
> 156[ComponentStarter-Thread-2](trree.OwlimSchemaRepository) - Configured 
> parameter 'ruleset' to 'kb/KIMRules.pie'
> 08:47:56 [INFO]    
> 156[ComponentStarter-Thread-2](trree.OwlimSchemaRepository) - Configured 
> parameter 'ftsLiteralsOnly' to 'true'
> 08:47:56 [INFO]    
> 156[ComponentStarter-Thread-2](trree.OwlimSchemaRepository) - Configured 
> parameter 'console-thread' to 'false'
> 08:47:56 [INFO]    
> 156[ComponentStarter-Thread-2](trree.OwlimSchemaRepository) - Configured 
> parameter 'useShutdownHooks' to 'false'
> 08:47:56 [INFO]    
> 156[ComponentStarter-Thread-2](trree.OwlimSchemaRepository) - Configured 
> parameter 'entity-index-size' to '400000'
> 08:47:56 [INFO]    
> 156[ComponentStarter-Thread-2](trree.OwlimSchemaRepository) - Configured 
> parameter 'ftsIndexPolicy' to 'onStartup'
> 08:47:56 [INFO]    
> 156[ComponentStarter-Thread-2](trree.OwlimSchemaRepository) - Tokenization 
> regular expression: [\p{L}\d_]+
> 08:47:56 [INFO]    
> 156[ComponentStarter-Thread-2](trree.OwlimSchemaRepository) - Repository 
> fragments: 1
> 08:47:56 [INFO]    
> 156[ComponentStarter-Thread-2](trree.OwlimSchemaRepository) - Inferencer 
> threads: 1
> 08:47:56 [INFO]    
> 156[ComponentStarter-Thread-2](trree.OwlimSchemaRepository) - ftsPolicy = 
> on-startup
> 08:47:56 [INFO]    
> 171[ComponentStarter-Thread-2](trree.OwlimSchemaRepository) - fts: indexing 
> literals only
> 08:47:56 [INFO]    
> 171[ComponentStarter-Thread-2](trree.OwlimSchemaRepository) - Configured 
> parameter 'tuple-index-memory' to '100M'
> 08:47:56 [INFO]    
> 171[ComponentStarter-Thread-2](trree.OwlimSchemaRepository) - Configured 
> parameter 'fts-memory' to '80M'
> 08:47:56 [INFO]    
> 171[ComponentStarter-Thread-2](trree.OwlimSchemaRepository) - Cache pages for 
> tuples: 5241
> 08:47:56 [INFO]    
> 171[ComponentStarter-Thread-2](trree.OwlimSchemaRepository) - Cache pages for 
> predicates: 0
> 08:47:56 [INFO]    
> 171[ComponentStarter-Thread-2](trree.OwlimSchemaRepository) - Cache pages for 
> FTS: 4193
> 08:47:56 [INFO]    
> 171[ComponentStarter-Thread-2](trree.OwlimSchemaRepository) - Configured 
> parameter 'storage-folder' to 'populated'
> 08:48:00 [ERROR]   4134[ComponentStarter-Thread-2](KIM_SERVICE) - Server 
> Starter thread failed!
> java.rmi.RemoteException: Error creating repository; nested exception is:
>                 java.lang.IllegalArgumentException: Not a valid (absolute) 
> URI:
>                 at 
> com.ontotext.kim.semanticrepository.UnmanagedRepositoryFactory.reconnect(UnmanagedRepositoryFactory.java:44)
>                 at 
> com.ontotext.kim.KIMServiceImpl.getSemanticRepositoryAPI(KIMServiceImpl.java:228)
>                 at 
> com.ontotext.kim.KIMServiceImpl.getSemanticRepositoryAPI(KIMServiceImpl.java:198)
>                 at 
> com.ontotext.kim.KIMServiceImpl$ServerComponentStarter.run(KIMServiceImpl.java:82)
> Caused by: java.lang.IllegalArgumentException: Not a valid (absolute) URI:
>                 at 
> org.openrdf.model.impl.URIImpl.setURIString(URIImpl.java:68)
>                 at org.openrdf.model.impl.URIImpl.<init>(URIImpl.java:57)
>                 at 
> com.ontotext.trree.HashEntityPool.toObject(HashEntityPool.java:819)
>                 at 
> com.ontotext.trree.HashEntityPool.buildFullTextSearchIndex(HashEntityPool.java:1154)
>                 at 
> com.ontotext.trree.HashEntityPool.buildFullTextIndex(HashEntityPool.java:154)
>                 at 
> com.ontotext.trree.HashEntityPool.<init>(HashEntityPool.java:143)
>                 at 
> com.ontotext.trree.OwlimSchemaRepository.initialize(OwlimSchemaRepository.java:443)
>                 at 
> org.openrdf.repository.sail.SailRepository.initialize(SailRepository.java:84)
>                 at 
> com.ontotext.kim.semanticrepository.UnmanagedRepositoryFactory.reconnect(UnmanagedRepositoryFactory.java:40)
>                 ... 3 more
> 08:48:00 [INFO]   4134[Abandoned-ComponentStarter-Thread-2](KIM_SERVICE) - It 
> is now safe to close the KIM Server.
> 08:48:00 [INFO]   4134[Abandoned-ComponentStarter-Thread-2](KIM_SERVICE) - 
> KIMService unregistered from port 1099
> 08:48:00 [INFO]   4134[Thread-3](KIM_SERVICE) - It is now safe to close the 
> KIM Server.
> 
> From: Philip Alexiev [mailto:[email protected]]
> Sent: Thursday, November 18, 2010 8:11 AM
> To: VERMILLION, Bonnie
> Cc: ENUGU, Reddy (Independent Contractor); Matthew Petrillo; mailing-list; 
> WILSON, Greg
> Subject: Re: [Kim-discussion] question about gate within KIM
> 
> Just one more correction. The UI also expects that the entities have a main 
> label (protons:mainLabel). I have modified the ontology.  So with a fresh KIM 
> and this files I send you now, you should be able to run everything.
> 
> 
_______________________________________________
Kim-discussion mailing list
[email protected]
http://ontotext.com/mailman/listinfo/kim-discussion

Reply via email to