0 Replies Latest reply on Sep 30, 2002 12:25 PM by andrew_m

    JBOSS 3.0.1 startup (JRMPContainerInvoker issues)

    andrew_m

      We run JBOSS-3.0.1_Tomcat-4.0.4 on several seemingly identical Solaris 8 boxes. All but one work fine, however one gives a strange problem during startup while trying to deploy the management application. Has anyone seen this before and has any idea what could be causing it? This happens with just the default startup.

      16:28:33,097 INFO [EjbModule] Creating
      16:28:33,624 INFO [EjbModule] Deploying jmx/ejb/Adaptor
      16:28:34,043 WARN [EjbModule] you are using deprecated JRMPContainerInvoker. Please change to org.jboss.proxy.ejb.ProxyFactory
      16:28:34,469 WARN [ServiceController] Problem creating service jboss.j2ee:service=EJB,jndiName=ejb/jmx/ejb/Adaptor
      org.jboss.deployment.DeploymentException: There are no home interface interceptors configured
      at org.jboss.proxy.ejb.ProxyFactory.initInterceptorClasses(ProxyFactory.java:219)
      at org.jboss.proxy.ejb.ProxyFactory.create(ProxyFactory.java:179)
      at org.jboss.ejb.StatelessSessionContainer.create(StatelessSessionContainer.java:175)
      at org.jboss.ejb.Container.invoke(Container.java:751)
      at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:491)
      at org.jboss.system.ServiceController$ServiceProxy.invoke(ServiceController.java:967)
      at $Proxy6.create(Unknown Source)
      at org.jboss.system.ServiceController.create(ServiceController.java:314)
      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)

      etc. etc.

      Thanks,
      Andrew