Reputation: 1903
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
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
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
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