Getting java.lang.Exception: Exception in sending Request :: null Error [message #447977] |
Thu, 18 March 2010 16:52 |
stg2010
Messages: 2 Registered: March 2010
|
Junior Member |
|
|
Hi,
I am using Oracle 10.2.0.1.0. My intention is to create a new database instance.
Here are the steps I have taken,
1. Using DBCA, I created a new database instance, oracle sid = MYORCL0318
2. I created the tablespaces for this instance.
(I obviously have not imported any data into this database yet.)
then, I went to Enterprise Manager,
Login = sys
password = xxxxxxx
role = SYSDBA
After I login, I would get an Error like this
java.lang.Exception: Exception in sending Request :: null
Does anyone have any idea why this is happening and how to fix this? (please let me know if you need additional information.)
thanks in advance for your help,
ST
|
|
|
|
Re: Getting java.lang.Exception: Exception in sending Request :: null Error [message #448140 is a reply to message #447977] |
Fri, 19 March 2010 13:32 |
stg2010
Messages: 2 Registered: March 2010
|
Junior Member |
|
|
Sorry for the late reply, I was in meetings all morning.
Ok, to create tablespace, I used the following command,
CREATE TABLESPACE APPLICATION_DATA
DATAFILE 'C:\databaseFiles\MYORCL0318\APPLICATION_DATA01.dbf' SIZE 500M AUTOEXTEND
ON
EXTENT MANAGEMENT LOCAL AUTOALLOCATE
LOGGING
ONLINE
PERMANENT
SEGMENT SPACE MANAGEMENT AUTO
/
and I created about 38 of them. I checked the file system, they seem to be created successfully.
When I log into enterprise manager, I would see the "java.lang.Exception: Exception in sending Request :: null" error at the top of the screen,
I went to check the emoms.log, I'd get these errors in the log file,
2010-03-19 13:22:46,015 [MetricCollector:HOMETAB_THREAD600:60] ERROR rt.DbMetricCollectorTarget _getAllData.328 - oracle.sysman.emSDK.emd.comm.CommException: Exception in sending Request :: null
oracle.sysman.emSDK.emd.comm.CommException: Exception in sending Request :: null
at oracle.sysman.emSDK.emd.comm.EMDClient.getResponseForRequest_(EMDClient.java:1319)
at oracle.sysman.emSDK.emd.comm.EMDClient.getResponseForRequest(EMDClient.java:1212)
at oracle.sysman.emSDK.emd.comm.EMDClient.getMetrics(EMDClient.java:637)
at oracle.sysman.emo.perf.metric.rt.DbHomeTab._getAllData(DbHomeTab.java:324)
at oracle.sysman.emo.perf.metric.rt.DbHomeTab.getData(DbHomeTab.java:139)
at oracle.sysman.emo.perf.metric.eng.MetricCached.collectCachedData(MetricCached.java:402)
at oracle.sysman.emo.perf.metric.eng.MetricCollectorThread._collectCachedData(MetricCollectorThread.java:596)
at oracle.sysman.emo.perf.metric.eng.MetricCollectorThread.run(MetricCollectorThread.java:320)
at java.lang.Thread.run(Thread.java:534)
2010-03-19 13:22:46,015 [MetricCollector:HOMETAB_THREAD600:60] ERROR rt.DbMetricCollectorTarget _getAllData.328 - oracle.sysman.emSDK.emd.comm.CommException: Exception in sending Request :: null
oracle.sysman.emSDK.emd.comm.CommException: Exception in sending Request :: null
at oracle.sysman.emSDK.emd.comm.EMDClient.getResponseForRequest_(EMDClient.java:1319)
at oracle.sysman.emSDK.emd.comm.EMDClient.getResponseForRequest(EMDClient.java:1212)
at oracle.sysman.emSDK.emd.comm.EMDClient.getMetrics(EMDClient.java:637)
at oracle.sysman.emo.perf.metric.rt.DbHomeTab._getAllData(DbHomeTab.java:324)
at oracle.sysman.emo.perf.metric.rt.DbHomeTab.getData(DbHomeTab.java:139)
at oracle.sysman.emo.perf.metric.eng.MetricCached.collectCachedData(MetricCached.java:402)
at oracle.sysman.emo.perf.metric.eng.MetricCollectorThread._collectCachedData(MetricCollectorThread.java:596)
at oracle.sysman.emo.perf.metric.eng.MetricCollectorThread.run(MetricCollectorThread.java:320)
at java.lang.Thread.run(Thread.java:534)
again, my objective is to create a completely new instance from scratch, then, I can import a database dump (from our TEST server) into this instance.
thanks,
ST
|
|
|
|