java.lang.ClassNotFoundException: com.bea.wli.config.deployment.server.ServerVersion
This error could indicate that a component was deployed on a cluster member but not other members of that cluster. Make sure that any component deployed on a server that is part of a cluster is also deployed on all other members of that cluster
Solution:
add
C:\Oracle2\Middleware\Oracle_OSB1\modules\com.bea.common.configfwk.wlinterop_10.3.1.0.jar
to the Server Start/ Classpath parameters of the Managed Server
If you get
FATAL ERROR in native method: JDWP No transports initialized, jvmtiError=AGENT_ERROR_TRANSPORT_INIT(197)
then you must set
set ALSB_DEBUG_FLAG=false
and
set debugFlag=false
in setDomainEnv.cmd (sh)
Thursday, August 25, 2011
Subscribe to:
Post Comments (Atom)
1 comment:
Good one mate, I agree This is real pain when you encounter, this could be even more difficult to find out the real cause in integrated environment like J2EE where different web server use different classloaders and it can come if class is not visible to classloader.
Thanks
difference on NoClassDefFoundError vs ClassNotFoundException
Post a Comment