2 Replies Latest reply on Sep 30, 2010 3:04 AM by praveen.sule

    Examples

    praveen.sule

      when i am trying to run seam example i found



      java.lang.OutOfMemoryError: PermGen space in jboss

      exception



      how can i over come this problem?





        • 1. Re: Examples
          lvdberg

          Hi,


          this mostly happens when you deploy an application various times on a system with the SUN jre. The Garbage collector doesn't work properly and doesn't clean up. You can use another JRE or, you can change the java settingsfor the VM. Go to the Sun site for more information, because there are additional settings which should be of interest to you.


          Leo

          • 2. Re: Examples
            praveen.sule

            thank u