Exec mgmt_target.set_agent_tzrgn

hi.
My EM is not working i traced the issu it seem that "emd.properties" has agentTZRegion=GMT and when perform this query
" SELECT timezone_region FROM mgmt_targets WHERE target_name like '<your server-name>'; "
it gives me that timezone_region = UTC
i tred to change it to GMT using "exec mgmt_target.set_agent_tzrgn
# SQL> ('machine name :port number ','timezone that you found in emd.properties');"
it work until i restart the service it return again UTC ,,, i think that this is why my EM is not working " the diferance between the tow timezone "
can anyone advise ?

Also see the thread:
"How to check agent name."
How to check agent name.
I have posted scripts for updating the database, dbms_scheduler, and dbconsole through the use of:
emctl resetTZ agent
mgmt_target.set_agent_tzrgn
dbms_scheduler.set_scheduler_attribute
alter database set time_zone

Similar Messages

  • 11g R2 wont work under windows 2008 R2 doesnt support UTC, and cant change.

    I posted this in error under general, and got no responses. So now Im cutting and pasting it into installation, in a last ditched attemtp to find a way to get a clean installation of oralce on a clean installation of Windows Server 2008 R2 working.
    Problem:
    1) cannt connect to oracle outside of box. Get "TNS Connection timeout occured"
    2) em console "Sepecify Host and Target Database Credentials" always says "Connection refused: connect", even though the OS user/pass and DB user/pass are correct.
    What does work:
    1) I can "select * from dual" using "sqlplus / as sysdba" from the commandline on the box itself.
    2) Once, before I got em console half working, I could connect to the DB from outside the box with SYS as SYSDBA using toad. Now I cant.
    How I installed it:
    1) created a user called "oracle" and put them in the Administrators group.
    2) ran the downloaded installer for enterprise version, partition option chosen, AL32UTF8 char set, global db name: orcl, sid: orcl, "Assert all new security settings on" (No idea what this is) etc.
    3) at the end of the installer it came up with the following error:
    "Set the environment variable ORACLE_UNQNAME to the database unique name"
    3.5) opened up the incomming connections in the windows FW for 1158 and 1521 TCP from all.
    4) set ORACLE_UNQNAME as a system env var for oracle as "orcl"
    5) set ORACLE_HOME to c:\app\oracle\product\11.2.0 (or should this be c:\app\oracle\product\11.2.0\dbhome_1 ??)
    6) set ORACLE_SID to orcl
    7) set ORACLE_HOST to dilbert (the machine name)
    Rebooted.
    8) logged into em console on https:
    dilbert:1158 (works from inside or outside the box).
    9) Entered the oracle windows user userame & pass, and SYS and pass (with connect as SYSDBA). However, it always says "Connectoin refused: connect"
    Im not using a domain. computer name is correctly setup as "dilbert" in the OS.
    I cant think of anything to try, and dont know how to start debugging this problem.
    If I look at the running services, i see:
    OracleDBConsolorcl Stopped
    OracleJobSchedulerORCL Stopped
    OracleMTSRecoveryService Stopped
    OracleOraDb11g_home1CLRAgent stopped
    OracleORADb11g_home1TNSListener Stopped
    OracleServiceORCL Running
    OrclVssWriterORCL Stopped
    nd if i try and start those services as oracle (who is in the Administrators group) it says "The operation could not be completed. Access is denied". If I run task manager as Administrator, I can start all of them except for the TNSListener which doesnt do anything, you say start, and it stays stopped. No errors, now warnings. and the JobSchedulreORCL which says no associated devices.
    HAving manually started some of the services (no idea if you are supposed to do that, cant find any installation documentation which covers before/after running the installer), when I try and specify the host and target database credentials in em console, it says:
    Validation Error
    Please correct the following error:
    dbUserPassword - This field must be specified
    However, the DB password for SYS IS specified and correct - so I have no way to fix this.
    I cant find anyinformatin online where to look for log files, but there is nothing in sysman\log
    Now em console is saying "Conection refused" again, and the following process have killed themselves (as will I soon)
    OracleDBConsolercl Stoppped
    The others which I succeded in starting are still running. So TNSListener nor jobscheduler will start, and Consolerocl kills itself after a minute.
    Well, looks like I'm on my own on this one. Oracle will not intall on windows, and none seems to have noticed. Doing a day of googling reveals that all the log files which are supposed to live in sysman/log do not exist in this installation, so no help there.
    However, I did find an obscure log which says:
    The agentTZRegion value in C:\app\oracle\product\11.2.0\dbhome_1\wario_orcl/sysman/config/emd.properties is not in agreement with what agent thinks it should be.Please verify your environment to make sure that TZ setting has not changed since the last start of the agent.
    The TZ of the windows server is set to "UTC" at long time ago. There is nothing in the oralce windows installation guide to say "Do not use UTC, the most comon server time zone in europe". There is no mention of supported windows timezones.
    Now if Oracle doesnt support basic UTC, then we are all in trouble.
    There are hundreds of articles with this problem and how to solve it on Unix, but almost none for Windows. Do we have to solve Oracle installation bugs ourselves? Is there no support?
    Doing the below reveals that Oracle thinks that UTC is America/Rio_Branco. That HAS to be a bug.
    C:\app\oracle\product\11.2.0\dbhome_1\BIN>emctl config agent getTZ
    Oracle Enterprise Manager 11g Database Control Release 11.2.0.1.0
    Copyright (c) 1996, 2010 Oracle Corporation. All rights reserved.
    Unable to open file for logging. C:\app\oracle\product\11.2.0\dbhome_1/wario_orc
    l/sysman/log/emctl.log: Permission denied
    America/Rio_Branco
    So what next?
    The list of "supported" timezones in supportedtzs.list only lists UNIX timezones, and NO UTC!!!!!
    Googling this turns up nothing - noone on the planet seems to use UTC on their servers. I find this absolutely shocking.
    Windows server ONLY users UTC - it doesnt support GMT any more.
    So I have to now randomly try timezones in Windows which I dont want, which will be different from all the other servers in the Datacenter. It means all our reports will be out by 1 hour in summer ifI have to chose a timzeone which has daylight savings, compared with all the other databases which are UTC (not daylight savings).
    I would expect this from freeware maintained by one person in his garage.
    It seems that this Timezone issue emans Oracle will not run on windows.
    Tried a lot of things, including setting the timzeonse in windows to be "(UTC) Dublin, Edinburgh, Lisbon, London", which unfortuantely is not UTC (as it is affected by daylight savings).
    When you run
    "emctl config agent getTZ"
    you get:
    "Europe/London"
    The only oracle documentation I can find on this subject tells you to edit the emd.properties, and modify the agentTZRegion property, which doesnt exist.
    I tried the following command:
    "c:\app\oracle\product\11.2.0\dbhome_1\BIN>emctl resetTZ agent"
    Which tells you to execute:
    SQL> exec mgmt_target.set_agent_tzrgn('wario:3938','Europe/London')
    SQL> commit
    However, when I do this, I get:
    SQL> exec mgmt_target.set_agent_tzrgn('wario:3938','Europe/London')
    BEGIN mgmt_target.set_agent_tzrgn('wario:3938','Europe/London'); END;
    ERROR at line 1:
    ORA-20233: Invalid agent name wario:3938
    ORA-06512: at "SYSMAN.MGMT_TARGET", line 3811
    ORA-06512: at line 1
    Great. Obviosly, Im loggin in as SYS as no other users have been setup, and certainly I have not seen nor created nor set the password for "em repository user".

    I posted this in error under general, and got no responses. So now Im cutting and pasting it into installation, in a last ditched attemtp to find a way to get a clean installation of oralce on a clean installation of Windows Server 2008 R2 working.
    Problem:
    1) cannt connect to oracle outside of box. Get "TNS Connection timeout occured"
    2) em console "Sepecify Host and Target Database Credentials" always says "Connection refused: connect", even though the OS user/pass and DB user/pass are correct.
    What does work:
    1) I can "select * from dual" using "sqlplus / as sysdba" from the commandline on the box itself.
    2) Once, before I got em console half working, I could connect to the DB from outside the box with SYS as SYSDBA using toad. Now I cant.
    How I installed it:
    1) created a user called "oracle" and put them in the Administrators group.
    2) ran the downloaded installer for enterprise version, partition option chosen, AL32UTF8 char set, global db name: orcl, sid: orcl, "Assert all new security settings on" (No idea what this is) etc.
    3) at the end of the installer it came up with the following error:
    "Set the environment variable ORACLE_UNQNAME to the database unique name"
    3.5) opened up the incomming connections in the windows FW for 1158 and 1521 TCP from all.
    4) set ORACLE_UNQNAME as a system env var for oracle as "orcl"
    5) set ORACLE_HOME to c:\app\oracle\product\11.2.0 (or should this be c:\app\oracle\product\11.2.0\dbhome_1 ??)
    6) set ORACLE_SID to orcl
    7) set ORACLE_HOST to dilbert (the machine name)
    Rebooted.
    8) logged into em console on https:
    dilbert:1158 (works from inside or outside the box).
    9) Entered the oracle windows user userame & pass, and SYS and pass (with connect as SYSDBA). However, it always says "Connectoin refused: connect"
    Im not using a domain. computer name is correctly setup as "dilbert" in the OS.
    I cant think of anything to try, and dont know how to start debugging this problem.
    If I look at the running services, i see:
    OracleDBConsolorcl Stopped
    OracleJobSchedulerORCL Stopped
    OracleMTSRecoveryService Stopped
    OracleOraDb11g_home1CLRAgent stopped
    OracleORADb11g_home1TNSListener Stopped
    OracleServiceORCL Running
    OrclVssWriterORCL Stopped
    nd if i try and start those services as oracle (who is in the Administrators group) it says "The operation could not be completed. Access is denied". If I run task manager as Administrator, I can start all of them except for the TNSListener which doesnt do anything, you say start, and it stays stopped. No errors, now warnings. and the JobSchedulreORCL which says no associated devices.
    HAving manually started some of the services (no idea if you are supposed to do that, cant find any installation documentation which covers before/after running the installer), when I try and specify the host and target database credentials in em console, it says:
    Validation Error
    Please correct the following error:
    dbUserPassword - This field must be specified
    However, the DB password for SYS IS specified and correct - so I have no way to fix this.
    I cant find anyinformatin online where to look for log files, but there is nothing in sysman\log
    Now em console is saying "Conection refused" again, and the following process have killed themselves (as will I soon)
    OracleDBConsolercl Stoppped
    The others which I succeded in starting are still running. So TNSListener nor jobscheduler will start, and Consolerocl kills itself after a minute.
    Well, looks like I'm on my own on this one. Oracle will not intall on windows, and none seems to have noticed. Doing a day of googling reveals that all the log files which are supposed to live in sysman/log do not exist in this installation, so no help there.
    However, I did find an obscure log which says:
    The agentTZRegion value in C:\app\oracle\product\11.2.0\dbhome_1\wario_orcl/sysman/config/emd.properties is not in agreement with what agent thinks it should be.Please verify your environment to make sure that TZ setting has not changed since the last start of the agent.
    The TZ of the windows server is set to "UTC" at long time ago. There is nothing in the oralce windows installation guide to say "Do not use UTC, the most comon server time zone in europe". There is no mention of supported windows timezones.
    Now if Oracle doesnt support basic UTC, then we are all in trouble.
    There are hundreds of articles with this problem and how to solve it on Unix, but almost none for Windows. Do we have to solve Oracle installation bugs ourselves? Is there no support?
    Doing the below reveals that Oracle thinks that UTC is America/Rio_Branco. That HAS to be a bug.
    C:\app\oracle\product\11.2.0\dbhome_1\BIN>emctl config agent getTZ
    Oracle Enterprise Manager 11g Database Control Release 11.2.0.1.0
    Copyright (c) 1996, 2010 Oracle Corporation. All rights reserved.
    Unable to open file for logging. C:\app\oracle\product\11.2.0\dbhome_1/wario_orc
    l/sysman/log/emctl.log: Permission denied
    America/Rio_Branco
    So what next?
    The list of "supported" timezones in supportedtzs.list only lists UNIX timezones, and NO UTC!!!!!
    Googling this turns up nothing - noone on the planet seems to use UTC on their servers. I find this absolutely shocking.
    Windows server ONLY users UTC - it doesnt support GMT any more.
    So I have to now randomly try timezones in Windows which I dont want, which will be different from all the other servers in the Datacenter. It means all our reports will be out by 1 hour in summer ifI have to chose a timzeone which has daylight savings, compared with all the other databases which are UTC (not daylight savings).
    I would expect this from freeware maintained by one person in his garage.
    It seems that this Timezone issue emans Oracle will not run on windows.
    Tried a lot of things, including setting the timzeonse in windows to be "(UTC) Dublin, Edinburgh, Lisbon, London", which unfortuantely is not UTC (as it is affected by daylight savings).
    When you run
    "emctl config agent getTZ"
    you get:
    "Europe/London"
    The only oracle documentation I can find on this subject tells you to edit the emd.properties, and modify the agentTZRegion property, which doesnt exist.
    I tried the following command:
    "c:\app\oracle\product\11.2.0\dbhome_1\BIN>emctl resetTZ agent"
    Which tells you to execute:
    SQL> exec mgmt_target.set_agent_tzrgn('wario:3938','Europe/London')
    SQL> commit
    However, when I do this, I get:
    SQL> exec mgmt_target.set_agent_tzrgn('wario:3938','Europe/London')
    BEGIN mgmt_target.set_agent_tzrgn('wario:3938','Europe/London'); END;
    ERROR at line 1:
    ORA-20233: Invalid agent name wario:3938
    ORA-06512: at "SYSMAN.MGMT_TARGET", line 3811
    ORA-06512: at line 1
    Great. Obviosly, Im loggin in as SYS as no other users have been setup, and certainly I have not seen nor created nor set the password for "em repository user".

  • Doubt about emctl resetTZ agent

    Hi,
    I just have run this command:
    emctl resetTZ agentI had to run it because a customer changed the computer's time zone (windows server 2008 R2 64bits) where weblogic 10.3.4 and forms 11.1.1.4 are installed and is unable to start the EMAGENT process. After i run the command i got this message:
    C:\u01\app\oracle\product\Middleware\11.1.1.4\asinst_1\EMAGENT\emagent_asinst_1\bin>emctl resetTZ agent
    Oracle Enterprise Manager 10g Release 5 Grid Control 10.2.0.5.0.
    Copyright (c) 1996, 2009 Oracle Corporation.  All rights reserved.
    Updating C:\u01\app\oracle\product\Middleware\11.1.1.4\asinst_1\EMAGENT\emagent_asinst_1/sysman/config/emd.properties...
    Successfully updated C:\u01\app\oracle\product\Middleware\11.1.1.4\asinst_1\EMAGENT\emagent_asinst_1/sysman/config/emd.properties.
    Login as the em repository user and run the  script:
    exec mgmt_target.set_agent_tzrgn('forms11gR2:5155','America/Bogota')
    and commit the changes
    This can be done for example by logging into sqlplus and doing
    SQL> exec mgmt_target.set_agent_tzrgn('forms11gR2:5155','America/Bogota')
    SQL> commit
    C:\u01\app\oracle\product\Middleware\11.1.1.4\asinst_1\EMAGENT\emagent_asinst_1\bin>I'm a little confused, should i execute the above script ?? i mean i do not have a em repository user.
    Also now i am able to start the EMAGENT process without run the above script :)
    Any idea or recommendation ?? :)
    Regards
    Carlos

    if you dont have an em repository use then don't run it
    else execute the script
    end if
    there is no need to run the script at the user level as it is once set will remain for all the users.
    you can run the sql> script for the same at any level.

  • Error Time Zone

    Reinstalling Oracle, opened the log and saw that a mistake "Thread-4996 ERROR main: nmectla_agentctl: Error connecting to https://localhost:3938/emd/main. Returning status code 1" preceded by "Thread-5640 ERROR main: nmectl.c: nmectl_validateTZRegion, agentTZoffset =240,and testTZoffset for Europe/Moscow:180 do not match".
    Full list of errors in the log-file:
    [http://turbobit.net/lthofuha14rn.html]
    Can you please tell how to solve the problem?

    I had same at one point, this is my notes on what I did to fix
    Tried to set the timezone after following oracle note to resolve, follow these instructions including running the management target package on the database.
    D:\oraclegrid\agent11g\bin>emctl stop agent
    D:\oraclegrid\agent11g\bin>emctl resettz agent
    # login as the em repository user and run the script:
    # exec mgmt_target.set_agent_tzrgn('MYSERVERNAME.DOMAIN:3872','Europe/London')
    SQL> exec mgmt_target.set_agent_tzrgn('MYSERVERNAME.DOMAIN:3872','Europe/London')
    SQL> commit
    # restart the agent
    D:\oraclegrid\agent11g\bin>emctl start agent

  • Grid Control 11.1.0.1.0. Troubles after changing TZ.

    Hi!
    I've changed TZ region on servers with Grid Control 11.1.0.1.0 agents and OMS.
    After that, I changed value in $AGENT_HOME/sysman/config/emd.properties for agentTZRegion to new TZ and ran
    "Exec mgmt_target.set_agent_tzrgn('bla-bla:3872', 'New TZ');" for each agent.
    I restarted servers, agents and OMS but I've got some troubles:
    1. for servers that TZ was changed on DB-targets home pages "Page Refreshed" displays old TZ.
    2. status for some DBs is Down with error of Agent Connection to Instance "Failed to connect to database instance: ORA-12528: TNS:listener: all appropriate instances are blocking new connections (DBD ERROR: OCIServerAttach).", but test connection on configuring page works.

    Some DBs work fine and some have a trouble on the same server
    -bash-3.00$ /u01/app/oracle/product/agent11g/bin/emctl status agent
    Oracle Enterprise Manager 11g Release 1 Grid Control 11.1.0.1.0
    Copyright (c) 1996, 2010 Oracle Corporation. All rights reserved.
    Agent Version : 11.1.0.1.0
    OMS Version : 11.1.0.1.0
    Protocol Version : 11.1.0.0.0
    Agent Home : /u01/app/oracle/product/agent11g
    Agent binaries : /u01/app/oracle/product/agent11g
    Agent Process ID : 4462
    Parent Process ID : 4454
    Agent URL : https://+'agent'+:3872/emd/main/
    Repository URL : https://+'server'+:1159/em/upload
    Started at : 2011-03-09 12:24:22
    Started by user : oracle10
    Last Reload : 2011-03-10 09:40:06
    Last successful upload : 2011-03-10 15:06:21
    Total Megabytes of XML files uploaded so far : 67.54
    Number of XML files pending upload : 0
    Size of XML files pending upload(MB) : 0.00
    Available disk space on upload filesystem : 36.55%
    Last successful heartbeat to OMS : 2011-03-10 15:11:25
    Agent is Running and Ready
    Here is Home page of DB target:
    Database Instance
    Status          
    Open
    Host          
    +'agent'+
    Port          
    1522
    SID          
    retail
    Oracle Home          
    /u01/app/oracle/product/10.2.0
    Details          
    The instance is open.
    Listener
    Status          
    Unavailable
    Agent Connection to Instance
    Status          
    Failed
    Details          Failed to connect to database instance: ORA-12528: TNS:listener: all appropriate instances are blocking new connections (DBD ERROR: OCIServerAttach).

  • 11G em console logon gives 404 not found error

    I have an 11G instance running on RHEL 5. The database is open and otherwise functioning except I can't log into the enterprise manager console. This was working last week. I have stopped and restarted dbconsole:
    Oracle Enterprise Manager 11g Database Control Release 11.1.0.6.0
    Copyright (c) 1996, 2007 Oracle Corporation. All rights reserved.
    https://ser456.css.virginia.edu:1158/em/console/aboutApplication
    Starting Oracle Enterprise Manager 11g Database Control ......... started.
    status agent
    Oracle Enterprise Manager 11g Database Control Release 11.1.0.6.0
    Copyright (c) 1996, 2007 Oracle Corporation. All rights reserved.
    Agent Version : 10.2.0.3.0
    OMS Version : 10.2.0.3.0
    Protocol Version : 10.2.0.2.0
    Agent Home : /u01/app/oracle/product/11.1.0/db_1/ser456.css.virginia.edu_arcolect
    Agent binaries : /u01/app/oracle/product/11.1.0/db_1
    Agent Process ID : 26919
    Parent Process ID : 26897
    Agent URL : https://ser456.css.virginia.edu:3938/emd/main
    Repository URL : https://ser456.css.virginia.edu:1158/em/upload/
    Started at : 2009-03-13 11:02:52
    Started by user : oracle
    Last Reload : 2009-03-13 11:02:52
    Last successful upload : (none)
    Last attempted upload : (none)
    Total Megabytes of XML files uploaded so far : 0.00
    Number of XML files pending upload : 36
    Size of XML files pending upload(MB) : 3.39
    Available disk space on upload filesystem : 81.84%
    Data channel upload directory : /u01/app/oracle/product/11.1.0/db_1/ser456.css.virginia.edu_arcolect/sysman/recv
    Last attempted heartbeat to OMS : 2009-03-13 11:04:26
    Last successful heartbeat to OMS : unknown
    Agent is Running and Ready
    I wondered if this was caused by a fouled TZ setting, so I also tried resetting the TZ agent using:
    emctl resetTZ agent
    Then:
    SQL> alter session set current_schema = SYSMAN;
    Session altered.
    SQL> exec mgmt_target.set_agent_tzrgn('ser456.css.virginia.edu:3938','US/Eastern')
    PL/SQL procedure successfully completed.
    I started the dbconsole, but the problem persists.
    If anyone knows the fix for this I sure could use the help.
    Thanks, -Mike

    Hello,
    Once you change any major setting for some reason EM console don't like it . At this time you should drop old repository and recreate a new one.
    To drop
    $> emca -deconfig dbcontrol db -repos dropTo recreate
    $> emca -config dbcontrol db -repos recreateTo Create
    $> emca -config dbcontrol db -repos createRegards

  • OEM_Agent  DST problem with window server 2003

    Hi,
    I didn't apply the dst patch to my OEM and Agent, system administrator said he applied the OS patch. so as expected, after the reboot of server, the oem_agent won't start any more.
    the error message:
    'Mon Mar 19 12:40:14 2007::The agentTZRegion value in E:\OEM_agent10g\agent10g/sysman/config/emd.properties is not in agreement with what agent thinks it should be.Please verify your environment to make sure that TZ setting has not changed since the last start of the agent.
    If you modified the timezone setting in the environment, please stop the agent and exectute 'emctl resetTZ agent' and also execute the script mgmt_target.set_agent_tzrgn(<agent_name>, <new_tz_rgn>) to get the value propagated to repository -----
    I am on eastern timezone.
    Following the Metlink note 401834.1"Workaround to EM Agent Restart Problem Due to a Daylight Savings Change".
    I did ' emctl resetTZ agent on my target machine.
    then, I run ' exec mgmt_target.set_agent_tzrgn('server123:3872','Etc/GMT+4');
    It's not helping.
    On window, the time is right, but the timezone is still set as 'GMT-5'.
    A querry shows:
    select timezone_region from mgmt_targets where target_name='server_name':
    TIMEZONE_REGION
    America/New_York
    If I do exec mgmt_target.set_agent_tzrgn('server123:3872','Etc/GMT+5' , it's still not working....
    Any one has any suggestion? I thought window should have different timezone after apllying the DST patch?
    Thanks in advance

    Hi, mnazin:
    Thanks for helping.
    Here is the last entry on emagent.trc
    2007-03-21 15:05:34 Thread-2232 DEBUG TargetManager: In getTypeAndNameForHostTarget
    2007-03-21 15:05:34 Thread-2232 DEBUG TargetManager: getTypeAndNameForHostTarget found host, xxxxxxxxxxx
    2007-03-21 15:05:34 Thread-2232 WARN collector: Regenerating all DefaultColls
    2007-03-21 15:05:40 Thread-2232 ERROR upload: Failed to upload file A0000001.xml, ret = -6
    2007-03-21 15:05:40 Thread-2232 ERROR upload: 3 Failures in a row for A0000001.xml, we give up
    2007-03-21 15:05:40 Thread-2232 ERROR upload: Error in uploadXMLFiles. Trying again in 72.00 seconds or earlier.
    2007-03-21 15:05:42 Thread-860 WARN upload: FxferSend: received fatal error in header from repository: https://xxxxxxxxxxxxxxxx:1159/em/upload
    FATAL_ERROR::500|ORA-20603: Updating timezone region of a target is not supported. Use mgmt_target.set_agent_tzrgn() API to modify the timezone region.(target name = xxxxxxxxxxxxxxxxx:3872)(target type = oracle_emd)(new tzrgn = America/New_York)(old tzrgn = america/new_york)
    ORA-06512: at "SYSMAN.CHECK_DUPLICATE_TARGETS", line 92
    ORA-04088: error during execution of trigger 'SYSMAN.CHECK_DUPLICATE_TARGETS'
    2007-03-21 15:05:42 Thread-860 ERROR upload: number of fatal error exceeds the limit 3
    2007-03-21 15:05:42 Thread-860 ERROR upload: agent will shutdown now
    2007-03-21 15:05:42 Thread-860 ERROR : Signalled to Exit with status 55
    2007-03-21 15:05:42 Thread-2772 ERROR main: EMAgent abnormal terminating
    --where is emoms.trc located?   in Oracle_agent/sysman/log, I don't see that file.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

  • An instance of Oracle EM 10g Database Control is already running.

    Hello all, I've this problem when I reboot my system and try to start EM console (because it's not working after each reboot until I restarted it):
    Oracle Enterprise Manager 10g Database Control Release 10.2.0.2.0
    Copyright (c) 1996, 2005 Oracle Corporation. All rights reserved.
    http://IC-Server:1158/em/console/aboutApplication
    - An instance of Oracle Enterprise Manager 10g Database Control is already running.
    but if I check the EM status, these are the results:
    IC605 on IC-Server: emctl status dbconsole
    Oracle Enterprise Manager 10g Database Control Release 10.2.0.2.0
    Copyright (c) 1996, 2005 Oracle Corporation. All rights reserved.
    http://IC-Server:1158/em/console/aboutApplication
    Oracle Enterprise Manager 10g is not running.
    Logs are generated in directory /u01/app/oracle/product/10.2.0/IC-Server_IC605/sysman/log
    IC605 on IC-Server:The only way to solve this that I found -at least for now- it's to stop the EM console, and then start it again.
    And contents of file emdctl.trc are these:
    IC605 on IC-Server: cat emdctl.trc
    2008-09-02 00:11:00 Thread-1 WARN http: snmehl_connect: connect failed to (IC-Server:3938): Connection refused (error = 146)
    .... a lot of similar lines ....
    2008-09-12 00:47:17 Thread-1 WARN http: snmehl_connect: connect failed to (IC-Server:1158): Connection refused (error = 146)
    2008-09-12 01:11:35 Thread-1 WARN http: snmehl_connect: connect failed to (IC-Server:1158): Connection refused (error = 146)
    IC605 on IC-Server:
    Could you give any clue about where I must search for the problem?
    Thanks a lot.
    Martin
    P.S.: Some additional info...
    OS Version:
    # uname -a
    SunOS IC-Server 5.10 Generic_137112-06 i86pc i386 i86pc
    DB Version:
    SQL> conn /as sysdba
    Connected to an idle instance.
    SQL> startup
    ORACLE instance started.
    Total System Global Area 289406976 bytes
    Fixed Size 1279820 bytes Variable Size 159385780 bytes
    Database Buffers 125829120 bytes
    Redo Buffers 2912256 bytes
    Database mounted.
    Database opened.
    SQL> select * from v$version;
    BANNER
    Oracle Database 10g Enterprise Edition Release 10.2.0.2.0 - Prod
    PL/SQL Release 10.2.0.2.0 - Production
    CORE 10.2.0.2.0 Production
    TNS for Solaris: Version 10.2.0.2.0 - Production
    NLSRTL Version 10.2.0.2.0 - ProductionEdited by: martinmorono on Sep 14, 2008 3:41 PM

    I've done it. Thanks.
    >SQL> alter session set current_schema = SYSMAN;
    >
    >Session altered.
    >
    >SQL> exec mgmt_target.set_agent_tzrgn('IC-Server:3938','America/Buenos_Aires');
    >
    >PL/SQL procedure successfully completed.
    >
    >SQL>
    But I still have the same trouble with EM Console startup... After rebooting my server, I got this error:
    IC605 on IC-Server: emctl status dbconsole
    Oracle Enterprise Manager 10g Database Control Release 10.2.0.2.0
    Copyright (c) 1996, 2005 Oracle Corporation. All rights reserved.
    http://IC-Server:1158/em/console/aboutApplication
    Oracle Enterprise Manager 10g is not running.
    Logs are generated in directory /u01/app/oracle/product/10.2.0/IC-Server_IC605/sysman/log
    IC605 on IC-Server: emctl start dbconsole
    Oracle Enterprise Manager 10g Database Control Release 10.2.0.2.0
    Copyright (c) 1996, 2005 Oracle Corporation. All rights reserved.
    http://IC-Server:1158/em/console/aboutApplication
    - An instance of Oracle Enterprise Manager 10g Database Control is already running.
    IC605 on IC-Server:I must to stop and then to start it "again" to be able to use the EM.
    Have you any idea?

  • Installing OEM 10.2.0.5 on RHEL 5.2

    Hi all,
    I've been trying to install Oracle 10g R2 Enterprise Grid Control on RHEL 5.2 32-bit for week now with no luck.
    In OUI, the Configuration assistant "Agent Configuration Assistant" failed.
    When I tried to start it manually, I got the following error:
    emctl start agent
    Oracle Enterprise Manager 10g Release 10.2.0.1.0. 
    Copyright (c) 1996, 2005 Oracle Corporation. 
    Starting agent ..... failed.
    The agentTZRegion value in /u01/app/oracle/product/10.2.0/agent10g/sysman/config/emd.properties
    is not in agreement with what agent thinks it should be.Please verify your environment
    to make sure that TZ setting has not changed since the last start of the agent.
    If you modified the timezone setting in the environment, please stop the agent
    and exectute 'emctl resetTZ agent' and also execute the script mgmt_target.set_agent_tzrgn(<agent_name>, <new_tz_rgn>) to get the value propagated to repository.
    Consult the log files in: /u01/app/oracle/product/10.2.0/agent10g/sysman/log
    I tried the steps to fix the TZ issue but eventually I knew it's a bug fixed in patch 10.2.0.5. But I cannot
    apply batch with the installation itself not finished yet.
    When I ignored the error and clicked on Next, the installation finished without creating the repository db.
    Is there any step-by-step guide on installing Oracle 10g Enterprise Grid Control on RHEL 5.2 32-bit that really works?

    Thanks for the hint. It was really useful to me.
    I re-did everything, in OUI I specified the software parent location as /u01/app/oracle/product/10.2.0
    Yet, OUI created a directory /tmp/u01/app/oracle/product/10.2.0/db10g and installed the db there!
    [root@srv107 logs]# /tmp/u01/app/oracle/product/10.2.0/db10g/allroot.sh
    Starting to execute allroot.sh .........
    Starting to execute /tmp/u01/app/oracle/product/10.2.0/db10g/root.sh ......
    Running Oracle10 root.sh script...
    \nThe following environment variables are set as:
        ORACLE_OWNER= oracle
        ORACLE_HOME=  /tmp/u01/app/oracle/product/10.2.0/db10g
    Enter the full pathname of the local bin directory: [/usr/local/bin]:
       Copying dbhome to /usr/local/bin ...
       Copying oraenv to /usr/local/bin ...
       Copying coraenv to /usr/local/bin ...
    \nCreating /etc/oratab file...
    Adding entry to /etc/oratab file...
    Entries will be added to the /etc/oratab file as needed by
    Database Configuration Assistant when a database is created
    Finished running generic part of root.sh script.
    Now product-specific root actions will be performed.
    /etc/oracle does not exist. Creating it now.
    Finished execution of  /tmp/u01/app/oracle/product/10.2.0/db10g/root.sh ......
    Starting to execute /tmp/u01/app/oracle/product/10.2.0/oms10g/root.sh ......
    Running Oracle10 root.sh script...
    \nThe following environment variables are set as:
        ORACLE_OWNER= oracle
        ORACLE_HOME=  /tmp/u01/app/oracle/product/10.2.0/oms10g
    Enter the full pathname of the local bin directory: [/usr/local/bin]:
    The file "dbhome" already exists in /usr/local/bin.  Overwrite it? (y/n)
    [n]: y
       Copying dbhome to /usr/local/bin ...
    The file "oraenv" already exists in /usr/local/bin.  Overwrite it? (y/n)
    [n]: y
       Copying oraenv to /usr/local/bin ...
    The file "coraenv" already exists in /usr/local/bin.  Overwrite it? (y/n)
    [n]: y
       Copying coraenv to /usr/local/bin ...
    Adding entry to /etc/oratab file...
    Entries will be added to the /etc/oratab file as needed by
    Database Configuration Assistant when a database is created
    Finished running generic part of root.sh script.
    Now product-specific root actions will be performed.
    Finished execution of  /tmp/u01/app/oracle/product/10.2.0/oms10g/root.sh ......
    Starting to execute /tmp/u01/app/oracle/product/10.2.0/agent10g/root.sh ......
    Running Oracle10 root.sh script...
    The following environment variables are set as:
        ORACLE_OWNER= oracle
        ORACLE_HOME=  /tmp/u01/app/oracle/product/10.2.0/agent10g
    Enter the full pathname of the local bin directory: [/usr/local/bin]:
    The file "dbhome" already exists in /usr/local/bin.  Overwrite it? (y/n)
    [n]: y
       Copying dbhome to /usr/local/bin ...
    The file "oraenv" already exists in /usr/local/bin.  Overwrite it? (y/n)
    [n]: y
       Copying oraenv to /usr/local/bin ...
    The file "coraenv" already exists in /usr/local/bin.  Overwrite it? (y/n)
    [n]: y
       Copying coraenv to /usr/local/bin ...
    Entries will be added to the /etc/oratab file as needed by
    Database Configuration Assistant when a database is created
    Finished running generic part of root.sh script.
    Now product-specific root actions will be performed.
    Finished product-specific root actions.
    Finished execution of  /tmp/u01/app/oracle/product/10.2.0/agent10g/root.sh ......

  • OEM IOException in sending Request :: Connection refused

    Hi,
    When I want to connect to OEM, I recieve an "java.lang.Exception: IOException in sending Request :: Connection refused".
    In emdb.nohup there is "----- Fri Apr 25 12:11:57 2008::The agentTZRegion value in /oracle/10.2.0/SUNAPART_ARTED08/sysman/config/emd.properties is not in agreement with what agent thinks it should be.Please verify your environment to make sure that TZ setting has not changed since the last start of the agent.
    If you modified the timezone setting in the environment, please stop the agent and exectute 'emctl resetTZ agent' and also execute the script 'mgmt_target.set_agent_tzrgn' to get the value propagated to repository -----"
    But when I want to stop or start or resetTZ anget It xon't work.
    emctl stop agent -->
    Oracle Enterprise Manager 10g Database Control Release 10.2.0.1.0
    Copyright (c) 1996, 2005 Oracle Corporation. All rights reserved.
    Killed
    Agent is not running.
    Ok agent is not running, but when I do
    emctl resetTZ agent -->
    Oracle Enterprise Manager 10g Database Control Release 10.2.0.1.0
    Copyright (c) 1996, 2005 Oracle Corporation. All rights reserved
    Killed
    Agent is running. Stop the agent and rerun the command.
    ???? why ????
    I wonder what the Killed is ?
    It appears allready when I do emctl start dbconsole -->
    Oracle Enterprise Manager 10g Database Control Release 10.2.0.1.0
    Copyright (c) 1996, 2005 Oracle Corporation. All rights reserved.
    http://SUNAPART:1158/em/console/aboutApplication
    Killed
    Starting Oracle Enterprise Manager 10g Database Control ....Killed
    started.
    Logs are generated in directory /oracle/10.2.0/SUNAPART_ARTED08/sysman/log
    and emctl stop dbconsole -->
    Oracle Enterprise Manager 10g Database Control Release 10.2.0.1.0
    Copyright (c) 1996, 2005 Oracle Corporation. All rights reserved.
    http://SUNAPART:1158/em/console/aboutApplication
    Stopping Oracle Enterprise Manager 10g Database Control ...
    ... Killed
    Failed.
    but the dbconsole isn't longer availlable so it has work.
    Wan you help me solve my problem tks.

    The dbconsole is stopped, (I'va killed it, because stop doesn't work)
    When I do ps -ef | grep dbconsole I have nothing. (the same with agent) but I still have the message "Agent is running" when i want to resetTZ agent.
    In emoms.log, I've
    2008-04-25 13:59:50,178 [Orion Launcher] ERROR app.ContextInitializer contextInitialized.271 - Integration Class not found: oracle.sysman.ias.ias.IASIntegration
    2008-04-25 13:59:50,583 [Orion Launcher] ERROR app.ContextInitializer contextInitialized.271 - Integration Class not found: oracle.sysman.eml.target.slb.common.SLBIntegration
    2008-04-25 13:59:50,720 [Orion Launcher] ERROR app.ContextInitializer contextInitialized.271 - Integration Class not found: oracle.sysman.eml.ssl.intg.SSLIntegration
    2008-04-25 13:59:50,871 [Orion Launcher] ERROR app.ContextInitializer contextInitialized.271 - Integration Class not found: oracle.tip.oem.central.domain.ProcessConnectDomainIntg
    2008-04-25 13:59:50,875 [Orion Launcher] ERROR app.ContextInitializer contextInitialized.271 - Integration Class not found: oracle.tip.oem.central.instance.ProcessConnectInstanceIntg
    2008-04-25 13:59:50,877 [Orion Launcher] ERROR app.ContextInitializer contextInitialized.271 - Integration Class not found: oracle.webdb.admin.em.PortalIntegration
    2008-04-25 13:59:50,880 [Orion Launcher] ERROR app.ContextInitializer contextInitialized.271 - Integration Class not found: oracle.webdb.admin.em.SSOIntegration
    2008-04-25 13:59:50,887 [Orion Launcher] ERROR app.ContextInitializer contextInitialized.271 - Integration Class not found: oracle.reports.em.RepIntg
    2008-04-25 13:59:50,890 [Orion Launcher] ERROR app.ContextInitializer contextInitialized.271 - Integration Class not found: oracle.sysman.ocs.mntr.target.OcsEmailIntegration
    2008-04-25 13:59:50,893 [Orion Launcher] ERROR app.ContextInitializer contextInitialized.271 - Integration Class not found: oracle.sysman.ocs.mntr.target.OcsOidIntegration
    2008-04-25 13:59:50,896 [Orion Launcher] ERROR app.ContextInitializer contextInitialized.271 - Integration Class not found: oracle.sysman.ocs.mntr.target.OcsOvfIntegration
    2008-04-25 13:59:50,898 [Orion Launcher] ERROR app.ContextInitializer contextInitialized.271 - Integration Class not found: oracle.sysman.ocs.mntr.target.OcsWebconfIntegration
    2008-04-25 13:59:50,901 [Orion Launcher] ERROR app.ContextInitializer contextInitialized.271 - Integration Class not found: oracle.sysman.ocs.mntr.target.OcsWirelessIntg
    2008-04-25 13:59:50,904 [Orion Launcher] ERROR app.ContextInitializer contextInitialized.271 - Integration Class not found: oracle.sysman.ocs.mntr.target.OcsCalGrpIntegration

  • Oracle 10g installation error

    Started 10g install on Red Hat Enterprise Linux (v4) on a brand new server. Everything going well ... until Oracle DB confg assistance threw up this error:
    Enterprise manager configuration failed due to the following error -
    Error starting Database Control
    Refer to the log file at /home/oracle/oracle/product/10.2.0/db_1/cfgtoollogs/dbca/orcl/emConfig.log for more details. You can retry configuring this database with Enterprise Manager later by manually running /home/oracle/oracle/product/10.2.0/db_1/bin/emca script
    Checked the above file (emConfig.log) and found:
    = = = = = = = = = = =
    Mar 26, 2007 3:00:25 PM oracle.sysman.emcp.util.PlatformInterface executeCommand
    CONFIG: Starting execution: /home/oracle/oracle/product/10.2.0/db_1/bin/emctl start dbconsole
    Mar 26, 2007 3:06:26 PM oracle.sysman.emcp.util.PlatformInterface executeCommand
    CONFIG: Exit value of 1
    Mar 26, 2007 3:06:26 PM oracle.sysman.emcp.util.PlatformInterface executeCommand
    CONFIG: TZ set to US/Eastern
    Oracle Enterprise Manager 10g Database Control Release 10.2.0.1.0
    Copyright (c) 1996, 2005 Oracle Corporation. All rights reserved.
    http://siena.donkeyhead.gov:1158/em/console/aboutApplication
    Starting Oracle Enterprise Manager 10g Database Control ...............................................................
    .............................. failed.
    Logs are generated in directory /home/oracle/oracle/product/10.2.0/db_1/siena.donkeyhead.gov_orcl/sysman/log
    Mar 26, 2007 3:06:26 PM oracle.sysman.emcp.util.PlatformInterface executeCommand
    WARNING: Error executing /home/oracle/oracle/product/10.2.0/db_1/bin/emctl start dbconsole
    Mar 26, 2007 3:06:26 PM oracle.sysman.emcp.EMConfig perform
    SEVERE: Error starting Database Control
    Refer to the log file at /home/oracle/oracle/product/10.2.0/db_1/cfgtoollogs/dbca/orcl/emConfig.log for more details.
    Mar 26, 2007 3:06:26 PM oracle.sysman.emcp.EMConfig perform
    CONFIG: Stack Trace:
    oracle.sysman.emcp.exception.EMConfigException: Error starting Database Control
    at oracle.sysman.emcp.EMDBPostConfig.performConfiguration(EMDBPostConfig.java:565)
    at oracle.sysman.emcp.EMDBPostConfig.invoke(EMDBPostConfig.java:177)
    at oracle.sysman.emcp.EMDBPostConfig.invoke(EMDBPostConfig.java:146)
    at oracle.sysman.emcp.EMConfig.perform(EMConfig.java:155)
    at oracle.sysman.assistants.util.em.EMConfiguration.run(EMConfiguration.java:426)
    at java.lang.Thread.run(Thread.java:534)
    = = = = = = = = = = =
    In the directory above are five files: emdb.nohup, emdctl.log, emdctl.trc, emoms.log, emom.
    At the bottom of emdb.nohup was
    ----- Mon Mar 26 16:02:00 2007::Property 'agentTZRegion' is missing from /home/oracle/oracle/product/10.2.0/db_1/siena.donkeyhead.gov_orcl/sysman/config/emd.properties. This is normal when the agent is started for the very first time.Up
    dating it... -----
    ----- Mon Mar 26 16:02:00 2007::/home/oracle/oracle/product/10.2.0/db_1/siena.donkeyhead.gov_orcl/sysman/config/emd.pro
    perties copied to /home/oracle/oracle/product/10.2.0/db_1/siena.donkeyhead.gov_orcl/sysman/config/emd.properties.2007-0
    3-26-16-02-00 while updating the property 'agentTZRegion' -----
    ----- Mon Mar 26 16:02:00 2007::An agentTZregion of 'US/Eastern' is installed in /home/oracle/oracle/product/10.2.0/db_
    1/siena.donkeyhead.gov_orcl/sysman/config/emd.properties. -----
    ----- Mon Mar 26 16:02:02 2007::The agentTZRegion value in /home/oracle/oracle/product/10.2.0/db_1/siena.donkeyhead.gov_orcl/sysman/config/emd.properties is not in agreement with what agent thinks it should be.Please verify your environment to make sure that TZ setting has not changed since the last start of the agent.
    If you modified the timezone setting in the environment, please stop the agent and exectute 'emctl resetTZ agent' and a
    lso execute the script 'mgmt_target.set_agent_tzrgn' to get the value propagated to repository -----
    ANY IDEAS?

    nevermind, I figured it out... I remembered that I plugged in the ORACLE_HOME and ORACLE_SID as environment varables before the installation last time. After doing that, the installation worked.
    ORACLE_HOME=/blah/blah/blah;export ORACLE_HOME
    and
    ORACLE_SID=orcl;export ORACLE_SID
    Good Luck...

  • Oracle Enterprise Manager 10g is not running.

    Hi All,
    I cloned e-Business suite application/db to another server.After cloned Oracle Enterprise Manager 10g is not running. I've been noticing following messages during start/stop/status.
    status
    Oracle Enterprise Manager 10g is not running.
    start: doen't show any error.
    stop:
    Stopping Oracle Enterprise Manager 10g Database Control ...
    ... Failed.
    Log info:
    servername.domain_SID/sysman/log shows following errors.
    emos.log : ERROR app.ContextInitializer contextInitialized.272 - Integration Class not found: oracle.sys
    emdb.nohup log
    --- Wed Apr 16 12:37:14 2008::The agentTZRegion value in /orafissbx1/u00/app/oracle/10.2.0.3/cob-eamdbd-01.wssc.ad.root_FISSBX1/sysman/config/emd.properties is not in agreement with what agent thinks it should be.Please verify your environment to make sure that TZ setting has not changed since the last start of the agent.
    If you modified the timezone setting in the environment, please stop the agent and exectute 'emctl resetTZ agent' and also execute the script 'mgmt_target.set_agent_tzrgn' to get the value propagated to repository -----
    emoms.trc
    [Orion Launcher] ERROR app.ContextInitializer contextInitialized.272 - Integration Class not found: oracle.
    I opened the SR but still issues has n't fixed. I did all steps mentioned in TZ and etc according to metalink.
    Please suggest.
    Thanks

    This is expected behavious. It is because Enterprise Manager cannot run with the new server name. You can either go through loads to change the config files or simply drop and recreate the console.

  • Solaris Installation Timezone conflict.

    Hi , I am currently facing an issue due to TIMEZONES
    The mismatch between the TZ of the Solaris OS & Oracle repository.
    When i try to update the database TZ using mgmt_target.set_agent_tzrgn
    it executes and updates the timezone_region for all targets within the mgmt_targets
    save for 'Management Services and Repository' which remains unchanged.
    although the timezone_Region column for the target_type of 'oracle_emd' has been updated
    and this is the one that seems to be required to be updated for mismatch to sort, I continue
    getting the agentTZRegion notification in emdb.nohup. Both emagent dbconsole fail to launch.
    I seem to able to sort out this issue only by altering the Solaris TZ using /etc/TIMEZONE
    with reboot which i find a bit NAF. Is there something i am missing with executing
    mgmt_target.set_agent_tzrgn('localhost:3938','US/Eastern')
    it updates all entries those for localhost,orcl,localhost:3938,LISTENER_localhost
    save off course Management Services and Repository, which i think is the cause of the issue.
    i.e Only when i change the OS TZ to one that matches the Management Services and Repository it goes away.
    *************************emdb.nohup
    --- Sat Nov 6 03:41:32 2010::DBConsole. Monitoring Agent+Console -----
    ----- Sat Nov 6 03:41:32 2010::Console Launched with PID 1199 at time Sat Nov 6 03:41:32 2010 -----
    10/11/06 02:41:46 Oracle Application Server Containers for J2EE 10g (9.0.4.1.0) initialized
    ----- Sat Nov 6 03:43:04 2010::The agentTZRegion value in /u01/app/oracle/product/10.2.0/db_1/localhost_orcl/sysman/config/emd.properties is not in agreement with what agent thinks it should be.Please verify your environment to make sure that TZ setting has not changed since the last start of the agent.
    If you modified the timezone setting in the environment, please stop the agent and exectute 'emctl resetTZ agent' and also execute the script 'mgmt_target.set_agent_tzrgn' to get the value propagated to repository -----
    **************************emoms.log
    2010-11-06 00:29:16,121 [Orion Launcher] ERROR app.ContextInitializer contextInitialized.271 - Integration Class not found: oracle.sysman.ocs.mntr.target.OcsCalGrpIntegration
    2010-11-06 00:30:38,299 [OmsServiceDriver thread] ERROR emdrep.pingHBRecorder updateEMDListHeartBeat.513 - Number of HB error responses received = 1
    2010-11-06 00:30:38,320 [OmsServiceDriver thread] ERROR emdrep.pingHBRecorder updateEMDListHeartBeat.522 - ERROR 0 EMD_URL = http://localhost:3938/emd/main CODE = 0 MSG = ORA-01403: no data found
    2010-11-06 00:31:06,131 [EMUI_00_31_03_/console/database/instance/sitemap] ERROR em.console doGet.296 - javax.servlet.ServletException: com.evermind.server.http.HttpIOException: Broken pipe
    javax.servlet.ServletException: com.evermind.server.http.HttpIOException: Broken pipe
         at com.evermind.server.http.EvermindPageContext.handlePageThrowable(EvermindPageContext.java:595)
         at com.evermind.server.http.EvermindPageContext.handlePageException(EvermindPageContext.java:537)
         at database.instance._sitemap._sitemap._jspService(_sitemap.java:5568)
         at oracle.jsp.runtime.HttpJsp.service(HttpJsp.java:139)
         at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:349)
         at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:509)
         at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:413)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:765)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:317)
         at com.evermind.server.http.ServletRequestDispatcher.forward(ServletRequestDispatcher.java:220)
         at oracle.sysman.emSDK.svlt.PageHandler.render(PageHandler.java:773)
         at oracle.sysman.db.adm.inst.SitemapController.render(SitemapController.java:2028)
         at oracle.sysman.emSDK.svlt.PageHandler.handleRequest(PageHandler.java:396)
         at oracle.sysman.db.adm.RootController.handleRequest(RootController.java:170)
         at oracle.sysman.db.adm.DBControllerResolver.handleRequest(DBControllerResolver.java:114)
         at oracle.sysman.emSDK.svlt.EMServlet.myDoGet(EMServlet.java:688)
         at oracle.sysman.emSDK.svlt.EMServlet.doGet(EMServlet.java:291)
         at oracle.sysman.eml.app.Console.doGet(Console.java:285)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:65)
         at oracle.sysman.emSDK.svlt.EMRedirectFilter.doFilter(EMRedirectFilter.java:101)
         at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:16)
         at oracle.sysman.db.adm.inst.HandleRepDownFilter.doFilter(HandleRepDownFilter.java:151)
         at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:20)
         at oracle.sysman.eml.app.ContextInitFilter.doFilter(ContextInitFilter.java:269)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:600)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:317)
         at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:793)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:270)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:112)
         at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:192)
         at java.lang.Thread.run(Thread.java:534)
    2010-11-06 00:31:06,133 [EMUI_00_31_03_/console/database/instance/sitemap] ERROR em.console doGet.300 - Root Cause of the ServletException is :
    2010-11-06 00:31:06,133 [EMUI_00_31_03_/console/database/instance/sitemap] ERROR em.console doGet.301 - javax.servlet.jsp.JspException: com.evermind.server.http.HttpIOException: Broken pipe
    javax.servlet.jsp.JspException: com.evermind.server.http.HttpIOException: Broken pipe
         at oracle.cabo.ui.jsps.tags.IncludeTag.doEndTag(Unknown Source)
         at database.instance._sitemap._sitemap._jspService(_sitemap.java:3977)
         at oracle.jsp.runtime.HttpJsp.service(HttpJsp.java:139)
         at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:349)
         at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:509)
         at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:413)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:765)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:317)
         at com.evermind.server.http.ServletRequestDispatcher.forward(ServletRequestDispatcher.java:220)
         at oracle.sysman.emSDK.svlt.PageHandler.render(PageHandler.java:773)
         at oracle.sysman.db.adm.inst.SitemapController.render(SitemapController.java:2028)
         at oracle.sysman.emSDK.svlt.PageHandler.handleRequest(PageHandler.java:396)
         at oracle.sysman.db.adm.RootController.handleRequest(RootController.java:170)
         at oracle.sysman.db.adm.DBControllerResolver.handleRequest(DBControllerResolver.java:114)
         at oracle.sysman.emSDK.svlt.EMServlet.myDoGet(EMServlet.java:688)
         at oracle.sysman.emSDK.svlt.EMServlet.doGet(EMServlet.java:291)
         at oracle.sysman.eml.app.Console.doGet(Console.java:285)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:65)
         at oracle.sysman.emSDK.svlt.EMRedirectFilter.doFilter(EMRedirectFilter.java:101)
         at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:16)
         at oracle.sysman.db.adm.inst.HandleRepDownFilter.doFilter(HandleRepDownFilter.java:151)
         at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:20)
         at oracle.sysman.eml.app.ContextInitFilter.doFilter(ContextInitFilter.java:269)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:600)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:317)
         at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:793)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:270)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:112)
         at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:192)
         at java.lang.Thread.run(Thread.java:534)
    2010-11-06 00:36:39,128 [CacheManager] ERROR cache.CacheManager run.519 - Exception message: sleep interrupted
    java.lang.InterruptedException: sleep interrupted
         at java.lang.Thread.sleep(Native Method)
         at oracle.sysman.emSDK.svc.cache.CacheManager$Checker.run(CacheManager.java:507)
         at java.lang.Thread.run(Thread.java:534)
    2010-11-06 02:41:45,671 [Orion Launcher] ERROR app.ContextInitializer contextInitialized.271 - Integration Class not found: oracle.sysman.ias.ias.IASIntegration
    2010-11-06 02:41:45,995 [Orion Launcher] ERROR app.ContextInitializer contextInitialized.271 - Integration Class not found: oracle.sysman.eml.target.slb.common.SLBIntegration
    2010-11-06 02:41:46,115 [Orion Launcher] ERROR app.ContextInitializer contextInitialized.271 - Integration Class not found: oracle.sysman.eml.ssl.intg.SSLIntegration
    2010-11-06 02:41:46,266 [Orion Launcher] ERROR app.ContextInitializer contextInitialized.271 - Integration Class not found: oracle.tip.oem.central.domain.ProcessConnectDomainIntg
    2010-11-06 02:41:46,267 [Orion Launcher] ERROR app.ContextInitializer contextInitialized.271 - Integration Class not found: oracle.tip.oem.central.instance.ProcessConnectInstanceIntg
    2010-11-06 02:41:46,270 [Orion Launcher] ERROR app.ContextInitializer contextInitialized.271 - Integration Class not found: oracle.webdb.admin.em.PortalIntegration
    2010-11-06 02:41:46,271 [Orion Launcher] ERROR app.ContextInitializer contextInitialized.271 - Integration Class not found: oracle.webdb.admin.em.SSOIntegration
    2010-11-06 02:41:46,272 [Orion Launcher] ERROR app.ContextInitializer contextInitialized.271 - Integration Class not found: oracle.reports.em.RepIntg
    2010-11-06 02:41:46,273 [Orion Launcher] ERROR app.ContextInitializer contextInitialized.271 - Integration Class not found: oracle.sysman.ocs.mntr.target.OcsEmailIntegration
    2010-11-06 02:41:46,274 [Orion Launcher] ERROR app.ContextInitializer contextInitialized.271 - Integration Class not found: oracle.sysman.ocs.mntr.target.OcsOidIntegration
    2010-11-06 02:41:46,286 [Orion Launcher] ERROR app.ContextInitializer contextInitialized.271 - Integration Class not found: oracle.sysman.ocs.mntr.target.OcsOvfIntegration
    2010-11-06 02:41:46,287 [Orion Launcher] ERROR app.ContextInitializer contextInitialized.271 - Integration Class not found: oracle.sysman.ocs.mntr.target.OcsWebconfIntegration
    2010-11-06 02:41:46,288 [Orion Launcher] ERROR app.ContextInitializer contextInitialized.271 - Integration Class not found: oracle.sysman.ocs.mntr.target.OcsWirelessIntg
    2010-11-06 02:41:46,290 [Orion Launcher] ERROR app.ContextInitializer contextInitialized.271 - Integration Class not found: oracle.sysman.ocs.mntr.target.OcsCalGrpIntegration
    Edited by: user6418340 on Nov 6, 2010 9:45 AM
    Edited by: user6418340 on Nov 6, 2010 9:47 AM

    Hi,
    What are the other messages u r getting.
    R u getting ORA-27102 also.
    This problem is the result of the kernel parameters for Oracle not being setup properly in the /etc/system file.
    Please see the Installation Guide for complete instructions.
    Here is an example of the Oracle related settings in the /etc/system file.
    set shmsys:shminfo_shmmax=4294967295
    set shmsys:shminfo_shmmin=1
    set shmsys:shminfo_shmmni=100
    set shmsys:shminfo_shmseg=20
    set semsys:seminfo_semmns=2000
    set semsys:seminfo_semmni=70
    Please reboot your machine after making any changes to the /etc/system file.
    Thanks
    Aravind

  • Agent Error? IOException in sending Request :: Connection refused: connect

    For the past couple of days, I have been running into the "IOException in sending Request :: Connection refused: connect" error. I am running 10.2.01 on Windows 2003R2.
    Along with this error, the DB Control shows agent unreachable.
    Is there anything that anyone knows that may have caused this issue?
    Thank You in advance,
    Jeff

    Jhep,
    Have you changed the timezone settings on the database server? Check emdctl.trc and see what it says. In the meanwhile, (a) stop dbconsole service, (b) execute emctl resetTZ agent and (c) restart dbconsole service.
    Kindly should refer to the following Metalink Notes for a possible workaround:
    bq. Metalink Note ID: 362888.1 "Startup Agent: EM Agent will not start due to Timezone mismatch (Daylight \\ Savings changes for Australia)" \\ Metalink Note ID: 409121.1 "Startup Agent: Agent Fails to Start due to Incorrect Timezone File Used as \\ Pointed by ORA_TZFILE" \\ Metalink Note ID: 388280.1 "Startup Agent: ORA-20233: Invalid agent name when running \\ mgmt_target.set_agent_tzrgn procedure in repository"
    Lastly, see if any of the following post(s) are of any assistance to you:
    bq. Oracle 10g EM DB console Host Preferred Credentials for Windows \\ Oracle 10g EM DB console Host Preferred Credentials for Windows \\ New Error -- Since DST 2007 \\ New Error -- Since DST 2007 \\ DST Patching for Grid Control Release 2 \\ Re: DST Patching for Grid Control Release 2
    Hope this resolves the issue.
    Regards,
    Naveed.

  • EM is not working..........

    Hi.
    Please solve my problem
    database-10.2.0.1
    Operating system-windows 7
    when i login to my database through enterprise manager as sys user.I m getting error "java.lang.Exception: Exception in sending Request :: null"
    when i check log file following error show
    "ed with PID 3252 at time Wed Oct 31 21:42:55 2012 -----
    ----- Wed Oct 31 21:44:34 2012::The agentTZRegion value in D:\oracle\product\10.2.0\db_1\192.168.0.101_orcl/sysman/config/emd.properties is not in agreement with what agent thinks it should be.Please verify your environment to make sure that TZ setting has not changed since the last start of the agent.
    If you modified the timezone setting in the environment, please stop the agent and exectute 'emctl resetTZ agent' and also execute the script 'mgmt_target.set_agent_tzrgn' to get the value propagated to repository -----
    ----- Thu Nov 1 15:36:49 2012::DBConsole. Monitoring Agent+Console -----
    launchprocess::Launching process : D:\oracle\product\10.2.0\db_1\jdk/bin/java -server -Xmx256M -XX:MaxPermSize=96m -XX:MinHeapFreeRatio=20 -XX:MaxHeapFreeRatio=40 -DORACLE_HOME=D:\oracle\product\10.2.0\db_1 -Doracle.home=D:\oracle\product\10.2.0\db_1/oc4j -Doracle.oc4j.localhome=D:\oracle\product\10.2.0\db_1\192.168.0.101_orcl/sysman -DEMSTATE=D:\oracle\product\10.2.0\db_1\192.168.0.101_orcl -Doracle.j2ee.dont.use.memory.archive=true -Djava.protocol.handler.pkgs=HTTPClient -Doracle.security.jazn.config=D:\oracle\product\10.2.0\db_1/oc4j/j2ee/OC4J_DBConsole_192.168.0.101_orcl/config/jazn.xml -Djava.security.policy=D:\oracle\product\10.2.0\db_1/oc4j/j2ee/OC4J_DBConsole_192.168.0.101_orcl/config/java2.policy -Djava.security.properties=D:\oracle\product\10.2.0\db_1/oc4j/j2ee/home/config/jazn.security.props -DEMDROOT=D:\oracle\product\10.2.0\db_1\192.168.0.101_orcl -Dsysman.md5password=true -Drepapi.oracle.home=D:\oracle\product\10.2.0\db_1 -Ddisable.checkForUpdate=true -Djava.awt.headless=true -jar D:\oracle\product\10.2.0\db_1/oc4j/j2ee/home/oc4j.jar -config D:\oracle\product\10.2.0\db_1/oc4j/j2ee/OC4J_DBConsole_192.168.0.101_orcl/config/server.xml
    launchprocess::Launched process successfuly. Process Id is : 3036
    ----- Thu Nov 1 15:36:49 2012::Console Launched with PID 3036 at time Thu Nov 1 15:36:49 2012 -----
    ----- Thu Nov 1 15:38:29 2012::The agentTZRegion value in D:\oracle\product\10.2.0\db_1\192.168.0.101_orcl/sysman/config/emd.properties is not in agreement with what agent thinks it should be.Please verify your environment to make sure that TZ setting has not changed since the last start of the agent.
    If you modified the timezone setting in the environment, please stop the agent and exectute 'emctl resetTZ agent' and also execute the script 'mgmt_target.set_agent_tzrgn' to get the value propagated to repository -----
    "

    http://HP11250815:5500/em/console/aboutApplication
    Access is denied.
    EM Daemon is not running.
    Logs are generated in directory c:\oracle\product\10.2.0\db_1/HP11250815_ORCL/sysm
    an/log

