facebook

Weblogic Deployment issue

💡
Our Forums Have Moved

For help with installation, bugs reports or feature requests, please head over to our new forums.
Genuitec Community on GitHub

  1. MyEclipse IDE
  2.  > 
  3. Installation, Configuration & Updates
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #269901 Reply

    Mork
    Participant

    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

    #269939

    Riyad Kalla
    Member

    –Debugging is also not active now. Breakpoints don’t stop the code. They used to.

    You want ot make sure in your Ant script your are building the class files with debugging information. I think it’s the debug and debuglevel flags for your javac task.

    –Not sure which process might still be running after system reboot?

    You might want to double-check that WebLogic didn’t install itself as a system service in Windows and is automatically starting up. This behavior is *exactly* what happens with Tomcat or other app servers when you install them, and they install and start as a service. The first time you try and launch with MYEclipse, it “runs into” the service on the same port, then you shut it down, it actually shuts down the service and then the next time works.

    #269955

    Mork
    Participant

    All the problems start if I accidentally shut down Web Logic (hit the little red square) before it’s totally started.

    Then I have to re-install the entire WL environment for the project.

    Otherwise, it seems to be OK.

    Probably not a MYE problem.

Viewing 3 posts - 1 through 3 (of 3 total)
Reply To: Weblogic Deployment issue

You must be logged in to post in the forum log in