1 Reply Latest reply on Nov 26, 2003 11:58 AM by adrian.brock

    Unable to start JBoss

    joshi_s_p

      Hi,
      I am new to JBoss and trying to install for the first time. I am using Redhat 9 and jboss-3.0.8_tomcat-4.1.24. After a two days of work for adding required jar files in classpath, now i got error as follows :
      12:01:25,677 INFO [MainDeployer] Deployed package: file:/opt/jboss-3.0.8_tomcat-4.1.24/server/all/deploy/jmx-console.war/
      12:01:25,724 ERROR [URLDeploymentScanner] MBeanException: Exception in MBean operation 'checkIncompleteDeployments()'
      Cause: Incomplete Deployment listing:
      Packages waiting for a deployer:

      Incompletely deployed packages:

      MBeans waiting for classes:

      MBeans waiting for other MBeans:
      [ObjectName: jboss.net:service=Axis
      state: CONFIGURED
      I Depend On: jboss.web:service=EmbeddedCatalinaSX

      Depends On Me: , ObjectName: jboss.net:service=Adaptor
      state: CONFIGURED
      I Depend On: jboss.web:service=EmbeddedCatalinaSX

      Depends On Me: ]
      12:01:25,736 INFO [URLDeploymentScanner] Started
      12:01:25,737 INFO [MainDeployer] Deployed package: file:/opt/jboss-3.0.8_tomcat-4.1.24/server/all/conf/jboss-service.xml
      12:01:25,740 INFO [Server] JBoss (MX MicroKernel) [3.0.8 (CVSTag=JBoss_3_0_8 Date=200306050849)] Started in 1m:3s:170ms
      12:16:57,272 INFO [Engine] StandardHost[localhost]: MAPPING configuration error for request URI /
      12:32:51,143 INFO [Engine] StandardHost[localhost]: MAPPING configuration error for request URI /examples/jsp/cal/
      12:32:56,672 INFO [Engine] StandardHost[localhost]: MAPPING configuration error for request URI /examples/jsp/cal/cal1.jsp
      12:33:38,050 INFO [Engine] StandardHost[localhost]: MAPPING configuration error for request URI /examples/jsp/cal/login.html


      Note that I haven't yet installed any ejb war files of my own. Last four lines occur when i try to use http://localhost:8080/...


      Thanks in advance,
      Shailesh Joshi