0 Replies Latest reply on Mar 12, 2013 8:51 AM by leolo

    Error starting fresh GateIn 3.5.0 AS 7 on windows xp

    leolo

      Hi,

       

      I've downloaded GateIn-3.5.0.Final-jbossas7.zip, extracted it, set java_home and jboss_home and started standalone.bat on a windows xp system.

       

      The server won't start properly: java.lang.ClassNotFoundException: org.gatein.wsrp.admin.ui.ConsumerBean$SelectablePortletToHandleFunction

       

      Any idea what I'm missing?

       

      Here's the stacktrace:

       

      16:29:35,843 INFO  [stdout] (MSC service thread 1-4) InitService START

       

      16:29:37,953 WARN  [org.jboss.as.dependency.private] (MSC service thread 1-1) JBAS018567: Deployment "deployment.gatein-wsrp-integration.ear.wsrp-admin-gui.war" is using a private module ("org.apache.cxf:main") which may be changed or removed in future versions without notice.

      16:29:38,515 INFO  [exo.kernel.container.RootContainer] (MSC service thread 1-4) Building root container

      16:29:38,515 INFO  [exo.kernel.container.J2EEServerInfo] (MSC service thread 1-4) Override exo-conf directory 'C:\Programme\JBOSS\GateIn-3.5.0.Final-jbossas7\standalone\configuration\gatein' with location 'C:\Programme\JBOSS\GateIn-3.5.0.Final-jbossas7\standalone\configuration\gatein'

      16:29:38,546 ERROR [org.jboss.msc.service.fail] (MSC service thread 1-3) MSC00001: Failed to start service jboss.deployment.subunit."gatein-wsrp-integration.ear"."wsrp-admin-gui.war".POST_MODULE: org.jboss.msc.service.StartException in service jboss.deployment.subunit."gatein-wsrp-integration.ear"."wsrp-admin-gui.war".POST_MODULE: Failed to process phase POST_MODULE of subdeployment "wsrp-admin-gui.war" of deployment "gatein-wsrp-integration.ear"

          at org.jboss.as.server.deployment.DeploymentUnitPhaseService.start(DeploymentUnitPhaseService.java:119) [jboss-as-server-7.1.1.Final.jar:7.1.1.Final]

          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) [rt.jar:1.6.0_29]

          at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908) [rt.jar:1.6.0_29]

          at java.lang.Thread.run(Thread.java:662) [rt.jar:1.6.0_29]

      Caused by: java.lang.RuntimeException: Error getting reflective information for class org.gatein.wsrp.admin.ui.ConsumerBean with ClassLoader ModuleClassLoader for Module "deployment.gatein-wsrp-integration.ear.wsrp-admin-gui.war:main" from Service Module Loader

          at org.jboss.as.server.deployment.reflect.DeploymentReflectionIndex.getClassIndex(DeploymentReflectionIndex.java:70) [jboss-as-server-7.1.1.Final.jar:7.1.1.Final]

          at org.jboss.as.ee.metadata.MethodAnnotationAggregator.runtimeAnnotationInformation(MethodAnnotationAggregator.java:58)

          at org.jboss.as.ee.component.deployers.InterceptorAnnotationProcessor.handleAnnotations(InterceptorAnnotationProcessor.java:85)

          at org.jboss.as.ee.component.deployers.InterceptorAnnotationProcessor.processComponentConfig(InterceptorAnnotationProcessor.java:70)

          at org.jboss.as.ee.component.deployers.InterceptorAnnotationProcessor.deploy(InterceptorAnnotationProcessor.java:55)

          at org.jboss.as.server.deployment.DeploymentUnitPhaseService.start(DeploymentUnitPhaseService.java:113) [jboss-as-server-7.1.1.Final.jar:7.1.1.Final]

          ... 5 more

      Caused by: java.lang.NoClassDefFoundError: Lorg/gatein/wsrp/admin/ui/ConsumerBean$SelectablePortletToHandleFunction;

          at java.lang.Class.getDeclaredFields0(Native Method) [rt.jar:1.6.0_29]

          at java.lang.Class.privateGetDeclaredFields(Class.java:2291) [rt.jar:1.6.0_29]

          at java.lang.Class.getDeclaredFields(Class.java:1743) [rt.jar:1.6.0_29]

          at org.jboss.as.server.deployment.reflect.ClassReflectionIndex.<init>(ClassReflectionIndex.java:57) [jboss-as-server-7.1.1.Final.jar:7.1.1.Final]

          at org.jboss.as.server.deployment.reflect.DeploymentReflectionIndex.getClassIndex(DeploymentReflectionIndex.java:66) [jboss-as-server-7.1.1.Final.jar:7.1.1.Final]

          ... 10 more

      Caused by: java.lang.ClassNotFoundException: org.gatein.wsrp.admin.ui.ConsumerBean$SelectablePortletToHandleFunction from [Module "deployment.gatein-wsrp-integration.ear.wsrp-admin-gui.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)

          ... 15 more

       

      16:29:38,562 INFO  [exo.kernel.container.J2EEServerInfo] (MSC service thread 1-4) Override exo-conf directory 'C:\Programme\JBOSS\GateIn-3.5.0.Final-jbossas7\standalone\configuration\gatein' with location 'C:\Programme\JBOSS\GateIn-3.5.0.Final-jbossas7\standalone\configuration\gatein'

      16:29:38,578 INFO  [exo.kernel.container.RootContainer] (MSC service thread 1-4) Active profiles [jboss]

      16:29:38,796 INFO  [exo.kernel.container.RootContainer] (MSC service thread 1-4) Root container is built (build time 281ms)

      16:29:38,796 INFO  [exo.kernel.container.ExoContainerContext] (MSC service thread 1-4) Set the top container in its context

      16:29:38,796 INFO  [exo.kernel.container.RootContainer] (MSC service thread 1-4) Root container booted

      16:29:39,250 INFO  [org.exoplatform.portal.application.ResourceRequestFilter] (MSC service thread 1-8) Cache eXo Resource at client: true