You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@xmlbeans.apache.org by "Prabhu (JIRA)" <xm...@xml.apache.org> on 2009/02/17 08:24:59 UTC

[jira] Created: (XMLBEANS-397) Problem on creating jar file from schema

Problem on creating jar file from schema
----------------------------------------

                 Key: XMLBEANS-397
                 URL: https://issues.apache.org/jira/browse/XMLBEANS-397
             Project: XMLBeans
          Issue Type: Bug
    Affects Versions: Version 2.4 
         Environment: Windows
            Reporter: Prabhu


Hi!

 I am using xml-bean for the past more than one year but now i have a problem. I creating a jar file for schema, while creating, i got  "The System is out of resources."

java.lang.OutOfMemoryError. : Java heap space

Number of lines in that file is above 11,000. Is there any problem? I used VM Option(i.e -Xmx512m -Xms512m)

I am thankful anyone can help for me. Because of this, i am unable to proceed further and whole development of project depends on this.

Thanks and Regards

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@xmlbeans.apache.org
For additional commands, e-mail: dev-help@xmlbeans.apache.org


[jira] Closed: (XMLBEANS-397) Problem on creating jar file from schema

Posted by "Radu Preotiuc-Pietro (JIRA)" <xm...@xml.apache.org>.
     [ https://issues.apache.org/jira/browse/XMLBEANS-397?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Radu Preotiuc-Pietro closed XMLBEANS-397.
-----------------------------------------

    Resolution: Fixed

Please see the "scomp" documentation. It is indeed an OutOfMemory error in the Java compiler, which is launched as a separate process and therefore not affected by -Xmx options. Pass -mx as an option to the "scomp" script.


> Problem on creating jar file from schema
> ----------------------------------------
>
>                 Key: XMLBEANS-397
>                 URL: https://issues.apache.org/jira/browse/XMLBEANS-397
>             Project: XMLBeans
>          Issue Type: Bug
>    Affects Versions: Version 2.4 
>         Environment: Windows
>            Reporter: Prabhu
>
> Hi!
>  I am using xml-bean for the past more than one year but now i have a problem. I creating a jar file for schema, while creating, i got  "The System is out of resources."
> java.lang.OutOfMemoryError. : Java heap space
> Number of lines in that file is above 11,000. Is there any problem? I used VM Option(i.e -Xmx512m -Xms512m)
> I am thankful anyone can help for me. Because of this, i am unable to proceed further and whole development of project depends on this.
> Thanks and Regards

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@xmlbeans.apache.org
For additional commands, e-mail: dev-help@xmlbeans.apache.org