Solve Oracle Enterprise Manager Error
Facing “Failed to shutdown iASConsole Gracefully” error when stopping the Oracle Enterprise Manager. This error happens because there’s some running zombie process in the server and there’s a solution on how to solve it as below.
OEM Exception During Shutdown
$ emctl start iasconsole Oracle Enterprise Manager 10g Application Server Control Release 10.1.4.3.0 Copyright (c) 1996, 2006 Oracle Corporation. All rights reserved. http://oracle.enterprise.manager.com:1800/emd/console/aboutApplication - An instance of Oracle Enterprise Manager 10g Application Server Control is already running. $ emctl stop iasconsole Oracle Enterprise Manager 10g Application Server Control Release 10.1.4.3.0 Copyright (c) 1996, 2006 Oracle Corporation. All rights reserved. http://oracle.enterprise.manager.com:1800/emd/console/aboutApplication Stopping Oracle Enterprise Manager 10g Application Server Control ... Exception during shutdown ----- Failed to shutdown iASConsole Gracefully!. ----- failed.
1. Kill/stop the AS Console job processes
2. Depending on the platform run command “netstat -ap | grep
” or “lsof -i : ” to locate the PID (process id) of the zombie process 3. Kill the zombie process
4. Try starting/stopping the Enterprise Manager console
5. Enterprise Manager console should stop/start fine now
Related Posts
- Start Stop OEM 10gAS
- Oracle Concurrent Manager Process
- Concurrent Manager Error – Name Not Registered
- Rebounce And Restart 10g Application Server
- Oracle Application Server Shutdown Problem
PreviousNext» Script To Check Concurrent Process
Leave a Comment



