Created
September 10, 2015 20:25
-
-
Save ijdickinson/30683c08576b25d158b6 to your computer and use it in GitHub Desktop.
Elda log output
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2015-09-10 17:33:15,392 INFO [http-bio-8080-exec-1] (LogRequestFilter.java:72) - Request [7] : /elda-standalone/velocity/games | |
2015-09-10 17:33:15,400 INFO [http-bio-8080-exec-1] (ELog.java:45) - []: don't need to reload router, will check again later. | |
2015-09-10 17:33:15,547 WARN [http-bio-8080-exec-1] (ELog.java:35) - [7]: Unable to find resource 'index.vm' (org.apache.velocity.exception.ResourceNotFoundException: Unable to find resource 'index.vm') | |
2015-09-10 17:33:15,547 ERROR [http-bio-8080-exec-1] (ELog.java:51) - [7]: Error while streaming output | |
Sep 10, 2015 5:33:15 PM org.apache.catalina.core.StandardWrapperValve invoke | |
SEVERE: Servlet.service() for servlet [jersey] in context with path [/elda-standalone] threw exception | |
com.epimorphics.lda.exceptions.VelocityRenderingException | |
at com.epimorphics.lda.renderers.velocity.VelocityRendering.writeAll(VelocityRendering.java:129) | |
at com.epimorphics.lda.restlets.RouterRestlet$2.write(RouterRestlet.java:577) | |
at com.sun.jersey.core.impl.provider.entity.StreamingOutputProvider.writeTo(StreamingOutputProvider.java:71) | |
at com.sun.jersey.core.impl.provider.entity.StreamingOutputProvider.writeTo(StreamingOutputProvider.java:57) | |
at com.sun.jersey.spi.container.ContainerResponse.write(ContainerResponse.java:302) | |
at com.sun.jersey.server.impl.application.WebApplicationImpl._handleRequest(WebApplicationImpl.java:1510) | |
at com.sun.jersey.server.impl.application.WebApplicationImpl.handleRequest(WebApplicationImpl.java:1419) | |
at com.sun.jersey.server.impl.application.WebApplicationImpl.handleRequest(WebApplicationImpl.java:1409) | |
at com.sun.jersey.spi.container.servlet.WebComponent.service(WebComponent.java:409) | |
at com.sun.jersey.spi.container.servlet.ServletContainer.service(ServletContainer.java:558) | |
at com.sun.jersey.spi.container.servlet.ServletContainer.service(ServletContainer.java:733) | |
at javax.servlet.http.HttpServlet.service(HttpServlet.java:722) | |
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:305) | |
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210) | |
at com.epimorphics.lda.support.LogRequestFilter.doFilter(LogRequestFilter.java:74) | |
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:243) | |
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210) | |
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:222) | |
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:123) | |
at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:472) | |
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:168) | |
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:99) | |
at org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:929) | |
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:118) | |
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:407) | |
at org.apache.coyote.http11.AbstractHttp11Processor.process(AbstractHttp11Processor.java:1002) | |
at org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:585) | |
at org.apache.tomcat.util.net.JIoEndpoint$SocketProcessor.run(JIoEndpoint.java:310) | |
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) | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment