- From: Evren Sirin <evren@cs.umd.edu>
- Date: Thu, 10 Nov 2005 17:42:19 +0000
- To: Dan Connolly <connolly@w3.org>
- CC: pellet-users@lists.mindswap.org, www-archive@w3.org
I'm not sure what exactly went wrong but there was obviously a problem with the zip file generated for beta2 release. I've just updated the zip file which should fix the problem. Thanks for reporting this, Evren Dan Connolly wrote: >trying out pellet on a Debian box posted by DanC at 2005-11-09 14:30 (+) >tags: >http://swig.xmlhack.com/2005/11/09/2005-11-09.html#1131546630.490930 >DanC: grabbed pellet-1.3-beta2.zip (Nov 1, 2005) from pellet download >area >DanC: 16M! >DanC: includes lots of .jar fiels: jena, stax, relaxngDatatype >ldodds: half of that is Jena. 2.3 is about 8M >DanC: smoke test: $ java -jar lib/pellet.jar -inputFile >http://www.w3.org/2002/12/cal/icaltzd >DanC: gives: java.lang.NoSuchMethodError: >org.mindswap.pellet.KnowledgeBase.addPropertyValue >DanC: I seem to be using sun-j2re1.5, constructed as per an article >about java on debian >logger: See discussion >DanC: Pellet 1.3-beta2 released 1 Nov > >The discussion link goes to an IRC log where you can see a couple >other people reproduced the problem. > >connolly@dirk:~/src/pellet-1.3-beta2$ java -jar lib/pellet.jar >-inputFile http://www.w3.org/2002/12/cal/icaltzd >Input file: http://www.w3.org/2002/12/cal/icaltzd >Exception in thread "main" java.lang.NoSuchMethodError: >org.mindswap.pellet.KnowledgeBase.addPropertyValue(Laterm/ATermAppl;Laterm/ATermAppl;Laterm/ATermAppl;)V at org.mindswap.pellet.jena.OWLSpeciesValidator.processTriples(OWLSpeciesValidator.java:1319) > at >org.mindswap.pellet.jena.OWLSpeciesValidator.validate(OWLSpeciesValidator.java:163) > at >org.mindswap.pellet.jena.OWLReasoner.getSpecies(OWLReasoner.java:217) >at org.mindswap.pellet.Pellet.checkSpecies(Pellet.java:186) > at org.mindswap.pellet.Pellet.run(Pellet.java:388) > at org.mindswap.pellet.Pellet.main(Pellet.java:709) >connolly@dirk:~/src/pellet-1.3-beta2$ chmod +x pellet.sh >connolly@dirk:~/src/pellet-1.3-beta2$ ./pellet.sh -inputFile >http://www.w3.org/2002/12/cal/icaltzd >Unrecognized option: -inputFile > >I'm not subscribed to pellet-users. I hope this problem report can get >there in any case. > > >
Received on Thursday, 10 November 2005 17:42:33 UTC