You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Pieter (JIRA)" <ji...@codehaus.org> on 2011/02/21 10:52:22 UTC

[jira] Created: (MJAVADOC-308) OutOfMemoryError

OutOfMemoryError
----------------

                 Key: MJAVADOC-308
                 URL: http://jira.codehaus.org/browse/MJAVADOC-308
             Project: Maven 2.x Javadoc Plugin
          Issue Type: Bug
    Affects Versions: 2.7, 2.6.1
         Environment: Maven 3 on MacOS 10.6, Maven 3 on Hudson on Windows
            Reporter: Pieter


I have a 12 module project (+parent) containing not really much code (140 classes). When running Maven site on this project, it fails with an OutOfMemoryError. When I run the javadoc plugin with a reportset containing javadoc, test-javadoc and aggregate is runs well with a maximum heap size of 512M. When I run it with a reportset containing javadoc, test-javadoc and test-aggregate also. But when I add all 4 reports to my report set, I get an OutOfMemoryError, even when setting the maximum heap size to 1.5G. Just before the error occurs I see my heap usage growing rapidly.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Closed: (MJAVADOC-308) OutOfMemoryError

Posted by "Herve Boutemy (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MJAVADOC-308?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Herve Boutemy closed MJAVADOC-308.
----------------------------------

    Resolution: Cannot Reproduce

> OutOfMemoryError
> ----------------
>
>                 Key: MJAVADOC-308
>                 URL: http://jira.codehaus.org/browse/MJAVADOC-308
>             Project: Maven 2.x Javadoc Plugin
>          Issue Type: Bug
>    Affects Versions: 2.6.1, 2.7
>         Environment: Maven 3 on MacOS 10.6, Maven 3 on Hudson on Windows
>            Reporter: Pieter
>
> I have a 12 module project (+parent) containing not really much code (140 classes). When running Maven site on this project, it fails with an OutOfMemoryError. When I run the javadoc plugin with a reportset containing javadoc, test-javadoc and aggregate is runs well with a maximum heap size of 512M. When I run it with a reportset containing javadoc, test-javadoc and test-aggregate also. But when I add all 4 reports to my report set, I get an OutOfMemoryError, even when setting the maximum heap size to 1.5G. Just before the error occurs I see my heap usage growing rapidly.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Commented: (MJAVADOC-308) OutOfMemoryError

Posted by "Herve Boutemy (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MJAVADOC-308?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=264582#action_264582 ] 

Herve Boutemy commented on MJAVADOC-308:
----------------------------------------

yes, I can't do much with such explanations.
Can you share the code? Sent it to me personnally?
or perhaps try 2.8-SNAPSHOT since MJAVADOC-284 is fixed, which caused previously a lot of problems: perhaps you're getting into same issue

> OutOfMemoryError
> ----------------
>
>                 Key: MJAVADOC-308
>                 URL: http://jira.codehaus.org/browse/MJAVADOC-308
>             Project: Maven 2.x Javadoc Plugin
>          Issue Type: Bug
>    Affects Versions: 2.6.1, 2.7
>         Environment: Maven 3 on MacOS 10.6, Maven 3 on Hudson on Windows
>            Reporter: Pieter
>
> I have a 12 module project (+parent) containing not really much code (140 classes). When running Maven site on this project, it fails with an OutOfMemoryError. When I run the javadoc plugin with a reportset containing javadoc, test-javadoc and aggregate is runs well with a maximum heap size of 512M. When I run it with a reportset containing javadoc, test-javadoc and test-aggregate also. But when I add all 4 reports to my report set, I get an OutOfMemoryError, even when setting the maximum heap size to 1.5G. Just before the error occurs I see my heap usage growing rapidly.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Commented: (MJAVADOC-308) OutOfMemoryError

Posted by "Pieter (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MJAVADOC-308?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=258634#action_258634 ] 

Pieter commented on MJAVADOC-308:
---------------------------------

I can imagine the information provided above is not enough to work on the issue. I can provide more, but I am not sure what. See if anyone can help, please let me know what you might need.

> OutOfMemoryError
> ----------------
>
>                 Key: MJAVADOC-308
>                 URL: http://jira.codehaus.org/browse/MJAVADOC-308
>             Project: Maven 2.x Javadoc Plugin
>          Issue Type: Bug
>    Affects Versions: 2.6.1, 2.7
>         Environment: Maven 3 on MacOS 10.6, Maven 3 on Hudson on Windows
>            Reporter: Pieter
>
> I have a 12 module project (+parent) containing not really much code (140 classes). When running Maven site on this project, it fails with an OutOfMemoryError. When I run the javadoc plugin with a reportset containing javadoc, test-javadoc and aggregate is runs well with a maximum heap size of 512M. When I run it with a reportset containing javadoc, test-javadoc and test-aggregate also. But when I add all 4 reports to my report set, I get an OutOfMemoryError, even when setting the maximum heap size to 1.5G. Just before the error occurs I see my heap usage growing rapidly.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Issue Comment Edited: (MJAVADOC-308) OutOfMemoryError

Posted by "Herve Boutemy (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MJAVADOC-308?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=264582#action_264582 ] 

Herve Boutemy edited comment on MJAVADOC-308 at 4/25/11 3:37 AM:
-----------------------------------------------------------------

yes, I can't do much with such explanations: can you share the code? Sent it to me personnally?

or perhaps try 2.8-SNAPSHOT since MJAVADOC-284 is fixed, which caused previously a lot of problems: perhaps you're getting into same issue

      was (Author: hboutemy):
    yes, I can't do much with such explanations.
Can you share the code? Sent it to me personnally?
or perhaps try 2.8-SNAPSHOT since MJAVADOC-284 is fixed, which caused previously a lot of problems: perhaps you're getting into same issue
  
> OutOfMemoryError
> ----------------
>
>                 Key: MJAVADOC-308
>                 URL: http://jira.codehaus.org/browse/MJAVADOC-308
>             Project: Maven 2.x Javadoc Plugin
>          Issue Type: Bug
>    Affects Versions: 2.6.1, 2.7
>         Environment: Maven 3 on MacOS 10.6, Maven 3 on Hudson on Windows
>            Reporter: Pieter
>
> I have a 12 module project (+parent) containing not really much code (140 classes). When running Maven site on this project, it fails with an OutOfMemoryError. When I run the javadoc plugin with a reportset containing javadoc, test-javadoc and aggregate is runs well with a maximum heap size of 512M. When I run it with a reportset containing javadoc, test-javadoc and test-aggregate also. But when I add all 4 reports to my report set, I get an OutOfMemoryError, even when setting the maximum heap size to 1.5G. Just before the error occurs I see my heap usage growing rapidly.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira