1 Reply Latest reply on Sep 22, 2003 4:37 PM by dmclean

    JBoss 4 Errors on startup Suse 8.1

    hengus

      I have been having some difficulty deploying the test template project to Jboss 4. The project builds OK but when Jboss picks up the new deploy files it fails to deploy them correctly. I have removed the template deploy files from the deploy directory and am currently trying to get Jboss to start without any errors. Here are some excerpts from the server.log file:
      Any help would be greatly appreciated as I am losing faith here...!
      Thanks

      Hopefully if I can get the thing to start cleanly I will be in a better position to deploy successfully.

      2003-09-06 05:10:11,540 ERROR [org.jboss.ejb.StatelessSessionContainer] Starting
      failed: java.rmi.ServerException: Could not bind home; nested exception is:
      java.lang.RuntimeException: javax.management.InstanceNotFoundException:
      jboss.remoting:service=Connector,transport=Socket is not registered.
      2003-09-06 05:10:11,540 WARN [org.jboss.system.ServiceController] Problem start
      ing service jboss.j2ee:jndiName=ejb/mgmt/MEJB,service=EJB
      java.rmi.ServerException: Could not bind home; nested exception is:
      java.lang.RuntimeException: javax.management.InstanceNotFoundException:
      jboss.remoting:service=Connector,transport=Socket is not registered.
      at org.jboss.proxy.ejb.ProxyFactory.bindProxy(ProxyFactory.java:339)
      at org.jboss.proxy.ejb.ProxyFactory.start(ProxyFactory.java:171)
      at org.jboss.ejb.Container.startService(Container.java:998)
      at org.jboss.system.ServiceMBeanSupport.start(ServiceMBeanSupport.java:2.....

      .....

      2003-09-06 05:10:11,571 ERROR [org.jboss.deployment.MainDeployer] could not star
      t deployment: file:/usr/local/bin/jboss/server/default/deploy/ejb-management.jar
      MBeanException: org.jboss.deployment.DeploymentException: Could not deploy file:
      /usr/local/bin/jboss/server/default/deploy/ejb-management.jar; - nested throwabl
      e: (java.rmi.ServerException: Could not bind home; nested exception is:
      java.lang.RuntimeException: javax.management.InstanceNotFoundException:
      jboss.remoting:service=Connector,transport=Socket is not registered.)
      Cause: org.jboss.deployment.DeploymentException: Could not deploy file:/usr/loca
      l/bin/jboss/server/default/deploy/ejb-management.jar; - nested throwable: (java.
      rmi.ServerException: Could not bind home; nested exception is:
      java.lang.RuntimeException: javax.management.InstanceNotFoundException:
      jboss.remoting:service=Connector,transport=Socket is not registered.)
      at org.jboss.mx.server.ReflectedDispatcher.handleInvocationExceptions(Re
      flectedDispatcher.java:103).....

      .....
      2003-09-06 05:10:11,578 ERROR [org.jboss.deployment.MainDeployer] DeploymentExce
      ption while trying to deploy a package with a new deployer
      org.jboss.deployment.DeploymentException: Could not create deployment: file:/usr
      /local/bin/jboss/server/default/deploy/ejb-management.jar; - nested throwable: (
      MBeanException: org.jboss.deployment.DeploymentException: Could not deploy file:
      /usr/local/bin/jboss/server/default/deploy/ejb-management.jar; - nested throwabl
      e: (java.rmi.ServerException: Could not bind home; nested exception is:
      java.lang.RuntimeException: javax.management.InstanceNotFoundException:
      jboss.remoting:service=Connector,transport=Socket is not registered.)
      Cause: org.jboss.deployment.DeploymentException: Could not deploy file:/usr/loca
      l/bin/jboss/server/default/deploy/ejb-management.jar; - nested throwable: (java.
      rmi.ServerException: Could not bind home; nested exception is:
      java.lang.RuntimeException: javax.management.InstanceNotFoundException:
      jboss.remoting:service=Connector,transport=Socket is not registered.)).....

      .....

      2003-09-06 05:10:12,336 ERROR [org.jboss.ejb.StatelessSessionContainer] Starting
      failed: java.rmi.ServerException: Could not bind home; nested exception is:
      java.lang.RuntimeException: javax.management.InstanceNotFoundException:
      jboss.remoting:service=Connector,transport=Socket is not registered.
      2003-09-06 05:10:12,336 WARN [org.jboss.system.ServiceController] Problem start
      ing service jboss.j2ee:jndiName=ejb/jmx/ejb/Adaptor,service=EJB
      java.rmi.ServerException: Could not bind home; nested exception is:
      java.lang.RuntimeException: javax.management.InstanceNotFoundException:
      jboss.remoting:service=Connector,transport=Socket is not registered.
      at org.jboss.proxy.ejb.ProxyFactory.bindProxy(ProxyFactory.java:339)
      at org.jboss.proxy.ejb.ProxyFactory.start(ProxyFactory.java:171)
      at org.jboss.ejb.Container.startService(Container.java:998)
      at org.jboss.system.ServiceMBeanSupport.start(ServiceMBeanSupport.java:2



        • 1. Re: JBoss 4 Errors on startup Suse 8.1
          dmclean

          I have noticied that "Socket is Not Registered" errors happen when I am not connected to the Internet in Windows XP and I start JBOSS. However, when I connect to the Internet, the errors disappear and JBOSS works. Any ideas as to what may be causing these errors?