Hi, we are running Enterprise Manager 11.1.1.7
There was some kind of a report crash and since then one of our report servers "ReportsServer2" has stopped working.
The system has been live for years and that particular report server has been used daily within that time. Yesterday it stopped working and I could see stuck thread errors. After a reboot of the server some other report server cam back up again and are usable but this one isn't.
The contents of the console~ReportsServer2~1.log are -
WLS ManagedService is not up running. Fall back to use system properties for configuration.
The contents of the rwserver_diagnostic.log
[2019-02-12T15:16:32.424+00:00] [reports] [NOTIFICATION] [] [oracle.reports.server] [tid: 10] [ecid: 0000MZYHz8cCGvYjLpJN8A1SOiDG000001,0] ServerConfig:logConf Reading server config file C:\Oracle\MW\asinst_1\config\ReportsServerComponent\ReportsServer2\rwserver.conf
[2019-02-12T15:16:32.424+00:00] [reports] [NOTIFICATION] [] [oracle.reports.server] [tid: 10] [ecid: 0000MZYHz8cCGvYjLpJN8A1SOiDG000001,0] ServerConfig:logConf <server version="11.1.2" xmlns="http://xmlns.oracle.com/reports/server">[[
<cache class="oracle.reports.cache.RWCache">
<property name="cacheSize" value="1500"/>
</cache>
<engine class="oracle.reports.engine.EngineImpl" engLife="1000" id="rwEng" maxEngine="1" maxIdle="10" minEngine="0">
<property name="keepConnection" value="no"/>
<property name="diagnosis" value="no"/>
</engine>
<engine class="oracle.reports.urlengine.URLEngineImpl" engLife="50" id="rwURLEng" maxEngine="1" minEngine="0"/>
<security class="oracle.reports.server.RWJAZNSecurity" id="rwJaznSec"/>
<destination class="oracle.reports.plugin.destination.webdav.DesWebDAV" destype="WebDav"/>
<destination class="oracle.reports.plugin.destination.ftp.DesFTP" destype="ftp"/>
<job engineId="rwEng" jobType="report" retry="0"/>
<job engineId="rwURLEng" jobType="rwurl"/>
<notification class="oracle.reports.server.MailNotify" id="mailNotify">
<property name="succnotefile" value="succnote.txt"/>
<property name="failnotefile" value="failnote.txt"/>
</notification>
<jobStatusRepository class="oracle.reports.server.JobRepositoryDB">
<property name="dbpassword" value="csf:reports:reports_key"/>
<property name="dbconn" value="oradbsrv:1521/wcs"/>
<property name="dbuser" value="wcsreports"/>
</jobStatusRepository>
<connection idleTimeOut="15" maxConnect="50"/>
<queue maxQueueSize="10000"/>
<pluginParam value="%MAILSERVER_NAME%" name="mailServer"/>
</server>
]]
[2019-02-12T15:16:32.736+00:00] [reports] [WARNING] [] [oracle.reports.server] [tid: 10] [ecid: 0000MZYHz8cCGvYjLpJN8A1SOiDG000001,0] Multicast:init java.net.SocketException: Unrecognized Windows Sockets error: 0: no Inet4Address associated with interface
[2019-02-12T15:16:32.736+00:00] [reports] [WARNING] [] [oracle.reports.server] [tid: 10] [ecid: 0000MZYHz8cCGvYjLpJN8A1SOiDG000001,0] Multicast:init java.net.SocketException: Unrecognized Windows Sockets error: 0: no Inet4Address associated with interface
As I say, there are other report server running currently without a problem. The contents of the rwnetwork.conf file is -
<?xml version="1.0" encoding="ISO-8859-1"?>
<discoveryService
xmlns="http://xmlns.oracle.com/reports/network"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://xmlns.oracle.com/reports/network file:C:\Oracle\MW\Oracle_FRHome1/reports/dtd/rwnetworkconf.xsd"
>
<multicast channel="228.5.6.7" port="14021" timeout="1000"/>
<!--namingService name="Cos" host="%NAMING_HOST%" port="%NAMING_PORT%"/-->
</discoveryService>
... and when I do "netsh interface ip show joins" from the copmmand line -
C:\Users\Administrator>netsh interface ip show joins
Interface 1: Loopback Pseudo-Interface 1
Scope References Last Address
---------- ---------- ---- ---------------------------------
0 27 Yes 228.5.6.7
0 0 Yes 239.255.255.250
Interface 12: Ethernet
Scope References Last Address
---------- ---------- ---- ---------------------------------
0 0 Yes 224.0.0.1
0 1 Yes 224.0.0.252
0 27 Yes 228.5.6.7
0 0 Yes 239.255.255.250
Can anybody think of what to try to get the report server up and running again?
Thanks.