4 Replies Latest reply on Oct 10, 2003 2:17 PM by gudmundsonsc

    JBoss on HP-UX

    willem

      Hi,

      I installed jboss-3.2.1_tomcat-4.1.24 on Windows2000, which worked great. I then moved to HP-UX. The server starts up and runs fine for about 10 - 15 minutes (JSP+STRUTS+EJB+ORACLE), but then the processor usage shoots up and the server becomes irresponsive. Does anybody have any ideas? I desperately don't wanna start writing CGI scripts again!

        • 1. Re: JBoss on HP-UX
          jonlee

          What version of the JVM are you using? You may want to try changing the JVM. One person has tracked down a problem with the JDK 1.4.0 release for Linux that has the same problem.

          • 2. Re: JBoss on HP-UX
            zul

            What ver of HPUX are you using. If 10.20, you'll be out of luck

            • 3. Re: JBoss on HP-UX
              willem

              Thanks guys, I have gone back to the 1.3.1_08 (RISC)JVM on HP-UX 11.0. After 2 hours it's looking promising.

              • 4. Re: JBoss on HP-UX
                gudmundsonsc

                I was able to get JBoss to run on jdk 1.4 using on or both of these java command line options (JAVA_OPTS): -client -d64

                I actually think it was running the client vm that made it work, the server vm hangs after a few minutes, go figure.