Hello,
I am trying to use MyEclipse to run my WebLogic server (Win2k/WL7.0/WL Portal) and I am running into some problems. If I run the server without adding anything to the CLASSPATH I get the following type of errors (repeated for many different classes):
“The WebLogic Server did not start up properly.
Exception raised:
java.lang.ClassNotFoundException: weblogic.management.descriptors.ejb11.ApplicationConfigurationMBean”
When I add the jars containing these classes to the CLASSPATH, however, I get the following new errors:
“EJB Deployment: Alert cannot be redeployed while the server is running. AlertBean is located in the server’s classpath.”
So it seems I am damned if I do and damned if I don’t in regard to having these classes in the CLASSPATH. On thing to note, I used Bedrock to create this domain and I’m not sure if this could be the cause of my problems.
Does anyone know what I might be doing wrong here? Thanks for any help you can provide.