Panadol Chong
Panadol Chong

Reputation: 1903

Can not access Administrative Console

Good day,

Previously administrative console can access successfully. Start from today, not sure why it can not be access.

I working on RAD 8.5, I right click on my Server, point to Administration, then click on Run Administrative Console. Then I hit error as follow:

SRVE0255E: A WebGroup/Virtual Host to handle /ibm/console has not been defined.

SRVE0255E: A WebGroup/Virtual Host to handle localhost:9060 has not been defined.

IBM WebSphere Application Server

My server is working fine, because I can start it, and browse my app correctly, can log in and so on. But can not access to Administrative console.

Previously it was working fine, but suddenly can not access. I didnt change anything on it also.

Kindly advise.

Upvotes: -1

Views: 5629

Answers (3)

Nethaji Narasimalu
Nethaji Narasimalu

Reputation: 259

Please follow below steps to resolve this. Go to <>wasprofile\bin

run wsadmin.bat -lang jython -f deployConsole.py remove

wsadmin.bat -lang jython -f deployConsole.py install

Upvotes: 0

Panadol Chong
Panadol Chong

Reputation: 1903

Found a solution from a blog, and its solved my problem.

http://wcs-hub.blogspot.my/2012/03/resolved-unable-to-access-was-admin.html

Upvotes: 0

Anand Bansal
Anand Bansal

Reputation: 7

I know this post is pretty old but seems I found a better answer when I was personally stuck.

The deployConsole.py script is located in the profile_root/bin directory. It should be used to redeploy the AdminConsole.

wsadmin.bat deployConsole.py install

Upvotes: 0

Related Questions