Hi,
I am new to OTM and with little experience on DBA side, so my question may be very basic, but pls bear with me.
We are test installing OTM on one of our Linux x86 server. Since it is a test installation for our internal learnings, we are installing DB, Reports Server and Oracle Application Server 10.1.3.0 on same linux m/c. The linux m/c has Red Hat AS/ES 4.0 with abt 8 GB RAM and 180 GB harddisk. The linux box also has Oracle Apps E-Business Suite R12 running on it fine. As OTM requires its own DB, so we installed another DB for OTM on this server which went through fine. I have the following questions:
1. Oracle EBS has its own forms and reports Apps Server. Can I reuse the Oracle Apps' Reports Server to run the OTM reports, i.e. can I configure OTM to use the Oracle Apps Server
2. I tried a seperate installation of Oracle Application Server 10gR2 (10.1.2.0.2) Forms and Reports Services on the linux box and got the following error:
ORACLE_HOME/dcm/logs to determine why DCM was unsuccessful in updating
the configuration files on disk. Some possible causes are:
* permissions on files
* file contention issues on Windows NT
* internal Oracle error
After resolving the problem that prevented DCM from updating the configuration
files, you may use the dcmctl resyncInstance command to resolve the problem.
Alternatively, you can stop and then restart the active dcmctl or EMD
process and resyncInstance will automatically be performed.
Resolution:
Base Exception:
java.net.BindException
Address already in use
java.net.BindException: Address already in use
at java.net.PlainSocketImpl.socketBind(Native Method)
at java.net.PlainSocketImpl.bind(PlainSocketImpl.java :331)
at java.net.Socket.bind(Socket.java:49
at java.net.Socket.<init>(Socket.java:307)
at java.net.Socket.<init>(Socket.java:124)
at oracle.ias.sysmgmt.clustermanagement.OpmnAgent.ope nOEMSSession(Unknown Source)
at oracle.ias.sysmgmt.clustermanagement.OpmnAgent.ope nOEMSSession(Unknown Source)
at oracle.ias.sysmgmt.clustermanagement.OpmnAgent.sen dHTTPRequest(Unknown Source)
at oracle.ias.sysmgmt.clustermanagement.OpmnAgent.get OpmnProcStatus(Unknown Source)
at oracle.ias.sysmgmt.clustermanagement.OpmnAgent.get ProcessStatus(Unknown Source)
at oracle.ias.sysmgmt.clustermanagement.OpmnAgent.get ComponentProcessStatus(Unknown Source)
During installation, I gave a different set of ports to be used by reports server (and not the default) and ensured that those ports are available. Any idea what could be the issue.
Thanks.
Namit
I am new to OTM and with little experience on DBA side, so my question may be very basic, but pls bear with me.
We are test installing OTM on one of our Linux x86 server. Since it is a test installation for our internal learnings, we are installing DB, Reports Server and Oracle Application Server 10.1.3.0 on same linux m/c. The linux m/c has Red Hat AS/ES 4.0 with abt 8 GB RAM and 180 GB harddisk. The linux box also has Oracle Apps E-Business Suite R12 running on it fine. As OTM requires its own DB, so we installed another DB for OTM on this server which went through fine. I have the following questions:
1. Oracle EBS has its own forms and reports Apps Server. Can I reuse the Oracle Apps' Reports Server to run the OTM reports, i.e. can I configure OTM to use the Oracle Apps Server
2. I tried a seperate installation of Oracle Application Server 10gR2 (10.1.2.0.2) Forms and Reports Services on the linux box and got the following error:
ORACLE_HOME/dcm/logs to determine why DCM was unsuccessful in updating
the configuration files on disk. Some possible causes are:
* permissions on files
* file contention issues on Windows NT
* internal Oracle error
After resolving the problem that prevented DCM from updating the configuration
files, you may use the dcmctl resyncInstance command to resolve the problem.
Alternatively, you can stop and then restart the active dcmctl or EMD
process and resyncInstance will automatically be performed.
Resolution:
Base Exception:
java.net.BindException
Address already in use
java.net.BindException: Address already in use
at java.net.PlainSocketImpl.socketBind(Native Method)
at java.net.PlainSocketImpl.bind(PlainSocketImpl.java :331)
at java.net.Socket.bind(Socket.java:49

at java.net.Socket.<init>(Socket.java:307)
at java.net.Socket.<init>(Socket.java:124)
at oracle.ias.sysmgmt.clustermanagement.OpmnAgent.ope nOEMSSession(Unknown Source)
at oracle.ias.sysmgmt.clustermanagement.OpmnAgent.ope nOEMSSession(Unknown Source)
at oracle.ias.sysmgmt.clustermanagement.OpmnAgent.sen dHTTPRequest(Unknown Source)
at oracle.ias.sysmgmt.clustermanagement.OpmnAgent.get OpmnProcStatus(Unknown Source)
at oracle.ias.sysmgmt.clustermanagement.OpmnAgent.get ProcessStatus(Unknown Source)
at oracle.ias.sysmgmt.clustermanagement.OpmnAgent.get ComponentProcessStatus(Unknown Source)
During installation, I gave a different set of ports to be used by reports server (and not the default) and ensured that those ports are available. Any idea what could be the issue.
Thanks.
Namit
Comment