3

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

BaCaRoZzo
  • 7,502
  • 6
  • 51
  • 82
rainydaymatt
  • 594
  • 3
  • 10
  • 21

6 Answers6

4

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
Gary
  • 13,303
  • 18
  • 49
  • 71
Nintendot
  • 141
  • 1
  • 4
3

open RAD as "Run as administrator".

1

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

Joel García
  • 191
  • 4
  • 10
0

This problem occurs when eclipse is closed or system shuts down when WAS is in running state.

Resolution: Run eclipse as Administrator then start the server it will work.

sudarshan
  • 87
  • 1
  • 4
0

Check log in WebSphere Installed folder\AppServer\profiles\your custom profile\logs.

For me, it was showing systemlaunch.properties file was missing with a specific version. I had to copy that from other system. But you may update different version from same folder and rename the properties file and update the contents appropriately.

-1

admin mode for ibm products...

Apurv
  • 35
  • 2