Skip to Main Content

Integration

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

unable to initialize class oracle.bpm.services.organization.impl.BPMOrganiz

630238Dec 28 2010 — edited Dec 29 2010
Help required....!

The jar file i.e oracle.bpm.bpm-services.implementation.jar exists in CLASS PATH.

Following is the exception when we start SOA weblogic in windows. The same works fine in other platforms.

<Dec 28, 2010 6:40:59 PM IST> <Notice> <LoggingService> <BEA-320400> <The log file C:\SPL\SOA_TEST\soaapp\servers\soaser
ver\logs\soaserver.log will be rotated. Reopen the log file if tailing has stopped. This can happen on some platforms li
ke Windows.>
<Dec 28, 2010 6:40:59 PM IST> <Notice> <LoggingService> <BEA-320401> <The log file has been rotated to C:\SPL\SOA_TEST\s
oaapp\servers\soaserver\logs\soaserver.log00045. Log messages will continue to be logged in C:\SPL\SOA_TEST\soaapp\serve
rs\soaserver\logs\soaserver.log.>
<Dec 28, 2010 6:40:59 PM IST> <Error> <Deployer> <BEA-149231> <Unable to set the activation state to true for the applic
ation 'soa-infra'.
weblogic.application.ModuleException:
at weblogic.servlet.internal.WebAppModule.startContexts(WebAppModule.java:1514)
at weblogic.servlet.internal.WebAppModule.start(WebAppModule.java:486)
at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:425)
at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:41)
at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119)
Truncated. see log file for complete stacktrace

Caused By: java.lang.NoClassDefFoundError: Could not initialize class oracle.bpm.services.organization.impl.BPMOrganizationService
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
at org.springframework.beans.BeanUtils.instantiateClass(BeanUtils.java:100)
Truncated. see log file for complete stacktrace
>
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jan 26 2011
Added on Dec 28 2010
10 comments
5,110 views