Saturday, May 27, 2006
Monday, May 22, 2006
WebSphere AdminConsole not starting
On WebSphere 5.1.1.3 Network Deployment:
Get an error message stating that the virtual host or webgroup /admin/ is not configured.
After verifying that the dmgr was starting without serious error, I did the following:
Bingo.
Get an error message stating that the virtual host or webgroup /admin/ is not configured.
After verifying that the dmgr was starting without serious error, I did the following:
- Started wsadmin.
- Ran $AdminApp uninstall adminconsole
- Ran $AdminConfig save
- Ran $AdminApp install
/installedapps/adminconsole.ear - Note that I did not install from installable apps. I don't know if this makes a difference, but it is what the linked web page recommended.
- Ran $AdminConfig save
- Restarted the deployment manager.
Bingo.
Subscribe to:
Posts (Atom)
Get Restart log using PowerShell
I'm often curious about a restart on a Windows server system. An easy way to get a list of the restart and what initiated it is to use t...
-
Most of what we're going to want to look at when you're having production issues are available through DMV's. If granti...
-
NOTE: These instruction apply to the connections, reports, menus, etc in Oracle SQL Developer. If you are looking to change the font of you...
-
I was a bit surprised that not all RDBMS platforms offer robust, native support for regular expressions. Oracle: Oracle introduced this ...