You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by "Kenichi Shimada (JIRA)" <ji...@apache.org> on 2008/06/26 07:50:45 UTC

[jira] Created: (AXIS2-3875) The following errors occur though the incidence is low when processing that converts XML into JavaObject is repeatedly executed.

The following errors occur though the incidence is low when processing that converts XML into JavaObject is repeatedly executed.
--------------------------------------------------------------------------------------------------------------------------------

                 Key: AXIS2-3875
                 URL: https://issues.apache.org/jira/browse/AXIS2-3875
             Project: Axis 2.0 (Axis2)
          Issue Type: Bug
    Affects Versions: 1.3
         Environment: linux, axis2 1.3, JBOSS4.0.4.GA, sun jdk 1.5.0.13
            Reporter: Kenichi Shimada


The following errors occur though the incidence is low when processing that converts XML into JavaObject is repeatedly executed.
---------------------------------------------------------------------------------
javax.xml.stream.FactoryConfigurationError: Provider com.ctc.wstx.stax.WstxInputFactory could not be instantiated: java.lang.IllegalArgumentException: com.ctc.wstx.stax
	at javax.xml.stream.FactoryFinder.newInstance(FactoryFinder.java:75)
	at javax.xml.stream.FactoryFinder.find(FactoryFinder.java:120)
	at javax.xml.stream.FactoryFinder.find(FactoryFinder.java:92)
	at javax.xml.stream.XMLInputFactory.newInstance(XMLInputFactory.java:136)
	at comm.message.OMElementConverter.convertStringToOMElement(Unknown Source)
	at adap.adapsend.SendAdapter.sendMessage(Unknown Source)
	at adap.adapctrl.AdapterControl.sendMessage(Unknown Source)
	at tool.requester.MessageSender.run(MessageSender.java:127)
	at java.lang.Thread.run(Thread.java:595)
----------------------------------------------------------------------------------

When I execute the following code. 
-----------------------------------------------------------------------------------
XMLStreamReader parser = null;
parser = XMLInputFactory.newInstance().createXMLStreamReader(new StringReader(message));
------------------------------------------------------------------------------------

-- 
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: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org


[jira] Resolved: (AXIS2-3875) The following errors occur though the incidence is low when processing that converts XML into JavaObject is repeatedly executed.

Posted by "Deepal Jayasinghe (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AXIS2-3875?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Deepal Jayasinghe resolved AXIS2-3875.
--------------------------------------

    Resolution: Incomplete

Information is not enough to reproduce or understand the issue. 

> The following errors occur though the incidence is low when processing that converts XML into JavaObject is repeatedly executed.
> --------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: AXIS2-3875
>                 URL: https://issues.apache.org/jira/browse/AXIS2-3875
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>    Affects Versions: 1.3
>         Environment: linux, axis2 1.3, JBOSS4.0.4.GA, sun jdk 1.5.0.13
>            Reporter: Kenichi Shimada
>
> The following errors occur though the incidence is low when processing that converts XML into JavaObject is repeatedly executed.
> ---------------------------------------------------------------------------------
> javax.xml.stream.FactoryConfigurationError: Provider com.ctc.wstx.stax.WstxInputFactory could not be instantiated: java.lang.IllegalArgumentException: com.ctc.wstx.stax
> 	at javax.xml.stream.FactoryFinder.newInstance(FactoryFinder.java:75)
> 	at javax.xml.stream.FactoryFinder.find(FactoryFinder.java:120)
> 	at javax.xml.stream.FactoryFinder.find(FactoryFinder.java:92)
> 	at javax.xml.stream.XMLInputFactory.newInstance(XMLInputFactory.java:136)
> 	at comm.message.OMElementConverter.convertStringToOMElement(Unknown Source)
> 	at adap.adapsend.SendAdapter.sendMessage(Unknown Source)
> 	at adap.adapctrl.AdapterControl.sendMessage(Unknown Source)
> 	at tool.requester.MessageSender.run(MessageSender.java:127)
> 	at java.lang.Thread.run(Thread.java:595)
> ----------------------------------------------------------------------------------
> When I execute the following code. 
> -----------------------------------------------------------------------------------
> XMLStreamReader parser = null;
> parser = XMLInputFactory.newInstance().createXMLStreamReader(new StringReader(message));
> ------------------------------------------------------------------------------------

-- 
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: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org