OK will give it a try. Thanks, Carl
----- Original Message ---- From: Damyan Ognyanoff <[EMAIL PROTECTED]> To: Carl Bray <[EMAIL PROTECTED]>; [email protected] Sent: Wednesday, 3 September, 2008 11:58:33 Subject: Re: [OWLIM-discussion] RuntimeException: error Hi Carl, it's looks like another mutithread issue to me ... i've fixed it (by adding another guarded section around the related code) hope it will resolve this particullar issue the distribution on http://ww.ontotext.com/owlim/swiftowlim-3.0.beta7-sesame-2.0.zip was updated so give it a try regards, Damyan ----- Original Message ----- From: "Carl Bray" <[EMAIL PROTECTED]> To: <[email protected]> Sent: Wednesday, September 03, 2008 1:18 PM Subject: Re: [OWLIM-discussion] RuntimeException: error > > Hi Damyan, > > First exception I've seen since the release of beta7. Looks like the > worker thread catch is working which is great :) > > However the worker thread threw a NullPointerException exception as below: > > [java] java.lang.RuntimeException: A worker thread exception catch! > [java] at > com.ontotext.trree.owlim_ext.SailConnectionImpl$LocalThreadPool.addStatement(SailConnectionImpl.java:109) > [java] at > com.ontotext.trree.owlim_ext.SailConnectionImpl.commit(SailConnectionImpl.java:218) > [java] at java.lang.Thread.run(Thread.java:619) > [java] Caused by: java.lang.NullPointerException > [java] at com.ontotext.trree.owlim_ext.c.do(Unknown Source) > [java] at > com.ontotext.trree.owlim_ext.Repository.putStatement(Unknown Source) > [java] at > com.ontotext.trree.owlim_ext.HashInferencer_357_474114.addStatement(HashInferencer_357_474114.java:100) > [java] at > com.ontotext.trree.owlim_ext.SailConnectionImpl$LocalThreadPool$LocalWorkerThread.doJob(SailConnectionImpl.java:69) > [java] at > com.ontotext.trree.owlim_ext.ThreadPool$WorkerThread.run(ThreadPool.java:40) > _______________________________________________ OWLIM-discussion mailing list [email protected] http://ontotext.com/mailman/listinfo/owlim-discussion_ontotext.com
