Websphere Application Server v8 can't connect to server process

10,618

Solution 1

A few things I would check:

  • Making sure the ports are set correctly and not occupied
  • If it's a secured profile, make sure the credentials are set correctly
  • Try to start the server in cmdline <WAS install dir/profiles/<profileName>/bin/startServer <serverName>
  • Try creating a new profile if none of the above works

Solution 2

open RAD as "Run as administrator".

Solution 3

Uncheck the "Start server with a generated script" option.

Share:
10,618
rainydaymatt
Author by

rainydaymatt

Updated on June 04, 2022

Comments

  • rainydaymatt
    rainydaymatt almost 2 years

    My WAS8 server refuses to start. I've restarted the server, cleaned it, removed all EARs, restarted RAD, restarted my computer, and even re-installed Websphere but the error remains. Any ideas, before I reinstall RAD?

    enter image description here

  • Nintendot
    Nintendot almost 9 years
    not sure why the path got cut off, it was suppose to be <WAS install dir>/profiles/<profileName>/bin/startServer <serverName>
  • Rumit Patel
    Rumit Patel about 6 years
    single-line solution should be in comment.
  • Rakesh Burbure
    Rakesh Burbure about 6 years
    this should be added as comment, not answer.
  • Philip Rego
    Philip Rego over 5 years
    This isn't a sentence.
  • Philip Rego
    Philip Rego over 5 years
    This worked for me +1, but "Test Connection" fails and breakpoints in JSP pages don't work