The following comment has been added to this issue:
Author: Alex Gurevich
Created: Tue, 15 Jun 2004 4:54 AM
Body:
I've found the reason for this problem, but still can't get on which level should it
be fixed: the problem was that my workspace path contains whitespace. When I moved my
workspace to another location (with no whitespaces) the same code(with no changing
"wsjar" to "jar") started to work.
---------------------------------------------------------------------
View this comment:
http://issues.apache.org/jira/browse/XERCESJ-975?page=comments#action_36174
---------------------------------------------------------------------
View the issue:
http://issues.apache.org/jira/browse/XERCESJ-975
Here is an overview of the issue:
---------------------------------------------------------------------
Key: XERCESJ-975
Summary: NPE while trying to use Xerces 2.6.2 with Struts 1.1
Type: Bug
Status: Unassigned
Priority: Major
Project: Xerces2-J
Components:
Other
Versions:
2.6.2
Assignee:
Reporter: Alex Gurevich
Created: Wed, 2 Jun 2004 6:44 AM
Updated: Tue, 15 Jun 2004 4:54 AM
Environment: WSAD 5.1, Win2K.
Description:
I'm experiencing NPE while trying to run Struts 1.1 test project with Xerces 2.6.2.
When I create simple Struts project everything works OK, but when I add xerces jars to
EAR and make them be used, I'm getting following exception:
[16:31:27:879 IDT 02/06/04] 4e1b1b18 WebGroup E SRVE0020E: [Servlet
Error]-[action]: Failed to load servlet: java.lang.NullPointerException
at org.apache.xerces.impl.XMLEntityManager$RewindableInputStream.read(Unknown
Source)
at org.apache.xerces.impl.XMLEntityManager.setupCurrentEntity(Unknown Source)
at org.apache.xerces.impl.XMLEntityManager.startEntity(Unknown Source)
at org.apache.xerces.impl.XMLEntityManager.startDTDEntity(Unknown Source)
at org.apache.xerces.impl.XMLDTDScannerImpl.setInputSource(Unknown Source)
at
org.apache.xerces.impl.XMLDocumentScannerImpl$DTDDispatcher.dispatch(Unknown Source)
at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown
Source)
at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)
at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)
at org.apache.xerces.parsers.XMLParser.parse(Unknown Source)
at org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown Source)
at org.apache.commons.digester.Digester.parse(Digester.java:1567)
at org.apache.struts.action.ActionServlet.initServlet(ActionServlet.java:1433)
at org.apache.struts.action.ActionServlet.init(ActionServlet.java:466)
The call to parse(InputSource) fails with NPE.
---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
If you want more information on JIRA, or have a bug to report see:
http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]