facebook

[Closed] Can’t start Websphere Server 5.1 from MyEclipse4

💡
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. General Development
Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #260356 Reply

    xiaofn
    Member

    Windows2000 platform, MyEclipse4.1, eclipse3.1, Websphere Application Server5.1, IBM JDK

    The Websphere Application Server uses custom registry(through LDAP) as its security mechanism. So the admin console needs username and password to login.

    Now, follow the steps in documentation, I point system.out/system.err to console in admin console, set websphere5 root directory and IBM’s JDK in MyEclipse, tick websphere5.1, hostname and server name properly.

    But when I try to start the application server from myeclipse, it can’t work well, but I can start the application server from command line console.

    What could be wrong here? Any suggestion will be appreciated.

    #260499

    Riyad Kalla
    Member

    What exactly is happening? What is the console output for the server when it tries to start?

    #260513

    markbenoit
    Participant

    I am encountering a similar issue. Were you able to resolve your issue? Do you have to somehow pass the username and password as command line arguments?

    #260528

    xiaofn
    Member

    Yes, I resolved it.

    Tips for such problems:

    1. use command line first, and read the log to see what exactly included of the class path and library, in WAS/log/server1/native_output.log, you can see all the details, unlike in system_output.log, some details are eliminated.

    2. add those class path values and libraries to Path when setting.

    3. change WAS’ setting to output to console.

    #260538

    markbenoit
    Participant

    Appreciate your suggestions. Since I was able to start and stop the server manually from the command line without appending any userId and password, I decided to shut down my environment and restart my PC. This resolved my issue.

    #260564

    Riyad Kalla
    Member

    Thank you guys for replying with your solutions, it will help other users in similar situations.

Viewing 6 posts - 1 through 6 (of 6 total)
Reply To: [Closed] Can’t start Websphere Server 5.1 from MyEclipse4

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