2 Replies Latest reply on Jan 20, 2005 1:53 PM by mcarabias

    OutOfMemoryException

      Hi all, i'm running an aplication over jboss3.2.1 tomcat-4.1.24, the vm is the j2sdk1.4.1_05. The application is using jms queues for messages, struts and hibernate with sqlserver for persistence. I'm also using quartz scheduler.
      The java process starts with aprox 150 mb of RAM.
      I'm running the JVM with xms256 and xmx256 opts.
      After aproximately one day of running , i start getting randomely OutOfMemory exceptions.
      Can anybody give me a hint where to start looking? I'm also using OptimizeIt but it didn't give me any clue.

      Thanks in advance for your help.
      Regards

      Matias

        • 1. Re: OutOfMemoryException
          triathlon98

          You need to update your jboss.
          There was a memory leak in jms in some early 3.2 releases. Don't remember exactly when they got fixed, think in 3.2.4, however, butter jump to the latest 3.2 or even 4.0.1 if possible.

          Joachim

          • 2. Re: OutOfMemoryException

            Ok, i'll set all up to a newest version of Jboss.
            Anyone knows when it was solved?
            I also noticed that the timetolive param of the jms queues is not working in jboss 3.2.1, am i wrong with this.
            Thanks for your answer.

            Matias