Quote Originally Posted by bhattnirav View Post
Dear All,

When I am trying to start enterprise manager, it gives following error.

OC4J Configuration issue. /oracle/RD1/DEV/102_64/oc4j/j2ee/OC4J_DBConsole_rlsdev_DEV not found.

Oracle Database : 10g
O/S : HP-UX 11.31
I had a similar issue. If you look for /oracle/RD1/DEV/102_64/oc4j/j2ee/OC4J_DBConsole_rlsdev_dev it will probably be there. Since Unix/Linux is case sensitive the emca config process can create files with the sid name in the wrong case. I resolved it by using "ln -s" to create a sym link to the directory that it was looking for from the directory I found. Seemed to work.

OEM Sucks!!!