Xoxomos:
Do not worry, you are fine because you don't run DB control most likely,
you are running DB grid control instead.
try to start EM:
emctl start iasconsole
then access it from web browser.
Main Topics
Browse All TopicsA 10g server running under Solaris. I tried to start enterprise manager with a emctl start dbconsole and get the message ' OC4J Configuration issue. $ORACLE_HOME/oc4j/j2ee/OC4
I can change directory to the not found directory, everything is oracle dba. If I'm not mistaken, the enterprise manager worked at one time. What do I look for and how do I fix it.
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
dwp /sysadm/oracle $ emctl start iasconsole
Unable to determine console port. /u01/app/oracle/product/10
e/config/emd-web-site.xml not found. No such file or directory
dwp /sysadm/oracle $
I don't think I'm on grid control. THere are two databases on this server instance, but I never installed the grid control.
Business Accounts
Answer for Membership
by: schwertnerPosted on 2005-02-02 at 01:16:04ID: 13201275
Cause nsupported tzs.lst and supportedt zs.lst
any.com_db 10g0 J_DBConsol e_myhost.m ycompany.c om_db10g0
The TZ environment variable is not set
and
The file /etc/sysconfig/clock stores a parameter ZONE which is not in the
following both files:
$ORACLE_HOME/sysman/admin/
$ORACLE_HOME/sysman/admin/
or
The file /etc/sysconfig/clock does not exist
Fix
To solve the issue please follow the steps below:
1. If the /etc/sysconfig/clock does not exist, run the following tool as root:
redhat-config-time
2. If the /etc/sysconfig/clock contains a value in the parameter ZONE which is
not in supportedtzs.lst and nsupportedtzs.lst:
Change this value with a correct one, for example:
ZONE="CET"
or
set the TZ environment variable:
export TZ=CET
It is recommended to store TZ in the .profile or .bash_profile of the
oracle user which starts the DB Control so that this environment variable is always set
3. Check that the ORACLE_SID of the database is set
$ echo $ORACLE_SID
If not set, set it
$ export ORACLE_SID=db10g0 for example
4. Check that the fully qualified hostname is present in the /etc/hosts file
For example:
148.44.12.70 myhost.mycompany.com myhost
5. Check the listener port of the listener which listens to the database
$ lsnrctl status for example:
$ lsnrctl status lsnr10g
6. Check the password of the users SYS, SYSTEM, SYSMAN and DBSNMP by testing
the connection to the database with each of these users
7. Launch the following utility
$ cd $ORACLE_HOME/bin
$ emca -r
8. Check that the missing directories are created
In our example:
$ORACLE_HOME/myhost.mycomp
$ORACLE_HOME/oc4j/j2ee/OC4
9. Restart the DB Control
$ emctl start dbconsole