DBConsole Crashes with Page Cannot Be Displayed [message #249999] |
Fri, 06 July 2007 13:43 |
DataAdmin
Messages: 3 Registered: July 2007 Location: Baltimore
|
Junior Member |
|
|
I have a new Oracle 10.2.0.3 database that just went into production in the middle of June. The dbconsole worked for almost a month and suddenly decided to stop working...
emctl status agent and emctl status dbconsole show that it is still up but I get a message saying "the page cannot be displayed" when trying to log in. I have tried to access from both my remote computer and the server itself with no luck.
I have stopped and restarted the dbconsole on several occasions through the command line and computer manager...it will work for a few minutes and then crash again.
This is driving me nuts...I have a SR in with Oracle but haven't had any luck with them so far...nothing on Metalink or anywhere else...please help!!!
|
|
|
|
|
|
Re: DBConsole Crashes with Page Cannot Be Displayed [message #250297 is a reply to message #250050] |
Mon, 09 July 2007 09:29 |
DataAdmin
Messages: 3 Registered: July 2007 Location: Baltimore
|
Junior Member |
|
|
I managed to fix the issue and wanted to update my posting just incase anyone else runs into this issue in the future:
There is a parameter in the $ORACLE_HOME\sysman\emd.properties file called UploadMaxBytesXML which is set to 50 (in megabytes)by default. When the Upload directory located at $ORACLE_HOME\sysman\emd\upload reaches the max the agent is temporarily disabled and the dbconsole dies. I stopped the agent and increased the max to 150 and also removed the old upload files, started it back up again and voila…it’s working!
Here are some knowledgebase articles that I used incase you need a reference:
http://forums.oracle.com/forums/thread.jspa?threadID=408498&start=0&tstart=0
https://metalink.oracle.com/metalink/plsql/f?p=130:14:7581649181111166183::::p14_database_id,p14_docid,p14_show_header,p14_show_help, p14_black_frame,p14_font:NOT,396238.1,1,1,1,helvetica
https://metalink.oracle.com/metalink/plsql/f?p=130:14:7581649181111166183::::p14_database_id,p14_docid,p14_show_header,p14_show_help, p14_black_frame,p14_font:NOT,235290.1,1,1,1,helvetica
|
|
|
|