1 Reply Latest reply on May 5, 2005 8:22 PM by roy.russo

    JBoss 4.0.2 AS and Portal 2.0 beta 1 issue

    awalker

      I just downloaded AS 4.0.2 and tried to run the portal 2.0 beta 1. I configured it as per the install instructions. I download the portal source and built it for hypersonic db and setup the database using the correct ddl and sql script.

      OS : win2K - JVM: 1.4.2 - DB: Hypersonic

      I get the following error at startup during the deployment of the portal-server.war:

      2005-05-06 00:10:12,219 DEBUG [org.jboss.system.ServiceController] Creating dependent components for: portal:service=BootStrapContext dependents are: []
      2005-05-06 00:10:12,219 DEBUG [org.jboss.system.ServiceCreator] About to create xmbean object: portal:service=Module,type=User with code: org.jboss.portal.core.impl.user.UserModuleImpl with descriptor: org/jboss/portal/core/impl/user/UserModuleImpl.xml
      2005-05-06 00:10:12,239 DEBUG [org.jboss.util.NestedThrowable] org.jboss.util.NestedThrowable.parentTraceEnabled=true
      2005-05-06 00:10:12,239 DEBUG [org.jboss.util.NestedThrowable] org.jboss.util.NestedThrowable.nestedTraceEnabled=false
      2005-05-06 00:10:12,239 DEBUG [org.jboss.util.NestedThrowable] org.jboss.util.NestedThrowable.detectDuplicateNesting=true
      2005-05-06 00:10:12,239 ERROR [org.jboss.portal.server.servlet.PortalContextListener] Cannot register an mbean
      org.jboss.deployment.DeploymentException: - nested throwable: (java.lang.reflect.UndeclaredThrowableException)
      at org.jboss.system.ServiceConfigurator.install(ServiceConfigurator.java:143)
      at org.jboss.system.ServiceController.install(ServiceController.java:202)
      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
      at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
      at java.lang.reflect.Method.invoke(Method.java:324)
      at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:141)
      at org.jboss.mx.server.Invocation.dispatch(Invocation.java:80)
      at org.jboss.mx.server.Invocation.invoke(Invocation.java:72)
      at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:249)
      at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:644)
      at org.jboss.mx.util.JMXInvocationHandler.invoke(JMXInvocationHandler.java:273)
      at $Proxy31.install(Unknown Source)
      at org.jboss.portal.server.servlet.PortalContextListener.contextInitialized(PortalContextListener.java:120)
      at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:3669)
      at org.apache.catalina.core.StandardContext.start(StandardContext.java:4104)


      The same config and build works fine on 4.0.1.

      Thanks,

      Aaron