You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "Naveen Reddy (JIRA)" <ji...@apache.org> on 2012/10/26 09:27:12 UTC

[jira] [Created] (CXF-4604) Need help on java.lang.OutOfMemoryError: PermGen space error with Apache CXF

Naveen Reddy created CXF-4604:
---------------------------------

             Summary: Need help on java.lang.OutOfMemoryError: PermGen space error with Apache CXF
                 Key: CXF-4604
                 URL: https://issues.apache.org/jira/browse/CXF-4604
             Project: CXF
          Issue Type: Bug
          Components: JAX-WS Runtime
    Affects Versions: 2.3.1
         Environment: Local
            Reporter: Naveen Reddy


I am new to Apache CXF. I am using Spring, JSF, JMS in my application. I am deploying the war file in JBOSS(EWP server). 

I have developed a sample Apache CXF code outside my application and deployed that cxf code war file in server, working fine. 

Now I integrate this piece of code with my application, I deployed and accessed the application. After that, once I click any link or button in the UI, I am redirected to java.lang.OutOfMemoryError: PermGen space error. Without this CXF code, application is working superb. No issues at all..

What I am guessing is, any infinite loop might be occurred in cxf deployment. I am attaching the CXF code here. Can you please help me in this.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Closed] (CXF-4604) Need help on java.lang.OutOfMemoryError: PermGen space error with Apache CXF

Posted by "Glen Mazza (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CXF-4604?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Glen Mazza closed CXF-4604.
---------------------------

    Resolution: Invalid

You have questions for the CXF User's List--not a JIRA.  Also, 2.3.x is no longer maintained by CXF.  Can you upgrade to a maintained version (at least 2.5.x)?

Perm Gen errors are usually very common and easy to fix (just google them).  As adding the component takes additional memory, you didn't describe allocating more perm gen memory (-XX:MaxPermSize) to rule out the problem just being that.
                
> Need help on java.lang.OutOfMemoryError: PermGen space error with Apache CXF
> ----------------------------------------------------------------------------
>
>                 Key: CXF-4604
>                 URL: https://issues.apache.org/jira/browse/CXF-4604
>             Project: CXF
>          Issue Type: Bug
>          Components: JAX-WS Runtime
>    Affects Versions: 2.3.1
>         Environment: Local
>            Reporter: Naveen Reddy
>              Labels: newbie
>
> I am new to Apache CXF. I am using Spring, JSF, JMS in my application. I am deploying the war file in JBOSS(EWP server). 
> I have developed a sample Apache CXF code outside my application and deployed that cxf code war file in server, working fine. 
> Now I integrate this piece of code with my application, I deployed and accessed the application. After that, once I click any link or button in the UI, I am redirected to java.lang.OutOfMemoryError: PermGen space error. Without this CXF code, application is working superb. No issues at all..
> What I am guessing is, any infinite loop might be occurred in cxf deployment. I am attaching the CXF code here. Can you please help me in this.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira