You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ode.apache.org by Federico Ragona <fe...@gmail.com> on 2007/01/09 11:02:28 UTC

Ode-axis2 -> Internal Server Error | Ode-jbi -> Failed to initialize component

Hello,
i just downloaded the latest svn sources from both servicemix and ode svn
repositories (revision 493255 and 494159 respectively)... compiled them with
maven and managed to have both builds successful (after some minor
troubleshooting)...

let's start servicemix then: no problems, except for

"WARN  - EndpointRegistry               - Disabled endpoint processor '
org.apache.servicemix.jbi.framework.support.WSDL2Processor':
java.lang.NoClassDefFoundError: org/apache/woden/WSDLReader"

in spite of the warning, the initialization completes;

then i try to deploy the ode-jbi-installer component in servicemix, and get

ERROR - ComponentMBeanImpl             - Could not start component
javax.persistence.PersistenceException: No Persistence provider for
EntityManager named ode-store
        at javax.persistence.Persistence.createEntityManagerFactory(
Persistence.java:89)
        at org.apache.ode.store.jpa.DbConfStoreConnectionFactory.<init>(
DbConfStoreConnectionFactory.java:48)
        at org.apache.ode.store.ProcessStoreImpl.<init>(
ProcessStoreImpl.java:93)
        at org.apache.ode.jbi.OdeLifeCycle.initBpelServer(OdeLifeCycle.java
:253)
        at org.apache.ode.jbi.OdeLifeCycle.init(OdeLifeCycle.java:117)
        at org.apache.servicemix.jbi.framework.ComponentMBeanImpl.init(
ComponentMBeanImpl.java:201)
        at org.apache.servicemix.jbi.framework.ComponentMBeanImpl.doStart(
ComponentMBeanImpl.java:287)
        at org.apache.servicemix.jbi.framework.ComponentMBeanImpl.start(
ComponentMBeanImpl.java:216)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(
NativeMethodAccessorImpl.java:39)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(
DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:585)
        at org.apache.commons.beanutils.MethodUtils.invokeMethod(
MethodUtils.java:216)
        at org.apache.servicemix.jbi.management.BaseStandardMBean.invoke(
BaseStandardMBean.java:316)
        at com.sun.jmx.mbeanserver.DynamicMetaDataImpl.invoke(
DynamicMetaDataImpl.java:213)
        at com.sun.jmx.mbeanserver.MetaDataImpl.invoke(MetaDataImpl.java
:220)
        at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.invoke(
DefaultMBeanServerInterceptor.java:815)
        at com.sun.jmx.mbeanserver.JmxMBeanServer.invoke(JmxMBeanServer.java
:784)
        at javax.management.remote.rmi.RMIConnectionImpl.doOperation(
RMIConnectionImpl.java:1408)
        at javax.management.remote.rmi.RMIConnectionImpl.access$100(
RMIConnectionImpl.java:81)
        at
javax.management.remote.rmi.RMIConnectionImpl$PrivilegedOperation.run(
RMIConnectionImpl.java:1245)
        at
javax.management.remote.rmi.RMIConnectionImpl.doPrivilegedOperation(
RMIConnectionImpl.java:1341)
        at javax.management.remote.rmi.RMIConnectionImpl.invoke(
RMIConnectionImpl.java:782)
        at sun.reflect.GeneratedMethodAccessor17.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(
DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:585)
        at sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java
:294)
        at sun.rmi.transport.Transport$1.run(Transport.java:153)
        at java.security.AccessController.doPrivileged(Native Method)
        at sun.rmi.transport.Transport.serviceCall(Transport.java:149)
        at sun.rmi.transport.tcp.TCPTransport.handleMessages(
TCPTransport.java:466)
        at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(
TCPTransport.java:707)
        at java.lang.Thread.run(Thread.java:595)

nevermind, let's try with the ode axis2 installation then... copy
ode.warinside tomcat, start tomcat,
http://localhost:8080/ode found and active: cool!........ but........

the Validate link prompts the system configuration, The core axis2 libraries
are present, But
"There was a problem in Axis2 version service , may be the service not
available or some thing has gone wrong. But this does not mean system is not
working ! Try to upload some other service and check to see whether it is
working."

the Services link prompts an Internal Server Error message

any help/suggestion would be appreciated, i've been stuck with the same
errors for some weeks now and this is affecting my work.

Thanks