0 Replies Latest reply on Apr 6, 2003 6:00 PM by ilja

    Startup problems....

    ilja

      When starting JBoss I get numerous warnings and errors... Info is left out by substituting it with (...)

      I downloaded the latest version. Am working with the Mac OSX platform, have installed the lates JDK and Tomcat versions. Started JBoss with the run.sh script.

      Any clue's?

      18:52:09,831 ERROR [WebService] Starting failed
      java.net.BindException: Address already in use
      
      (...)
      
      18:52:09,900 WARN [ServiceController] Problem starting service jboss:service=Webserver
      java.net.BindException: Address already in use
      
      (...)
      
      18:52:10,267 ERROR [NamingService] Could not start on port 1099
      java.net.BindException: Address already in use
      
      (...)
      
      18:52:10,779 ERROR [JRMPInvoker] Failed
      java.rmi.server.ExportException: Port already in use: 4444; nested exception is:
      
      (...)
      
      18:52:11,935 INFO [STDOUT] Server.run/init: java.net.BindException: Address already in use
      18:52:11,937 ERROR [STDERR] java.net.BindException: Address already in use
      18:52:11,938 ERROR [STDERR] at java.net.PlainSocketImpl.socketBind(Native Method)
      18:52:11,940 ERROR [STDERR] at java.net.PlainSocketImpl.bind(PlainSocketImpl.java:331)
      18:52:11,941 ERROR [STDERR] at java.net.ServerSocket.bind(ServerSocket.java:309)
      18:52:11,943 ERROR [STDERR] at java.net.ServerSocket.<init>(ServerSocket.java:183)
      18:52:11,944 ERROR [STDERR] at java.net.ServerSocket.<init>(ServerSocket.java:95)
      18:52:11,945 ERROR [STDERR] at org.hsqldb.Embedded_Server.run(Embedded_Server.java:145)
      18:52:11,946 ERROR [STDERR] at org.hsqldb.Embedded_Server.main(Embedded_Server.java:92)
      18:52:11,948 ERROR [STDERR] at org.jboss.jdbc.HypersonicDatabase$2.run(HypersonicDatabase.java:186)
      
      (...)
      
      18:52:13,966 ERROR [OILServerILService] Starting failed
      java.net.BindException: Address already in use
      
      (...)
      
      18:52:13,983 WARN [ServiceController] Problem starting service jboss.mq:service=InvocationLayer,type=OIL
      java.net.BindException: Address already in use
      
      (...)
      
      18:52:14,000 ERROR [UILServerILService] Starting failed
      java.net.BindException: Address already in use
      
      (...)
      
      18:52:14,017 WARN [ServiceController] Problem starting service jboss.mq:service=InvocationLayer,type=UIL
      java.net.BindException: Address already in use
      
      (...)
      
      18:52:14,843 ERROR [MainDeployer] could not create deployment: file:/Library/JBoss/jboss-3.0.6/server/default/deploy/tomcat41-service.xml
      org.jboss.deployment.DeploymentException: instantiating org.jboss.web.catalina.EmbeddedCatalinaService41 failed: java.lang.NoClassDefFoundError: org/apache/catalina/Context;
      
      (...)
      
      18:52:14,866 ERROR [URLDeploymentScanner] Failed to deploy: org.jboss.deployment.scanner.URLDeploymentScanner$DeployedURL@726415fe{ url=file:/Library/JBoss/jboss-3.0.6/server/default/deploy/tomcat41-service.xml, deployedLastModified=0 }
      org.jboss.deployment.DeploymentException: instantiating org.jboss.web.catalina.EmbeddedCatalinaService41 failed: java.lang.NoClassDefFoundError: org/apache/catalina/Context; - nested throwable: (RuntimeErrorException: instantiating
      
      (...)
      
      18:52:17,111 WARN [ServiceController] Problem starting service jboss.j2ee:jndiName=ejb/mgmt/MEJB,service=EJB
      java.rmi.ServerException: Could not bind home; nested exception is:
       javax.naming.CommunicationException [Root exception is java.rmi.NoSuchObjectException: object not exported]
      
      (...)
      
      18:52:17,936 WARN [ServiceController] Problem starting service jboss.j2ee:jndiName=ejb/jmx/ejb/Adaptor,service=EJB
      java.rmi.ServerException: Could not bind home; nested exception is:
       javax.naming.CommunicationException [Root exception is java.rmi.NoSuchObjectException: object not exported]
      
      (...)
      
      18:52:18,060 ERROR [URLDeploymentScanner] MBeanException: Exception in MBean operation 'checkIncompleteDeployments()'
      Cause: Incomplete Deployment listing:
      
      (...)