{
  "duration" : 13.4140005,
  "empty" : False,
  "failCount" : 3,
  "passCount" : 0,
  "skipCount" : 0,
  "suites" : [
    {
      "cases" : [
        {
          "age" : 1,
          "className" : "org.cumulus4j.integrationtest.webapp.test.IntegrationWithAppServerOnlyTest",
          "duration" : 11.273,
          "errorDetails" : "Error-code=500 error-message=<html> <head> <meta http-equiv=\"Content-Type\" content=\"text/html; charset=ISO-8859-1\"/> <title>Error 500 org/cumulus4j/testutil/IOUtil</title> </head> <body><h2>HTTP ERROR 500</h2> <p>Problem accessing /org.cumulus4j.integrationtest.webapp/App/Test. Reason: <pre>    org/cumulus4j/testutil/IOUtil</pre></p><h3>Caused by:</h3><pre>java.lang.NoClassDefFoundError: org/cumulus4j/testutil/IOUtil  at org.cumulus4j.store.test.framework.TestUtil.populateMap(TestUtil.java:47)  at org.cumulus4j.store.test.framework.TestUtil.loadProperties(TestUtil.java:84)  at org.cumulus4j.store.test.framework.TestUtil.loadProperties(TestUtil.java:64)  at org.cumulus4j.store.test.framework.CleanupUtil.dropAllTables(CleanupUtil.java:88)  at org.cumulus4j.integrationtest.webapp.TestService.getPersistenceManagerFactory(TestService.java:54)  at org.cumulus4j.integrationtest.webapp.TestService.getPersistenceManager(TestService.java:72)  at org.cumulus4j.integrationtest.webapp.TestService.testPost(TestService.java:93)  at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)  at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)  at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)  at java.lang.reflect.Method.invoke(Method.java:606)  at com.sun.jersey.spi.container.JavaMethodInvokerFactory$1.invoke(JavaMethodInvokerFactory.java:60)  at com.sun.jersey.server.impl.model.method.dispatch.AbstractResourceMethodDispatchProvider$TypeOutInvoker._dispatch(AbstractResourceMethodDispatchProvider.java:185)  at com.sun.jersey.server.impl.model.method.dispatch.ResourceJavaMethodDispatcher.dispatch(ResourceJavaMethodDispatcher.java:75)  at com.sun.jersey.server.impl.uri.rules.HttpMethodRule.accept(HttpMethodRule.java:288)  at com.sun.jersey.server.impl.uri.rules.ResourceClassRule.accept(ResourceClassRule.java:108)  at com.sun.jersey.server.impl.uri.rules.RightHandPathRule.accept(RightHandPathRule.java:147)  at com.sun.jersey.server.impl.uri.rules.RootResourceClassesRule.accept(RootResourceClassesRule.java:84)  at com.sun.jersey.server.impl.application.WebApplicationImpl._handleRequest(WebApplicationImpl.java:1469)  at com.sun.jersey.server.impl.application.WebApplicationImpl._handleRequest(WebApplicationImpl.java:1400)  at com.sun.jersey.server.impl.application.WebApplicationImpl.handleRequest(WebApplicationImpl.java:1349)  at com.sun.jersey.server.impl.application.WebApplicationImpl.handleRequest(WebApplicationImpl.java:1339)  at com.sun.jersey.spi.container.servlet.WebComponent.service(WebComponent.java:416)  at com.sun.jersey.spi.container.servlet.ServletContainer.service(ServletContainer.java:537)  at com.sun.jersey.spi.container.servlet.ServletContainer.service(ServletContainer.java:699)  at javax.servlet.http.HttpServlet.service(HttpServlet.java:847)  at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:546)  at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1283)  at org.cumulus4j.keymanager.back.shared.AjaxHeadersFilter.doFilter(AjaxHeadersFilter.java:33)  at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1254)  at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:481)  at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:119)  at org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:516)  at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:230)  at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:956)  at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:411)  at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:188)  at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:891)  at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:117)  at org.eclipse.jetty.server.handler.ContextHandlerCollection.handle(ContextHandlerCollection.java:247)  at org.eclipse.jetty.server.handler.HandlerCollection.handle(HandlerCollection.java:151)  at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:114)  at org.eclipse.jetty.server.Server.handle(Server.java:353)  at org.eclipse.jetty.server.HttpConnection.handleRequest(HttpConnection.java:598)  at org.eclipse.jetty.server.HttpConnection$RequestHandler.headerComplete(HttpConnection.java:1059)  at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:590)  at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:212)  at org.eclipse.jetty.server.HttpConnection.handle(HttpConnection.java:427)  at org.eclipse.jetty.io.nio.SelectChannelEndPoint.handle(SelectChannelEndPoint.java:510)  at org.eclipse.jetty.io.nio.SelectChannelEndPoint.access$000(SelectChannelEndPoint.java:34)  at org.eclipse.jetty.io.nio.SelectChannelEndPoint$1.run(SelectChannelEndPoint.java:40)  at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:450)  at java.lang.Thread.run(Thread.java:745) Caused by: java.lang.ClassNotFoundException: org.cumulus4j.testutil.IOUtil  at org.codehaus.plexus.classworlds.strategy.SelfFirstStrategy.loadClass(SelfFirstStrategy.java:50)  at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClass(ClassRealm.java:244)  at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClass(ClassRealm.java:230)  at org.eclipse.jetty.webapp.WebAppClassLoader.loadClass(WebAppClassLoader.java:417)  at org.eclipse.jetty.webapp.WebAppClassLoader.loadClass(WebAppClassLoader.java:370)  ... 53 more </pre> <h3>Caused by:</h3><pre>java.lang.ClassNotFoundException: org.cumulus4j.testutil.IOUtil  at org.codehaus.plexus.classworlds.strategy.SelfFirstStrategy.loadClass(SelfFirstStrategy.java:50)  at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClass(ClassRealm.java:244)  at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClass(ClassRealm.java:230)  at org.eclipse.jetty.webapp.WebAppClassLoader.loadClass(WebAppClassLoader.java:417)  at org.eclipse.jetty.webapp.WebAppClassLoader.loadClass(WebAppClassLoader.java:370)  at org.cumulus4j.store.test.framework.TestUtil.populateMap(TestUtil.java:47)  at org.cumulus4j.store.test.framework.TestUtil.loadProperties(TestUtil.java:84)  at org.cumulus4j.store.test.framework.TestUtil.loadProperties(TestUtil.java:64)  at org.cumulus4j.store.test.framework.CleanupUtil.dropAllTables(CleanupUtil.java:88)  at org.cumulus4j.integrationtest.webapp.TestService.getPersistenceManagerFactory(TestService.java:54)  at org.cumulus4j.integrationtest.webapp.TestService.getPersistenceManager(TestService.java:72)  at org.cumulus4j.integrationtest.webapp.TestService.testPost(TestService.java:93)  at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)  at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)  at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)  at java.lang.reflect.Method.invoke(Method.java:606)  at com.sun.jersey.spi.container.JavaMethodInvokerFactory$1.invoke(JavaMethodInvokerFactory.java:60)  at com.sun.jersey.server.impl.model.method.dispatch.AbstractResourceMethodDispatchProvider$TypeOutInvoker._dispatch(AbstractResourceMethodDispatchProvider.java:185)  at com.sun.jersey.server.impl.model.method.dispatch.ResourceJavaMethodDispatcher.dispatch(ResourceJavaMethodDispatcher.java:75)  at com.sun.jersey.server.impl.uri.rules.HttpMethodRule.accept(HttpMethodRule.java:288)  at com.sun.jersey.server.impl.uri.rules.ResourceClassRule.accept(ResourceClassRule.java:108)  at com.sun.jersey.server.impl.uri.rules.RightHandPathRule.accept(RightHandPathRule.java:147)  at com.sun.jersey.server.impl.uri.rules.RootResourceClassesRule.accept(RootResourceClassesRule.java:84)  at com.sun.jersey.server.impl.application.WebApplicationImpl._handleRequest(WebApplicationImpl.java:1469)  at com.sun.jersey.server.impl.application.WebApplicationImpl._handleRequest(WebApplicationImpl.java:1400)  at com.sun.jersey.server.impl.application.WebApplicationImpl.handleRequest(WebApplicationImpl.java:1349)  at com.sun.jersey.server.impl.application.WebApplicationImpl.handleRequest(WebApplicationImpl.java:1339)  at com.sun.jersey.spi.container.servlet.WebComponent.service(WebComponent.java:416)  at com.sun.jersey.spi.container.servlet.ServletContainer.service(ServletContainer.java:537)  at com.sun.jersey.spi.container.servlet.ServletContainer.service(ServletContainer.java:699)  at javax.servlet.http.HttpServlet.service(HttpServlet.java:847)  at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:546)  at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1283)  at org.cumulus4j.keymanager.back.shared.AjaxHeadersFilter.doFilter(AjaxHeadersFilter.java:33)  at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1254)  at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:481)  at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:119)  at org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:516)  at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:230)  at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:956)  at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:411)  at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:188)  at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:891)  at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:117)  at org.eclipse.jetty.server.handler.ContextHandlerCollection.handle(ContextHandlerCollection.java:247)  at org.eclipse.jetty.server.handler.HandlerCollection.handle(HandlerCollection.java:151)  at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:114)  at org.eclipse.jetty.server.Server.handle(Server.java:353)  at org.eclipse.jetty.server.HttpConnection.handleRequest(HttpConnection.java:598)  at org.eclipse.jetty.server.HttpConnection$RequestHandler.headerComplete(HttpConnection.java:1059)  at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:590)  at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:212)  at org.eclipse.jetty.server.HttpConnection.handle(HttpConnection.java:427)  at org.eclipse.jetty.io.nio.SelectChannelEndPoint.handle(SelectChannelEndPoint.java:510)  at org.eclipse.jetty.io.nio.SelectChannelEndPoint.access$000(SelectChannelEndPoint.java:34)  at org.eclipse.jetty.io.nio.SelectChannelEndPoint$1.run(SelectChannelEndPoint.java:40)  at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:450)  at java.lang.Thread.run(Thread.java:745) </pre> <hr /><i><small>Powered by Jetty://</small></i><br/>                                                 <br/>                                                 <br/>                                                 <br/>                                                 <br/>                                                 <br/>                                                 <br/>                                                 <br/>                                                 <br/>                                                 <br/>                                                 <br/>                                                 <br/>                                                 <br/>                                                 <br/>                                                 <br/>                                                 <br/>                                                 <br/>                                                 <br/>                                                 <br/>                                                 <br/>                                                  </body> </html> ",
          "errorStackTrace" : "java.io.IOException: Error-code=500 error-message=<html>\n<head>\n<meta http-equiv=\"Content-Type\" content=\"text/html; charset=ISO-8859-1\"/>\n<title>Error 500 org/cumulus4j/testutil/IOUtil</title>\n</head>\n<body><h2>HTTP ERROR 500</h2>\n<p>Problem accessing /org.cumulus4j.integrationtest.webapp/App/Test. Reason:\n<pre>    org/cumulus4j/testutil/IOUtil</pre></p><h3>Caused by:</h3><pre>java.lang.NoClassDefFoundError: org/cumulus4j/testutil/IOUtil\n\tat org.cumulus4j.store.test.framework.TestUtil.populateMap(TestUtil.java:47)\n\tat org.cumulus4j.store.test.framework.TestUtil.loadProperties(TestUtil.java:84)\n\tat org.cumulus4j.store.test.framework.TestUtil.loadProperties(TestUtil.java:64)\n\tat org.cumulus4j.store.test.framework.CleanupUtil.dropAllTables(CleanupUtil.java:88)\n\tat org.cumulus4j.integrationtest.webapp.TestService.getPersistenceManagerFactory(TestService.java:54)\n\tat org.cumulus4j.integrationtest.webapp.TestService.getPersistenceManager(TestService.java:72)\n\tat org.cumulus4j.integrationtest.webapp.TestService.testPost(TestService.java:93)\n\tat sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\n\tat sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)\n\tat sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\n\tat java.lang.reflect.Method.invoke(Method.java:606)\n\tat com.sun.jersey.spi.container.JavaMethodInvokerFactory$1.invoke(JavaMethodInvokerFactory.java:60)\n\tat com.sun.jersey.server.impl.model.method.dispatch.AbstractResourceMethodDispatchProvider$TypeOutInvoker._dispatch(AbstractResourceMethodDispatchProvider.java:185)\n\tat com.sun.jersey.server.impl.model.method.dispatch.ResourceJavaMethodDispatcher.dispatch(ResourceJavaMethodDispatcher.java:75)\n\tat com.sun.jersey.server.impl.uri.rules.HttpMethodRule.accept(HttpMethodRule.java:288)\n\tat com.sun.jersey.server.impl.uri.rules.ResourceClassRule.accept(ResourceClassRule.java:108)\n\tat com.sun.jersey.server.impl.uri.rules.RightHandPathRule.accept(RightHandPathRule.java:147)\n\tat com.sun.jersey.server.impl.uri.rules.RootResourceClassesRule.accept(RootResourceClassesRule.java:84)\n\tat com.sun.jersey.server.impl.application.WebApplicationImpl._handleRequest(WebApplicationImpl.java:1469)\n\tat com.sun.jersey.server.impl.application.WebApplicationImpl._handleRequest(WebApplicationImpl.java:1400)\n\tat com.sun.jersey.server.impl.application.WebApplicationImpl.handleRequest(WebApplicationImpl.java:1349)\n\tat com.sun.jersey.server.impl.application.WebApplicationImpl.handleRequest(WebApplicationImpl.java:1339)\n\tat com.sun.jersey.spi.container.servlet.WebComponent.service(WebComponent.java:416)\n\tat com.sun.jersey.spi.container.servlet.ServletContainer.service(ServletContainer.java:537)\n\tat com.sun.jersey.spi.container.servlet.ServletContainer.service(ServletContainer.java:699)\n\tat javax.servlet.http.HttpServlet.service(HttpServlet.java:847)\n\tat org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:546)\n\tat org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1283)\n\tat org.cumulus4j.keymanager.back.shared.AjaxHeadersFilter.doFilter(AjaxHeadersFilter.java:33)\n\tat org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1254)\n\tat org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:481)\n\tat org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:119)\n\tat org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:516)\n\tat org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:230)\n\tat org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:956)\n\tat org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:411)\n\tat org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:188)\n\tat org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:891)\n\tat org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:117)\n\tat org.eclipse.jetty.server.handler.ContextHandlerCollection.handle(ContextHandlerCollection.java:247)\n\tat org.eclipse.jetty.server.handler.HandlerCollection.handle(HandlerCollection.java:151)\n\tat org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:114)\n\tat org.eclipse.jetty.server.Server.handle(Server.java:353)\n\tat org.eclipse.jetty.server.HttpConnection.handleRequest(HttpConnection.java:598)\n\tat org.eclipse.jetty.server.HttpConnection$RequestHandler.headerComplete(HttpConnection.java:1059)\n\tat org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:590)\n\tat org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:212)\n\tat org.eclipse.jetty.server.HttpConnection.handle(HttpConnection.java:427)\n\tat org.eclipse.jetty.io.nio.SelectChannelEndPoint.handle(SelectChannelEndPoint.java:510)\n\tat org.eclipse.jetty.io.nio.SelectChannelEndPoint.access$000(SelectChannelEndPoint.java:34)\n\tat org.eclipse.jetty.io.nio.SelectChannelEndPoint$1.run(SelectChannelEndPoint.java:40)\n\tat org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:450)\n\tat java.lang.Thread.run(Thread.java:745)\nCaused by: java.lang.ClassNotFoundException: org.cumulus4j.testutil.IOUtil\n\tat org.codehaus.plexus.classworlds.strategy.SelfFirstStrategy.loadClass(SelfFirstStrategy.java:50)\n\tat org.codehaus.plexus.classworlds.realm.ClassRealm.loadClass(ClassRealm.java:244)\n\tat org.codehaus.plexus.classworlds.realm.ClassRealm.loadClass(ClassRealm.java:230)\n\tat org.eclipse.jetty.webapp.WebAppClassLoader.loadClass(WebAppClassLoader.java:417)\n\tat org.eclipse.jetty.webapp.WebAppClassLoader.loadClass(WebAppClassLoader.java:370)\n\t... 53 more\n</pre>\n<h3>Caused by:</h3><pre>java.lang.ClassNotFoundException: org.cumulus4j.testutil.IOUtil\n\tat org.codehaus.plexus.classworlds.strategy.SelfFirstStrategy.loadClass(SelfFirstStrategy.java:50)\n\tat org.codehaus.plexus.classworlds.realm.ClassRealm.loadClass(ClassRealm.java:244)\n\tat org.codehaus.plexus.classworlds.realm.ClassRealm.loadClass(ClassRealm.java:230)\n\tat org.eclipse.jetty.webapp.WebAppClassLoader.loadClass(WebAppClassLoader.java:417)\n\tat org.eclipse.jetty.webapp.WebAppClassLoader.loadClass(WebAppClassLoader.java:370)\n\tat org.cumulus4j.store.test.framework.TestUtil.populateMap(TestUtil.java:47)\n\tat org.cumulus4j.store.test.framework.TestUtil.loadProperties(TestUtil.java:84)\n\tat org.cumulus4j.store.test.framework.TestUtil.loadProperties(TestUtil.java:64)\n\tat org.cumulus4j.store.test.framework.CleanupUtil.dropAllTables(CleanupUtil.java:88)\n\tat org.cumulus4j.integrationtest.webapp.TestService.getPersistenceManagerFactory(TestService.java:54)\n\tat org.cumulus4j.integrationtest.webapp.TestService.getPersistenceManager(TestService.java:72)\n\tat org.cumulus4j.integrationtest.webapp.TestService.testPost(TestService.java:93)\n\tat sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\n\tat sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)\n\tat sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\n\tat java.lang.reflect.Method.invoke(Method.java:606)\n\tat com.sun.jersey.spi.container.JavaMethodInvokerFactory$1.invoke(JavaMethodInvokerFactory.java:60)\n\tat com.sun.jersey.server.impl.model.method.dispatch.AbstractResourceMethodDispatchProvider$TypeOutInvoker._dispatch(AbstractResourceMethodDispatchProvider.java:185)\n\tat com.sun.jersey.server.impl.model.method.dispatch.ResourceJavaMethodDispatcher.dispatch(ResourceJavaMethodDispatcher.java:75)\n\tat com.sun.jersey.server.impl.uri.rules.HttpMethodRule.accept(HttpMethodRule.java:288)\n\tat com.sun.jersey.server.impl.uri.rules.ResourceClassRule.accept(ResourceClassRule.java:108)\n\tat com.sun.jersey.server.impl.uri.rules.RightHandPathRule.accept(RightHandPathRule.java:147)\n\tat com.sun.jersey.server.impl.uri.rules.RootResourceClassesRule.accept(RootResourceClassesRule.java:84)\n\tat com.sun.jersey.server.impl.application.WebApplicationImpl._handleRequest(WebApplicationImpl.java:1469)\n\tat com.sun.jersey.server.impl.application.WebApplicationImpl._handleRequest(WebApplicationImpl.java:1400)\n\tat com.sun.jersey.server.impl.application.WebApplicationImpl.handleRequest(WebApplicationImpl.java:1349)\n\tat com.sun.jersey.server.impl.application.WebApplicationImpl.handleRequest(WebApplicationImpl.java:1339)\n\tat com.sun.jersey.spi.container.servlet.WebComponent.service(WebComponent.java:416)\n\tat com.sun.jersey.spi.container.servlet.ServletContainer.service(ServletContainer.java:537)\n\tat com.sun.jersey.spi.container.servlet.ServletContainer.service(ServletContainer.java:699)\n\tat javax.servlet.http.HttpServlet.service(HttpServlet.java:847)\n\tat org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:546)\n\tat org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1283)\n\tat org.cumulus4j.keymanager.back.shared.AjaxHeadersFilter.doFilter(AjaxHeadersFilter.java:33)\n\tat org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1254)\n\tat org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:481)\n\tat org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:119)\n\tat org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:516)\n\tat org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:230)\n\tat org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:956)\n\tat org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:411)\n\tat org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:188)\n\tat org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:891)\n\tat org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:117)\n\tat org.eclipse.jetty.server.handler.ContextHandlerCollection.handle(ContextHandlerCollection.java:247)\n\tat org.eclipse.jetty.server.handler.HandlerCollection.handle(HandlerCollection.java:151)\n\tat org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:114)\n\tat org.eclipse.jetty.server.Server.handle(Server.java:353)\n\tat org.eclipse.jetty.server.HttpConnection.handleRequest(HttpConnection.java:598)\n\tat org.eclipse.jetty.server.HttpConnection$RequestHandler.headerComplete(HttpConnection.java:1059)\n\tat org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:590)\n\tat org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:212)\n\tat org.eclipse.jetty.server.HttpConnection.handle(HttpConnection.java:427)\n\tat org.eclipse.jetty.io.nio.SelectChannelEndPoint.handle(SelectChannelEndPoint.java:510)\n\tat org.eclipse.jetty.io.nio.SelectChannelEndPoint.access$000(SelectChannelEndPoint.java:34)\n\tat org.eclipse.jetty.io.nio.SelectChannelEndPoint$1.run(SelectChannelEndPoint.java:40)\n\tat org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:450)\n\tat java.lang.Thread.run(Thread.java:745)\n</pre>\n<hr /><i><small>Powered by Jetty://</small></i><br/>                                                \n<br/>                                                \n<br/>                                                \n<br/>                                                \n<br/>                                                \n<br/>                                                \n<br/>                                                \n<br/>                                                \n<br/>                                                \n<br/>                                                \n<br/>                                                \n<br/>                                                \n<br/>                                                \n<br/>                                                \n<br/>                                                \n<br/>                                                \n<br/>                                                \n<br/>                                                \n<br/>                                                \n<br/>                                                \n\n</body>\n</html>\n\n\tat org.cumulus4j.integrationtest.webapp.test.IntegrationWithAppServerOnlyTest.invokeTestWithinServer(IntegrationWithAppServerOnlyTest.java:119)\n\tat org.cumulus4j.integrationtest.webapp.test.IntegrationWithAppServerOnlyTest.testTwoComputerScenarioLowLevel(IntegrationWithAppServerOnlyTest.java:87)\n\tat sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\n\tat sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)\n\tat sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\n\tat java.lang.reflect.Method.invoke(Method.java:606)\n\tat org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)\n\tat org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)\n\tat org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)\n\tat org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)\n\tat org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)\n\tat org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)\n\tat org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)\n\tat org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)\n\tat org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)\n\tat org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)\n\tat org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)\n\tat org.junit.runners.ParentRunner.run(ParentRunner.java:236)\n\tat org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)\n\tat org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)\n\tat org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)\n\tat sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\n\tat sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)\n\tat sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\n\tat java.lang.reflect.Method.invoke(Method.java:606)\n\tat org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)\n\tat com.sun.proxy.$Proxy0.invoke(Unknown Source)\n\tat org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)\n\tat org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)\n\tat org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)\nCaused by: com.sun.jersey.api.client.UniformInterfaceException: POST http://localhost:8585/org.cumulus4j.integrationtest.webapp/App/Test?cryptoSessionID=test-3238713602956443298_kpgpdbi1*1*00jr8d&clean=true&readBeforeWrite=false returned a response status of 500 Internal Server Error\n\tat com.sun.jersey.api.client.WebResource.handle(WebResource.java:676)\n\tat com.sun.jersey.api.client.WebResource.access$200(WebResource.java:74)\n\tat com.sun.jersey.api.client.WebResource$Builder.post(WebResource.java:553)\n\tat org.cumulus4j.integrationtest.webapp.test.IntegrationWithAppServerOnlyTest.invokeTestWithinServer(IntegrationWithAppServerOnlyTest.java:104)\n\t... 29 more\n",
          "failedSince" : 2,
          "name" : "testTwoComputerScenarioLowLevel",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "FAILED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "age" : 1,
          "className" : "org.cumulus4j.integrationtest.webapp.test.IntegrationWithAppServerOnlyTest",
          "duration" : 1.289,
          "errorDetails" : "Error-code=500 error-message=<html> <head> <meta http-equiv=\"Content-Type\" content=\"text/html; charset=ISO-8859-1\"/> <title>Error 500 org/cumulus4j/testutil/IOUtil</title> </head> <body><h2>HTTP ERROR 500</h2> <p>Problem accessing /org.cumulus4j.integrationtest.webapp/App/Test. Reason: <pre>    org/cumulus4j/testutil/IOUtil</pre></p><h3>Caused by:</h3><pre>java.lang.NoClassDefFoundError: org/cumulus4j/testutil/IOUtil  at org.cumulus4j.store.test.framework.TestUtil.populateMap(TestUtil.java:47)  at org.cumulus4j.store.test.framework.TestUtil.loadProperties(TestUtil.java:84)  at org.cumulus4j.store.test.framework.TestUtil.loadProperties(TestUtil.java:64)  at org.cumulus4j.store.test.framework.CleanupUtil.dropAllTables(CleanupUtil.java:88)  at org.cumulus4j.integrationtest.webapp.TestService.getPersistenceManagerFactory(TestService.java:54)  at org.cumulus4j.integrationtest.webapp.TestService.getPersistenceManager(TestService.java:72)  at org.cumulus4j.integrationtest.webapp.TestService.testPost(TestService.java:93)  at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)  at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)  at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)  at java.lang.reflect.Method.invoke(Method.java:606)  at com.sun.jersey.spi.container.JavaMethodInvokerFactory$1.invoke(JavaMethodInvokerFactory.java:60)  at com.sun.jersey.server.impl.model.method.dispatch.AbstractResourceMethodDispatchProvider$TypeOutInvoker._dispatch(AbstractResourceMethodDispatchProvider.java:185)  at com.sun.jersey.server.impl.model.method.dispatch.ResourceJavaMethodDispatcher.dispatch(ResourceJavaMethodDispatcher.java:75)  at com.sun.jersey.server.impl.uri.rules.HttpMethodRule.accept(HttpMethodRule.java:288)  at com.sun.jersey.server.impl.uri.rules.ResourceClassRule.accept(ResourceClassRule.java:108)  at com.sun.jersey.server.impl.uri.rules.RightHandPathRule.accept(RightHandPathRule.java:147)  at com.sun.jersey.server.impl.uri.rules.RootResourceClassesRule.accept(RootResourceClassesRule.java:84)  at com.sun.jersey.server.impl.application.WebApplicationImpl._handleRequest(WebApplicationImpl.java:1469)  at com.sun.jersey.server.impl.application.WebApplicationImpl._handleRequest(WebApplicationImpl.java:1400)  at com.sun.jersey.server.impl.application.WebApplicationImpl.handleRequest(WebApplicationImpl.java:1349)  at com.sun.jersey.server.impl.application.WebApplicationImpl.handleRequest(WebApplicationImpl.java:1339)  at com.sun.jersey.spi.container.servlet.WebComponent.service(WebComponent.java:416)  at com.sun.jersey.spi.container.servlet.ServletContainer.service(ServletContainer.java:537)  at com.sun.jersey.spi.container.servlet.ServletContainer.service(ServletContainer.java:699)  at javax.servlet.http.HttpServlet.service(HttpServlet.java:847)  at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:546)  at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1283)  at org.cumulus4j.keymanager.back.shared.AjaxHeadersFilter.doFilter(AjaxHeadersFilter.java:33)  at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1254)  at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:481)  at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:119)  at org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:516)  at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:230)  at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:956)  at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:411)  at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:188)  at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:891)  at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:117)  at org.eclipse.jetty.server.handler.ContextHandlerCollection.handle(ContextHandlerCollection.java:247)  at org.eclipse.jetty.server.handler.HandlerCollection.handle(HandlerCollection.java:151)  at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:114)  at org.eclipse.jetty.server.Server.handle(Server.java:353)  at org.eclipse.jetty.server.HttpConnection.handleRequest(HttpConnection.java:598)  at org.eclipse.jetty.server.HttpConnection$RequestHandler.headerComplete(HttpConnection.java:1059)  at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:590)  at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:212)  at org.eclipse.jetty.server.HttpConnection.handle(HttpConnection.java:427)  at org.eclipse.jetty.io.nio.SelectChannelEndPoint.handle(SelectChannelEndPoint.java:510)  at org.eclipse.jetty.io.nio.SelectChannelEndPoint.access$000(SelectChannelEndPoint.java:34)  at org.eclipse.jetty.io.nio.SelectChannelEndPoint$1.run(SelectChannelEndPoint.java:40)  at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:450)  at java.lang.Thread.run(Thread.java:745) </pre> <hr /><i><small>Powered by Jetty://</small></i><br/>                                                 <br/>                                                 <br/>                                                 <br/>                                                 <br/>                                                 <br/>                                                 <br/>                                                 <br/>                                                 <br/>                                                 <br/>                                                 <br/>                                                 <br/>                                                 <br/>                                                 <br/>                                                 <br/>                                                 <br/>                                                 <br/>                                                 <br/>                                                 <br/>                                                 <br/>                                                  </body> </html> ",
          "errorStackTrace" : "java.io.IOException: Error-code=500 error-message=<html>\n<head>\n<meta http-equiv=\"Content-Type\" content=\"text/html; charset=ISO-8859-1\"/>\n<title>Error 500 org/cumulus4j/testutil/IOUtil</title>\n</head>\n<body><h2>HTTP ERROR 500</h2>\n<p>Problem accessing /org.cumulus4j.integrationtest.webapp/App/Test. Reason:\n<pre>    org/cumulus4j/testutil/IOUtil</pre></p><h3>Caused by:</h3><pre>java.lang.NoClassDefFoundError: org/cumulus4j/testutil/IOUtil\n\tat org.cumulus4j.store.test.framework.TestUtil.populateMap(TestUtil.java:47)\n\tat org.cumulus4j.store.test.framework.TestUtil.loadProperties(TestUtil.java:84)\n\tat org.cumulus4j.store.test.framework.TestUtil.loadProperties(TestUtil.java:64)\n\tat org.cumulus4j.store.test.framework.CleanupUtil.dropAllTables(CleanupUtil.java:88)\n\tat org.cumulus4j.integrationtest.webapp.TestService.getPersistenceManagerFactory(TestService.java:54)\n\tat org.cumulus4j.integrationtest.webapp.TestService.getPersistenceManager(TestService.java:72)\n\tat org.cumulus4j.integrationtest.webapp.TestService.testPost(TestService.java:93)\n\tat sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\n\tat sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)\n\tat sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\n\tat java.lang.reflect.Method.invoke(Method.java:606)\n\tat com.sun.jersey.spi.container.JavaMethodInvokerFactory$1.invoke(JavaMethodInvokerFactory.java:60)\n\tat com.sun.jersey.server.impl.model.method.dispatch.AbstractResourceMethodDispatchProvider$TypeOutInvoker._dispatch(AbstractResourceMethodDispatchProvider.java:185)\n\tat com.sun.jersey.server.impl.model.method.dispatch.ResourceJavaMethodDispatcher.dispatch(ResourceJavaMethodDispatcher.java:75)\n\tat com.sun.jersey.server.impl.uri.rules.HttpMethodRule.accept(HttpMethodRule.java:288)\n\tat com.sun.jersey.server.impl.uri.rules.ResourceClassRule.accept(ResourceClassRule.java:108)\n\tat com.sun.jersey.server.impl.uri.rules.RightHandPathRule.accept(RightHandPathRule.java:147)\n\tat com.sun.jersey.server.impl.uri.rules.RootResourceClassesRule.accept(RootResourceClassesRule.java:84)\n\tat com.sun.jersey.server.impl.application.WebApplicationImpl._handleRequest(WebApplicationImpl.java:1469)\n\tat com.sun.jersey.server.impl.application.WebApplicationImpl._handleRequest(WebApplicationImpl.java:1400)\n\tat com.sun.jersey.server.impl.application.WebApplicationImpl.handleRequest(WebApplicationImpl.java:1349)\n\tat com.sun.jersey.server.impl.application.WebApplicationImpl.handleRequest(WebApplicationImpl.java:1339)\n\tat com.sun.jersey.spi.container.servlet.WebComponent.service(WebComponent.java:416)\n\tat com.sun.jersey.spi.container.servlet.ServletContainer.service(ServletContainer.java:537)\n\tat com.sun.jersey.spi.container.servlet.ServletContainer.service(ServletContainer.java:699)\n\tat javax.servlet.http.HttpServlet.service(HttpServlet.java:847)\n\tat org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:546)\n\tat org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1283)\n\tat org.cumulus4j.keymanager.back.shared.AjaxHeadersFilter.doFilter(AjaxHeadersFilter.java:33)\n\tat org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1254)\n\tat org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:481)\n\tat org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:119)\n\tat org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:516)\n\tat org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:230)\n\tat org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:956)\n\tat org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:411)\n\tat org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:188)\n\tat org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:891)\n\tat org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:117)\n\tat org.eclipse.jetty.server.handler.ContextHandlerCollection.handle(ContextHandlerCollection.java:247)\n\tat org.eclipse.jetty.server.handler.HandlerCollection.handle(HandlerCollection.java:151)\n\tat org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:114)\n\tat org.eclipse.jetty.server.Server.handle(Server.java:353)\n\tat org.eclipse.jetty.server.HttpConnection.handleRequest(HttpConnection.java:598)\n\tat org.eclipse.jetty.server.HttpConnection$RequestHandler.headerComplete(HttpConnection.java:1059)\n\tat org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:590)\n\tat org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:212)\n\tat org.eclipse.jetty.server.HttpConnection.handle(HttpConnection.java:427)\n\tat org.eclipse.jetty.io.nio.SelectChannelEndPoint.handle(SelectChannelEndPoint.java:510)\n\tat org.eclipse.jetty.io.nio.SelectChannelEndPoint.access$000(SelectChannelEndPoint.java:34)\n\tat org.eclipse.jetty.io.nio.SelectChannelEndPoint$1.run(SelectChannelEndPoint.java:40)\n\tat org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:450)\n\tat java.lang.Thread.run(Thread.java:745)\n</pre>\n<hr /><i><small>Powered by Jetty://</small></i><br/>                                                \n<br/>                                                \n<br/>                                                \n<br/>                                                \n<br/>                                                \n<br/>                                                \n<br/>                                                \n<br/>                                                \n<br/>                                                \n<br/>                                                \n<br/>                                                \n<br/>                                                \n<br/>                                                \n<br/>                                                \n<br/>                                                \n<br/>                                                \n<br/>                                                \n<br/>                                                \n<br/>                                                \n<br/>                                                \n\n</body>\n</html>\n\n\tat org.cumulus4j.integrationtest.webapp.test.IntegrationWithAppServerOnlyTest.invokeTestWithinServer(IntegrationWithAppServerOnlyTest.java:119)\n\tat org.cumulus4j.integrationtest.webapp.test.IntegrationWithAppServerOnlyTest.testTwoComputerScenarioWithUnifiedAPI(IntegrationWithAppServerOnlyTest.java:158)\n\tat sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\n\tat sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)\n\tat sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\n\tat java.lang.reflect.Method.invoke(Method.java:606)\n\tat org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)\n\tat org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)\n\tat org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)\n\tat org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)\n\tat org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)\n\tat org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)\n\tat org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)\n\tat org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)\n\tat org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)\n\tat org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)\n\tat org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)\n\tat org.junit.runners.ParentRunner.run(ParentRunner.java:236)\n\tat org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)\n\tat org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)\n\tat org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)\n\tat sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\n\tat sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)\n\tat sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\n\tat java.lang.reflect.Method.invoke(Method.java:606)\n\tat org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)\n\tat com.sun.proxy.$Proxy0.invoke(Unknown Source)\n\tat org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)\n\tat org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)\n\tat org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)\nCaused by: com.sun.jersey.api.client.UniformInterfaceException: POST http://localhost:8585/org.cumulus4j.integrationtest.webapp/App/Test?cryptoSessionID=test-i1240wzk--zm65vb59fysy_oqn16ie6*1*0csly1&clean=true&readBeforeWrite=false returned a response status of 500 Internal Server Error\n\tat com.sun.jersey.api.client.WebResource.handle(WebResource.java:676)\n\tat com.sun.jersey.api.client.WebResource.access$200(WebResource.java:74)\n\tat com.sun.jersey.api.client.WebResource$Builder.post(WebResource.java:553)\n\tat org.cumulus4j.integrationtest.webapp.test.IntegrationWithAppServerOnlyTest.invokeTestWithinServer(IntegrationWithAppServerOnlyTest.java:104)\n\t... 29 more\n",
          "failedSince" : 2,
          "name" : "testTwoComputerScenarioWithUnifiedAPI",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "FAILED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "age" : 1,
          "className" : "org.cumulus4j.integrationtest.webapp.test.IntegrationWithAppServerOnlyTest",
          "duration" : 0.852,
          "errorDetails" : "Error-code=500 error-message=<html> <head> <meta http-equiv=\"Content-Type\" content=\"text/html; charset=ISO-8859-1\"/> <title>Error 500 org/cumulus4j/testutil/IOUtil</title> </head> <body><h2>HTTP ERROR 500</h2> <p>Problem accessing /org.cumulus4j.integrationtest.webapp/App/Test. Reason: <pre>    org/cumulus4j/testutil/IOUtil</pre></p><h3>Caused by:</h3><pre>java.lang.NoClassDefFoundError: org/cumulus4j/testutil/IOUtil  at org.cumulus4j.store.test.framework.TestUtil.populateMap(TestUtil.java:47)  at org.cumulus4j.store.test.framework.TestUtil.loadProperties(TestUtil.java:84)  at org.cumulus4j.store.test.framework.TestUtil.loadProperties(TestUtil.java:64)  at org.cumulus4j.store.test.framework.CleanupUtil.dropAllTables(CleanupUtil.java:88)  at org.cumulus4j.integrationtest.webapp.TestService.getPersistenceManagerFactory(TestService.java:54)  at org.cumulus4j.integrationtest.webapp.TestService.getPersistenceManager(TestService.java:72)  at org.cumulus4j.integrationtest.webapp.TestService.testPost(TestService.java:93)  at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)  at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)  at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)  at java.lang.reflect.Method.invoke(Method.java:606)  at com.sun.jersey.spi.container.JavaMethodInvokerFactory$1.invoke(JavaMethodInvokerFactory.java:60)  at com.sun.jersey.server.impl.model.method.dispatch.AbstractResourceMethodDispatchProvider$TypeOutInvoker._dispatch(AbstractResourceMethodDispatchProvider.java:185)  at com.sun.jersey.server.impl.model.method.dispatch.ResourceJavaMethodDispatcher.dispatch(ResourceJavaMethodDispatcher.java:75)  at com.sun.jersey.server.impl.uri.rules.HttpMethodRule.accept(HttpMethodRule.java:288)  at com.sun.jersey.server.impl.uri.rules.ResourceClassRule.accept(ResourceClassRule.java:108)  at com.sun.jersey.server.impl.uri.rules.RightHandPathRule.accept(RightHandPathRule.java:147)  at com.sun.jersey.server.impl.uri.rules.RootResourceClassesRule.accept(RootResourceClassesRule.java:84)  at com.sun.jersey.server.impl.application.WebApplicationImpl._handleRequest(WebApplicationImpl.java:1469)  at com.sun.jersey.server.impl.application.WebApplicationImpl._handleRequest(WebApplicationImpl.java:1400)  at com.sun.jersey.server.impl.application.WebApplicationImpl.handleRequest(WebApplicationImpl.java:1349)  at com.sun.jersey.server.impl.application.WebApplicationImpl.handleRequest(WebApplicationImpl.java:1339)  at com.sun.jersey.spi.container.servlet.WebComponent.service(WebComponent.java:416)  at com.sun.jersey.spi.container.servlet.ServletContainer.service(ServletContainer.java:537)  at com.sun.jersey.spi.container.servlet.ServletContainer.service(ServletContainer.java:699)  at javax.servlet.http.HttpServlet.service(HttpServlet.java:847)  at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:546)  at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1283)  at org.cumulus4j.keymanager.back.shared.AjaxHeadersFilter.doFilter(AjaxHeadersFilter.java:33)  at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1254)  at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:481)  at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:119)  at org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:516)  at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:230)  at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:956)  at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:411)  at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:188)  at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:891)  at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:117)  at org.eclipse.jetty.server.handler.ContextHandlerCollection.handle(ContextHandlerCollection.java:247)  at org.eclipse.jetty.server.handler.HandlerCollection.handle(HandlerCollection.java:151)  at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:114)  at org.eclipse.jetty.server.Server.handle(Server.java:353)  at org.eclipse.jetty.server.HttpConnection.handleRequest(HttpConnection.java:598)  at org.eclipse.jetty.server.HttpConnection$RequestHandler.headerComplete(HttpConnection.java:1059)  at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:590)  at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:212)  at org.eclipse.jetty.server.HttpConnection.handle(HttpConnection.java:427)  at org.eclipse.jetty.io.nio.SelectChannelEndPoint.handle(SelectChannelEndPoint.java:510)  at org.eclipse.jetty.io.nio.SelectChannelEndPoint.access$000(SelectChannelEndPoint.java:34)  at org.eclipse.jetty.io.nio.SelectChannelEndPoint$1.run(SelectChannelEndPoint.java:40)  at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:450)  at java.lang.Thread.run(Thread.java:745) </pre> <hr /><i><small>Powered by Jetty://</small></i><br/>                                                 <br/>                                                 <br/>                                                 <br/>                                                 <br/>                                                 <br/>                                                 <br/>                                                 <br/>                                                 <br/>                                                 <br/>                                                 <br/>                                                 <br/>                                                 <br/>                                                 <br/>                                                 <br/>                                                 <br/>                                                 <br/>                                                 <br/>                                                 <br/>                                                 <br/>                                                  </body> </html> ",
          "errorStackTrace" : "java.io.IOException: Error-code=500 error-message=<html>\n<head>\n<meta http-equiv=\"Content-Type\" content=\"text/html; charset=ISO-8859-1\"/>\n<title>Error 500 org/cumulus4j/testutil/IOUtil</title>\n</head>\n<body><h2>HTTP ERROR 500</h2>\n<p>Problem accessing /org.cumulus4j.integrationtest.webapp/App/Test. Reason:\n<pre>    org/cumulus4j/testutil/IOUtil</pre></p><h3>Caused by:</h3><pre>java.lang.NoClassDefFoundError: org/cumulus4j/testutil/IOUtil\n\tat org.cumulus4j.store.test.framework.TestUtil.populateMap(TestUtil.java:47)\n\tat org.cumulus4j.store.test.framework.TestUtil.loadProperties(TestUtil.java:84)\n\tat org.cumulus4j.store.test.framework.TestUtil.loadProperties(TestUtil.java:64)\n\tat org.cumulus4j.store.test.framework.CleanupUtil.dropAllTables(CleanupUtil.java:88)\n\tat org.cumulus4j.integrationtest.webapp.TestService.getPersistenceManagerFactory(TestService.java:54)\n\tat org.cumulus4j.integrationtest.webapp.TestService.getPersistenceManager(TestService.java:72)\n\tat org.cumulus4j.integrationtest.webapp.TestService.testPost(TestService.java:93)\n\tat sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\n\tat sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)\n\tat sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\n\tat java.lang.reflect.Method.invoke(Method.java:606)\n\tat com.sun.jersey.spi.container.JavaMethodInvokerFactory$1.invoke(JavaMethodInvokerFactory.java:60)\n\tat com.sun.jersey.server.impl.model.method.dispatch.AbstractResourceMethodDispatchProvider$TypeOutInvoker._dispatch(AbstractResourceMethodDispatchProvider.java:185)\n\tat com.sun.jersey.server.impl.model.method.dispatch.ResourceJavaMethodDispatcher.dispatch(ResourceJavaMethodDispatcher.java:75)\n\tat com.sun.jersey.server.impl.uri.rules.HttpMethodRule.accept(HttpMethodRule.java:288)\n\tat com.sun.jersey.server.impl.uri.rules.ResourceClassRule.accept(ResourceClassRule.java:108)\n\tat com.sun.jersey.server.impl.uri.rules.RightHandPathRule.accept(RightHandPathRule.java:147)\n\tat com.sun.jersey.server.impl.uri.rules.RootResourceClassesRule.accept(RootResourceClassesRule.java:84)\n\tat com.sun.jersey.server.impl.application.WebApplicationImpl._handleRequest(WebApplicationImpl.java:1469)\n\tat com.sun.jersey.server.impl.application.WebApplicationImpl._handleRequest(WebApplicationImpl.java:1400)\n\tat com.sun.jersey.server.impl.application.WebApplicationImpl.handleRequest(WebApplicationImpl.java:1349)\n\tat com.sun.jersey.server.impl.application.WebApplicationImpl.handleRequest(WebApplicationImpl.java:1339)\n\tat com.sun.jersey.spi.container.servlet.WebComponent.service(WebComponent.java:416)\n\tat com.sun.jersey.spi.container.servlet.ServletContainer.service(ServletContainer.java:537)\n\tat com.sun.jersey.spi.container.servlet.ServletContainer.service(ServletContainer.java:699)\n\tat javax.servlet.http.HttpServlet.service(HttpServlet.java:847)\n\tat org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:546)\n\tat org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1283)\n\tat org.cumulus4j.keymanager.back.shared.AjaxHeadersFilter.doFilter(AjaxHeadersFilter.java:33)\n\tat org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1254)\n\tat org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:481)\n\tat org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:119)\n\tat org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:516)\n\tat org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:230)\n\tat org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:956)\n\tat org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:411)\n\tat org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:188)\n\tat org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:891)\n\tat org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:117)\n\tat org.eclipse.jetty.server.handler.ContextHandlerCollection.handle(ContextHandlerCollection.java:247)\n\tat org.eclipse.jetty.server.handler.HandlerCollection.handle(HandlerCollection.java:151)\n\tat org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:114)\n\tat org.eclipse.jetty.server.Server.handle(Server.java:353)\n\tat org.eclipse.jetty.server.HttpConnection.handleRequest(HttpConnection.java:598)\n\tat org.eclipse.jetty.server.HttpConnection$RequestHandler.headerComplete(HttpConnection.java:1059)\n\tat org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:590)\n\tat org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:212)\n\tat org.eclipse.jetty.server.HttpConnection.handle(HttpConnection.java:427)\n\tat org.eclipse.jetty.io.nio.SelectChannelEndPoint.handle(SelectChannelEndPoint.java:510)\n\tat org.eclipse.jetty.io.nio.SelectChannelEndPoint.access$000(SelectChannelEndPoint.java:34)\n\tat org.eclipse.jetty.io.nio.SelectChannelEndPoint$1.run(SelectChannelEndPoint.java:40)\n\tat org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:450)\n\tat java.lang.Thread.run(Thread.java:745)\n</pre>\n<hr /><i><small>Powered by Jetty://</small></i><br/>                                                \n<br/>                                                \n<br/>                                                \n<br/>                                                \n<br/>                                                \n<br/>                                                \n<br/>                                                \n<br/>                                                \n<br/>                                                \n<br/>                                                \n<br/>                                                \n<br/>                                                \n<br/>                                                \n<br/>                                                \n<br/>                                                \n<br/>                                                \n<br/>                                                \n<br/>                                                \n<br/>                                                \n<br/>                                                \n\n</body>\n</html>\n\n\tat org.cumulus4j.integrationtest.webapp.test.IntegrationWithAppServerOnlyTest.invokeTestWithinServer(IntegrationWithAppServerOnlyTest.java:119)\n\tat org.cumulus4j.integrationtest.webapp.test.IntegrationWithAppServerOnlyTest.testUnifiedAPIWithLocalKeyStoreThoroughly(IntegrationWithAppServerOnlyTest.java:237)\n\tat sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\n\tat sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)\n\tat sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\n\tat java.lang.reflect.Method.invoke(Method.java:606)\n\tat org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)\n\tat org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)\n\tat org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)\n\tat org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)\n\tat org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)\n\tat org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)\n\tat org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)\n\tat org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)\n\tat org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)\n\tat org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)\n\tat org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)\n\tat org.junit.runners.ParentRunner.run(ParentRunner.java:236)\n\tat org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)\n\tat org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)\n\tat org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)\n\tat sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\n\tat sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)\n\tat sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\n\tat java.lang.reflect.Method.invoke(Method.java:606)\n\tat org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)\n\tat com.sun.proxy.$Proxy0.invoke(Unknown Source)\n\tat org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)\n\tat org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)\n\tat org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)\nCaused by: com.sun.jersey.api.client.UniformInterfaceException: POST http://localhost:8585/org.cumulus4j.integrationtest.webapp/App/Test?cryptoSessionID=test-i1240xz8-1jkkzx88w4tux_106904ki*1*0hvjvs&clean=true&readBeforeWrite=false returned a response status of 500 Internal Server Error\n\tat com.sun.jersey.api.client.WebResource.handle(WebResource.java:676)\n\tat com.sun.jersey.api.client.WebResource.access$200(WebResource.java:74)\n\tat com.sun.jersey.api.client.WebResource$Builder.post(WebResource.java:553)\n\tat org.cumulus4j.integrationtest.webapp.test.IntegrationWithAppServerOnlyTest.invokeTestWithinServer(IntegrationWithAppServerOnlyTest.java:104)\n\t... 29 more\n",
          "failedSince" : 2,
          "name" : "testUnifiedAPIWithLocalKeyStoreThoroughly",
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "FAILED",
          "stderr" : None,
          "stdout" : None
        }
      ],
      "duration" : 13.4140005,
      "id" : None,
      "name" : "org.cumulus4j.integrationtest.webapp.test.IntegrationWithAppServerOnlyTest",
      "stderr" : None,
      "stdout" : None,
      "timestamp" : None
    }
  ]
}