While doing some experiments with console, my server got corrupted and I was unable to login back on console. Every time I try to access I get below error
SRVE0255E: A WebGroup/Virtual Host to handle /ibm/console has not been defined.
SRVE0255E: A WebGroup/Virtual Host to handle localhost:9062 has not been defined.
IBM WebSphere Application Server
I was able resolve this by reinstalling the admin console app. In command prompt change directory to specific profile bin directory (if profile name is qcell cd to qcell/bin), and issue below command
wsadmin.sh -lang jython -f deployConsole.py remove
after successful removal of the application install with below command
wsadmin.sh -lang jython -f deployConsole.py install
if prompts, give username and password, and restart server and try accessing the admin console.
SRVE0255E: A WebGroup/Virtual Host to handle /ibm/console has not been defined.
SRVE0255E: A WebGroup/Virtual Host to handle localhost:9062 has not been defined.
IBM WebSphere Application Server
I was able resolve this by reinstalling the admin console app. In command prompt change directory to specific profile bin directory (if profile name is qcell cd to qcell/bin), and issue below command
wsadmin.sh -lang jython -f deployConsole.py remove
after successful removal of the application install with below command
wsadmin.sh -lang jython -f deployConsole.py install
if prompts, give username and password, and restart server and try accessing the admin console.
2 comments:
Try the steps given here. It may resolve the problem.
http://www.buggybread.com/2013/07/error-srve0255e-webgroupvirtual-host-to.html
Thanks. This helped me a lot !
Post a Comment