Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Websphere admin console not working

I have trouble opening the admin console for the websphere server. The server is up and running though, the application deployed and all. The only problem is with the console which gives a 404 error. Does anyone know how to fix this? Maybe reinstall/restore the console somehow?

Thanks.

like image 427
aniri Avatar asked Dec 04 '22 07:12

aniri


2 Answers

You can try to reinstall the admin console :

Goto C:\[PATH TO PROFILE]\bin

Then run the Jython commands, first to cleanup, then to reinstall :

wsadmin -lang jython -f deployConsole.py remove

Wait till the admin-console is uninstalled.

Now reinstall of administrative console (isclite) will complete without errors (hopefully)

wsadmin -lang jython -f deployConsole.py install

Admin console should work now.

like image 131
Tarun Varshney Avatar answered Dec 14 '22 22:12

Tarun Varshney


I had a similar problem. I was able to solve it by:

  1. Deleting the existing profile
  2. Creating a new profile
  3. Running the WAS in RAD with that newly created profile

Profile management :- Method :- RAD -> windows > prefereneces > server > websphere application server > selecting the websphere server 7.0 > click the run profile management tool button in the bottom section.

like image 28
sadhana Avatar answered Dec 14 '22 22:12

sadhana