[Pellet-users] Cannot stop timer exception
Schmitz, Jeffrey A
Jeffrey.A.Schmitz at boeing.com
Thu Jun 26 17:32:21 UTC 2008
Hello,
I'm trying to run a construct query on a Jena/Pellet Mysql backed
model. The query runs fine from top-braid composer's SPARQL window with
inferencing on, but when I try to run it from my java/jena app, I get
the following exception. I don't know where to begin to look for the
problem, any ideas? I do run other queries on this model fine from my
app, it's just one particular query that is causing problems, and again,
it runs fine from top braid composer.
java.lang.UnsupportedOperationException: Cannot stop timer 'rule-choose'
which is not started!
at org.mindswap.pellet.utils.Timer.stop(Timer.java:139)
at
org.mindswap.pellet.SROIQStrategy.complete(SROIQStrategy.java:179)
at org.mindswap.pellet.ABox.isConsistent(ABox.java:1605)
at org.mindswap.pellet.ABox.isType(ABox.java:1063)
at
org.mindswap.pellet.KnowledgeBase.isType(KnowledgeBase.java:2324)
at
org.mindswap.pellet.jena.PelletInfGraph.findInABox(PelletInfGraph.java:4
03)
at
org.mindswap.pellet.jena.PelletInfGraph.findWithContinuation(PelletInfGr
aph.java:212)
at
com.hp.hpl.jena.reasoner.BaseInfGraph.graphBaseFind(BaseInfGraph.java:34
5)
at com.hp.hpl.jena.graph.impl.GraphBase.find(GraphBase.java:257)
at
com.hp.hpl.jena.graph.query.QueryTriple$SimpleApplyer.find(QueryTriple.j
ava:141)
at
com.hp.hpl.jena.graph.query.QueryTriple$SimpleApplyer.applyToTriples(Que
ryTriple.java:145)
at
com.hp.hpl.jena.graph.query.StageElement$FindTriples.run(StageElement.ja
va:50)
at
com.hp.hpl.jena.graph.query.QueryTriple$SimpleApplyer.applyToTriples(Que
ryTriple.java:148)
at
com.hp.hpl.jena.graph.query.StageElement$FindTriples.run(StageElement.ja
va:50)
at
com.hp.hpl.jena.graph.query.PatternStageBase.run(PatternStageBase.java:5
3)
at
com.hp.hpl.jena.graph.query.PatternStageBase$Work.run(PatternStageBase.j
ava:104)
at
com.hp.hpl.jena.graph.query.PatternStageBase$PatternStageThread.run(Patt
ernStageBase.java:88)
More information about the Pellet-users
mailing list