You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Peter Gigler (JIRA)" <ji...@codehaus.org> on 2009/03/20 21:25:12 UTC

[jira] Created: (MSITE-392) OutOfMemoryError when parsing too many dependencies

 OutOfMemoryError when parsing too many dependencies
----------------------------------------------------

                 Key: MSITE-392
                 URL: http://jira.codehaus.org/browse/MSITE-392
             Project: Maven 2.x Site Plugin
          Issue Type: Bug
    Affects Versions: 2.0
         Environment: Vista SP1
            Reporter: Peter Gigler
            Priority: Minor
         Attachments: dependency_list.txt, error.txt

All jars (117) in Jboss lib (see: dependency_list.txt) directory included into the system scope:
e.g.:
              <dependency>
			<groupId>org.jboss</groupId>
			<artifactId>jboss423-client-antlr.jar</artifactId>
			<version>4.2.3</version>
			<scope>system</scope>
			<systemPath>c:\Utils\jboss-4.2.3.GA\client\antlr.jar</systemPath>
		</dependency>

When creating dependencies list it throws an OutOfMemory Error (Heap space). See: error.txt


-- 
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: (MPIR-154) OutOfMemoryError when parsing too many dependencies

Posted by "Tim Pizey (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MPIR-154?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=209654#action_209654 ] 

Tim Pizey commented on MPIR-154:
--------------------------------

This is failing for me on two projects, despite having max MAVEN_OPTS: 

-Xms1024m -Xmx1024m -XX:PermSize=1024m -XX:MaxPermSize=2048m

Should be able to parse a dependency graph without an consuming that much memory, suspect this _is_ a bug. 


>  OutOfMemoryError when parsing too many dependencies
> ----------------------------------------------------
>
>                 Key: MPIR-154
>                 URL: http://jira.codehaus.org/browse/MPIR-154
>             Project: Maven 2.x Project Info Reports Plugin
>          Issue Type: Bug
>    Affects Versions: 2.1
>         Environment: Vista SP1
>            Reporter: Peter Gigler
>            Assignee: Benjamin Bentmann
>            Priority: Minor
>         Attachments: dependency_list.txt, error.txt
>
>
> All jars (117) in Jboss lib (see: dependency_list.txt) directory included into the system scope:
> e.g.:
>               <dependency>
> 			<groupId>org.jboss</groupId>
> 			<artifactId>jboss423-client-antlr.jar</artifactId>
> 			<version>4.2.3</version>
> 			<scope>system</scope>
> 			<systemPath>c:\Utils\jboss-4.2.3.GA\client\antlr.jar</systemPath>
> 		</dependency>
> When creating dependencies list it throws an OutOfMemory Error (Heap space). See: error.txt

-- 
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] Moved: (MPIR-154) OutOfMemoryError when parsing too many dependencies

Posted by "Benjamin Bentmann (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MPIR-154?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Benjamin Bentmann moved MSITE-392 to MPIR-154:
----------------------------------------------

    Affects Version/s:     (was: 2.0)
                       2.1
                  Key: MPIR-154  (was: MSITE-392)
              Project: Maven 2.x Project Info Reports Plugin  (was: Maven 2.x Site Plugin)

>  OutOfMemoryError when parsing too many dependencies
> ----------------------------------------------------
>
>                 Key: MPIR-154
>                 URL: http://jira.codehaus.org/browse/MPIR-154
>             Project: Maven 2.x Project Info Reports Plugin
>          Issue Type: Bug
>    Affects Versions: 2.1
>         Environment: Vista SP1
>            Reporter: Peter Gigler
>            Priority: Minor
>         Attachments: dependency_list.txt, error.txt
>
>
> All jars (117) in Jboss lib (see: dependency_list.txt) directory included into the system scope:
> e.g.:
>               <dependency>
> 			<groupId>org.jboss</groupId>
> 			<artifactId>jboss423-client-antlr.jar</artifactId>
> 			<version>4.2.3</version>
> 			<scope>system</scope>
> 			<systemPath>c:\Utils\jboss-4.2.3.GA\client\antlr.jar</systemPath>
> 		</dependency>
> When creating dependencies list it throws an OutOfMemory Error (Heap space). See: error.txt

-- 
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: (MPIR-154) OutOfMemoryError when parsing too many dependencies

Posted by "Benjamin Bentmann (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MPIR-154?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Benjamin Bentmann closed MPIR-154.
----------------------------------

      Assignee: Benjamin Bentmann
    Resolution: Not A Bug

Well, either increase the heap space for the JVM (e.g. via MAVEN_OPTS=-Xmx1024m) or simply disable the [dependency details|http://maven.apache.org/plugins/maven-project-info-reports-plugin/dependencies-mojo.html#dependencyDetailsEnabled].

>  OutOfMemoryError when parsing too many dependencies
> ----------------------------------------------------
>
>                 Key: MPIR-154
>                 URL: http://jira.codehaus.org/browse/MPIR-154
>             Project: Maven 2.x Project Info Reports Plugin
>          Issue Type: Bug
>    Affects Versions: 2.1
>         Environment: Vista SP1
>            Reporter: Peter Gigler
>            Assignee: Benjamin Bentmann
>            Priority: Minor
>         Attachments: dependency_list.txt, error.txt
>
>
> All jars (117) in Jboss lib (see: dependency_list.txt) directory included into the system scope:
> e.g.:
>               <dependency>
> 			<groupId>org.jboss</groupId>
> 			<artifactId>jboss423-client-antlr.jar</artifactId>
> 			<version>4.2.3</version>
> 			<scope>system</scope>
> 			<systemPath>c:\Utils\jboss-4.2.3.GA\client\antlr.jar</systemPath>
> 		</dependency>
> When creating dependencies list it throws an OutOfMemory Error (Heap space). See: error.txt

-- 
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