5 Replies Latest reply on Feb 18, 2009 7:48 AM by ramboid

    JBoss 5.0.0.GA and RedHat compatibility

    ramboid

      Is there a required version of RedHat in which JBoss 5.x can work? I tried to run JBoss 5.0.0.GA in Linux RedHAt version 2.4.21-27.0.2.ELsmp (output from uname -a) but JBoss never binds to 8080; even though it seems to bind to 8083. I have a log file that I can make available for further inspection.

        • 1. Re: JBoss 5.0.0.GA and RedHat compatibility
          peterj

          The guys I work with have run on RHEL 3, 4 and 5, with various patches/updates, and both 32- and 64-bit.

          See if this discussion helps: http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4121889

          • 2. Re: JBoss 5.0.0.GA and RedHat compatibility
            ramboid

            Thank you for your reply. I reviewed the link in your email and it looks like my server is configured with the proper entries in the hosts file and is using the correct ip protocol. I think that something is precluding JBoss from binding to the 8080 and other ports. Moreover, when I run JBoss4.2.3 instead of JBoss 5.0.0.GA, the server binds properly to the 8080 and 8443 ports but the shutdown scrit (shutdown.sh) freezes and I must kill the process to stop JBoss.

            I am getting the following warning and errors in the server.log file when I run JBoss5.0.0.GA with the script run.sh -b 0.0.0.0:
            [root@pbsiemr log]# cat server.log|grep WARN
            2009-02-14 13:49:32,755 WARN [org.jboss.annotation.factory.AnnotationCreator] (main) No ClassLoader provided, using TCCL: org.jboss.managed.api.annotation.ManagementComponent
            [root@pbsiemr log]# cat server.log|grep ERROR
            2009-02-14 13:49:33,412 ERROR [org.jboss.kernel.plugins.dependency.AbstractKernelController] (main) Error installing to Create: name=TransactionManager state=Configured
            2009-02-14 13:49:34,747 ERROR [org.jboss.system.server.profileservice.ProfileServiceBootstrap] (main) Failed to load profile: Summary of incomplete deployments (SEE PREVIOUS ERRORS FOR DETAILS):
            -> TransactionManager{Configured:**ERROR**}
            -> TransactionManager{Instantiated:**ERROR**}
            -> TransactionManager{Create:**ERROR**}
            -> TransactionManager{Configured:**ERROR**}
            *** CONTEXTS IN ERROR: Name -> Error
            TransactionManager -> **ERROR** | com.arjuna.ats.arjuna.exceptions.FatalError: [com.arjuna.ats.internal.arjuna.utils.SocketProcessId_2] - SocketProcessId.getpid could not get unique port.

            • 3. Re: JBoss 5.0.0.GA and RedHat compatibility
              jaikiran

               

              "ramboid" wrote:

              [root@pbsiemr log]# cat server.log|grep ERROR
              2009-02-14 13:49:33,412 ERROR [org.jboss.kernel.plugins.dependency.AbstractKernelController] (main) Error installing to Create: name=TransactionManager state=Configured
              2009-02-14 13:49:34,747 ERROR [org.jboss.system.server.profileservice.ProfileServiceBootstrap] (main) Failed to load profile: Summary of incomplete deployments (SEE PREVIOUS ERRORS FOR DETAILS):
              -> TransactionManager{Configured:**ERROR**}
              -> TransactionManager{Instantiated:**ERROR**}
              -> TransactionManager{Create:**ERROR**}
              -> TransactionManager{Configured:**ERROR**}
              *** CONTEXTS IN ERROR: Name -> Error
              TransactionManager -> **ERROR** | com.arjuna.ats.arjuna.exceptions.FatalError: [com.arjuna.ats.internal.arjuna.utils.SocketProcessId_2] - SocketProcessId.getpid could not get unique port.


              Looks related to this http://www.jboss.org/index.html?module=bb&op=viewtopic&t=146880. Can you post the contents of your hosts file?


              While posting logs or xml content or code, please remember to wrap it in a code block by using the Code button in the message editor window. Please use the Preview button to ensure that your post is correctly formatted.

              • 4. Re: JBoss 5.0.0.GA and RedHat compatibility
                ramboid

                # Do not remove the following line, or various programs
                # that require network functionality will fail.
                127.0.0.1 localhost.localdomain localhost
                209.4.117.83 pbsiemr.gcdhn.com pbsiemr

                I think that this is fine. The file properties are rw r r

                • 5. Re: JBoss 5.0.0.GA and RedHat compatibility
                  ramboid

                  Thank you for your help. There was a problem is the hosts file after all. I re-checked with my network pundits and the entry in the hosts file should have been changed a few ago. Entering the correct address in the hosts file corrected the shutdown problem of the current Jboss 4.2.3 version installed. I will re-try installing JBoss 5.0.0.GA with the corrected hosts file.