Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

HTTP status 500

Status
Not open for further replies.

spiritme

IS-IT--Management
Feb 16, 2007
9
0
0
CA
I get this message when I tried to lunch my qm application
localhost:8285/qm/


HTTP Status 500 -

--------------------------------------------------------------------------------

type Exception report

message

description The server encountered an internal error () that prevented it from fulfilling this request.

exception

javax.servlet.ServletException: Servlet execution threw an exception


root cause

java.lang.NoSuchMethodError: org.apache.xerces.parsers.DOMParser.getFeaturesRecognized()[Ljava/lang/String;
com.witsys.dhxl.DHXLTransform.parseSource(Unknown Source)
com.witsys.dhxl.DHXLTransform.process(Unknown Source)
com.witsys.dhxl.FileServlet.processRequest(Unknown Source)
com.witsys.dhxl.FileServlet.doGet(Unknown Source)
javax.servlet.http.HttpServlet.service(HttpServlet.java:689)
javax.servlet.http.HttpServlet.service(HttpServlet.java:802)


here what I get in the log file stdout:
FileServlet.processRequest(): Enter
Set Content-Language from accept-language with value of en-us
<?xml version="1.0"?>
<dhxl:headers><dhxl:header name="accept" value="*/*"/><dhxl:header name="accept-language" value="en-us"/><dhxl:header name="ua-cpu" value="x86"/><dhxl:header name="accept-encoding" value="gzip, deflate"/><dhxl:header name="user-agent" value="Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.2; SV1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30)"/><dhxl:header name="host" value="ccawynwqap1b.p-voyageur.com:8285"/><dhxl:header name="connection" value="Keep-Alive"/></dhxl:headers> FileServlet.processRequest(): Calling FileInputStream processor: source is C:\Tomcat\webapps\qm\index.xhtml
DHXLTransform.process(InputStream): Enter
DHXLTransform.process(InputStream): Parsing...


Thanks
 
Either you don't have Xerces on your server classpath or it has an incompatible version with the app you're trying yo run.

Cheers,
Dian
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top