3 Replies Latest reply on Jul 7, 2003 10:00 AM by aleycris

    JBoss 3.2.1 Crash

    aleycris

      Hi,
      Yesterday I changed my JBoss3.0.0 to JBoss3.2.1 because the memory in the old JBoss grow up (I say the old generation always increase and never decrease, so after some time the JVM hasn't got enought memory and crash with OutOfMemory).

      When I made some test in my test enviroment I saw that the new JBoss did't have this problem, so I decided put it in my production enviroment.
      It worked well for few hours, but after that the Container didn't response. In my log I saw that the were only call to ejbCreate method.
      I don't know what happend, but I think that the part wich attend the other methods crash. In the application log I don't have any errors.

      This problem happended 4 times, so I must put the old version again because I can have the service down.

      Anybody can Help Me about this problem!!!.

      Regards
      Alejandro

      PD: If someone need my configuration file please ask me.

        • 1. Re: JBoss 3.2.1 Crash
          aleycris

          I have mor info:
          I run the jboss with this parameter:
          export JAVA_OPTS="-Xms256m -Xmx256m -Xmn128m -Xverbosegc:file=/work/logs/gc-$A
          PLI.log

          A part form that I use the -green parameter instead of -server

          Regards

          • 2. Re: JBoss 3.2.1 Crash

            You'll need to post a thread dump.
            Are you sure you have enough connections in the db pool
            for your load?

            Regards,
            Adrian

            • 3. Re: JBoss 3.2.1 Crash
              aleycris

              How can I get the thread pull?. Now I'm running the jboss 3.0.0 nad I can't put the new JBoss again until I'll discover the problem.

              Apart from that I saw that the connection pool for jboss:service=invoker,type=pooled is 300. Are you suggested increasing this pool?.

              What is the function of this pool?

              Regards.
              Alejandro