You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@xmlbeans.apache.org by "shihouming (JIRA)" <xm...@xml.apache.org> on 2012/06/14 15:48:44 UTC

[jira] [Created] (XMLBEANS-483) parse the xml unsuccessfully

shihouming created XMLBEANS-483:
-----------------------------------

             Summary: parse the xml unsuccessfully 
                 Key: XMLBEANS-483
                 URL: https://issues.apache.org/jira/browse/XMLBEANS-483
             Project: XMLBeans
          Issue Type: Bug
          Components: XmlObject
    Affects Versions: Version 2.2.1,  Version 2.3
         Environment: uname -a
Linux bmps4 2.6.16.60-0.21-smp #1 SMP Tue May 6 12:41:02 UTC 2008 x86_64 x86_64 x86_64 GNU/Linux
lsb_release -a
LSB Version:    core-2.0-noarch:core-3.0-noarch:core-2.0-x86_64:core-3.0-x86_64:desktop-3.1-amd64:desktop-3.1-noarch:graphics-2.0-amd64:graphics-2.0-noarch:graphics-3.1-amd64:graphics-3.1-noarch
Distributor ID: SUSE LINUX
Description:    SUSE Linux Enterprise Server 10 (x86_64)
Release:        10
Codename:       n/a

<119 bmps4 [bmp] :/home/bmp/jboss/server/default/log>java -version
java version "1.5.0"
Java(TM) 2 Runtime Environment, Standard Edition (build pxa64dev-20090707 (SR10 ))
IBM J9 VM (build 2.3, J2RE 1.5.0 IBM J9 2.3 Linux amd64-64 j9vmxa6423-20090707 (JIT enabled)
J9VM - 20090706_38445_LHdSMr
JIT  - 20090623_1334_r8
GC   - 200906_09)
JCL  - 20090705


            Reporter: shihouming
            Priority: Critical


1. Our system (J2EE base on jboss) got the following errors on one host, all the service was interrupted  , but other host was normal(all is the same as that host)  :

2012-06-14 14:00:57 | ERROR | [http-0.0.0.0-7782-7] Servlet.service() for servlet default threw exception
java.lang.ArrayIndexOutOfBoundsException
	at org.apache.xmlbeans.impl.store.Locale.exit(Locale.java:2883)
	at org.apache.xmlbeans.impl.store.Xobj.fetch_text(Xobj.java:1800)
	at org.apache.xmlbeans.impl.values.XmlObjectBase.get_wscanon_text(XmlObjectBase.java:1332)
	at org.apache.xmlbeans.impl.values.XmlObjectBase.check_dated(XmlObjectBase.java:1269)
	at org.apache.xmlbeans.impl.values.XmlObjectBase.stringValue(XmlObjectBase.java:1484)
	at org.apache.xmlbeans.impl.values.XmlObjectBase.getStringValue(XmlObjectBase.java:1492)
	at com.huawei.bme.das.config.xmlbean.namingsql.impl.SqlDocumentImpl$SqlImpl.getDatasource(SqlDocumentImpl.java:769)
	at com.huawei.bme.das.route.RouteCfgReader.getNmSQLDefaultDataSource(RouteCfgReader.java:80)
	at com.huawei.bme.das.route.DASRouter.getDataSourceByLabel(DASRouter.java:89)
	at com.huawei.bme.das.route.DASRouter.getRouteDataSource(DASRouter.java:46)
	at com.huawei.bme.das.util.DataSourceUtil.getRoutDataSources(DataSourceUtil.java:131)
	at com.huawei.bme.das.util.DataSourceUtil.reinitRequest(DataSourceUtil.java:62)
	at com.huawei.bme.das.impl.DASCommandImpl.getCmdProcessor(DASCommandImpl.java:880)
	at com.huawei.bme.das.impl.DASCommandImpl.execute(DASCommandImpl.java:111)
	at com.huawei.bme.system.dao.impl.LoginDAOImpl.getLogin(LoginDAOImpl.java:145)
	at com.huawei.bme.system.impl.SystemManageDBImpl.getLoginList(SystemManageDBImpl.java:1672

2. when we  restarted the application(jboss),  the errors disappear immediately.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

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