7 Replies Latest reply on Aug 22, 2012 3:58 PM by peterj

    Jboss-3.0.2 ip address configuration issue

    creature34

      I have running jboss-3.0.2 on a windows xp machine with j2sdk1.4.2_19.The problem is i am not able to see access http://localhost:8080  or http://ip address:8080 via Internet exploerer or  Firefox.When i check the port binding using  CurrPorts(screenshots attached), the ip address of the jboss ports are  shown as 0.0.0.0

       

      How to fix this issue?

       

      I want to access jboss console via command prompt by giving the system ip address

        • 1. Re: Jboss-3.0.2 ip address configuration issue
          peterj

          It looks OK to me. The address of 0.0.0.0 means that it is binding to all of the IP addresses supported by your XP machine (localhost and your ip address). And it is bound to port 8080. You should be able to get something from either of the URLs you posted. Exactly what are you seeing when you enter http://localhost:8080?

          • 2. Re: Jboss-3.0.2 ip address configuration issue
            creature34

            Sorry for my late reply:

             

            When i typed that url, i get

             

            HTTP ERROR: 404 / Not Found

            RequestURI=/

            • 3. Re: Jboss-3.0.2 ip address configuration issue
              peterj

              This sounds like you don't have an applications deployed that use the root ("/") context. Try deploying an app and use its context and see if you get any response.

              • 4. Re: Jboss-3.0.2 ip address configuration issue
                creature34

                How to do deploy an app and use its contextin jboss-3.0.2?

                • 5. Re: Jboss-3.0.2 ip address configuration issue
                  peterj

                  Does 3.0.2 have a server/default/deploy directory? If so, copy your WAR file there. If the WAR is named abc.war and the WAR's web.xml identifies a welcome-file, then the URL is http://localhost:8080/abc

                   

                  Could I ask why you are using 3.0.2, since it is so old?

                  • 6. Re: Jboss-3.0.2 ip address configuration issue
                    creature34

                    we are providing application monitoring solutions to our customers and one of our customers is jboss-3.0.2.We want to monitor that instance.

                     

                    i also tried to deploy a war file called calendar.war into server/default/deploy directory.I got the following error:

                     

                    HTTP ERROR: 404 /calendar Not Found

                    RequestURI=/calendar

                     

                    i am also pasting run.bat ouput.

                     

                     

                    C:\jboss\bin>run.bat

                    ===============================================================================

                    .

                      JBoss Bootstrap Environment

                    .

                      JBOSS_HOME: C:\jboss\bin\\..

                    .

                      JAVA: C:\j2sdk1.4.2_19\bin\java

                    .

                      JAVA_OPTS:  -Dprogram.name=run.bat

                    .

                      CLASSPATH: ;C:\j2sdk1.4.2_19\lib\tools.jar;C:\jboss\bin\\run.jar

                    .

                    ===============================================================================

                    .

                    08:50:47,531 INFO  [Server] JBoss Release: JBoss-3.0.2 CVSTag=JBoss_3_0_2

                    08:50:47,546 INFO  [Server] Home Dir: C:\jboss

                    08:50:47,546 INFO  [Server] Home URL: file:/C:/jboss/

                    08:50:47,546 INFO  [Server] Library URL: file:/C:/jboss/lib/

                    08:50:47,546 INFO  [Server] Patch URL: null

                    08:50:47,546 INFO  [Server] Server Name: default

                    08:50:47,546 INFO  [Server] Server Home Dir: C:\jboss\server\default

                    08:50:47,546 INFO  [Server] Server Home URL: file:/C:/jboss/server/default/

                    08:50:47,546 INFO  [Server] Server Data Dir: C:\jboss\server\default\db

                    08:50:47,546 INFO  [Server] Server Temp Dir: C:\jboss\server\default\tmp

                    08:50:47,546 INFO  [Server] Server Config URL: file:/C:/jboss/server/default/con

                    f/

                    08:50:47,562 INFO  [Server] Server Library URL: file:/C:/jboss/server/default/li

                    b/

                    08:50:47,562 INFO  [Server] Root Deployemnt Filename: jboss-service.xml

                    08:50:47,562 INFO  [Server] Starting General Purpose Architecture (GPA)...

                    08:50:47,703 INFO  [ServerInfo] Java version: 1.4.2_19,Sun Microsystems Inc.

                    08:50:47,703 INFO  [ServerInfo] Java VM: Java HotSpot(TM) Client VM 1.4.2_19-b04

                    ,Sun Microsystems Inc.

                    08:50:47,703 INFO  [ServerInfo] OS-System: Windows XP 5.1,x86

                    08:50:47,718 INFO  [ServiceController] Controller MBean online

                    08:50:47,781 INFO  [MainDeployer] Creating

                    08:50:47,796 INFO  [MainDeployer] Created

                    08:50:47,796 INFO  [MainDeployer] Starting

                    08:50:47,796 INFO  [MainDeployer] Started

                    08:50:47,796 INFO  [JARDeployer] Creating

                    08:50:47,796 INFO  [JARDeployer] Created

                    08:50:47,796 INFO  [JARDeployer] Starting

                    08:50:47,796 INFO  [MainDeployer] Adding deployer: org.jboss.deployment.JARDeplo

                    yer@1adc30

                    08:50:47,796 INFO  [JARDeployer] Started

                    08:50:47,812 INFO  [SARDeployer] Creating

                    08:50:47,812 INFO  [SARDeployer] Created

                    08:50:47,812 INFO  [SARDeployer] Starting

                    08:50:47,812 INFO  [MainDeployer] Adding deployer: org.jboss.deployment.SARDeplo

                    yer@1808199

                    08:50:47,843 INFO  [SARDeployer] Started

                    08:50:47,843 INFO  [Server] Core system initialized

                    08:50:47,843 INFO  [MainDeployer] Starting deployment of package: file:/C:/jboss

                    /server/default/conf/jboss-service.xml

                    08:50:47,968 INFO  [MainDeployer] Starting deployment of package: file:/C:/jboss

                    /server/default/lib/process-plugin.jar

                    08:50:48,015 INFO  [MainDeployer] Deployed package: file:/C:/jboss/server/defaul

                    t/lib/process-plugin.jar

                    08:50:48,015 INFO  [MainDeployer] Starting deployment of package: file:/C:/jboss

                    /server/default/lib/mail.jar

                    08:50:48,125 INFO  [MainDeployer] Deployed package: file:/C:/jboss/server/defaul

                    t/lib/mail.jar

                    08:50:48,125 INFO  [MainDeployer] Starting deployment of package: file:/C:/jboss

                    /server/default/lib/scheduler-plugin.jar

                    08:50:48,140 INFO  [MainDeployer] Deployed package: file:/C:/jboss/server/defaul

                    t/lib/scheduler-plugin.jar

                    08:50:48,140 INFO  [MainDeployer] Starting deployment of package: file:/C:/jboss

                    /server/default/lib/jboss-jsr77.jar

                    08:50:48,140 INFO  [MainDeployer] Deployed package: file:/C:/jboss/server/defaul

                    t/lib/jboss-jsr77.jar

                    08:50:48,140 INFO  [MainDeployer] Starting deployment of package: file:/C:/jboss

                    /server/default/lib/jbosssx.jar

                    08:50:48,187 INFO  [MainDeployer] Deployed package: file:/C:/jboss/server/defaul

                    t/lib/jbosssx.jar

                    08:50:48,187 INFO  [MainDeployer] Starting deployment of package: file:/C:/jboss

                    /server/default/lib/properties-plugin.jar

                    08:50:48,203 INFO  [MainDeployer] Deployed package: file:/C:/jboss/server/defaul

                    t/lib/properties-plugin.jar

                    08:50:48,203 INFO  [MainDeployer] Starting deployment of package: file:/C:/jboss

                    /server/default/lib/jpl-pattern.jar

                    08:50:48,203 INFO  [MainDeployer] Deployed package: file:/C:/jboss/server/defaul

                    t/lib/jpl-pattern.jar

                    08:50:48,203 INFO  [MainDeployer] Starting deployment of package: file:/C:/jboss

                    /server/default/lib/tyrex.jar

                    08:50:48,250 INFO  [MainDeployer] Deployed package: file:/C:/jboss/server/defaul

                    t/lib/tyrex.jar

                    08:50:48,250 INFO  [MainDeployer] Starting deployment of package: file:/C:/jboss

                    /server/default/lib/jsse.jar

                    08:50:48,343 INFO  [MainDeployer] Deployed package: file:/C:/jboss/server/defaul

                    t/lib/jsse.jar

                    08:50:48,343 INFO  [MainDeployer] Starting deployment of package: file:/C:/jboss

                    /server/default/lib/jnet.jar

                    08:50:48,343 INFO  [MainDeployer] Deployed package: file:/C:/jboss/server/defaul

                    t/lib/jnet.jar

                    08:50:48,343 INFO  [MainDeployer] Starting deployment of package: file:/C:/jboss

                    /server/default/lib/jts.jar

                    08:50:48,390 INFO  [MainDeployer] Deployed package: file:/C:/jboss/server/defaul

                    t/lib/jts.jar

                    08:50:48,390 INFO  [MainDeployer] Starting deployment of package: file:/C:/jboss

                    /server/default/lib/hsqldb-plugin.jar

                    08:50:48,390 INFO  [MainDeployer] Deployed package: file:/C:/jboss/server/defaul

                    t/lib/hsqldb-plugin.jar

                    08:50:48,390 INFO  [MainDeployer] Starting deployment of package: file:/C:/jboss

                    /server/default/lib/hsqldb.jar

                    08:50:48,421 INFO  [MainDeployer] Deployed package: file:/C:/jboss/server/defaul

                    t/lib/hsqldb.jar

                    08:50:48,421 INFO  [MainDeployer] Starting deployment of package: file:/C:/jboss

                    /server/default/lib/jbossha.jar

                    08:50:48,453 INFO  [MainDeployer] Deployed package: file:/C:/jboss/server/defaul

                    t/lib/jbossha.jar

                    08:50:48,453 INFO  [MainDeployer] Starting deployment of package: file:/C:/jboss

                    /server/default/lib/bcel.jar

                    08:50:48,531 INFO  [MainDeployer] Deployed package: file:/C:/jboss/server/defaul

                    t/lib/bcel.jar

                    08:50:48,531 INFO  [MainDeployer] Starting deployment of package: file:/C:/jboss

                    /server/default/lib/jbossmx.jar

                    08:50:48,546 INFO  [MainDeployer] Deployed package: file:/C:/jboss/server/defaul

                    t/lib/jbossmx.jar

                    08:50:48,562 INFO  [MainDeployer] Starting deployment of package: file:/C:/jboss

                    /server/default/lib/jboss-j2ee.jar

                    08:50:48,578 INFO  [MainDeployer] Deployed package: file:/C:/jboss/server/defaul

                    t/lib/jboss-j2ee.jar

                    08:50:48,578 INFO  [MainDeployer] Starting deployment of package: file:/C:/jboss

                    /server/default/lib/jmxtools.jar

                    08:50:48,593 INFO  [MainDeployer] Deployed package: file:/C:/jboss/server/defaul

                    t/lib/jmxtools.jar

                    08:50:48,593 INFO  [MainDeployer] Starting deployment of package: file:/C:/jboss

                    /server/default/lib/log4j.jar

                    08:50:48,625 INFO  [MainDeployer] Deployed package: file:/C:/jboss/server/defaul

                    t/lib/log4j.jar

                    08:50:48,625 INFO  [MainDeployer] Starting deployment of package: file:/C:/jboss

                    /server/default/lib/jboss-management.jar

                    08:50:48,640 INFO  [MainDeployer] Deployed package: file:/C:/jboss/server/defaul

                    t/lib/jboss-management.jar

                    08:50:48,640 INFO  [MainDeployer] Starting deployment of package: file:/C:/jboss

                    /server/default/lib/activation.jar

                    08:50:48,656 INFO  [MainDeployer] Deployed package: file:/C:/jboss/server/defaul

                    t/lib/activation.jar

                    08:50:48,656 INFO  [MainDeployer] Starting deployment of package: file:/C:/jboss

                    /server/default/lib/jbossmq.jar

                    08:50:48,718 INFO  [MainDeployer] Deployed package: file:/C:/jboss/server/defaul

                    t/lib/jbossmq.jar

                    08:50:48,718 INFO  [MainDeployer] Starting deployment of package: file:/C:/jboss

                    /server/default/lib/castor.jar

                    08:50:48,953 WARN  [MainDeployer] The manifest entry in file:/C:/jboss/server/de

                    fault/lib/castor.jar references URL file:/C:/jboss/server/default/lib/xerces.jar

                    , which could not be opened, entry ignored

                    08:50:48,968 WARN  [MainDeployer] The manifest entry in file:/C:/jboss/server/de

                    fault/lib/castor.jar references URL file:/C:/jboss/server/default/lib/jdbc-se2.0

                    .jar, which could not be opened, entry ignored

                    08:50:48,968 WARN  [MainDeployer] The manifest entry in file:/C:/jboss/server/de

                    fault/lib/castor.jar references URL file:/C:/jboss/server/default/lib/jndi.jar,

                    which could not be opened, entry ignored

                    08:50:48,968 WARN  [MainDeployer] The manifest entry in file:/C:/jboss/server/de

                    fault/lib/castor.jar references URL file:/C:/jboss/server/default/lib/jta1.0.1.j

                    ar which could not be opened, entry ignored

                    08:50:48,968 INFO  [MainDeployer] Deployed package: file:/C:/jboss/server/defaul

                    t/lib/castor.jar

                    08:50:48,968 INFO  [MainDeployer] Starting deployment of package: file:/C:/jboss

                    /server/default/lib/mail-plugin.jar

                    08:50:49,000 INFO  [MainDeployer] Deployed package: file:/C:/jboss/server/defaul

                    t/lib/mail-plugin.jar

                    08:50:49,000 INFO  [MainDeployer] Starting deployment of package: file:/C:/jboss

                    /server/default/lib/jboss.jar

                    08:50:49,140 INFO  [MainDeployer] Deployed package: file:/C:/jboss/server/defaul

                    t/lib/jboss.jar

                    08:50:49,140 INFO  [MainDeployer] Starting deployment of package: file:/C:/jboss

                    /server/default/lib/jcert.jar

                    08:50:49,156 INFO  [MainDeployer] Deployed package: file:/C:/jboss/server/defaul

                    t/lib/jcert.jar

                    08:50:49,156 INFO  [MainDeployer] Starting deployment of package: file:/C:/jboss

                    /server/default/lib/jmxri.jar

                    08:50:49,187 INFO  [MainDeployer] Deployed package: file:/C:/jboss/server/defaul

                    t/lib/jmxri.jar

                    08:50:49,187 INFO  [MainDeployer] Starting deployment of package: file:/C:/jboss

                    /server/default/lib/javax.servlet.jar

                    08:50:49,203 INFO  [MainDeployer] Deployed package: file:/C:/jboss/server/defaul

                    t/lib/javax.servlet.jar

                    08:50:49,203 INFO  [MainDeployer] Starting deployment of package: file:/C:/jboss

                    /server/default/lib/jboss-jca.jar

                    08:50:49,218 INFO  [MainDeployer] Deployed package: file:/C:/jboss/server/defaul

                    t/lib/jboss-jca.jar

                    08:50:49,218 INFO  [MainDeployer] Starting deployment of package: file:/C:/jboss

                    /server/default/lib/scheduler-plugin-example.jar

                    08:50:49,234 INFO  [MainDeployer] Deployed package: file:/C:/jboss/server/defaul

                    t/lib/scheduler-plugin-example.jar

                    08:50:49,234 INFO  [MainDeployer] Starting deployment of package: file:/C:/jboss

                    /server/default/lib/xalan.jar

                    08:50:49,343 WARN  [MainDeployer] The manifest entry in file:/C:/jboss/server/de

                    fault/lib/xalan.jar references URL file:/C:/jboss/server/default/lib/jaxp.jar wh

                    ich could not be opened, entry ignored

                    08:50:49,343 WARN  [MainDeployer] The manifest entry in file:/C:/jboss/server/de

                    fault/lib/xalan.jar references URL file:/C:/jboss/server/default/lib/xerces.jar

                    which could not be opened, entry ignored

                    08:50:49,359 WARN  [MainDeployer] The manifest entry in file:/C:/jboss/server/de

                    fault/lib/xalan.jar references URL file:/C:/jboss/server/default/lib/crimson.jar

                    which could not be opened, entry ignored

                    08:50:49,359 INFO  [MainDeployer] Deployed package: file:/C:/jboss/server/defaul

                    t/lib/xalan.jar

                    08:50:49,359 INFO  [MainDeployer] Starting deployment of package: file:/C:/jboss

                    /server/default/lib/jnpserver.jar

                    08:50:49,375 INFO  [MainDeployer] Deployed package: file:/C:/jboss/server/defaul

                    t/lib/jnpserver.jar

                    08:50:49,375 INFO  [MainDeployer] Starting deployment of package: file:/C:/jboss

                    /server/default/lib/counter-plugin.jar

                    08:50:49,375 INFO  [MainDeployer] Deployed package: file:/C:/jboss/server/defaul

                    t/lib/counter-plugin.jar

                    08:50:49,390 INFO  [MainDeployer] Starting deployment of package: file:/C:/jboss

                    /server/default/lib/jaas.jar

                    08:50:49,421 INFO  [MainDeployer] Deployed package: file:/C:/jboss/server/defaul

                    t/lib/jaas.jar

                    08:50:49,421 INFO  [MainDeployer] Starting deployment of package: file:/C:/jboss

                    /server/default/lib/jpl-util.jar

                    08:50:49,421 INFO  [MainDeployer] Deployed package: file:/C:/jboss/server/defaul

                    t/lib/jpl-util.jar

                    08:50:49,421 INFO  [MainDeployer] Starting deployment of package: file:/C:/jboss

                    /server/default/lib/autonumber-plugin.jar

                    08:50:49,437 INFO  [MainDeployer] Deployed package: file:/C:/jboss/server/defaul

                    t/lib/autonumber-plugin.jar

                    08:50:49,796 INFO  [SystemPropertiesService] Creating

                    08:50:49,796 INFO  [SystemPropertiesService] Created

                    08:50:49,796 INFO  [Log4jService] Creating

                    08:50:49,796 INFO  [Log4jService] Created

                    08:50:49,796 INFO  [WebService] Creating

                    08:50:49,796 INFO  [WebService] Created

                    08:50:49,796 WARN  [ServiceController] jboss.management.single:j2eeType=J2EEDoma

                    in,name=Manager does not implement any Service methods

                    08:50:49,812 INFO  [NamingService] Creating

                    08:50:49,812 INFO  [NamingService] Created

                    08:50:49,812 INFO  [JNDIView] Creating

                    08:50:49,812 INFO  [JNDIView] Created

                    08:50:49,812 INFO  [SecurityConfig] Creating

                    08:50:49,812 INFO  [SecurityConfig] Created

                    08:50:49,812 INFO  [JaasSecurityManagerService] Creating

                    08:50:49,812 INFO  [JaasSecurityManagerService] Created

                    08:50:49,812 WARN  [ServiceController] jboss:service=XidFactory does not impleme

                    nt any Service methods

                    08:50:49,843 INFO  [TransactionManagerService] Creating

                    08:50:49,843 INFO  [TransactionManagerService] Created

                    08:50:49,843 INFO  [ClientUserTransactionService] Creating

                    08:50:49,843 INFO  [ClientUserTransactionService] Created

                    08:50:49,843 INFO  [CachedConnectionManager] Creating

                    08:50:49,843 INFO  [CachedConnectionManager] Created

                    08:50:49,843 INFO  [EARDeployer] Creating

                    08:50:49,843 INFO  [EARDeployer] Created

                    08:50:49,843 INFO  [JRMPInvoker] created

                    08:50:49,843 INFO  [LocalInvoker] Creating

                    08:50:49,843 INFO  [LocalInvoker] Created

                    08:50:49,859 INFO  [URLDeploymentScanner] Creating

                    08:50:49,875 INFO  [URLDeploymentScanner] Created

                    08:50:49,875 INFO  [SystemPropertiesService] Starting

                    08:50:49,875 INFO  [SystemPropertiesService] Started

                    08:50:49,875 INFO  [Log4jService] Starting

                    08:50:49,921 INFO  [AbstractDeploymentScanner$ScannerThread] Running

                    08:50:49,953 INFO  [Log4jService$URLWatchTimerTask] Configuring from URL: resour

                    ce:log4j.xml

                    08:50:50,015 INFO  [Log4jService] Started

                    08:50:50,015 INFO  [WebService] Starting

                    08:50:50,015 INFO  [WebService] Started webserver with address: null port: 8083

                    08:50:50,015 INFO  [WebService] Codebase set to: http://DESKTOP81:8083/

                    08:50:50,015 INFO  [WebService] Started

                    08:50:50,031 INFO  [NamingService] Starting

                    08:50:50,093 INFO  [NamingService] Starting jnp server

                    08:50:50,203 INFO  [NamingService] Started jnpPort=1099, rmiPort=0, backlog=50,

                    bindAddress=null, Client SocketFactory=null, Server SocketFactory=null

                    08:50:50,218 INFO  [NamingService] Listening on port 1099

                    08:50:50,234 INFO  [NamingService] Started

                    08:50:50,234 INFO  [JNDIView] Starting

                    08:50:50,234 INFO  [JNDIView] Started

                    08:50:50,234 INFO  [SecurityConfig] Starting

                    08:50:50,250 INFO  [SecurityConfig] Started

                    08:50:50,265 INFO  [JaasSecurityManagerService] Starting

                    08:50:50,265 INFO  [JaasSecurityManagerService] Started

                    08:50:50,265 INFO  [TransactionManagerService] Starting

                    08:50:50,296 INFO  [TransactionManagerService] Started

                    08:50:50,296 INFO  [ClientUserTransactionService] Starting

                    08:50:50,312 INFO  [ClientUserTransactionService] Started

                    08:50:50,328 INFO  [CachedConnectionManager] Starting

                    08:50:50,328 INFO  [CachedConnectionManager] Started

                    08:50:50,328 INFO  [EARDeployer] Starting

                    08:50:50,328 INFO  [MainDeployer] Adding deployer: org.jboss.deployment.EARDeplo

                    yer@2e1f1f

                    08:50:50,328 INFO  [EARDeployer] Started

                    08:50:50,328 INFO  [JRMPInvoker] Starting

                    08:50:50,343 INFO  [JRMPInvoker] Started

                    08:50:50,421 INFO  [LocalInvoker] Starting

                    08:50:50,453 INFO  [LocalInvoker] Started

                    08:50:50,453 INFO  [URLDeploymentScanner] Starting

                    08:50:50,453 INFO  [MainDeployer] Starting deployment of package: file:/C:/jboss

                    /server/default/deploy/http-invoker.sar/

                    08:50:50,468 INFO  [MainDeployer] deployment waiting for deployer: file:/C:/jbos

                    s/server/default/deploy/http-invoker.sar/invoker.war/

                    08:50:50,484 INFO  [HttpInvoker] Creating

                    08:50:50,484 INFO  [HttpInvoker] Created

                    08:50:50,484 INFO  [HttpInvoker] Starting

                    08:50:50,515 INFO  [HttpInvoker] Started

                    08:50:50,515 INFO  [MainDeployer] Deployed package: file:/C:/jboss/server/defaul

                    t/deploy/http-invoker.sar/

                    08:50:50,515 INFO  [MainDeployer] Starting deployment of package: file:/C:/jboss

                    /server/default/deploy/jbossweb.sar/

                    08:50:50,593 WARN  [MainDeployer] The manifest entry in file:/C:/jboss/server/de

                    fault/deploy/jbossweb.sar/org.mortbay.jetty.jar references URL file:/C:/jboss/se

                    rver/default/deploy/jbossweb.sar/javax.servlet.jar which could not be opened, en

                    try ignored

                    08:50:50,593 INFO  [MainDeployer] Starting deployment of package: file:/C:/jboss

                    /server/default/deploy/jbossweb.sar/org.apache.jasper.jar

                    08:50:50,640 INFO  [MainDeployer] Deployed package: file:/C:/jboss/server/defaul

                    t/deploy/jbossweb.sar/org.apache.jasper.jar

                    08:50:50,640 WARN  [MainDeployer] The manifest entry in file:/C:/jboss/server/de

                    fault/deploy/jbossweb.sar/org.mortbay.jetty.jar references URL file:/C:/jboss/se

                    rver/default/deploy/ext/com.sun.net.ssl.jar which could not be opened, entry ign

                    ored

                    08:50:50,640 INFO  [MainDeployer] Package: file:/C:/jboss/server/default/deploy/

                    jbossweb.sar/org.apache.jasper.jar is already deployed

                    08:50:50,656 INFO  [MainDeployer] Package: file:/C:/jboss/server/default/deploy/

                    jbossweb.sar/org.apache.jasper.jar is already deployed

                    08:50:50,734 WARN  [jbossweb] JSP compilation requires $JAVA_HOME/lib/tools.jar

                    on your JBOSS_CLASSPATH

                    08:50:50,875 INFO  [jbossweb] Registered jboss.web:Jetty=0

                    08:50:50,890 INFO  [jbossweb] Registered jboss.web:Code=0

                    08:50:50,890 INFO  [jbossweb] Registered jboss.web:Log=0

                    08:50:50,906 INFO  [jbossweb] Registered jboss.web:Log=0,sink=0

                    08:50:50,906 INFO  [JettyService] Creating

                    08:50:51,093 INFO  [jbossweb] Registered jboss.web:Jetty=0,SocketListener=0

                    08:50:51,125 INFO  [jbossweb] Registered jboss.web:Jetty=0,NCSARequestLog=0

                    08:50:51,125 INFO  [JettyService] Created

                    08:50:51,125 INFO  [JettyService] Starting

                    08:50:51,125 INFO  [MainDeployer] Adding deployer: org.jboss.jetty.JettyService@

                    11946c2

                    08:50:51,125 INFO  [MainDeployer] Starting deployment of package: file:/C:/jboss

                    /server/default/deploy/http-invoker.sar/invoker.war/

                    08:50:51,281 INFO  [jbossweb] Registered jboss.web:Jetty=0,JBossWebApplicationCo

                    ntext=0,context=/invoker

                    08:50:51,296 INFO  [jbossweb] Checking Resource aliases

                    08:50:51,546 INFO  [jbossweb] Started WebApplicationContext[/invoker,file:/C:/jb

                    oss/server/default/deploy/http-invoker.sar/invoker.war/]

                    08:50:51,703 INFO  [jbossweb] successfully deployed file:/C:/jboss/server/defaul

                    t/deploy/http-invoker.sar/invoker.war/ to /invoker

                    08:50:51,703 INFO  [MainDeployer] Deployed package: file:/C:/jboss/server/defaul

                    t/deploy/http-invoker.sar/invoker.war/

                    08:50:51,703 INFO  [jbossweb] Starting Jetty/4.1

                    08:50:51,734 INFO  [jbossweb] Started org.mortbay.http.NCSARequestLog@9cfec1

                    08:50:51,765 INFO  [jbossweb] Started SocketListener on 0.0.0.0:8080

                    08:50:51,765 INFO  [jbossweb] Started org.jboss.jetty.Jetty@e79839

                    08:50:51,765 INFO  [JettyService] Started

                    08:50:51,765 INFO  [MainDeployer] Deployed package: file:/C:/jboss/server/defaul

                    t/deploy/jbossweb.sar/

                    08:50:51,765 INFO  [MainDeployer] Starting deployment of package: file:/C:/jboss

                    /server/default/deploy/jmx-ejb-connector-server.sar

                    08:50:51,781 INFO  [MainDeployer] Deployed package: file:/C:/jboss/server/defaul

                    t/deploy/jmx-ejb-connector-server.sar

                    08:50:51,781 INFO  [MainDeployer] Starting deployment of package: file:/C:/jboss

                    /server/default/deploy/jmx-rmi-adaptor.sar

                    08:50:51,796 INFO  [RMIAdaptorService] Creating

                    08:50:51,796 INFO  [RMIAdaptorService] Created

                    08:50:51,796 INFO  [RMIAdaptorService] Starting

                    08:50:51,828 INFO  [RMIAdaptorService] Started

                    08:50:51,828 INFO  [MainDeployer] Deployed package: file:/C:/jboss/server/defaul

                    t/deploy/jmx-rmi-adaptor.sar

                    08:50:51,828 INFO  [MainDeployer] Starting deployment of package: file:/C:/jboss

                    /server/default/deploy/counter-service.xml

                    08:50:51,843 INFO  [MainDeployer] Package: file:/C:/jboss/server/default/lib/cou

                    nter-plugin.jar is already deployed

                    08:50:51,843 INFO  [CounterService] Creating

                    08:50:51,843 INFO  [CounterService] Created

                    08:50:51,859 INFO  [CounterService] Starting

                    08:50:51,859 INFO  [CounterService] Started

                    08:50:51,859 INFO  [MainDeployer] Deployed package: file:/C:/jboss/server/defaul

                    t/deploy/counter-service.xml

                    08:50:51,859 INFO  [MainDeployer] Starting deployment of package: file:/C:/jboss

                    /server/default/deploy/hsqldb-service.xml

                    08:50:51,921 WARN  [ServiceController] jboss.jca:service=LocalTxDS,name=hsqldbDS

                    does not implement any Service methods

                    08:50:51,921 INFO  [JBossManagedConnectionPool] Creating

                    08:50:51,921 INFO  [JBossManagedConnectionPool] Created

                    08:50:51,921 INFO  [HypersonicDatabase] Creating

                    08:50:51,921 INFO  [HypersonicDatabase] Created

                    08:50:51,921 WARN  [ServiceController] jboss.jca:service=LocalTxDS,name=hsqldbDS

                    does not implement any Service methods

                    08:50:51,921 INFO  [JBossManagedConnectionPool] Starting

                    08:50:51,937 INFO  [JBossManagedConnectionPool] Started

                    08:50:51,937 INFO  [HypersonicDatabase] Starting

                    08:50:51,937 INFO  [HypersonicDatabase] Started

                    08:50:51,937 INFO  [MainDeployer] Deployed package: file:/C:/jboss/server/defaul

                    t/deploy/hsqldb-service.xml

                    08:50:51,937 INFO  [MainDeployer] Starting deployment of package: file:/C:/jboss

                    /server/default/deploy/jbossmq-destinations-service.xml

                    08:50:52,156 INFO  [MainDeployer] Deployed package: file:/C:/jboss/server/defaul

                    t/deploy/jbossmq-destinations-service.xml

                    08:50:52,156 INFO  [MainDeployer] Starting deployment of package: file:/C:/jboss

                    /server/default/deploy/jbossmq-service.xml

                    08:50:52,218 INFO  [STDOUT] Server 1.6 is running

                    08:50:52,218 INFO  [STDOUT] Press [Ctrl]+[C] to abort

                    08:50:52,453 INFO  [CacheStore] Creating

                    08:50:52,453 INFO  [CacheStore] Created

                    08:50:52,453 INFO  [MessageCache] Creating

                    08:50:52,453 INFO  [MessageCache] Created

                    08:50:52,453 INFO  [PersistenceManager] Creating

                    08:50:52,453 INFO  [PersistenceManager] Created

                    08:50:52,453 INFO  [DynamicStateManager] Creating

                    08:50:52,468 INFO  [DynamicStateManager] Created

                    08:50:52,468 INFO  [DestinationManager] Creating

                    08:50:52,484 INFO  [DestinationManager] Created

                    08:50:52,484 INFO  [A] Creating

                    08:50:52,484 INFO  [A] Created

                    08:50:52,484 INFO  [B] Creating

                    08:50:52,484 INFO  [B] Created

                    08:50:52,484 INFO  [C] Creating

                    08:50:52,484 INFO  [C] Created

                    08:50:52,484 INFO  [D] Creating

                    08:50:52,484 INFO  [D] Created

                    08:50:52,500 INFO  [ex] Creating

                    08:50:52,500 INFO  [ex] Created

                    08:50:52,500 INFO  [SecurityManager] Creating

                    08:50:52,500 INFO  [SecurityManager] Created

                    08:50:52,500 INFO  [testTopic] Creating

                    08:50:52,500 INFO  [testTopic] Created

                    08:50:52,500 INFO  [securedTopic] Creating

                    08:50:52,500 INFO  [securedTopic] Created

                    08:50:52,500 INFO  [testDurableTopic] Creating

                    08:50:52,500 INFO  [testDurableTopic] Created

                    08:50:52,500 INFO  [testQueue] Creating

                    08:50:52,531 INFO  [testQueue] Created

                    08:50:52,531 INFO  [InterceptorLoader] Creating

                    08:50:52,531 INFO  [InterceptorLoader] Created

                    08:50:52,531 INFO  [Invoker] Creating

                    08:50:52,531 INFO  [Invoker] Created

                    08:50:52,531 INFO  [JVMServerILService] Creating

                    08:50:52,531 INFO  [JVMServerILService] Created

                    08:50:52,531 INFO  [RMIServerILService] Creating

                    08:50:52,531 INFO  [RMIServerILService] Created

                    08:50:52,531 INFO  [OILServerILService] Creating

                    08:50:52,531 INFO  [OILServerILService] Created

                    08:50:52,562 INFO  [UILServerILService] Creating

                    08:50:52,562 INFO  [UILServerILService] Created

                    08:50:52,562 INFO  [DLQ] Creating

                    08:50:52,562 INFO  [DLQ] Created

                    08:50:52,562 INFO  [CacheStore] Starting

                    08:50:52,578 INFO  [CacheStore] Started

                    08:50:52,578 INFO  [MessageCache] Starting

                    08:50:52,578 INFO  [MessageCache] Started

                    08:50:52,578 INFO  [PersistenceManager] Starting

                    08:50:52,609 INFO  [PersistenceManager] Started

                    08:50:52,609 INFO  [DynamicStateManager] Starting

                    08:50:52,609 INFO  [DynamicStateManager] Started

                    08:50:52,609 INFO  [DestinationManager] Starting

                    08:50:52,640 INFO  [DestinationManager] Started

                    08:50:52,640 INFO  [A] Starting

                    08:50:52,656 INFO  [A] Bound to JNDI name: queue/A

                    08:50:52,656 INFO  [A] Started

                    08:50:52,656 INFO  [B] Starting

                    08:50:52,687 INFO  [B] Bound to JNDI name: queue/B

                    08:50:52,687 INFO  [B] Started

                    08:50:52,687 INFO  [C] Starting

                    08:50:52,687 INFO  [C] Bound to JNDI name: queue/C

                    08:50:52,687 INFO  [C] Started

                    08:50:52,687 INFO  [D] Starting

                    08:50:52,687 INFO  [D] Bound to JNDI name: queue/D

                    08:50:52,687 INFO  [D] Started

                    08:50:52,687 INFO  [ex] Starting

                    08:50:52,687 INFO  [ex] Bound to JNDI name: queue/ex

                    08:50:52,718 INFO  [ex] Started

                    08:50:52,718 INFO  [SecurityManager] Starting

                    08:50:52,734 INFO  [JaasSecurityManagerService] Created securityMgr=org.jboss.se

                    curity.plugins.JaasSecurityManager@1a7b0bf

                    08:50:52,734 INFO  [JaasSecurityManagerService] setCachePolicy, c=org.jboss.util

                    .TimedCachePolicy@c00025

                    08:50:52,734 INFO  [JaasSecurityManagerService] Added jbossmq, org.jboss.securit

                    y.plugins.SecurityDomainContext@149a794 to map

                    08:50:52,750 INFO  [SecurityManager] Started

                    08:50:52,750 INFO  [testTopic] Starting

                    08:50:52,765 INFO  [testTopic] Bound to JNDI name: topic/testTopic

                    08:50:52,765 INFO  [testTopic] Started

                    08:50:52,765 INFO  [securedTopic] Starting

                    08:50:52,765 INFO  [securedTopic] Bound to JNDI name: topic/securedTopic

                    08:50:52,765 INFO  [securedTopic] Started

                    08:50:52,765 INFO  [testDurableTopic] Starting

                    08:50:52,765 INFO  [testDurableTopic] Bound to JNDI name: topic/testDurableTopic

                     

                    08:50:52,765 INFO  [testDurableTopic] Started

                    08:50:52,796 INFO  [testQueue] Starting

                    08:50:52,796 INFO  [testQueue] Bound to JNDI name: queue/testQueue

                    08:50:52,796 INFO  [testQueue] Started

                    08:50:52,796 INFO  [InterceptorLoader] Starting

                    08:50:52,796 INFO  [InterceptorLoader] Started

                    08:50:52,796 INFO  [Invoker] Starting

                    08:50:52,796 INFO  [Invoker] Started

                    08:50:52,796 INFO  [JVMServerILService] Starting

                    08:50:52,859 INFO  [JVMServerILService] Started

                    08:50:52,859 INFO  [RMIServerILService] Starting

                    08:50:52,937 INFO  [RMIServerILService] Started

                    08:50:52,937 INFO  [OILServerILService] Starting

                    08:50:52,937 INFO  [OILServerILService] JBossMQ OIL service available at : 0.0.0

                    .0/0.0.0.0:8090

                    08:50:52,984 INFO  [OILServerILService] Started

                    08:50:52,984 INFO  [UILServerILService] Starting

                    08:50:53,000 INFO  [UILServerILService] JBossMQ UIL service available at : 0.0.0

                    .0/0.0.0.0:8091

                    08:50:53,015 INFO  [UILServerILService] Started

                    08:50:53,015 INFO  [DLQ] Starting

                    08:50:53,015 INFO  [DLQ] Bound to JNDI name: queue/DLQ

                    08:50:53,015 INFO  [DLQ] Started

                    08:50:53,015 INFO  [MainDeployer] Deployed package: file:/C:/jboss/server/defaul

                    t/deploy/jbossmq-service.xml

                    08:50:53,015 INFO  [MainDeployer] Starting deployment of package: file:/C:/jboss

                    /server/default/deploy/jca-service.xml

                    08:50:53,062 INFO  [RARDeployer] Creating

                    08:50:53,062 INFO  [RARDeployer] Created

                    08:50:53,078 INFO  [RARDeployer] Starting

                    08:50:53,078 INFO  [MainDeployer] Adding deployer: org.jboss.resource.RARDeploye

                    r@e99ce5

                    08:50:53,078 INFO  [RARDeployer] Started

                    08:50:53,078 INFO  [MainDeployer] Deployed package: file:/C:/jboss/server/defaul

                    t/deploy/jca-service.xml

                    08:50:53,093 INFO  [MainDeployer] Starting deployment of package: file:/C:/jboss

                    /server/default/deploy/jms-service.xml

                    08:50:53,156 INFO  [JMSProviderLoader] Creating

                    08:50:53,156 INFO  [JMSProviderLoader] Created

                    08:50:53,156 INFO  [ServerSessionPoolLoader] Creating

                    08:50:53,156 INFO  [ServerSessionPoolLoader] Created

                    08:50:53,156 INFO  [EJBDeployer] Creating

                    08:50:53,156 INFO  [EJBDeployer] Created

                    08:50:53,171 WARN  [ServiceController] jboss.jca:service=XaTxDS,name=jmsra does

                    not implement any Service methods

                    08:50:53,171 INFO  [JBossManagedConnectionPool] Creating

                    08:50:53,171 INFO  [JBossManagedConnectionPool] Created

                    08:50:53,171 INFO  [JMSProviderLoader] Starting

                    08:50:53,187 INFO  [JMSProviderLoader] Bound adapter to java:/DefaultJMSProvider

                     

                    08:50:53,203 INFO  [JMSProviderLoader] Started

                    08:50:53,203 INFO  [ServerSessionPoolLoader] Starting

                    08:50:53,203 INFO  [ServerSessionPoolLoader] pool factory StdJMSPool bound to ja

                    va:/StdJMSPool

                    08:50:53,203 INFO  [ServerSessionPoolLoader] Started

                    08:50:53,203 INFO  [EJBDeployer] Starting

                    08:50:53,234 INFO  [MainDeployer] Adding deployer: org.jboss.ejb.EJBDeployer@45e

                    228

                    08:50:53,234 INFO  [EJBDeployer] Started

                    08:50:53,234 INFO  [JBossManagedConnectionPool] Starting

                    08:50:53,234 INFO  [JBossManagedConnectionPool] Started

                    08:50:53,234 INFO  [MainDeployer] Deployed package: file:/C:/jboss/server/defaul

                    t/deploy/jms-service.xml

                    08:50:53,265 INFO  [MainDeployer] Starting deployment of package: file:/C:/jboss

                    /server/default/deploy/mail-service.xml

                    08:50:53,265 INFO  [MainDeployer] Package: file:/C:/jboss/server/default/lib/mai

                    l-plugin.jar is already deployed

                    08:50:53,265 INFO  [MainDeployer] Package: file:/C:/jboss/server/default/lib/mai

                    l.jar is already deployed

                    08:50:53,265 INFO  [MainDeployer] Package: file:/C:/jboss/server/default/lib/act

                    ivation.jar is already deployed

                    08:50:53,296 INFO  [MailService] Creating

                    08:50:53,312 INFO  [MailService] Created

                    08:50:53,312 INFO  [MailService] Starting

                    08:50:53,375 INFO  [MailService] Mail Service bound to java:/Mail

                    08:50:53,375 INFO  [MailService] Started

                    08:50:53,375 INFO  [MainDeployer] Deployed package: file:/C:/jboss/server/defaul

                    t/deploy/mail-service.xml

                    08:50:53,375 INFO  [MainDeployer] Starting deployment of package: file:/C:/jboss

                    /server/default/deploy/properties-service.xml

                    08:50:53,390 INFO  [MainDeployer] Package: file:/C:/jboss/server/default/lib/pro

                    perties-plugin.jar is already deployed

                    08:50:53,406 INFO  [PropertyEditorManagerService] Creating

                    08:50:53,406 INFO  [PropertyEditorManagerService] Created

                    08:50:53,406 INFO  [PropertyEditorManagerService] Starting

                    08:50:53,406 INFO  [PropertyEditorManagerService] Started

                    08:50:53,406 INFO  [MainDeployer] Deployed package: file:/C:/jboss/server/defaul

                    t/deploy/properties-service.xml

                    08:50:53,406 INFO  [MainDeployer] Starting deployment of package: file:/C:/jboss

                    /server/default/deploy/scheduler-service.xml

                    08:50:53,406 INFO  [MainDeployer] Package: file:/C:/jboss/server/default/lib/sch

                    eduler-plugin-example.jar is already deployed

                    08:50:53,406 INFO  [MainDeployer] Package: file:/C:/jboss/server/default/lib/sch

                    eduler-plugin.jar is already deployed

                    08:50:53,437 INFO  [MainDeployer] Deployed package: file:/C:/jboss/server/defaul

                    t/deploy/scheduler-service.xml

                    08:50:53,437 INFO  [MainDeployer] Starting deployment of package: file:/C:/jboss

                    /server/default/deploy/user-service.xml

                    08:50:53,437 INFO  [MainDeployer] Deployed package: file:/C:/jboss/server/defaul

                    t/deploy/user-service.xml

                    08:50:53,437 INFO  [MainDeployer] Starting deployment of package: file:/C:/jboss

                    /server/default/deploy/jboss-local-jdbc.rar

                    08:50:53,468 WARN  [ServiceController] jboss.jca:service=RARDeployment,name=JBos

                    s LocalTransaction JDBC Wrapper does not implement any Service methods

                    08:50:53,484 WARN  [ServiceController] jboss.jca:service=LocalTxDS,name=hsqldbDS

                    does not implement any Service methods

                    08:50:53,484 INFO  [LocalTxConnectionManager] Creating

                    08:50:53,500 INFO  [LocalTxConnectionManager] Created

                    08:50:53,515 INFO  [LocalTxConnectionManager] Starting

                    08:50:53,546 INFO  [DefaultDS] Bound connection factory for resource adapter 'JB

                    oss LocalTransaction JDBC Wrapper' to JNDI name 'java:/DefaultDS'

                    08:50:53,546 INFO  [LocalTxConnectionManager] Started

                    08:50:53,546 INFO  [MainDeployer] Deployed package: file:/C:/jboss/server/defaul

                    t/deploy/jboss-local-jdbc.rar

                    08:50:53,546 INFO  [MainDeployer] Starting deployment of package: file:/C:/jboss

                    /server/default/deploy/jboss-xa.rar

                    08:50:53,578 INFO  [RARMetaData] Loading Minerva Resource Adapter for JDBC 2 XA

                    drivers

                    08:50:53,578 INFO  [RARMetaData] Required license terms present. See deployment

                    descriptor.

                    08:50:53,578 WARN  [ServiceController] jboss.jca:service=RARDeployment,name=Mine

                    rva JDBC XATransaction ResourceAdapter does not implement any Service methods

                    08:50:53,593 INFO  [MainDeployer] Deployed package: file:/C:/jboss/server/defaul

                    t/deploy/jboss-xa.rar

                    08:50:53,593 INFO  [MainDeployer] Starting deployment of package: file:/C:/jboss

                    /server/default/deploy/jms-ra.rar

                    08:50:53,625 WARN  [ServiceController] jboss.jca:service=RARDeployment,name=JMS

                    Adapter does not implement any Service methods

                    08:50:53,625 WARN  [ServiceController] jboss.jca:service=XaTxDS,name=jmsra does

                    not implement any Service methods

                    08:50:53,625 INFO  [XATxConnectionManager] Creating

                    08:50:53,625 INFO  [XATxConnectionManager] Created

                    08:50:53,640 INFO  [XATxConnectionManager] Starting

                    08:50:53,640 INFO  [JaasSecurityManagerService] Created securityMgr=org.jboss.se

                    curity.plugins.JaasSecurityManager@8acfc3

                    08:50:53,640 INFO  [JaasSecurityManagerService] setCachePolicy, c=org.jboss.util

                    .TimedCachePolicy@14e0e90

                    08:50:53,656 INFO  [JaasSecurityManagerService] Added JmsXARealm, org.jboss.secu

                    rity.plugins.SecurityDomainContext@19e11a1 to map

                    08:50:53,687 INFO  [JmsXA] Bound connection factory for resource adapter 'JMS Ad

                    apter' to JNDI name 'java:/JmsXA'

                    08:50:53,687 INFO  [XATxConnectionManager] Started

                    08:50:53,687 INFO  [MainDeployer] Deployed package: file:/C:/jboss/server/defaul

                    t/deploy/jms-ra.rar

                    08:50:53,687 INFO  [MainDeployer] Starting deployment of package: file:/C:/jboss

                    /server/default/deploy/dwr.jar

                    08:50:53,937 INFO  [MainDeployer] Deployed package: file:/C:/jboss/server/defaul

                    t/deploy/dwr.jar

                    08:50:53,937 INFO  [MainDeployer] Starting deployment of package: file:/C:/jboss

                    /server/default/deploy/ejb-management.jar

                    08:50:54,125 INFO  [EjbModule] Creating

                    08:50:54,203 INFO  [EjbModule] Deploying MEJB

                    08:50:54,328 INFO  [EjbModule] Created

                    08:50:54,328 INFO  [EjbModule] Starting

                    08:50:54,468 INFO  [EjbModule] Started

                    08:50:54,531 INFO  [MainDeployer] Deployed package: file:/C:/jboss/server/defaul

                    t/deploy/ejb-management.jar

                    08:50:54,531 INFO  [MainDeployer] Starting deployment of package: file:/C:/jboss

                    /server/default/deploy/jbosscache-core-3.0.2.GA-tests.jar

                    08:50:54,750 INFO  [MainDeployer] deployment waiting for deployer: file:/C:/jbos

                    s/server/default/deploy/jbosscache-core-3.0.2.GA-tests.jar

                    08:50:54,750 INFO  [MainDeployer] Deployment of package: file:/C:/jboss/server/d

                    efault/deploy/jbosscache-core-3.0.2.GA-tests.jar is waiting for an appropriate d

                    eployer.

                    08:50:54,750 INFO  [MainDeployer] Starting deployment of package: file:/C:/jboss

                    /server/default/deploy/jmx-ejb-adaptor.jar

                    08:50:54,812 INFO  [EjbModule] Creating

                    08:50:54,828 INFO  [EjbModule] Deploying jmx/ejb/Adaptor

                    08:50:54,843 INFO  [EjbModule] Created

                    08:50:54,843 INFO  [EjbModule] Starting

                    08:50:54,875 INFO  [EjbModule] Started

                    08:50:54,875 INFO  [MainDeployer] Deployed package: file:/C:/jboss/server/defaul

                    t/deploy/jmx-ejb-adaptor.jar

                    08:50:54,875 INFO  [MainDeployer] Starting deployment of package: file:/C:/jboss

                    /server/default/deploy/Calendar.war

                    08:50:55,171 INFO  [jbossweb] Registered jboss.web:Jetty=0,JBossWebApplicationCo

                    ntext=1,context=/Calendar

                    08:50:55,281 INFO  [jbossweb] Extract jar:file:/C:/jboss/server/default/tmp/depl

                    oy/server/default/deploy/Calendar.war/61.Calendar.war!/ to C:\DOCUME~1\Owner\LOC

                    ALS~1\Temp\Jetty__8080___Calendar\webapp

                    08:50:55,406 WARN  [jbossweb] WARNING: WARNING@file:/C:/Documents and Settings/O

                    wner/Local Settings/Temp/Jetty__8080___Calendar/webapp/WEB-INF/web.xml line:2 co

                    l:-1 : org.xml.sax.SAXParseException: Valid documents must have a <!DOCTYPE decl

                    aration.

                    08:50:55,484 WARN  [jbossweb] WARNING: ERROR@file:/C:/Documents and Settings/Own

                    er/Local Settings/Temp/Jetty__8080___Calendar/webapp/WEB-INF/web.xml line:2 col:

                    -1 : org.xml.sax.SAXParseException: Element type "web-app" is not declared.

                    08:50:55,484 WARN  [jbossweb] WARNING: ERROR@file:/C:/Documents and Settings/Own

                    er/Local Settings/Temp/Jetty__8080___Calendar/webapp/WEB-INF/web.xml line:3 col:

                    -1 : org.xml.sax.SAXParseException: Element type "display-name" is not declared.

                     

                    08:50:55,515 WARN  [jbossweb] WARNING: ERROR@file:/C:/Documents and Settings/Own

                    er/Local Settings/Temp/Jetty__8080___Calendar/webapp/WEB-INF/web.xml line:4 col:

                    -1 : org.xml.sax.SAXParseException: Element type "description" is not declared.

                    08:50:55,531 ERROR [URLDeploymentScanner] Failed to deploy: org.jboss.deployment

                    .scanner.URLDeploymentScanner$DeployedURL@ac8351c2{ url=file:/C:/jboss/server/de

                    fault/deploy/Calendar.war, deployedLastModified=0 }

                    org.jboss.deployment.DeploymentException: Element type "web-app" is not declared

                    .; - nested throwable: (org.xml.sax.SAXParseException: Element type "web-app" is

                    not declared.)

                            at org.jboss.jetty.Jetty.deploy(Jetty.java:427)

                            at org.jboss.jetty.JettyService.performDeploy(JettyService.java:243)

                            at org.jboss.web.AbstractWebContainer.start(AbstractWebContainer.java:30

                    0)

                            at org.jboss.deployment.MainDeployer.start(MainDeployer.java:802)

                            at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:616)

                            at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:580)

                            at sun.reflect.GeneratedMethodAccessor10.invoke(Unknown Source)

                            at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces

                    sorImpl.java:25)

                            at java.lang.reflect.Method.invoke(Method.java:324)

                            at org.jboss.mx.capability.ReflectedMBeanDispatcher.invoke(ReflectedMBea

                    nDispatcher.java:284)

                            at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:517)

                            at org.jboss.util.jmx.MBeanProxy.invoke(MBeanProxy.java:174)

                            at $Proxy4.deploy(Unknown Source)

                            at org.jboss.deployment.scanner.URLDeploymentScanner.deploy(URLDeploymen

                    tScanner.java:427)

                            at org.jboss.deployment.scanner.URLDeploymentScanner.scanDirectory(URLDe

                    ploymentScanner.java:648)

                            at org.jboss.deployment.scanner.URLDeploymentScanner.scan(URLDeploymentS

                    canner.java:499)

                            at org.jboss.deployment.scanner.AbstractDeploymentScanner.startService(A

                    bstractDeploymentScanner.java:261)

                            at org.jboss.system.ServiceMBeanSupport.start(ServiceMBeanSupport.java:1

                    64)

                            at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

                            at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.

                    java:39)

                            at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces

                    sorImpl.java:25)

                            at java.lang.reflect.Method.invoke(Method.java:324)

                            at org.jboss.mx.capability.ReflectedMBeanDispatcher.invoke(ReflectedMBea

                    nDispatcher.java:284)

                            at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:517)

                            at org.jboss.system.ServiceController$ServiceProxy.invoke(ServiceControl

                    ler.java:967)

                            at $Proxy0.start(Unknown Source)

                            at org.jboss.system.ServiceController.start(ServiceController.java:396)

                            at sun.reflect.GeneratedMethodAccessor6.invoke(Unknown Source)

                            at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces

                    sorImpl.java:25)

                            at java.lang.reflect.Method.invoke(Method.java:324)

                            at org.jboss.mx.capability.ReflectedMBeanDispatcher.invoke(ReflectedMBea

                    nDispatcher.java:284)

                            at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:517)

                            at org.jboss.util.jmx.MBeanProxy.invoke(MBeanProxy.java:174)

                            at $Proxy3.start(Unknown Source)

                            at org.jboss.deployment.SARDeployer.start(SARDeployer.java:249)

                            at org.jboss.deployment.MainDeployer.start(MainDeployer.java:802)

                            at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:616)

                            at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:580)

                            at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:564)

                            at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

                            at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.

                    java:39)

                            at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces

                    sorImpl.java:25)

                            at java.lang.reflect.Method.invoke(Method.java:324)

                            at org.jboss.mx.capability.ReflectedMBeanDispatcher.invoke(ReflectedMBea

                    nDispatcher.java:284)

                            at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:517)

                            at org.jboss.system.server.ServerImpl.doStart(ServerImpl.java:324)

                            at org.jboss.system.server.ServerImpl.start(ServerImpl.java:221)

                            at org.jboss.Main.boot(Main.java:142)

                            at org.jboss.Main$1.run(Main.java:375)

                            at java.lang.Thread.run(Thread.java:534)

                    Caused by: org.xml.sax.SAXParseException: Element type "web-app" is not declared

                    .

                            at org.apache.crimson.parser.Parser2.error(Parser2.java:3354)

                            at org.apache.crimson.parser.Parser2.maybeElement(Parser2.java:1502)

                            at org.apache.crimson.parser.Parser2.parseInternal(Parser2.java:667)

                            at org.apache.crimson.parser.Parser2.parse(Parser2.java:337)

                            at org.apache.crimson.parser.XMLReaderImpl.parse(XMLReaderImpl.java:448)

                     

                            at javax.xml.parsers.SAXParser.parse(SAXParser.java:345)

                            at org.mortbay.xml.XmlParser.parse(XmlParser.java:127)

                            at org.mortbay.xml.XmlParser.parse(XmlParser.java:142)

                            at org.mortbay.jetty.servlet.WebApplicationContext.start(WebApplicationC

                    ontext.java:314)

                            at org.jboss.jetty.Jetty.deploy(Jetty.java:409)

                            ... 49 more

                    08:50:55,734 INFO  [MainDeployer] Starting deployment of package: file:/C:/jboss

                    /server/default/deploy/jmx-console.war/

                    08:50:55,812 INFO  [jbossweb] Registered jboss.web:Jetty=0,JBossWebApplicationCo

                    ntext=2,context=/jmx-console

                    08:50:55,953 INFO  [jbossweb] Started WebApplicationContext[/jmx-console,file:/C

                    :/jboss/server/default/deploy/jmx-console.war/]

                    08:50:55,968 INFO  [jbossweb] successfully deployed file:/C:/jboss/server/defaul

                    t/deploy/jmx-console.war/ to /jmx-console

                    08:50:55,968 INFO  [MainDeployer] Deployed package: file:/C:/jboss/server/defaul

                    t/deploy/jmx-console.war/

                    08:50:55,968 ERROR [URLDeploymentScanner] MBeanException: Exception in MBean ope

                    ration 'checkIncompleteDeployments()'

                    Cause: Incomplete Deployment listing:

                    Packages waiting for a deployer:

                    [org.jboss.deployment.DeploymentInfo@8a013206 { url=file:/C:/jboss/server/defaul

                    t/deploy/jbosscache-core-3.0.2.GA-tests.jar }

                      deployer: null

                      status: null

                      state: INIT_WAITING_DEPLOYER

                      watch: file:/C:/jboss/server/default/deploy/jbosscache-core-3.0.2.GA-tests.jar

                     

                      lastDeployed: 1345605654750

                      lastModified: 1345605654546

                      mbeans:

                    ]Incompletely deployed packages:

                    [org.jboss.deployment.DeploymentInfo@8a013206 { url=file:/C:/jboss/server/defaul

                    t/deploy/jbosscache-core-3.0.2.GA-tests.jar }

                      deployer: null

                      status: null

                      state: INIT_WAITING_DEPLOYER

                      watch: file:/C:/jboss/server/default/deploy/jbosscache-core-3.0.2.GA-tests.jar

                     

                      lastDeployed: 1345605654750

                      lastModified: 1345605654546

                      mbeans:

                    , org.jboss.deployment.DeploymentInfo@ac8351c2 { url=file:/C:/jboss/server/defau

                    lt/deploy/Calendar.war }

                      deployer: org.jboss.jetty.JettyService@11946c2

                      status: Deployment FAILED reason: Element type "web-app" is not declared.; - n

                    ested throwable: (org.xml.sax.SAXParseException: Element type "web-app" is not d

                    eclared.)

                      state: FAILED

                      watch: file:/C:/jboss/server/default/deploy/Calendar.war

                      lastDeployed: 1345605654921

                      lastModified: 1345605654890

                      mbeans:

                    ]MBeans waiting for classes:

                      <none>

                    MBeans waiting for other MBeans:

                      <none>

                     

                    08:50:56,125 INFO  [URLDeploymentScanner] Started

                    08:50:56,171 INFO  [MainDeployer] Deployed package: file:/C:/jboss/server/defaul

                    t/conf/jboss-service.xml

                    08:50:56,171 INFO  [Server] JBoss (MX MicroKernel) [3.0.2 Date:200208271339] Sta

                    rted in 0m:8s:609ms

                    08:51:13,296 INFO  [jbossweb] Registered jboss.web:Jetty=0,HttpContext=0,context

                    =/

                    08:51:13,421 INFO  [jbossweb] Started HttpContext[/]

                    • 7. Re: Jboss-3.0.2 ip address configuration issue
                      peterj

                      Did you not notice that your calendar app failed to deploy? Also, notice that you need to use an upper-case "C" in the context: http://localhost:8080/Calendar