aspose file tools
The moose likes Web Services and the fly likes Jax WEb service deployment problem Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Web Services
Reply Bookmark "Jax WEb service deployment problem" Watch "Jax WEb service deployment problem" New topic
Author

Jax WEb service deployment problem

selvi sibi
Greenhorn

Joined: Feb 18, 2011
Posts: 9
Hi,

I have created a jax-ws web service. It runs fine in my development environment. When deploying to linux server machine, jdk1.6.0_10, tomcat 5.5.23, I get the following errors:

Cause of error is

failed to parse runtime descriptor: javax.xml.transform.TransformerFactoryConfigurationError: Provider org.apache.xalan.processor.TransformerFactoryImpl not found


/*********************************************************
com.sun.xml.ws.transport.http.servlet.WSServletContextListener contextInitialized
INFO: WSSERVLET12: JAX-WS context listener initializing
Apr 27, 2011 3:28:32 AM com.sun.xml.ws.transport.http.servlet.WSServletContextListener contextInitialized
SEVERE: WSSERVLET11: failed to parse runtime descriptor: javax.xml.transform.TransformerFactoryConfigurationError: Provider org.apache.xalan.processor.TransformerFactoryImpl not found
javax.xml.transform.TransformerFactoryConfigurationError: Provider org.apache.xalan.processor.TransformerFactoryImpl not found
at javax.xml.transform.TransformerFactory.newInstance(Unknown Source)
at com.sun.xml.ws.util.xml.XmlUtil.(XmlUtil.java:212)
at com.sun.xml.ws.transport.http.DeploymentDescriptorParser.createEntityResolver(DeploymentDescriptorParser.java:402)
at

*************************************************************************************/

I'm stuck on this issue. Please help me to find the solution
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Jax WEb service deployment problem
 
Similar Threads
Illegal null QName prefix argument on Tomcat/Jetty, but no error on WS7
problem deploying web service + jaxws
Metro JAX-WS @schemaValidation How to specify schemas instead of annotaion generated
JAX-WS in web application.
web.xml problem in struts2