[ https://issues.apache.org/jira/browse/XMLBEANS-328?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12629430#action_12629430 ]
Joakim Sandstroem commented on XMLBEANS-328: -------------------------------------------- I'm experiencing the same type of problem using xbean-2.2.0.jar 2008-09-09 10:48:11,025 ERROR [STDERR] [:] org.apache.xmlbeans.XmlException: -1 2008-09-09 10:48:11,025 ERROR [STDERR] [:] at org.apache.xmlbeans.XmlBeans.wrappedException(XmlBeans.java:149) 2008-09-09 10:48:11,025 ERROR [STDERR] [:] at org.apache.xmlbeans.XmlBeans.compileXmlBeans(XmlBeans.java:675) 2008-09-09 10:48:11,025 ERROR [STDERR] [:] at org.apache.xmlbeans.XmlBeans.compileXsd(XmlBeans.java:553) 2008-09-09 10:48:11,025 ERROR [STDERR] [:] at com.eviware.soapui.impl.wsdl.support.xsd.SchemaUtils.buildSchemaTypes(SchemaUtils.java:233) 2008-09-09 10:48:11,025 ERROR [STDERR] [:] at com.eviware.soapui.impl.wsdl.support.xsd.SchemaUtils.loadSchemaTypes(SchemaUtils.java:172) 2008-09-09 10:48:11,026 ERROR [STDERR] [:] at com.eviware.soapui.impl.wsdl.support.wsdl.WsdlContext.loadDefinitions(WsdlContext.java:256) 2008-09-09 10:48:11,026 ERROR [STDERR] [:] at com.eviware.soapui.impl.wsdl.support.wsdl.WsdlContext.access$500(WsdlContext.java:53) 2008-09-09 10:48:11,026 ERROR [STDERR] [:] at com.eviware.soapui.impl.wsdl.support.wsdl.WsdlContext$Loader.construct(WsdlContext.java:210) 2008-09-09 10:48:11,026 ERROR [STDERR] [:] at com.eviware.soapui.support.swing.SwingWorkerDelegator.construct(SwingWorkerDelegator.java:45) 2008-09-09 10:48:11,026 ERROR [STDERR] [:] at com.eviware.soapui.support.swing.SwingWorker$2.run(SwingWorker.java:111) 2008-09-09 10:48:11,026 ERROR [STDERR] [:] at java.lang.Thread.run(Thread.java:619) 2008-09-09 10:48:11,026 ERROR [STDERR] [:] Caused by: java.lang.ArrayIndexOutOfBoundsException: -1 2008-09-09 10:48:11,026 ERROR [STDERR] [:] at org.apache.xmlbeans.impl.store.Locale.exit(Locale.java:2879) 2008-09-09 10:48:11,026 ERROR [STDERR] [:] at org.apache.xmlbeans.impl.store.Xobj.fetch_text(Xobj.java:1800) 2008-09-09 10:48:11,043 ERROR [STDERR] [:] at org.apache.xmlbeans.impl.values.XmlObjectBase.get_wscanon_text(XmlObjectBase.java:1332) 2008-09-09 10:48:11,043 ERROR [STDERR] [:] at org.apache.xmlbeans.impl.values.XmlObjectBase.check_dated(XmlObjectBase.java:1269) 2008-09-09 10:48:11,043 ERROR [STDERR] [:] at org.apache.xmlbeans.impl.values.JavaIntegerHolder.bigIntegerValue(JavaIntegerHolder.java:58) 2008-09-09 10:48:11,043 ERROR [STDERR] [:] at org.apache.xmlbeans.impl.values.XmlObjectBase.getBigIntegerValue(XmlObjectBase.java:1504) 2008-09-09 10:48:11,043 ERROR [STDERR] [:] at org.apache.xmlbeans.impl.schema.StscComplexTypeResolver.extractMinOccurs(StscComplexTypeResolver.java:1187) 2008-09-09 10:48:11,043 ERROR [STDERR] [:] at org.apache.xmlbeans.impl.schema.StscComplexTypeResolver.translateContentModel(StscComplexTypeResolver.java:1303) 2008-09-09 10:48:11,043 ERROR [STDERR] [:] at org.apache.xmlbeans.impl.schema.StscComplexTypeResolver.translateContentModel(StscComplexTypeResolver.java:1427) 2008-09-09 10:48:11,043 ERROR [STDERR] [:] at org.apache.xmlbeans.impl.schema.StscComplexTypeResolver.resolveCcRestriction(StscComplexTypeResolver.java:419) 2008-09-09 10:48:11,043 ERROR [STDERR] [:] at org.apache.xmlbeans.impl.schema.StscComplexTypeResolver.resolveComplexType(StscComplexTypeResolver.java:234) 2008-09-09 10:48:11,043 ERROR [STDERR] [:] at org.apache.xmlbeans.impl.schema.StscResolver.resolveType(StscResolver.java:87) 2008-09-09 10:48:11,043 ERROR [STDERR] [:] at org.apache.xmlbeans.impl.schema.StscResolver.resolveAll(StscResolver.java:59) 2008-09-09 10:48:11,044 ERROR [STDERR] [:] at org.apache.xmlbeans.impl.schema.SchemaTypeSystemCompiler.compileImpl(SchemaTypeSystemCompiler.java:307) 2008-09-09 10:48:11,044 ERROR [STDERR] [:] at org.apache.xmlbeans.impl.schema.SchemaTypeSystemCompiler.compile(SchemaTypeSystemCompiler.java:218) 2008-09-09 10:48:11,044 ERROR [STDERR] [:] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 2008-09-09 10:48:11,044 ERROR [STDERR] [:] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) 2008-09-09 10:48:11,044 ERROR [STDERR] [:] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) 2008-09-09 10:48:11,044 ERROR [STDERR] [:] at java.lang.reflect.Method.invoke(Method.java:597) 2008-09-09 10:48:11,044 ERROR [STDERR] [:] at org.apache.xmlbeans.XmlBeans.compileXmlBeans(XmlBeans.java:667) 2008-09-09 10:48:11,044 ERROR [STDERR] [:] ... 9 more 2008-09-09 10:48:11,044 ERROR [STDERR] [:] org.apache.xmlbeans.XmlException: -1 2008-09-09 10:48:11,058 ERROR [STDERR] [:] at org.apache.xmlbeans.XmlBeans.wrappedException(XmlBeans.java:149) > Problems in multi-processor environment > --------------------------------------- > > Key: XMLBEANS-328 > URL: https://issues.apache.org/jira/browse/XMLBEANS-328 > Project: XMLBeans > Issue Type: Bug > Affects Versions: Version 2.2, Version 2.2.1 > Environment: At least Win XP and Linux 2.6 with Sun JRE. Intel > multi-core processor. > Reporter: Pasi Lehtimaki > Priority: Critical > Attachments: patch-xmlbeans-2.2.0 > > > Running a strongly threadded Eclipse application using xmlbeans in > multi-processor (/multi-core) computer causes frequent crashes in xmlbeans > code. > Most of the crases happen in Cur.java in form of a NPE: > *************************************************** > java.lang.NullPointerException > at org.apache.xmlbeans.impl.store.Cur.listRemove(Cur.java:2783) > at org.apache.xmlbeans.impl.store.Locale.getCur(Locale.java:2775) > at org.apache.xmlbeans.impl.store.Locale.tempCur(Locale.java:2736) > at org.apache.xmlbeans.impl.store.Locale.tempCur(Locale.java:2731) > at org.apache.xmlbeans.impl.store.Xobj.tempCur(Xobj.java:348) > at org.apache.xmlbeans.impl.store.Xobj.new_cursor(Xobj.java:1810) > at > org.apache.xmlbeans.impl.values.XmlObjectBase.newCursor(XmlObjectBase.java:250) > at > org.apache.xmlbeans.impl.values.XmlObjectBase.selectPath(XmlObjectBase.java:424) > at > org.apache.xmlbeans.impl.values.XmlObjectBase.selectPath(XmlObjectBase.java:415) > *************************************************** > In some cases the crash happens in Locale.exit(): > *************************************************** > Exception occurred: java.lang.ArrayIndexOutOfBoundsException: -1 > at > org.apache.xmlbeans.impl.store.Locale.exit(Locale.java:2840) > *************************************************** > This problem problem occurs in xmlbeans 2.2. and in the latest version in > SVN. The problem disappears when I turn the multi-core support off from BIOS > and reappears again immediently when I turn it back on. So I believe that > this has something to do with threading. Only classes Locale.java and > Cur.java seem to be affected. I haven't encountered any exceptions from other > classes. -- 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: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]