[jira] Commented: (XMLBEANS-328) Problems in multi-processor environment

2010-12-01 Thread Philippe Marsteau (JIRA)

[ 
https://issues.apache.org/jira/browse/XMLBEANS-328?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12965760#action_12965760
 ] 

Philippe Marsteau commented on XMLBEANS-328:


Is the patch part of the latest XBean release? We experience same issue with 
xbean-2.2.0a.jar and wish to know if it would be wiser to upgrade to latest 
version or to patch existing one (using 2.2.0 patch).
Thanks for following-up to any who had this issue and got it fixed using either 
latest release or published patch.

 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
Assignee: Radu Preotiuc-Pietro
Priority: Critical
 Attachments: patch-xmlbeans-2.2.0, patch-XMLBEANS328-2.4.0.patch, 
 xbean.jar


 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: dev-unsubscr...@xmlbeans.apache.org
For additional commands, e-mail: dev-h...@xmlbeans.apache.org



[jira] Commented: (XMLBEANS-328) Problems in multi-processor environment

2010-11-01 Thread Craig Garrett (JIRA)

[ 
https://issues.apache.org/jira/browse/XMLBEANS-328?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12927264#action_12927264
 ] 

Craig Garrett commented on XMLBEANS-328:


I am running into this same issue in XMLBeans 2.5, and it only happens when we 
have several threads processing with XMLBeans at the same time. Radu, could you 
please provide a patch for XMLBeans 2.5?  I may have to try backing out to 
XMLBeans 2.4 so I can use the patch that you posted in Dec 2008. Thanks!

Here's some of the stack traces (we're using Sun JVM 1.6, 64-bit on 64-bit 
Windows Server 2003, running under Tomcat):

java.lang.NullPointerException
at org.apache.xmlbeans.impl.store.Cur.listRemove(Cur.java:2788)
at org.apache.xmlbeans.impl.store.Cur.release(Cur.java:2734)
at org.apache.xmlbeans.impl.store.Xobj.copy(Xobj.java:2398)
at 
org.apache.xmlbeans.impl.values.XmlObjectBase._copy(XmlObjectBase.java:158)
at 
org.apache.xmlbeans.impl.values.XmlObjectBase._copy(XmlObjectBase.java:141)
at 
org.apache.xmlbeans.impl.values.XmlObjectBase.copy(XmlObjectBase.java:122)

java.lang.ArrayIndexOutOfBoundsException: -1
at org.apache.xmlbeans.impl.store.Cur$Locations.remove(Cur.java:648)
at org.apache.xmlbeans.impl.store.Cur$Locations.remove(Cur.java:571)
at org.apache.xmlbeans.impl.store.Cur.pop(Cur.java:772)
at 
org.apache.xmlbeans.impl.store.Locale.getAllNamespaces(Locale.java:2341)
at 
org.apache.xmlbeans.impl.store.Xobj.copy_contents_from(Xobj.java:2307)
at 
org.apache.xmlbeans.impl.values.XmlObjectBase.setterHelper(XmlObjectBase.java:1984)
at 
org.apache.xmlbeans.impl.values.XmlObjectBase.set(XmlObjectBase.java:2062)

java.lang.ArrayIndexOutOfBoundsException: -1
at org.apache.xmlbeans.impl.store.Locale.exit(Locale.java:2889)
at org.apache.xmlbeans.impl.store.Xobj.validate(Xobj.java:1877)
at 
org.apache.xmlbeans.impl.values.XmlObjectBase.validate(XmlObjectBase.java:375)
at 
org.apache.xmlbeans.impl.values.XmlObjectBase.validate(XmlObjectBase.java:346)

java.lang.ArrayIndexOutOfBoundsException: -1
at org.apache.xmlbeans.impl.store.Locale.exit(Locale.java:2889)
at org.apache.xmlbeans.impl.store.Xobj.invalidate_text(Xobj.java:1796)
at 
org.apache.xmlbeans.impl.values.XmlObjectBase.set_commit(XmlObjectBase.java:1345)
at 
org.apache.xmlbeans.impl.values.XmlObjectBase.setEnumValue(XmlObjectBase.java:1692)

java.lang.ArrayIndexOutOfBoundsException: -1
at org.apache.xmlbeans.impl.store.Locale.exit(Locale.java:2889)
at org.apache.xmlbeans.impl.store.Xobj.fetch_text(Xobj.java:1812)
at 
org.apache.xmlbeans.impl.values.XmlObjectBase.get_wscanon_text(XmlObjectBase.java:1366)
at 
org.apache.xmlbeans.impl.values.XmlObjectBase.check_dated(XmlObjectBase.java:1303)
at 
org.apache.xmlbeans.impl.values.JavaStringEnumerationHolderEx.getEnumValue(JavaStringEnumerationHolderEx.java:60)


 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
Assignee: Radu Preotiuc-Pietro
Priority: Critical
 Attachments: patch-xmlbeans-2.2.0, patch-XMLBEANS328-2.4.0.patch, 
 xbean.jar


 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)
 

[jira] Commented: (XMLBEANS-328) Problems in multi-processor environment

2009-10-29 Thread Chuck Kasek (JIRA)

[ 
https://issues.apache.org/jira/browse/XMLBEANS-328?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12771409#action_12771409
 ] 

Chuck Kasek commented on XMLBEANS-328:
--

I was seeing this error in a project I am working on.  I had multiple threads 
each processing the same message over and over, and was seeing a failure rate 
of about .5% (i.e. approx. 25 messages out of 5000 would fail).  After 
switching to the xbean.jar that Radu provided, I have not seen the error recur, 
having processed my message over 130,000 times, using the same test case as 
before.

 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, patch-XMLBEANS328-2.4.0.patch, 
 xbean.jar


 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: dev-unsubscr...@xmlbeans.apache.org
For additional commands, e-mail: dev-h...@xmlbeans.apache.org



[jira] Commented: (XMLBEANS-328) Problems in multi-processor environment

2008-09-09 Thread Joakim Sandstroem (JIRA)

[ 
https://issues.apache.org/jira/browse/XMLBEANS-328?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=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
 

[jira] Commented: (XMLBEANS-328) Problems in multi-processor environment

2008-08-27 Thread Damon Jacobsen (JIRA)

[ 
https://issues.apache.org/jira/browse/XMLBEANS-328?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12626202#action_12626202
 ] 

Damon Jacobsen commented on XMLBEANS-328:
-

I would like to bump this issue. I am getting it as well and do not see the ifx 
in the upcoming 2.4 release.

 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]