Hey,

I'm using SPIN API 1.1.2.
Since updating SDB from 1.3.0 to 1.3.3 (I think that was the reason),
I'm getting an exception where there was none before:

java.lang.IllegalArgumentException: Function http://spinrdf.org/spl#instanceOf
does not define a valid body
        at
org.topbraid.spin.arq.SPINARQFunction.<init>(SPINARQFunction.java:69)
        at
org.topbraid.spin.system.SPINModuleRegistry.registerARQFunction(SPINModuleRegistry.java:
204)
        at
org.topbraid.spin.system.SPINModuleRegistry.register(SPINModuleRegistry.java:
157)
        at
org.topbraid.spin.system.SPINModuleRegistry.registerFunctions(SPINModuleRegistry.java:
238)
        at
org.topbraid.spin.system.SPINModuleRegistry.registerAll(SPINModuleRegistry.java:
188)
        at
org.topbraid.spin.system.SPINModuleRegistry.init(SPINModuleRegistry.java:
137)
        at
frontend.controller.resource.report.ReportListResource.saveModel(ReportListResource.java:
222)
        at
frontend.controller.resource.report.ReportListResource.save(ReportListResource.java:
179)
        at
frontend.controller.resource.report.ReportListResource.doPost(ReportListResource.java:
100)
        at
dk.semantic_web.diy.controller.Controller.process(Controller.java:55)
        at controller.Controller.process(Controller.java:41)
        at controller.Controller.doPost(Controller.java:91)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:
637)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:
717)
        at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:
290)
        at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:
206)
        at
org.netbeans.modules.web.monitor.server.MonitorFilter.doFilter(MonitorFilter.java:
390)
        at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:
235)
        at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:
206)
        at
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:
233)
        at
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:
191)
        at
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:
128)
        at
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:
102)
        at
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:
109)
        at
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:
286)
        at
org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:
845)
        at org.apache.coyote.http11.Http11Protocol
$Http11ConnectionHandler.process(Http11Protocol.java:583)
        at org.apache.tomcat.util.net.JIoEndpoint
$Worker.run(JIoEndpoint.java:447)
        at java.lang.Thread.run(Thread.java:619)
Caused by: com.hp.hpl.jena.query.QueryParseException: Encountered "
<INTEGER_NEGATIVE> "-2 "" at line 18, column 36.
Was expecting one of:
    <INTEGER> ...
    "}" ...

        at
com.hp.hpl.jena.sparql.lang.ParserARQ.perform(ParserARQ.java:86)
        at com.hp.hpl.jena.sparql.lang.ParserARQ.parse(ParserARQ.java:
39)
        at com.hp.hpl.jena.query.QueryFactory.parse(QueryFactory.java:
132)
        at com.hp.hpl.jena.query.QueryFactory.create(QueryFactory.java:
69)
        at com.hp.hpl.jena.query.QueryFactory.create(QueryFactory.java:
40)
        at
org.topbraid.spin.system.ARQFactory.createQuery(ARQFactory.java:108)
        at
org.topbraid.spin.arq.SPINARQFunction.<init>(SPINARQFunction.java:58)
        ... 28 more

Any clues why this is happenning?

Thanks,

Martynas
semantic-web.dk

-- 
You received this message because you are subscribed to the Google
Group "TopBraid Suite Users", the topics of which include TopBraid Composer,
TopBraid Live, TopBraid Ensemble, SPARQLMotion and SPIN.
To post to this group, send email to
[email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/topbraid-users?hl=en

Reply via email to