1 Reply Latest reply on Mar 17, 2011 12:10 PM by dinukadev

    Service Temporarily Unavailable error

    search4mahesh

      Hi,

       

      When I restarted Jboss server I got following exceptions in server.log file.Though last statement is saying server started.

      When I tried to see jmx-console,It is saying service temporarily available.

      Please suggest how to avoid or resolve above error.

       

       

      [root@localhost log]# vi server.log

          Dependency "jboss:service=proxyFactory,target=ClientUserTransactionFactory" (should be in state "Create", but is actually in state "Configured")

        Deployment "jboss:service=KeyGeneratorFactory,type=UUID" is missing the following dependencies:

          Dependency "jboss:service=Naming" (should be in state "Create", but is actually in state "** NOT FOUND Depends on 'jboss:service=Naming' **")

        Deployment "jboss:service=Mail" is missing the following dependencies:

          Dependency "jboss:service=Naming" (should be in state "Create", but is actually in state "** NOT FOUND Depends on 'jboss:service=Naming' **")

        Deployment "jboss:service=proxyFactory,target=ClientUserTransaction" is missing the following dependencies:

          Dependency "jboss:service=invoker,type=unified" (should be in state "Create", but is actually in state "** NOT FOUND Depends on 'jboss:service=invoker,type=unified' **")

        Deployment "jboss:service=proxyFactory,target=ClientUserTransactionFactory" is missing the following dependencies:

          Dependency "jboss:service=invoker,type=unified" (should be in state "Create", but is actually in state "** NOT FOUND Depends on 'jboss:service=invoker,type=unified' **")

        Deployment "org.hornetq:module=JMS,name="InVMConnectionFactory",type=ConnectionFactory" is missing the following dependencies:

          Dependency "JMSServerManager" (should be in state "Installed", but is actually in state "**ERROR**")

        Deployment "org.hornetq:module=JMS,name="NettyConnectionFactory",type=ConnectionFactory" is missing the following dependencies:

          Dependency "JMSServerManager" (should be in state "Installed", but is actually in state "**ERROR**")

        Deployment "org.hornetq:module=JMS,name="NettyThroughputConnectionFactory",type=ConnectionFactory" is missing the following dependencies:

          Dependency "JMSServerManager" (should be in state "Installed", but is actually in state "**ERROR**")

        Deployment "org.hornetq:module=JMS,type=Queue,name="DLQ"" is missing the following dependencies:

          Dependency "JMSServerManager" (should be in state "Installed", but is actually in state "**ERROR**")

        Deployment "org.hornetq:module=JMS,type=Queue,name="ExpiryQueue"" is missing the following dependencies:

          Dependency "JMSServerManager" (should be in state "Installed", but is actually in state "**ERROR**")

       

       

      DEPLOYMENTS IN ERROR:

        Deployment "jboss.remoting:service=Connector,transport=socket" is in error due to the following reason(s): ** NOT FOUND Depends on 'jboss.remoting:service=Connector,transport=socket' **

        Deployment "org.jboss.ejb3.RemotingConnector" is in error due to the following reason(s): java.io.IOException: SocketServerInvoker[192.168.56.2:3873] error creating ServerSocket[192.168.56.2:3873]: Address already in use

        Deployment "JMSServerManager" is in error due to the following reason(s): java.net.BindException: Address already in use, **ERROR**

        Deployment "<UNKNOWN JMSServerMO>" is in error due to the following reason(s): ** UNRESOLVED Demands 'JMSServerManager' **

        Deployment "jboss.web.deployment:war=/invoker" is in error due to the following reason(s): org.jboss.deployers.spi.DeploymentException: URL file:/etc/jboss-as/test2/server/test2/deploy/http-invoker.sar/invoker.war/ deployment failed

        Deployment "jboss:service=Naming" is in error due to the following reason(s): ** NOT FOUND Depends on 'jboss:service=Naming' **

        Deployment "UnifiedInvokerConnector" is in error due to the following reason(s): java.io.IOException: SocketServerInvoker[192.168.56.2:4446] error creating ServerSocket[192.168.56.2:4446]: Address already in use, **ERROR**

        Deployment "<UNKNOWN JMSConnectionFactoryManageMO>" is in error due to the following reason(s): ** UNRESOLVED Demands 'JMSServerManager' **

        Deployment "RemoteNamingBean" is in error due to the following reason(s): java.net.BindException: Address already in use, **ERROR**

        Deployment "jboss:service=invoker,type=unified" is in error due to the following reason(s): ** NOT FOUND Depends on 'jboss:service=invoker,type=unified' **

        Deployment "<UNKNOWN JMSTopicManageMO>" is in error due to the following reason(s): ** UNRESOLVED Demands 'JMSServerManager' **

        Deployment "<UNKNOWN JMSQueueManageMO>" is in error due to the following reason(s): ** UNRESOLVED Demands 'JMSServerManager' **

       

       

              at org.jboss.deployers.plugins.deployers.DeployersImpl.checkComplete(DeployersImpl.java:1228) [:2.2.0.GA]

              at org.jboss.deployers.plugins.main.MainDeployerImpl.checkComplete(MainDeployerImpl.java:905) [:2.2.0.GA]

              at org.jboss.system.server.profileservice.deployers.MainDeployerPlugin.checkComplete(MainDeployerPlugin.java:87) [:6.0.0.Final]

              at org.jboss.profileservice.deployment.ProfileDeployerPluginRegistry.checkAllComplete(ProfileDeployerPluginRegistry.java:107) [:0.2.2]

              at org.jboss.system.server.profileservice.bootstrap.BasicProfileServiceBootstrap.start(BasicProfileServiceBootstrap.java:135) [:6.0.0.Final]

              at org.jboss.system.server.profileservice.bootstrap.BasicProfileServiceBootstrap.start(BasicProfileServiceBootstrap.java:56) [:6.0.0.Final]

              at org.jboss.bootstrap.impl.base.server.AbstractServer.startBootstraps(AbstractServer.java:827) [jboss-bootstrap-impl-base.jar:2.1.0-alpha-5]

              at org.jboss.bootstrap.impl.base.server.AbstractServer$StartServerTask.run(AbstractServer.java:417) [jboss-bootstrap-impl-base.jar:2.1.0-alpha-5]

              at java.lang.Thread.run(Thread.java:662) [:1.6.0_23]

       

       

      2011-03-17 10:24:46,435 INFO  [org.apache.coyote.http11.Http11Protocol] (Thread-2) Starting Coyote HTTP/1.1 on http-192.168.56.2-8080

      2011-03-17 10:24:46,440 INFO  [org.apache.coyote.ajp.AjpProtocol] (Thread-2) Starting Coyote AJP/1.3 on ajp-192.168.56.2-8009

      2011-03-17 10:24:46,443 INFO  [org.jboss.bootstrap.impl.base.server.AbstractServer] (Thread-2) JBossAS [6.0.0.Final "Neo"] Started in 5m:9s:37ms

       

      Thanks,

      Mahesh