Can not access Administrative Console

2019-06-11 06:12发布

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.

3条回答
看我几分像从前
2楼-- · 2019-06-11 06:30

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

查看更多
小情绪 Triste *
3楼-- · 2019-06-11 06:37

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

查看更多
对你真心纯属浪费
4楼-- · 2019-06-11 06:39

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
查看更多
登录 后发表回答