Looks like your application server is not finding your com.myApp.myAppApp as per: Caused by: java.lang.ClassNotFoundException: com.myApp.myAppApp from [Module "deployment.myApp-1.0-SNAPSHOT.war:main" from Service Module Loader] at org.jboss.modules.ModuleClassLoader.findClass(ModuleClassLoader.java:190)
Most likely your deployment is corupt. ~ Thank you, Paul Bors On Sat, Jan 26, 2013 at 5:37 PM, Stephen Walsh < [email protected]> wrote: > I've been out of development on my side project for awhile and recently > just got back in. I upgraded to the latest version and got this this > morning and could not figure it out. > > Any help? > > 16:29:30,433 ERROR > [org.apache.catalina.core.ContainerBase.[jboss.web].[default-host].[/myApp-1.0-SNAPSHOT]] > (MSC service thread 1-3) Exception starting filter wicket.myApp: > org.apache.wicket.WicketRuntimeException: Unable to create application of > class com.myApp.myAppApp > at > org.apache.wicket.protocol.http.ContextParamWebApplicationFactory.createApplication(ContextParamWebApplicationFactory.java:86) > [wicket-core-6.5.0.jar:6.5.0] > at > org.apache.wicket.protocol.http.ContextParamWebApplicationFactory.createApplication(ContextParamWebApplicationFactory.java:50) > [wicket-core-6.5.0.jar:6.5.0] > at > org.apache.wicket.protocol.http.WicketFilter.init(WicketFilter.java:370) > [wicket-core-6.5.0.jar:6.5.0] > at > org.apache.wicket.protocol.http.WicketFilter.init(WicketFilter.java:336) > [wicket-core-6.5.0.jar:6.5.0] > at > org.apache.catalina.core.ApplicationFilterConfig.getFilter(ApplicationFilterConfig.java:447) > [jbossweb-7.0.13.Final.jar:] > at > org.apache.catalina.core.StandardContext.filterStart(StandardContext.java:3269) > [jbossweb-7.0.13.Final.jar:] > at > org.apache.catalina.core.StandardContext.start(StandardContext.java:3865) > [jbossweb-7.0.13.Final.jar:] > at > org.jboss.as.web.deployment.WebDeploymentService.start(WebDeploymentService.java:90) > [jboss-as-web-7.1.1.Final.jar:7.1.1.Final] > at > org.jboss.msc.service.ServiceControllerImpl$StartTask.startService(ServiceControllerImpl.java:1811) > at > org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1746) > at > java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886) > [classes.jar:1.6.0_37] > at > java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908) > [classes.jar:1.6.0_37] > at java.lang.Thread.run(Thread.java:680) [classes.jar:1.6.0_37] > Caused by: java.lang.ClassNotFoundException: com.myApp.myAppApp from > [Module "deployment.myApp-1.0-SNAPSHOT.war:main" from Service Module Loader] > at > org.jboss.modules.ModuleClassLoader.findClass(ModuleClassLoader.java:190) > at > org.jboss.modules.ConcurrentClassLoader.performLoadClassUnchecked(ConcurrentClassLoader.java:468) > at > org.jboss.modules.ConcurrentClassLoader.performLoadClassChecked(ConcurrentClassLoader.java:456) > at > org.jboss.modules.ConcurrentClassLoader.performLoadClassChecked(ConcurrentClassLoader.java:423) > at > org.jboss.modules.ConcurrentClassLoader.performLoadClass(ConcurrentClassLoader.java:398) > at > org.jboss.modules.ConcurrentClassLoader.loadClass(ConcurrentClassLoader.java:120) > at java.lang.Class.forName0(Native Method) [classes.jar:1.6.0_37] > at java.lang.Class.forName(Class.java:247) [classes.jar:1.6.0_37] > at > org.apache.wicket.protocol.http.ContextParamWebApplicationFactory.createApplication(ContextParamWebApplicationFactory.java:72) > [wicket-core-6.5.0.jar:6.5.0] > ... 12 more > > 16:29:30,469 ERROR [org.apache.catalina.core.StandardContext] (MSC service > thread 1-3) Error filterStart > 16:29:30,470 ERROR [org.apache.catalina.core.StandardContext] (MSC service > thread 1-3) Context [/myApp-1.0-SNAPSHOT] startup failed due to previous > errors > 16:29:30,471 ERROR [org.jboss.msc.service.fail] (MSC service thread 1-3) > MSC00001: Failed to start service > jboss.web.deployment.default-host."/myApp-1.0-SNAPSHOT": > org.jboss.msc.service.StartException in service > jboss.web.deployment.default-host."/myApp-1.0-SNAPSHOT": JBAS018040: Failed > to start context > at > org.jboss.as.web.deployment.WebDeploymentService.start(WebDeploymentService.java:95) > at > org.jboss.msc.service.ServiceControllerImpl$StartTask.startService(ServiceControllerImpl.java:1811) > [jboss-msc-1.0.2.GA.jar:1.0.2.GA] > at > org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1746) > [jboss-msc-1.0.2.GA.jar:1.0.2.GA] > at > java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886) > [classes.jar:1.6.0_37] > at > java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908) > [classes.jar:1.6.0_37] > at java.lang.Thread.run(Thread.java:680) [classes.jar:1.6.0_37] > > 16:29:30,765 INFO [org.jboss.as.server] (management-handler-thread - 8) > JBAS018562: Redeployed "myApp-1.0-SNAPSHOT.war" > 16:29:30,766 INFO [org.jboss.as.controller] (management-handler-thread - > 8) JBAS014774: Service status report > JBAS014777: Services which failed to start: service > jboss.web.deployment.default-host."/myApp-1.0-SNAPSHOT": > org.jboss.msc.service.StartException in service > jboss.web.deployment.default-host."/myApp-1.0-SNAPSHOT": JBAS018040: Failed > to start context > > Thanks
