Skip to content

Instantly share code, notes, and snippets.

@ruebot
Created June 8, 2016 16:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ruebot/413ca1552ed2690654d3b1db7b347a0d to your computer and use it in GitHub Desktop.
Save ruebot/413ca1552ed2690654d3b1db7b347a0d to your computer and use it in GitHub Desktop.
INFO: Server startup in 54250 ms
Jun 08, 2016 12:21:25 PM org.glassfish.jersey.filter.LoggingFilter log
INFO: 1 * Server has received a request on thread http-bio-8080-exec-1
1 > PUT http://zeta.library.yorku.ca:8080/fcrepo/rest/perf/perf_672180441
1 > connection: close
1 > content-length: 0
1 > content-type: text/turtle
1 > host: zeta.library.yorku.ca:8080
1 > user-agent: Apache-HttpClient/4.2.6 (java 1.5)
DEBUG 12:21:25.399 (SessionFactory) Returning an authenticated session in the default workspace
TRACE 12:21:25.416 (SessionProvider) Providing new session Session a0bb3f094 to workspace 'default
DEBUG 12:21:25.644 (FedoraBaseResource) setting baseURL = http://zeta.library.yorku.ca:8080/fcrepo/rest/
TRACE 12:21:26.812 (TransactionServiceImpl) Unable to retrieve current transaction ID from session: There is no namespace with prefix "fcrepo4.tx.id"
TRACE 12:21:26.823 (NamespaceConverter) Converting identifier /perf/perf_672180441 from internal to external...
TRACE 12:21:28.002 (NamespaceConverter) Replacing namespace: http://www.jcp.org/jcr/1.0 with: http://fedora.info/definitions/v4/repository#
TRACE 12:21:28.003 (NamespaceConverter) Converted identifier /perf/perf_672180441 from internal to external /perf/perf_672180441...
ERROR 12:21:28.070 (WildcardExceptionMapper) Exception intercepted by WildcardExceptionMapper: null
Jun 08, 2016 12:21:28 PM org.glassfish.jersey.filter.LoggingFilter log
INFO: 1 * Server responded with a response on thread http-bio-8080-exec-1
1 < 500
1 < Content-Type: text/plain
java.lang.NullPointerException
at org.modeshape.jcr.JcrSession.cachedNode(JcrSession.java:624)
at org.modeshape.jcr.JcrSession.node(JcrSession.java:658)
at org.modeshape.jcr.JcrSession.node(JcrSession.java:677)
at org.modeshape.jcr.JcrSession.nodeExists(JcrSession.java:951)
at org.fcrepo.kernel.modeshape.services.NodeServiceImpl.exists(NodeServiceImpl.java:55)
at org.fcrepo.http.api.FedoraLdp.createOrReplaceObjectRdf(FedoraLdp.java:348)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.glassfish.jersey.server.model.internal.ResourceMethodInvocationHandlerFactory$1.invoke(ResourceMethodInvocationHandlerFactory.java:81)
at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher$1.run(AbstractJavaResourceMethodDispatcher.java:144)
at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.invoke(AbstractJavaResourceMethodDispatcher.java:161)
at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$ResponseOutInvoker.doDispatch(JavaResourceMethodDispatcherProvider.java:160)
at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.dispatch(AbstractJavaResourceMethodDispatcher.java:99)
at org.glassfish.jersey.server.model.ResourceMethodInvoker.invoke(ResourceMethodInvoker.java:389)
at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:347)
at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:102)
at org.glassfish.jersey.server.ServerRuntime$2.run(ServerRuntime.java:326)
at org.glassfish.jersey.internal.Errors$1.call(Errors.java:271)
at org.glassfish.jersey.internal.Errors$1.call(Errors.java:267)
at org.glassfish.jersey.internal.Errors.process(Errors.java:315)
at org.glassfish.jersey.internal.Errors.process(Errors.java:297)
at org.glassfish.jersey.internal.Errors.process(Errors.java:267)
at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:317)
at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:305)
at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:1154)
at org.glassfish.jersey.servlet.WebComponent.serviceImpl(WebComponent.java:473)
at org.glassfish.jersey.servlet.WebComponent.service(WebComponent.java:427)
at org.glassfish.jersey.servlet.ServletContainer.service(ServletContainer.java:388)
at org.glassfish.jersey.servlet.ServletContainer.service(ServletContainer.java:341)
at org.glassfish.jersey.servlet.ServletContainer.service(ServletContainer.java:228)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:303)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:220)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:122)
at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:501)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:170)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:98)
at org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:950)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:116)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:408)
at org.apache.coyote.http11.AbstractHttp11Processor.process(AbstractHttp11Processor.java:1041)
at org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:607)
at org.apache.tomcat.util.net.JIoEndpoint$SocketProcessor.run(JIoEndpoint.java:313)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
TRACE 12:21:28.132 (SessionProvider) Disposing session Session e6256941a to workspace 'default
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment