7 Replies Latest reply on Jul 21, 2011 12:41 AM by arka.sharma

    JBoss is not showing the welcome page

    arka.sharma
      Hi,

      Again I am facing one issue with jboss 5.1.I have started it byr running "run.bat" from cmd with default HTTP port 8080 and AJP port 8009.In cmd it is showing started and no exception or error is being displayed.But when I open up my browser and try to open jboss with "http://localhost:8080" it is showing HTTP 404.No idea why.Please help.

      Regards
      Arka
         
        • 1. Re: JBoss is not showing the welcome page
          jaikiran

          Moved to Installation & Configuration forum.

          • 3. Re: JBoss is not showing the welcome page
            arka.sharma

            Hi,

             

            Actually I am newbie in Jboss and any other as.I just read that link.But didn't get much from that.Can you please explain that in littile detail ?

             

            Thanks & Regards

            Arka,

            • 4. Re: JBoss is not showing the welcome page
              jaikiran

              You have to first tell us whether you are using mod_cluster or is it just plain JBoss AS. Did you do any changes to a clean JBoss AS installation?

              • 5. Re: JBoss is not showing the welcome page
                arka.sharma

                No I just unzipped it set JBOSS_HOME and then run it.No error message or exception shown in cmd.But it is not showing the welcome page.

                • 6. Re: JBoss is not showing the welcome page
                  jaikiran

                  1) Don't set JBOSS_HOME. It'll be handled from within the run scripts.

                  2) Attach the log that you seen on the server console.

                  3) Where are you trying to access the URL from? The same machine where JBoss AS is running or from a different machine?

                  • 7. Re: JBoss is not showing the welcome page
                    arka.sharma

                    Yes there are some deployment error saying "Deployments missing dependencies".Error report in detail is as following

                     

                     

                    Calling D:\jboss-5.1.0.GA\bin\run.conf.bat
                    ===============================================================================

                      JBoss Bootstrap Environment

                      JBOSS_HOME: D:\jboss-5.1.0.GA

                      JAVA: D:\jdk1.6.0_22\bin\java

                      JAVA_OPTS: -Dprogram.name=run.bat -Xms128M -Xmx512M -XX:MaxPermSize=256M -Dsun.rmi.dgc.client.gcInterval=3600000 -Dsun.rmi.dgc.server.gcInterva
                    l=3600000 -Dorg.jboss.resolver.warning=true -server

                      CLASSPATH: D:\jboss-5.1.0.GA\bin\run.jar

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

                    10:01:12,062 INFO  [ServerImpl] Starting JBoss (Microcontainer)...
                    10:01:12,062 INFO  [ServerImpl] Release ID: JBoss [The Oracle] 5.1.0.GA (build: SVNTag=JBoss_5_1_0_GA date=200905221053)
                    10:01:12,062 INFO  [ServerImpl] Bootstrap URL: null
                    10:01:12,062 INFO  [ServerImpl] Home Dir: D:\jboss-5.1.0.GA
                    10:01:12,062 INFO  [ServerImpl] Home URL: file:/D:/jboss-5.1.0.GA/
                    10:01:12,062 INFO  [ServerImpl] Library URL: file:/D:/jboss-5.1.0.GA/lib/
                    10:01:12,078 INFO  [ServerImpl] Patch URL: null
                    10:01:12,078 INFO  [ServerImpl] Common Base URL: file:/D:/jboss-5.1.0.GA/common/
                    10:01:12,078 INFO  [ServerImpl] Common Library URL: file:/D:/jboss-5.1.0.GA/common/lib/
                    10:01:12,078 INFO  [ServerImpl] Server Name: default
                    10:01:12,078 INFO  [ServerImpl] Server Base Dir: D:\jboss-5.1.0.GA\server
                    10:01:12,078 INFO  [ServerImpl] Server Base URL: file:/D:/jboss-5.1.0.GA/server/
                    10:01:12,078 INFO  [ServerImpl] Server Config URL: file:/D:/jboss-5.1.0.GA/server/default/conf/
                    10:01:12,078 INFO  [ServerImpl] Server Home Dir: D:\jboss-5.1.0.GA\server\default
                    10:01:12,078 INFO  [ServerImpl] Server Home URL: file:/D:/jboss-5.1.0.GA/server/default/
                    10:01:12,078 INFO  [ServerImpl] Server Data Dir: D:\jboss-5.1.0.GA\server\default\data
                    10:01:12,078 INFO  [ServerImpl] Server Library URL: file:/D:/jboss-5.1.0.GA/server/default/lib/
                    10:01:12,078 INFO  [ServerImpl] Server Log Dir: D:\jboss-5.1.0.GA\server\default\log
                    10:01:12,078 INFO  [ServerImpl] Server Native Dir: D:\jboss-5.1.0.GA\server\default\tmp\native
                    10:01:12,078 INFO  [ServerImpl] Server Temp Dir: D:\jboss-5.1.0.GA\server\default\tmp
                    10:01:12,078 INFO  [ServerImpl] Server Temp Deploy Dir: D:\jboss-5.1.0.GA\server\default\tmp\deploy
                    10:01:13,250 INFO  [ServerImpl] Starting Microcontainer, bootstrapURL=file:/D:/jboss-5.1.0.GA/server/default/conf/bootstrap.xml
                    10:01:14,125 INFO  [VFSCacheFactory] Initializing VFSCache [org.jboss.virtual.plugins.cache.CombinedVFSCache]
                    10:01:14,125 INFO  [VFSCacheFactory] Using VFSCache [CombinedVFSCache[real-cache: null]]
                    10:01:14,437 INFO  [CopyMechanism] VFS temp dir: D:\jboss-5.1.0.GA\server\default\tmp
                    10:01:14,437 INFO  [ZipEntryContext] VFS force nested jars copy-mode is enabled.
                    10:01:15,578 INFO  [ServerInfo] Java version: 1.6.0_22,Sun Microsystems Inc.
                    10:01:15,578 INFO  [ServerInfo] Java Runtime: Java(TM) SE Runtime Environment (build 1.6.0_22-b04)
                    10:01:15,578 INFO  [ServerInfo] Java VM: Java HotSpot(TM) Server VM 17.1-b03,Sun Microsystems Inc.
                    10:01:15,578 INFO  [ServerInfo] OS-System: Windows XP 5.1,x86
                    10:01:15,578 INFO  [ServerInfo] VM arguments: -Dprogram.name=run.bat -Xms128M -Xmx512M -XX:MaxPermSize=256M -Dsun.rmi.dgc.client.gcInterval=36000
                    00 -Dsun.rmi.dgc.server.gcInterval=3600000 -Dorg.jboss.resolver.warning=true -Djava.endorsed.dirs=D:\jboss-5.1.0.GA\lib\endorsed
                    10:01:15,609 INFO  [JMXKernel] Legacy JMX core initialized
                    10:01:17,265 INFO  [ProfileServiceBootstrap] Loading profile: ProfileKey@10e0eb5[domain=default, server=default, name=default]
                    10:01:19,750 INFO  [WebService] Using RMI server codebase: http://127.0.0.1:8083/
                    10:01:24,812 INFO  [AbstractServerConfig] JBoss Web Services - Stack CXF Server 3.4.1.GA
                    10:01:25,750 INFO  [AttributeCallbackItem] Owner callback not implemented.
                    10:01:28,359 INFO  [LogNotificationListener] Adding notification listener for logging mbean "jboss.system:service=Logging,type=Log4jService" to s
                    erver org.jboss.mx.server.MBeanServerImpl@c28cb7[ defaultDomain='jboss' ]
                    10:01:41,093 INFO  [Ejb3DependenciesDeployer] Encountered deployment AbstractVFSDeploymentContext@22766466{vfsfile:/D:/jboss-5.1.0.GA/server/defa
                    ult/deploy/profileservice-secured.jar/}
                    10:01:41,093 INFO  [Ejb3DependenciesDeployer] Encountered deployment AbstractVFSDeploymentContext@22766466{vfsfile:/D:/jboss-5.1.0.GA/server/defa
                    ult/deploy/profileservice-secured.jar/}
                    10:01:41,093 INFO  [Ejb3DependenciesDeployer] Encountered deployment AbstractVFSDeploymentContext@22766466{vfsfile:/D:/jboss-5.1.0.GA/server/defa
                    ult/deploy/profileservice-secured.jar/}
                    10:01:41,093 INFO  [Ejb3DependenciesDeployer] Encountered deployment AbstractVFSDeploymentContext@22766466{vfsfile:/D:/jboss-5.1.0.GA/server/defa
                    ult/deploy/profileservice-secured.jar/}
                    10:01:44,125 INFO  [JMXConnectorServerService] JMX Connector server: service:jmx:rmi://127.0.0.1/jndi/rmi://127.0.0.1:1090/jmxconnector
                    10:01:44,406 INFO  [MailService] Mail Service bound to java:/Mail
                    10:01:46,359 WARN  [JBossASSecurityMetadataStore] WARNING! POTENTIAL SECURITY RISK. It has been detected that the MessageSucker component which s
                    ucks messages from one node to another has not had its password changed from the installation default. Please see the JBoss Messaging user guide
                    for instructions on how to do this.
                    10:01:46,359 WARN  [AnnotationCreator] No ClassLoader provided, using TCCL: org.jboss.managed.api.annotation.ManagementComponent
                    10:01:46,437 WARN  [AnnotationCreator] No ClassLoader provided, using TCCL: org.jboss.managed.api.annotation.ManagementComponent
                    10:01:46,578 INFO  [TransactionManagerService] JBossTS Transaction Service (JTA version - tag:JBOSSTS_4_6_1_GA) - JBoss Inc.
                    10:01:46,578 INFO  [TransactionManagerService] Setting up property manager MBean and JMX layer
                    10:01:46,906 INFO  [TransactionManagerService] Initializing recovery manager
                    10:01:47,062 INFO  [TransactionManagerService] Recovery manager configured
                    10:01:47,062 INFO  [TransactionManagerService] Binding TransactionManager JNDI Reference
                    10:01:47,125 INFO  [TransactionManagerService] Starting transaction recovery manager
                    10:01:47,609 INFO  [AprLifecycleListener] The Apache Tomcat Native library which allows optimal performance in production environments was not fo
                    und on the java.library.path: D:\jdk1.6.0_22\bin;.;C:\WINDOWS\Sun\Java\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDO
                    WS\System32\Wbem;C:\Program Files\Intel\DMIX;C:\Program Files\MySQL\MySQL Server 5.5\bin;C:\Program Files\TortoiseSVN\bin;D:\jdk1.6.0_22\bin;D:\j
                    boss-5.1.0.GA\bin;C:\Program Files\Apache Software Foundation\apache-maven-3.0.3\bin
                    10:01:47,828 INFO  [Http11Protocol] Initializing Coyote HTTP/1.1 on http-127.0.0.1-8080
                    10:01:47,828 INFO  [AjpProtocol] Initializing Coyote AJP/1.3 on ajp-127.0.0.1-8009
                    10:01:47,859 INFO  [StandardService] Starting service jboss.web
                    10:01:47,875 INFO  [StandardEngine] Starting Servlet Engine: JBoss Web/2.1.3.GA
                    10:01:47,906 INFO  [Catalina] Server startup in 71 ms
                    10:01:47,921 INFO  [TomcatDeployment] deploy, ctxPath=/juddi
                    10:01:49,109 INFO  [RegistryServlet] Loading jUDDI configuration.
                    10:01:49,109 INFO  [RegistryServlet] Resources loaded from: /WEB-INF/juddi.properties
                    10:01:49,109 INFO  [RegistryServlet] Initializing jUDDI components.
                    10:01:49,265 INFO  [TomcatDeployment] deploy, ctxPath=/web-console
                    10:01:50,203 INFO  [TomcatDeployment] deploy, ctxPath=/invoker
                    10:01:50,562 INFO  [RARDeployment] Required license terms exist, view vfszip:/D:/jboss-5.1.0.GA/server/default/deploy/jboss-local-jdbc.rar/META-I
                    NF/ra.xml
                    10:01:50,578 INFO  [RARDeployment] Required license terms exist, view vfszip:/D:/jboss-5.1.0.GA/server/default/deploy/jboss-xa-jdbc.rar/META-INF/
                    ra.xml
                    10:01:50,609 INFO  [RARDeployment] Required license terms exist, view vfszip:/D:/jboss-5.1.0.GA/server/default/deploy/jms-ra.rar/META-INF/ra.xml
                    10:01:50,625 INFO  [RARDeployment] Required license terms exist, view vfszip:/D:/jboss-5.1.0.GA/server/default/deploy/mail-ra.rar/META-INF/ra.xml

                    10:01:50,656 INFO  [RARDeployment] Required license terms exist, view vfszip:/D:/jboss-5.1.0.GA/server/default/deploy/quartz-ra.rar/META-INF/ra.x
                    ml
                    10:01:50,750 INFO  [SimpleThreadPool] Job execution threads will use class loader of thread: main
                    10:01:50,781 INFO  [QuartzScheduler] Quartz Scheduler v.null.null.null created.
                    10:01:50,781 INFO  [RAMJobStore] RAMJobStore initialized.
                    10:01:50,781 INFO  [StdSchedulerFactory] Quartz scheduler 'DefaultQuartzScheduler' initialized from default resource file in Quartz package: 'qua
                    rtz.properties'
                    10:01:50,781 INFO  [StdSchedulerFactory] Quartz scheduler version: null.null.null
                    10:01:50,781 INFO  [QuartzScheduler] Scheduler DefaultQuartzScheduler_$_NON_CLUSTERED started.
                    10:01:51,421 INFO  [JBossASKernel] Created KernelDeployment for: profileservice-secured.jar
                    10:01:51,421 INFO  [JBossASKernel] installing bean: jboss.j2ee:jar=profileservice-secured.jar,name=SecureProfileService,service=EJB3
                    10:01:51,421 INFO  [JBossASKernel]   with dependencies:
                    10:01:51,421 INFO  [JBossASKernel]   and demands:
                    10:01:51,421 INFO  [JBossASKernel]      jndi:SecureManagementView/remote-org.jboss.deployers.spi.management.ManagementView
                    10:01:51,421 INFO  [JBossASKernel]      jboss.ejb:service=EJBTimerService
                    10:01:51,421 INFO  [JBossASKernel]   and supplies:
                    10:01:51,421 INFO  [JBossASKernel]      Class:org.jboss.profileservice.spi.ProfileService
                    10:01:51,421 INFO  [JBossASKernel]      jndi:SecureProfileService/remote
                    10:01:51,421 INFO  [JBossASKernel]      jndi:SecureProfileService/remote-org.jboss.profileservice.spi.ProfileService
                    10:01:51,421 INFO  [JBossASKernel] Added bean(jboss.j2ee:jar=profileservice-secured.jar,name=SecureProfileService,service=EJB3) to KernelDeployme
                    nt of: profileservice-secured.jar
                    10:01:51,421 INFO  [JBossASKernel] installing bean: jboss.j2ee:jar=profileservice-secured.jar,name=SecureDeploymentManager,service=EJB3
                    10:01:51,421 INFO  [JBossASKernel]   with dependencies:
                    10:01:51,421 INFO  [JBossASKernel]   and demands:
                    10:01:51,421 INFO  [JBossASKernel]      jboss.ejb:service=EJBTimerService
                    10:01:51,421 INFO  [JBossASKernel]   and supplies:
                    10:01:51,421 INFO  [JBossASKernel]      jndi:SecureDeploymentManager/remote-org.jboss.deployers.spi.management.deploy.DeploymentManager
                    10:01:51,421 INFO  [JBossASKernel]      Class:org.jboss.deployers.spi.management.deploy.DeploymentManager
                    10:01:51,421 INFO  [JBossASKernel]      jndi:SecureDeploymentManager/remote
                    10:01:51,421 INFO  [JBossASKernel] Added bean(jboss.j2ee:jar=profileservice-secured.jar,name=SecureDeploymentManager,service=EJB3) to KernelDeplo
                    yment of: profileservice-secured.jar
                    10:01:51,421 INFO  [JBossASKernel] installing bean: jboss.j2ee:jar=profileservice-secured.jar,name=SecureManagementView,service=EJB3
                    10:01:51,421 INFO  [JBossASKernel]   with dependencies:
                    10:01:51,421 INFO  [JBossASKernel]   and demands:
                    10:01:51,421 INFO  [JBossASKernel]      jboss.ejb:service=EJBTimerService
                    10:01:51,421 INFO  [JBossASKernel]   and supplies:
                    10:01:51,421 INFO  [JBossASKernel]      jndi:SecureManagementView/remote-org.jboss.deployers.spi.management.ManagementView
                    10:01:51,421 INFO  [JBossASKernel]      Class:org.jboss.deployers.spi.management.ManagementView
                    10:01:51,421 INFO  [JBossASKernel]      jndi:SecureManagementView/remote
                    10:01:51,421 INFO  [JBossASKernel] Added bean(jboss.j2ee:jar=profileservice-secured.jar,name=SecureManagementView,service=EJB3) to KernelDeployme
                    nt of: profileservice-secured.jar
                    10:01:51,437 INFO  [EJB3EndpointDeployer] Deploy AbstractBeanMetaData@1578b35{name=jboss.j2ee:jar=profileservice-secured.jar,name=SecureProfileSe
                    rvice,service=EJB3_endpoint bean=org.jboss.ejb3.endpoint.deployers.impl.EndpointImpl properties=[container] constructor=null autowireCandidate=tr
                    ue}
                    10:01:51,437 INFO  [EJB3EndpointDeployer] Deploy AbstractBeanMetaData@541168{name=jboss.j2ee:jar=profileservice-secured.jar,name=SecureDeployment
                    Manager,service=EJB3_endpoint bean=org.jboss.ejb3.endpoint.deployers.impl.EndpointImpl properties=[container] constructor=null autowireCandidate=
                    true}
                    10:01:51,437 INFO  [EJB3EndpointDeployer] Deploy AbstractBeanMetaData@1101c8{name=jboss.j2ee:jar=profileservice-secured.jar,name=SecureManagement
                    View,service=EJB3_endpoint bean=org.jboss.ejb3.endpoint.deployers.impl.EndpointImpl properties=[container] constructor=null autowireCandidate=tru
                    e}
                    10:01:51,625 INFO  [TomcatDeployment] deploy, ctxPath=/admin-console
                    10:01:51,703 INFO  [config] Initializing Mojarra (1.2_12-b01-FCS) for context '/admin-console'
                    10:01:53,578 INFO  [TomcatDeployment] deploy, ctxPath=/jbossws
                    10:01:53,656 INFO  [TomcatDeployment] deploy, ctxPath=/jmx-console
                    10:01:53,765 ERROR [ProfileServiceBootstrap] Failed to load profile: Summary of incomplete deployments (SEE PREVIOUS ERRORS FOR DETAILS):

                    DEPLOYMENTS MISSING DEPENDENCIES:
                      Deployment "JBossTimerServiceFactory" is missing the following dependencies:
                        Dependency "jboss.ejb:service=EJBTimerService" (should be in state "Create", but is actually in state "Configured")
                      Deployment "jboss.ejb:persistencePolicy=database,service=EJBTimerService" is missing the following dependencies:
                        Dependency "jboss.jca:name=DefaultDS,service=DataSourceBinding" (should be in state "Create", but is actually in state "** NOT FOUND Depends
                    on 'jboss.jca:name=DefaultDS,service=DataSourceBinding' **")
                        Dependency "jboss.jdbc:datasource=DefaultDS,service=metadata" (should be in state "Create", but is actually in state "** NOT FOUND Depends on
                    'jboss.jdbc:datasource=DefaultDS,service=metadata' **")
                      Deployment "jboss.ejb:service=EJBTimerService" is missing the following dependencies:
                        Dependency "jboss.ejb:persistencePolicy=database,service=EJBTimerService" (should be in state "Create", but is actually in state "Configured"
                    )
                      Deployment "jboss.j2ee:jar=profileservice-secured.jar,name=SecureDeploymentManager,service=EJB3" is missing the following dependencies:
                        Dependency "<UNKNOWN jboss.j2ee:jar=profileservice-secured.jar,name=SecureDeploymentManager,service=EJB3>" (should be in state "Described", b
                    ut is actually in state "** UNRESOLVED Demands 'jboss.ejb:service=EJBTimerService' **")
                      Deployment "jboss.j2ee:jar=profileservice-secured.jar,name=SecureDeploymentManager,service=EJB3_endpoint" is missing the following dependencies
                    :
                        Dependency "jboss.j2ee:jar=profileservice-secured.jar,name=SecureDeploymentManager,service=EJB3" (should be in state "Configured", but is act
                    ually in state "PreInstall")
                      Deployment "jboss.j2ee:jar=profileservice-secured.jar,name=SecureManagementView,service=EJB3" is missing the following dependencies:
                        Dependency "<UNKNOWN jboss.j2ee:jar=profileservice-secured.jar,name=SecureManagementView,service=EJB3>" (should be in state "Described", but
                    is actually in state "** UNRESOLVED Demands 'jboss.ejb:service=EJBTimerService' **")
                      Deployment "jboss.j2ee:jar=profileservice-secured.jar,name=SecureManagementView,service=EJB3_endpoint" is missing the following dependencies:
                        Dependency "jboss.j2ee:jar=profileservice-secured.jar,name=SecureManagementView,service=EJB3" (should be in state "Configured", but is actual
                    ly in state "PreInstall")
                      Deployment "jboss.j2ee:jar=profileservice-secured.jar,name=SecureProfileService,service=EJB3" is missing the following dependencies:
                        Dependency "<UNKNOWN jboss.j2ee:jar=profileservice-secured.jar,name=SecureProfileService,service=EJB3>" (should be in state "Described", but
                    is actually in state "** UNRESOLVED Demands 'jndi:SecureManagementView/remote-org.jboss.deployers.spi.management.ManagementView' **")
                        Dependency "<UNKNOWN jboss.j2ee:jar=profileservice-secured.jar,name=SecureProfileService,service=EJB3>" (should be in state "Described", but
                    is actually in state "** UNRESOLVED Demands 'jboss.ejb:service=EJBTimerService' **")
                      Deployment "jboss.j2ee:jar=profileservice-secured.jar,name=SecureProfileService,service=EJB3_endpoint" is missing the following dependencies:
                        Dependency "jboss.j2ee:jar=profileservice-secured.jar,name=SecureProfileService,service=EJB3" (should be in state "Configured", but is actual
                    ly in state "PreInstall")
                      Deployment "jboss.jca:name=JmsXA,service=ConnectionFactoryBinding" is missing the following dependencies:
                        Dependency "jboss.jca:name=JmsXA,service=TxCM" (should be in state "Create", but is actually in state "Configured")
                      Deployment "jboss.jca:name=JmsXA,service=ManagedConnectionFactory" is missing the following dependencies:
                        Dependency "jboss.messaging:service=ServerPeer" (should be in state "Create", but is actually in state "Configured")
                      Deployment "jboss.jca:name=JmsXA,service=ManagedConnectionPool" is missing the following dependencies:
                        Dependency "jboss.jca:name=JmsXA,service=ManagedConnectionFactory" (should be in state "Create", but is actually in state "Configured")
                      Deployment "jboss.jca:name=JmsXA,service=TxCM" is missing the following dependencies:
                        Dependency "jboss.jca:name=JmsXA,service=ManagedConnectionPool" (should be in state "Create", but is actually in state "Configured")
                      Deployment "jboss.messaging.connectionfactory:service=ClusterPullConnectionFactory" is missing the following dependencies:
                        Dependency "jboss.messaging:service=ServerPeer" (should be in state "Create", but is actually in state "Configured")
                        Dependency "jboss.messaging:service=PostOffice" (should be in state "Create", but is actually in state "Configured")
                      Deployment "jboss.messaging.connectionfactory:service=ClusteredConnectionFactory" is missing the following dependencies:
                        Dependency "jboss.messaging:service=PostOffice" (should be in state "Create", but is actually in state "Configured")
                        Dependency "jboss.messaging:service=ServerPeer" (should be in state "Create", but is actually in state "Configured")
                      Deployment "jboss.messaging.connectionfactory:service=ConnectionFactory" is missing the following dependencies:
                        Dependency "jboss.messaging:service=PostOffice" (should be in state "Create", but is actually in state "Configured")
                        Dependency "jboss.messaging:service=ServerPeer" (should be in state "Create", but is actually in state "Configured")
                      Deployment "jboss.messaging.destination:name=CGRTopic,service=Topic" is missing the following dependencies:
                        Dependency "jboss.messaging:service=PostOffice" (should be in state "Create", but is actually in state "Configured")
                        Dependency "jboss.messaging:service=ServerPeer" (should be in state "Create", but is actually in state "Configured")
                      Deployment "jboss.messaging.destination:name=DLQ,service=Queue" is missing the following dependencies:
                        Dependency "jboss.messaging:service=ServerPeer" (should be in state "Create", but is actually in state "Configured")
                        Dependency "jboss.messaging:service=PostOffice" (should be in state "Create", but is actually in state "Configured")
                      Deployment "jboss.messaging.destination:name=ExpiryQueue,service=Queue" is missing the following dependencies:
                        Dependency "jboss.messaging:service=PostOffice" (should be in state "Create", but is actually in state "Configured")
                        Dependency "jboss.messaging:service=ServerPeer" (should be in state "Create", but is actually in state "Configured")
                      Deployment "jboss.messaging.destination:name=MyQueue,service=Queue" is missing the following dependencies:
                        Dependency "jboss.messaging:service=ServerPeer" (should be in state "Create", but is actually in state "Configured")
                        Dependency "jboss.messaging:service=PostOffice" (should be in state "Create", but is actually in state "Configured")
                      Deployment "jboss.messaging.destination:name=TestQueue,service=Queue" is missing the following dependencies:
                        Dependency "jboss.messaging:service=ServerPeer" (should be in state "Create", but is actually in state "Configured")
                        Dependency "jboss.messaging:service=PostOffice" (should be in state "Create", but is actually in state "Configured")
                      Deployment "jboss.messaging:service=JMSUserManager" is missing the following dependencies:
                        Dependency "jboss.jca:name=DefaultDS,service=DataSourceBinding" (should be in state "Create", but is actually in state "** NOT FOUND Depends
                    on 'jboss.jca:name=DefaultDS,service=DataSourceBinding' **")
                      Deployment "jboss.messaging:service=PersistenceManager" is missing the following dependencies:
                        Dependency "jboss.jca:name=DefaultDS,service=DataSourceBinding" (should be in state "Create", but is actually in state "** NOT FOUND Depends
                    on 'jboss.jca:name=DefaultDS,service=DataSourceBinding' **")
                      Deployment "jboss.messaging:service=PostOffice" is missing the following dependencies:
                        Dependency "jboss.jca:name=DefaultDS,service=DataSourceBinding" (should be in state "Create", but is actually in state "** NOT FOUND Depends
                    on 'jboss.jca:name=DefaultDS,service=DataSourceBinding' **")
                        Dependency "jboss.messaging:service=ServerPeer" (should be in state "Create", but is actually in state "Configured")
                      Deployment "jboss.messaging:service=ServerPeer" is missing the following dependencies:
                        Dependency "jboss.messaging:service=PersistenceManager" (should be in state "Create", but is actually in state "Configured")
                        Dependency "jboss.messaging:service=JMSUserManager" (should be in state "Create", but is actually in state "Configured")
                      Deployment "jboss.mq:service=DestinationManager" is missing the following dependencies:
                        Dependency "jboss.messaging:service=ServerPeer" (should be in state "Create", but is actually in state "Configured")
                      Deployment "jboss:service=KeyGeneratorFactory,type=HiLo" is missing the following dependencies:
                        Dependency "jboss.jca:name=DefaultDS,service=DataSourceBinding" (should be in state "Create", but is actually in state "** NOT FOUND Depends
                    on 'jboss.jca:name=DefaultDS,service=DataSourceBinding' **")
                      Deployment "jboss:service=juddi" is missing the following dependencies:
                        Dependency "jboss.jca:name=DefaultDS,service=DataSourceBinding" (should be in state "Create", but is actually in state "** NOT FOUND Depends
                    on 'jboss.jca:name=DefaultDS,service=DataSourceBinding' **")

                    DEPLOYMENTS IN ERROR:
                      Deployment "<UNKNOWN jboss.j2ee:jar=profileservice-secured.jar,name=SecureProfileService,service=EJB3>" is in error due to the following reason
                    (s): ** UNRESOLVED Demands 'jboss.ejb:service=EJBTimerService' **, ** UNRESOLVED Demands 'jndi:SecureManagementView/remote-org.jboss.deployers.sp
                    i.management.ManagementView' **
                      Deployment "jboss.jdbc:datasource=DefaultDS,service=metadata" is in error due to the following reason(s): ** NOT FOUND Depends on 'jboss.jdbc:d
                    atasource=DefaultDS,service=metadata' **
                      Deployment "jboss.jca:name=DefaultDS,service=DataSourceBinding" is in error due to the following reason(s): ** NOT FOUND Depends on 'jboss.jca:
                    name=DefaultDS,service=DataSourceBinding' **
                      Deployment "<UNKNOWN jboss.j2ee:jar=profileservice-secured.jar,name=SecureManagementView,service=EJB3>" is in error due to the following reason
                    (s): ** UNRESOLVED Demands 'jboss.ejb:service=EJBTimerService' **
                      Deployment "<UNKNOWN jboss.j2ee:jar=profileservice-secured.jar,name=SecureDeploymentManager,service=EJB3>" is in error due to the following rea
                    son(s): ** UNRESOLVED Demands 'jboss.ejb:service=EJBTimerService' **

                    10:01:53,796 INFO  [Http11Protocol] Starting Coyote HTTP/1.1 on http-127.0.0.1-8080
                    10:01:53,812 INFO  [AjpProtocol] Starting Coyote AJP/1.3 on ajp-127.0.0.1-8009
                    10:01:53,812 INFO  [ServerImpl] JBoss (Microcontainer) [5.1.0.GA (build: SVNTag=JBoss_5_1_0_GA date=200905221053)] Started in 41s:734ms