3 Replies Latest reply on Nov 21, 2013 2:26 AM by wdfink

    JBoss 7.1 with Solaris 10 OS Issue.

    anelsonwilson

      Hello Team,

       

      We are facing an issue while deploying our application in Solaris 10 using JBoss 7.1 Application Server.

      The problems what I am facing during deploying is shown below:-

      -- The deployment time is taking too long time.

      -- We have then played with the jvm size inside domain.xml configuration but all in vain.

      -- Also JMS (HornetQ) is taking approx. 2min time.

       

      Configuration Details:-

      Solaris 10

      Oracle 10G

      JBoss 7.1

       

      Log Details:-


      19:00:31,780 INFO  [org.hornetq.ra.HornetQResourceAdapter] (MSC service thread 1-93) HornetQ resource adaptor started

       

      19:00:39,128 INFO  [org.hornetq.core.server.cluster.impl.BridgeImpl] (Thread-3 (HornetQ-server-HornetQServerImpl::serverUUID=eb2ac273-51e7-11e3-be1c-00144fec5ed4-28846535)) Bridge ClusterConnectionBridge@1c94e11 [name=sf.my-cluster.ee7cac65-51e7-11e3-9520-00144fec5ed4, queue=QueueImpl[name=sf.my-cluster.ee7cac65-51e7-11e3-9520-00144fec5ed4, postOffice=PostOfficeImpl [server=HornetQServerImpl::serverUUID=eb2ac273-51e7-11e3-be1c-00144fec5ed4]]@124527f targetConnector=ServerLocatorImpl (identity=(Cluster-connection-bridge::ClusterConnectionBridge@1c94e11 [name=sf.my-cluster.ee7cac65-51e7-11e3-9520-00144fec5ed4, queue=QueueImpl[name=sf.my-cluster.ee7cac65-51e7-11e3-9520-00144fec5ed4, postOffice=PostOfficeImpl [server=HornetQServerImpl::serverUUID=eb2ac273-51e7-11e3-be1c-00144fec5ed4]]@124527f targetConnector=ServerLocatorImpl [initialConnectors=[org-hornetq-core-remoting-impl-netty-NettyConnectorFactory?port=5647&host=localhost], discoveryGroupConfiguration=null]]::ClusterConnectionImpl@14126264[nodeUUID=eb2ac273-51e7-11e3-be1c-00144fec5ed4, connector=org-hornetq-core-remoting-impl-netty-NettyConnectorFactory?port=5646&host=localhost, address=jms, server=HornetQServerImpl::serverUUID=eb2ac273-51e7-11e3-be1c-00144fec5ed4])) [initialConnectors=[org-hornetq-core-remoting-impl-netty-NettyConnectorFactory?port=5647&host=localhost], discoveryGroupConfiguration=null]] is connected

      19:03:52,551 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-27) JBAS015876: Starting deployment of "CCEar.ear"

       

       

      Any Help is helpful..........

        • 1. Re: JBoss 7.1 with Solaris 10 OS Issue.
          wdfink

          Did that happen if the server is started with the deployed application? Or do you deploy the application later?

          Also did you start the same config on another OS without issues?

          You should check whether a server without deployments starts fast, also you might add a JMS queue if you need HornetQ, maybe that takes long.

          If you have an idea when the server stuck exact, you might take a number of thread dumps to see where the JVM hang around.

          • 2. Re: JBoss 7.1 with Solaris 10 OS Issue.
            anelsonwilson

            Hi Wolf-Dieter Fink,

            I have tried to run the server without deploying, here its taking no time and its starting up fast.Its only when I deploy my application its taking time. Can you suggest me any thread dump open source tool if available.Thanking You.

            • 3. Re: JBoss 7.1 with Solaris 10 OS Issue.
              wdfink

              You can use the command jstack which is part of Java. You need to have the PID of the Java process, here you can use jps.