2000 0021 XML Parser not foundorgapachexercesparsersSAXParser

Hi
I am trying to use some jar file in my java service. When I try to run the service I am getting an error.


Could not run ‘sendData’.
com.wm.app.b2b.server.ServiceException: 2000 0021 XML Parser not found. (org.apache.xerces.parsers.SAXParser)


In the IS server …the xerces.jar is present in location…
D:\myfolder\webMethods\IntegrationServer\packages\WmebXML\code\jars\static\xerces.jar

Could anyone please help me out…
Thanks in advance…

Regards,
Sunny

can you try copying xerces.jar under “D:\myfolder\webMethods6\IntegrationServer\lib\jars” and restarting the IS ?

Hi Aneel,

Thanks for the reply. Is it reaquired to keep the xerces.jar in both the locations ?

Regards,
Sunny

Hi,

I tried with placing the xerces.jar file in the folder “D:\myfolder\webMethods6\IntegrationServer\lib\jars” . Still it is throwing out the same error.
Please suggest me what I can do now ?

Sunny

Placing “xerces.jar” file in this location should work,and restarting IS should work.
D:\myfolder\webMethods\IntegrationServer\packages\WmebXML\code\jars\static\xerces.jar.

So i believe no need of putting xerces jar file in the IS/lib/jars folder.

Currently in our environment these are the files exists in the above location mentioned above.
bsf.jar
xalan.jar
xerces.jar
xml-apis.jar

HTH,
RMG

Hi RMG

Thanks a lot for the informtion

Regards,
Sunny