5 Replies Latest reply on Jul 3, 2014 8:45 AM by admiralsmaster

    UT015008: Failed to load development mode persistent sessions

    jurej

      Below is the error that i receive upon redeploying an application. I am using wildfly-8.0.0.CR1. I think the beta1 was not producing this. What is the cause of this and is there a way to prevent it.

      It seems that wildfly is somehow trying to restore session but fails doing so. Is that a new feature?

       

      Googling "ss.weld.context.CreationalContextImpls" returns ZERO results. Now thats something i havent seen for a while.

       

      08:33:45,078 WARN  [io.undertow.servlet] UT015008: Failed to load development mode persistent sessions: java.lang.ClassNotFoundException: ss.weld.context.CreationalContextImpls.war/W

          at java.lang.Class.forName0(Native Method) [rt.jar:1.7.0_45]

          at java.lang.Class.forName(Class.java:270) [rt.jar:1.7.0_45]

          at org.jboss.marshalling.ModularClassResolver.resolveClass(ModularClassResolver.java:106)

          at org.jboss.marshalling.river.RiverUnmarshaller.doReadClassDescriptor(RiverUnmarshaller.java:947)

          at org.jboss.marshalling.river.RiverUnmarshaller.doReadNewObject(RiverUnmarshaller.java:1243)

          at org.jboss.marshalling.river.RiverUnmarshaller.doReadObject(RiverUnmarshaller.java:276)

          at org.jboss.marshalling.river.RiverUnmarshaller.doReadObject(RiverUnmarshaller.java:213)

          at org.jboss.marshalling.river.RiverUnmarshaller.readFields(RiverUnmarshaller.java:1715)

          at org.jboss.marshalling.river.RiverUnmarshaller.doInitSerializable(RiverUnmarshaller.java:1631)

          at org.jboss.marshalling.river.RiverUnmarshaller.doReadNewObject(RiverUnmarshaller.java:1273)

          at org.jboss.marshalling.river.RiverUnmarshaller.doReadObject(RiverUnmarshaller.java:276)

          at org.jboss.marshalling.river.RiverUnmarshaller.doReadObject(RiverUnmarshaller.java:213)

          at org.jboss.marshalling.AbstractObjectInput.readObject(AbstractObjectInput.java:45)

          at org.wildfly.extension.undertow.AbstractPersistentSessionManager.loadSessionAttributes(AbstractPersistentSessionManager.java:91)

          at io.undertow.servlet.handlers.SessionRestoringHandler.start(SessionRestoringHandler.java:56) [undertow-servlet-1.0.0.Beta30.jar:1.0.0.Beta30]

          at io.undertow.servlet.core.DeploymentManagerImpl.start(DeploymentManagerImpl.java:462) [undertow-servlet-1.0.0.Beta30.jar:1.0.0.Beta30]

          at org.wildfly.extension.undertow.deployment.UndertowDeploymentService.startContext(UndertowDeploymentService.java:87)

          at org.wildfly.extension.undertow.deployment.UndertowDeploymentService.start(UndertowDeploymentService.java:71)

          at org.jboss.msc.service.ServiceControllerImpl$StartTask.startService(ServiceControllerImpl.java:1948)

          at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1881)

          at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) [rt.jar:1.7.0_45]

          at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) [rt.jar:1.7.0_45]

          at java.lang.Thread.run(Thread.java:744) [rt.jar:1.7.0_45]