This week's book giveaway is in the General Computing forum.
We're giving away four copies of Arduino in Action and have Martin Evans, Joshua Noble, and Jordan Hochenbaum on-line!
See this thread for details.
The moose likes Web Services and the fly likes Axis2 on oc4j problem Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Java » Web Services
Reply Bookmark "Axis2 on oc4j problem" Watch "Axis2 on oc4j problem" New topic
Author

Axis2 on oc4j problem

Anand das
Greenhorn

Joined: May 09, 2006
Posts: 7
I have developed axis2 webservices and deployed on oc4j 10.1.3. when i login to axis2 console and look for services ,I can see them
The problem is these services work when I call thru client. On the Axis2 console when i click on the service , first time it opens the wsdl on the browser
but after sometime when i try to see this wsdl by clicking on service it says "Internal server error", When i see the logs it shows

[INFO] getData request failed for dialect, http://schemas.xmlsoap.org/wsdl/
javax.xml.transform.TransformerFactoryConfigurationError: Provider net.sf.saxon.TransformerFactoryImpl could not be instantiated: java.lang.NullPointerException
at javax.xml.transform.TransformerFactory.newInstance(TransformerFactory.java:109)
at

I tried finding from forums but couldn't see any solution. The only temporary solution I found is re-start the instance and then i can see the wsdl.
Can somebody explain what's wrong? Is it oc4j or axis2?
Thanks
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Axis2 on oc4j problem
 
Similar Threads
javax.xml.ws.soap.SOAPFaultException: The [action] cannot be processed at the receiver
Axis2- Enabling Admin service
WSDL file with Axis2
deploying Axis2 Webservices in JBOSS
Calling a web service in Axis2