Hi, I posted some days ago a problem about an "Internal Server Error"
when i tried to send soap messages.
When I enter in Happyaxis.jsp page, I get the next error:
Examining Version Service
There was a problem of examine Version service , may be the service not
available or some thing has gone wrong. But this does not mean system
does not working ! Try to upload a some other service and check to see
whether it is working.
When I click on "Services" I get the Internal Server Error page, but
when I enter in Axis2 admin page, I can see that the default service
"Version" is active and I can see the information related:
Available Services
version <http://localhost:8080/ode/services/version?wsdl>
Service EPR : http://localhost:8080/ode/services/version
Service REST epr : http://localhost:8080/ode/rest/version
Service Description : This service is to get the running Axis version
/Service Status : Active/
/Available operations/
* getVersion
When I click on "Version" link
(http://localhost:8080/ode/services/version?wsdl) I get the Internal
Server Error page again.
The Catalina's log is the posted below:
07-nov-2006 10:00:41 org.apache.catalina.core.StandardWrapperValve invoke
GRAVE: Excepción de reserva de espacio para servlet AxisServlet
org.hibernate.MappingException: Resource:
org/apache/ode/store/hobj/HProcessConf.hbm.xml not found
at org.hibernate.cfg.Configuration.addClass(Configuration.java:500)
at
org.apache.ode.store.dao.ConfStoreConnectionHib.getDefaultConfiguration(ConfStoreConnectionHib.java:124)
at
org.apache.ode.store.dao.ConfStoreConnectionHib.<init>(ConfStoreConnectionHib.java:77)
at
org.apache.ode.store.ProcessStoreImpl.<init>(ProcessStoreImpl.java:59)
at
org.apache.ode.store.ProcessStoreImpl.<init>(ProcessStoreImpl.java:50)
at org.apache.ode.axis2.ODEServer.initProcessStore(ODEServer.java:402)
at org.apache.ode.axis2.ODEServer.init(ODEServer.java:121)
at
org.apache.ode.axis2.hooks.ODEAxisServlet.init(ODEAxisServlet.java:47)
at
org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java:1164)
at
org.apache.catalina.core.StandardWrapper.allocate(StandardWrapper.java:809)
at
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:132)
at
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:174)
at
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
at
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:104)
at
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:108)
at
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:211)
at
org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:817)
at
org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:623)
at
org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:444)
at java.lang.Thread.run(Thread.java:595)
I have downoaded Axis2 War Distribution from Axis2 home and I have no
problem to run Version service.
Any idea? Thanks