I’m having strange problems with starting Weblogic 9.2 from within MyEclipse. Perhaps it’s not a MyEclipse issue at all, but it seems to take two times to start Weblogic.
The first time after an Ant deployment of the ear file, I keep getting the error that I don’t have the “edit lock”. Then if I stop the server and try to start it again, I go to “RUNNING” mode with no errors.
I’m still not sure the application is being deployed.
–All my code is local.
–I’ve tried rebooting the computer.
–The Weblogic-start from within MyEclipse *has* worked — that is, it’s reflected changes made via the Ant script’s deploy.
–Debugging is also not active now. Breakpoints don’t stop the code. They used to.
–Not sure which process might still be running after system reboot?
The strange thing is I fixed a problem that I COULD repeat in a standalone Java application, but when I “re-deployed” the ear with the same fixed code, I still get the same error in the actual application that I got before I made the fix.
Not sure this is enough to go on, but I’d appreciate any ideas.
Thanks.
– M