You might run in an error while you are installing Oracle Reports 11.1.1.2.0 / 11.1.1.3.0 / 11.1.1.4.0, that the configuration step "Executing: opmnctl startproc ias-component ..." will throw an error.
The error message just state that while executing the command "opmnctl startproc ias-component=ReportsServer_<servername>_<instance>" an error occurs. If you check the corresponding Install Logfile, you will not find something really usefull. Only stuff like "failed to start a manage process after the maximum retry limit".
Only a look in the Reports Logfile will give you a hint whats the problem :-) The Reports Logfile you can find under $MW_HOME/<instance>/diagnostics/logs/ReportsServerComponent/ReportsServer_<servername>_<instance>/rwserver_diagnostic.log
Here you can see the error message REP-50600, that Broadcasting is disabled.
This error message points to a problem with the network, as Oracle Reports is using a multicast mechanism to publish his Reports Servicename into the network.
Normally this problem is related to a missing or wrong "Default Gateway" on the server.
Just set your default gateway and retry after the changes the configuration step which has been failed.
After that the configuration step "Executing: opmnctl startproc ias-component ..." should pass successfully.
Oracle’s Web Experience Management
2 hours ago






Hello,
in my case the firewall was activated.
after deactivation reportsserver has started successfully.
regards
Christian
Anonymous
October 20, 2011 5:06 PMwhat do you means default gateway? where can i found that setting?
Anonymous
November 1, 2011 9:06 AMHi Anonymous,
just login to your Oracle Enterprise Linux as root and execute:
/sbin/route add default gw <gateway> <interface>
e.g.:
/sbin/route add default gw 192.168.33.1 eth0
After that adjust your /etc/sysconfig/network configuration file and add your Gateway:
GATEWAY=<gateway>
e.g.:
GATEWAY=192.168.33.1
Finally restart your network device:
/etc/init.d/network restart
But you can perform the same in the graphical network configuration tool.
Cheers
Dirk
Dirk Nachbar
November 1, 2011 9:23 AMthanks for your fast response.. i am not using linux but using windows xp. so where i set default gateway?
Anonymous
November 1, 2011 9:33 AMYou are welcome, as I am not a pure Windows-Fan, here just a link to the official Microsoft Documentation for how to set a Default Gateway in Windows XP:
http://www.microsoft.com/resources/documentation/windows/xp/all/proddocs/en-us/ras_config_incoming_tcpip_defaultgw.mspx?mfr=true
In addition you should check if you maybe have a running Firewall under your Windows, this can also cause problems with starting Oracle Reports Services.
Cheers
Dirk
Dirk Nachbar
November 1, 2011 9:40 AMGreat post!!
I was having the exact same error; firewall was causing the problem.
OEL 5.7
Sun jdk1.6.0_30
WebLOGIC 10.3.5
Forms & Reports 11.1.2
Thanks, Will
Anonymous
January 23, 2012 7:11 PM