History | Log In     View a printable version of the current page. Get help!  
Issue Details [XML]

Key: SES-455
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Major Major
Assignee: Arjohn Kampman
Reporter: Jonathan Hendler
Votes: 0
Watchers: 2
Operations

If you were logged in you would be able to see more operations.
Sesame

null pointer exception from "extract" on workbench

Created: 14/Oct/07 04:10 AM   Updated: 04/Jul/08 10:43 AM
Component/s: Web interface, Admin (add/remove statements), HTTP Server
Affects Version/s: 2.0-beta6
Fix Version/s: None

Environment: java 1.5 mac 0SX running inside Resin


 Description   
when running the "extract" from the workbench, I get an error (see below). The RDF generated does seem to have the right amount triples, but it appended the error to the end of the file. (see second entry, basically same as first)

[code]
[03:56:47.144] org.springframework.web.util.NestedServletException: Request processing failed; nested exception is java.lang.NullPointerException
[03:56:47.144] Caused by: java.lang.NullPointerException
[03:56:47.144] at info.aduna.webapp.CommonValuesHandlerInterceptor.postHandle(CommonValuesHandlerInterceptor.java:29)
[03:56:47.144] at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:845)
[03:56:47.144] at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:774)
[03:56:47.144] at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:460)
[03:56:47.144] at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:425)
[03:56:47.144] at javax.servlet.http.HttpServlet.service(HttpServlet.java:153)
[03:56:47.144] at javax.servlet.http.HttpServlet.service(HttpServlet.java:91)[/code]


[code]</rdf:RDF><html>
<body>
<h1>500 Servlet Exception</h1>
<code><pre>
java.lang.NullPointerException
at info.aduna.webapp.CommonValuesHandlerInterceptor.postHandle(CommonValuesHandlerInterceptor.java:29)
at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:845)
at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:774)
at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:460)
at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:425)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:153)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:91)
at com.caucho.server.dispatch.ServletFilterChain.doFilter(ServletFilterChain.java:103)
at info.aduna.webapp.filters.ResourceRedirectFilter.doFilter(ResourceRedirectFilter.java:72)
at com.caucho.server.dispatch.FilterFilterChain.doFilter(FilterFilterChain.java:73)
at com.caucho.server.webapp.WebAppFilterChain.doFilter(WebAppFilterChain.java:175)
at com.caucho.server.dispatch.ServletInvocation.service(ServletInvocation.java:240)
at com.caucho.server.http.HttpRequest.handleRequest(HttpRequest.java:263)
at com.caucho.server.port.TcpConnection.run(TcpConnection.java:481)
at com.caucho.util.ThreadPool$Item.runTasks(ThreadPool.java:685)
at com.caucho.util.ThreadPool$Item.run(ThreadPool.java:607)
at java.lang.Thread.run(Thread.java:613)
</pre></code>
</body></html>[/code]


 All   Comments   Change History      Sort Order:
Comment by Arjohn Kampman [04/Jul/08 10:43 AM]
This issue has likely been fixed by now. RDF extraction works fine in the workbench.