java.lang:exception error (merged) [message #242006] |
Thu, 31 May 2007 05:59 |
abo_mahmoud
Messages: 31 Registered: May 2006 Location: UAE
|
Member |
|
|
Sorry but I didn't know where to post this topic.
When I'm trying to enter Administration page at ORACLE 10g R2 the following message Appeared:
java.lang.Exception Exception in sending Request null
Does any one knows WHY.........
|
|
|
|
Re: java.lang.Exception [message #242379 is a reply to message #242006] |
Fri, 01 June 2007 14:19 |
abo_mahmoud
Messages: 31 Registered: May 2006 Location: UAE
|
Member |
|
|
I got the solution ..............(Yes I'm using XP)
the cause is agentTZtime.............I should put Oracle compatible TZ then do some steps and oops it's working
|
|
|
|
|
|
Re: java.lang.Exception [message #243333 is a reply to message #243324] |
Wed, 06 June 2007 23:31 |
DreamzZ
Messages: 1666 Registered: May 2007 Location: Dreamzland
|
Senior Member |
|
|
Timezone mismatch agentTZRegion does not match the current environment TZ setting
To get Oracle's sweet Enterprise Manager Database Control web gui running, you'll need to use the Enterprise Manager control to start it. Use the following command:
emctl start dbconsole
The web gui runs on port 1158. For some reason, though my TZ environment variable matched what was in the emd.properties file, I got the following error:
[oracle@oracletest oracle]$ 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://oracletest.test.com:1158/em/console/aboutApplication
Timezone mismatch: The agentTZRegion value (EST) in
/oracle/oracletest.test.com_test/sysman/config/emd.properties
does not match the current environment TZ setting(EST).
The dbconsole cannot run with this mismatch.
If EST is the correct timezone, set your timezone environment variable to EST and repeat the 'emctl start dbconsole' operation.
If EST is not the correct timezone, make sure that the timezone in your environment is correct, and then run the following command in your local Oracle Home: 'emctl resetTZ agent'
The output of this command will include detailed instructions to follow, to correct the mismatch.
If I echo out my timezone, I see that it is set to EST:
[oracle@oracletest oracle]$ echo $TZ
EST
Then, I looked in the emd.properties file and saw that the agentTZRegion is set to the same:
[oracle@oracletest oracle]$ grep Z /oracle/oracletest.test.com_test/sysman/config/emd.properties
agentTZRegion=EST
What the heck? After a bit of googling, I saw someone simply unset the TZ environment variable and the dbconsole started up. So I did the same:
[oracle@oracletest oracle]$ unset TZ
[oracle@oracletest oracle]$ echo $TZ
This seemed to work for me as the dbconsole started and port 1158 was up and listening!
[oracle@oracletest oracle]$ emctl start dbconsole 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://oracletest.test.com:1158/em/console/aboutApplication
Starting Oracle Enterprise Manager 10g Database Control .............. started.
------------------------------------------------------------------
Logs are generated in directory /oracle/oracletest.test.com_test/sysman/log
[oracle@oracletest oracle]$
[root@oracletest oracle]# netstat -na grep 1158
tcp 0 0 0.0.0.0:1158 0.0.0.0:* LISTEN
Ah well..all's well that ends well!
http://www.techanswerguy.com/2007/04/timezone-mismatch-agenttzregion-does.html
|
|
|
|
|
java.lang:exception error-(Shaya Sent2) [message #262223 is a reply to message #242006] |
Sat, 25 August 2007 07:04 |
sh.hazeri
Messages: 12 Registered: August 2007
|
Junior Member |
|
|
I have problem in running EM ,
I got message "java.lang:exception in sending request::null"
I saw the FAQ history about this problem and it seems to be relevant with time zone but I donot know what is the meaning of that.
where (in windows XP SP2) I should correct that and how , it would be convenient if some body could help me in detail with step by step instructions.
thanks
|
|
|
|
|
Re: java.lang.Exception [message #262272 is a reply to message #242379] |
Sat, 25 August 2007 14:29 |
sh.hazeri
Messages: 12 Registered: August 2007
|
Junior Member |
|
|
Hi I have the problem like you , could you please help my in detail what should i do to solve this problem ? i do not know where and how (in win Xp sp2) i should correct the time zone .
|
|
|
|
|
|
|
|
|
|
|