I got errors like following:
Caused by: java.lang.ClassNotFoundException: org.springframework.beans.factory.support.ManagedP roperties: 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
at weblogic.j2ee.ApplicationManager.loadClass(Applica tionManager.java:344)
at weblogic.j2ee.ApplicationManager.loadClass(Applica tionManager.java:258)
at weblogic.j2ee.ApplicationManager.loadClass(Applica tionManager.java:253)
at weblogic.rjvm.MsgAbbrevInputStream.resolveClass(Ms gAbbrevInputStream.java:324)
reverting to m1 the error did not occur. Any thoughts?


Reply With Quote