Hi:
I found something interesting.
I run my oracle database and oracle report server in a vmware guesting operating system running on windows 2000 serve sp4.
I have different versions of vmware depending on the date.
The latest version have the above server error.
Before the latest version I didnot have the above server error when I did the following:
I went to the following url:
http://xxx/reports/rwservlet/showJobs?server=rep_xxx_oracleas3
and it redirects to a login page.
But when I tried to login using the id:orcladmin it tells me the password for the id has expired. So I login into the userid ORASSO.
And ran the following command:
execute WWSSO_OID_INTEGRATION.reset_passwd('ORCLADMIN',null,'mychau1');
Than I was able to login using the id:ORCLADMIN.
Before I did this change of the orcladmin 's password.
When I run the opmnctl status, I get the following:
C:\OraHome_3\opmn\bin>opmnctl status
Processes in Instance: jadeite1000.xxx
-------------------+--------------------+---------+---------
ias-component | process-type | pid | status
-------------------+--------------------+---------+---------
DSA | DSA | N/A | Down
LogLoader | logloaderd | N/A | Down
dcm-daemon | dcm-daemon | N/A | Down
OC4J | home | 0 | NONE
OC4J | OC4J_BI_Forms | 0 | NONE
WebCache | WebCache | 1948 | Alive
WebCache | WebCacheAdmin | 1696 | Alive
HTTP_Server | HTTP_Server | 980 | Alive
After the change of the password for the id:orcladmin and after rebooting the computer, I get the following:
C:\OraHome_3\opmn\bin>opmnctl status
Processes in Instance: jadeite1000.xxx
-------------------+--------------------+---------+---------
ias-component | process-type | pid | status
-------------------+--------------------+---------+---------
DSA | DSA | N/A | Down
LogLoader | logloaderd | N/A | Down
dcm-daemon | dcm-daemon | N/A | Down
OC4J | home | 4048 | Alive
OC4J | OC4J_BI_Forms | 784 | Alive
WebCache | WebCache | 2020 | Alive
WebCache | WebCacheAdmin | 2012 | Alive
HTTP_Server | HTTP_Server | 2048 | Alive
Basically HOME AND OC4J_BI_FORMS ARE NOW BOTH ALIVE AND BEFORE THEY WERE NOT ALIVE.
Thank You for your help!!!!
Yours,
Frustrated.