Can not access Administrative Console

我的梦境 提交于 2019-12-08 11:48:27

问题


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.


回答1:


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



回答2:


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




回答3:


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



来源:https://stackoverflow.com/questions/27164282/can-not-access-administrative-console

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!