Maybe you are looking for

  • S_ALR_87012178

    Hi,   When i execute the report S_ALR_87012178 ( Customer Open Item Analysis by Balance of Over due Items ) , i will be getting the over due payments of the customer in 60 , 120 days ............ But in this report i will be getting the Customer deta

  • OS X Mountain Lion installation

    dear Community, I have recently bought a brand new Mac Book Pro September 28th. I would have expected to have OS X Mountain lion already installed in it but it was not the case. I see that I have to pay for it on App store apparently. I have also rea

  • I'm getting error -10845 on a PC 700MHz, 128MB. Why?

    I'm using LV 5.1 on Win 98 second edition. Daqcard AI-16XE-50 is being configured for one channel, and sampled at 200kS for 4096 pts; it's then configured for another channel, and the same sampling numbers. The acquisition is also being triggered onc

  • Mail conversation mixed up

    After moving a whole conversation on my iPad2 from one (Gmail) mailbox to a new one, the mails are mixed up. Messages from senders were put in mails from others. Or.. Mail from senders contain the wrong message. This happened (at least) once before.

  • Deliminator problem with StringTokenizer

    String str = "xxx-----xxx-----xxx-----xx-x-----xxx-----xxx"; StringTokenizer st = new StringTokenizer(str, "-----"); I am expecting 6 tokens, but get 7 tokens. Why does it treat "-" as a deliminator when I set the deliminator to "-----". Any fix for