[ 
https://issues.apache.org/jira/browse/XMLBEANS-235?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13526476#comment-13526476
 ] 

Jon Schroeder edited comment on XMLBEANS-235 at 12/7/12 4:02 PM:
-----------------------------------------------------------------

I have the same problem with 2.6.0 version.  I am attempting to compile a 
Monster Schema.  I have attached the xsd's that are required.  The xsd to 
compile to reproduce the error is JobSeeker.xsd

I reproduced this error on Windows7 using jdk1.6.0_37 and Ubuntu using 
jdk1.6.0_27

Here is the Ubuntu output

scomp -out JobSeeker.jar JobSeeker.xsd
Time to build schema type system: 1.833 seconds
Exception in thread "main" org.apache.xmlbeans.SchemaTypeLoaderException: 
encoded string too long: 91578 bytes 
(schemaorg_apache_xmlbeans.system.s79A4106C33DD5C3CB79E9FF9B64FCECF.monsteroccupationidtier3enum7fcftype)
 - code 9
        at 
org.apache.xmlbeans.impl.schema.SchemaTypeSystemImpl$StringPool.writeTo(SchemaTypeSystemImpl.java:1036)
        at 
org.apache.xmlbeans.impl.schema.SchemaTypeSystemImpl$XsbReader.writeRealHeader(SchemaTypeSystemImpl.java:1617)
        at 
org.apache.xmlbeans.impl.schema.SchemaTypeSystemImpl.saveType(SchemaTypeSystemImpl.java:1455)
        at 
org.apache.xmlbeans.impl.schema.SchemaTypeSystemImpl.saveTypesRecursively(SchemaTypeSystemImpl.java:1331)
        at 
org.apache.xmlbeans.impl.schema.SchemaTypeSystemImpl.save(SchemaTypeSystemImpl.java:1306)
        at 
org.apache.xmlbeans.impl.tool.SchemaCompiler.compile(SchemaCompiler.java:1126)
        at 
org.apache.xmlbeans.impl.tool.SchemaCompiler.main(SchemaCompiler.java:373)
                
      was (Author: jonschro):
    I have the same problem with 2.6.0 version.  I am attempting to compile a 
Monster Schema.  I have attached the xsd's that are required.  The xsd to 
compile to reproduce the error is JobSeeker.xsd
                  
> scomp fails with error "encoded string too long"
> ------------------------------------------------
>
>                 Key: XMLBEANS-235
>                 URL: https://issues.apache.org/jira/browse/XMLBEANS-235
>             Project: XMLBeans
>          Issue Type: Bug
>    Affects Versions: Version 2.1
>         Environment: WIndows XP, J2SE Version 1.5.0 (build 1.5.0_06-b05)
>            Reporter: Chris Isbell
>            Priority: Blocker
>         Attachments: Common.xsd, Document.xsd, Enumerations.xsd, 
> JobSearchAgent.xsd, JobSeeker.xsd
>
>
> scomp fails with the following output:
> Time to build schema type system: 1.492 seconds
> Exception in thread "main" org.apache.xmlbeans.SchemaTypeLoaderException: 
> encoded string too long: 80643 bytes 
> (schemaorg_apache_xmlbeans.system.sD8C47734011B153A3D6BBC3BCCA9AC04.allassetsmodelgroup)
>  - code 9
>       at 
> org.apache.xmlbeans.impl.schema.SchemaTypeSystemImpl$StringPool.writeTo(SchemaTypeSystemImpl.java:1021)
>       at 
> org.apache.xmlbeans.impl.schema.SchemaTypeSystemImpl$XsbReader.writeRealHeader(SchemaTypeSystemImpl.java:1602)
>       at 
> org.apache.xmlbeans.impl.schema.SchemaTypeSystemImpl.saveModelGroup(SchemaTypeSystemImpl.java:1406)
>       at 
> org.apache.xmlbeans.impl.schema.SchemaTypeSystemImpl.saveModelGroups(SchemaTypeSystemImpl.java:1347)
>       at 
> org.apache.xmlbeans.impl.schema.SchemaTypeSystemImpl.save(SchemaTypeSystemImpl.java:1296)
>       at 
> org.apache.xmlbeans.impl.tool.SchemaCompiler.compile(SchemaCompiler.java:1098)
>       at 
> org.apache.xmlbeans.impl.tool.SchemaCompiler.main(SchemaCompiler.java:368)
> The problem appears to be with the line "output.writeUTF(str);" in the method 
> writeTo in class org.apache.xmlbeans.impl.schema.SchemaTypeSystemImpl (line 
> 1016). java.io.DataOutputStream.writeUTF has an implicit 64K byte length 
> limit (because it stores the length in a two-byte integer) and this limit is 
> being exceeded.
> The schema I am compiling comes from a third party and it is unlikely that it 
> can be modified to work around this problem.

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

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

Reply via email to