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.