Skip to Main Content

DevOps, CI/CD and Automation

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

REP-56048: Engine rwEng-0 crashed., job Id:

NSS-ISSOct 18 2018 — edited Oct 19 2018

Hi All,

I am facing below error in Oracle Forms and reports 12c when I run the rwclient.sh for report generation (Command mode) on my unix server. Can you please provide solution or suggestion if you  have faced similar or same error in past.

Error: <Below error message has taken from Console>

REP-56048: Engine rwEng-0 crashed., job Id:

Meanwhile I enabled trace logs and found below issues when I execute command for report generation. I am using Oracle12.2.1 forms and reports.

Created standalone report.

Please find the trace log error information.<rwserver_diagnostic.log>

[2018-10-19T14:41:49.030+05:30] [reports] [NOTIFICATION] [] [oracle.reports.server] [tid: 1] [ecid: 46982127-498c-419b-94da-150d079abd5f-00000002,0] ServerConfig:logConf  Reading server config file /rppmias/app/oracle/product/12.2.1/user_projects/domains/rppmr2Domain/config/fmwconfig/components/ReportsServerComponent/rep_server1/rwserver.conf
[2018-10-19T14:41:49.033+05:30] [reports] [NOTIFICATION] [] [oracle.reports.server] [tid: 1] [ecid: 46982127-498c-419b-94da-150d079abd5f-00000002,0] ServerConfig:logConf  <server version="12.2.1.0.0" xmlns="http://xmlns.oracle.com/reports/server">[[
   <cache class="oracle.reports.cache.RWCache">
      <property name="cacheSize" value="50"/>
   </cache>
   <engine class="oracle.reports.engine.EngineImpl" engLife="50" id="rwEng" maxEngine="1" minEngine="1">
      <!--property name="" value="yes"/-->
   </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.ftp.DesFTP" destype="ftp"/>
   <destination class="oracle.reports.plugin.destination.webdav.DesWebDAV" destype="WebDav"/>
   <job engineId="rwEng" jobType="report"/>
   <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>
   <connection idleTimeOut="15" maxConnect="50"/>
   <queue maxQueueSize="1000"/>
   <folderAccess>
      <write>/develop/reportscripts;/develop/log;/tmp</write>
   </folderAccess>
   <proxyInfo>
      <proxyServers>
         <proxyServer name="$$Self.proxyHost$$" port="$$Self.proxyPort$$" protocol="all"/>
      </proxyServers>
      <bypassProxy>
         <domain>$$Self.proxyByPass$$</domain>
      </bypassProxy>
   </proxyInfo>
   <pluginParam value="%MAILSERVER_NAME%" name="mailServer"/>
</server>

]]
[2018-10-19T14:41:50.460+05:30] [reports] [INCIDENT_ERROR] [REP-50125] [oracle.reports.server] [tid: 1] [ecid: 46982127-498c-419b-94da-150d079abd5f-00000002,0] REP-50125 : org.omg.CORBA.COMM_FAILURE:   vmcid: SUN  minor code: 201  completed: No  [[
org.omg.CORBA.COMM_FAILURE:   vmcid: SUN  minor code: 201  completed: No
        at com.sun.corba.se.impl.logging.ORBUtilSystemException.connectFailure(ORBUtilSystemException.java:2200)
        at com.sun.corba.se.impl.logging.ORBUtilSystemException.connectFailure(ORBUtilSystemException.java:2221)
        at com.sun.corba.se.impl.transport.SocketOrChannelConnectionImpl.<init>(SocketOrChannelConnectionImpl.java:223)
        at com.sun.corba.se.impl.transport.SocketOrChannelConnectionImpl.<init>(SocketOrChannelConnectionImpl.java:236)
        at com.sun.corba.se.impl.transport.SocketOrChannelContactInfoImpl.createConnection(SocketOrChannelContactInfoImpl.java:119)
        at com.sun.corba.se.impl.protocol.CorbaClientRequestDispatcherImpl.beginRequest(CorbaClientRequestDispatcherImpl.java:187)
        at com.sun.corba.se.impl.protocol.CorbaClientDelegateImpl.request(CorbaClientDelegateImpl.java:137)
        at com.sun.corba.se.impl.protocol.CorbaClientDelegateImpl.is_a(CorbaClientDelegateImpl.java:229)
        at org.omg.CORBA.portable.ObjectImpl._is_a(ObjectImpl.java:130)
        at org.omg.CosNaming.NamingContextExtHelper.narrow(NamingContextExtHelper.java:73)
        at oracle.reports.comm.NetworkUtility.createNamingContext(NetworkUtility.java:381)
        at oracle.reports.comm.NetworkUtility.bind(NetworkUtility.java:343)
        at oracle.reports.server.RWServer.startServer(RWServer.java:1104)
        at oracle.reports.server.RWServer.jniMain(RWServer.java:289)
Caused by: java.net.ConnectException: Connection refused
        at sun.nio.ch.Net.connect0(Native Method)
        at sun.nio.ch.Net.connect(Net.java:458)
        at sun.nio.ch.Net.connect(Net.java:450)
        at sun.nio.ch.SocketChannelImpl.connect(SocketChannelImpl.java:648)
        at java.nio.channels.SocketChannel.open(SocketChannel.java:189)
        at com.sun.corba.se.impl.transport.DefaultSocketFactoryImpl.createSocket(DefaultSocketFactoryImpl.java:95)
        at com.sun.corba.se.impl.transport.SocketOrChannelConnectionImpl.<init>(SocketOrChannelConnectionImpl.java:207)
        ... 11 more

]]
[2018-10-19T14:41:50.460+05:30] [reports] [NOTIFICATION] [] [oracle.reports.server] [tid: 1] [ecid: 46982127-498c-419b-94da-150d079abd5f-00000002,0] RWServer:startServer  The attempt to bind to the naming server failed.:org.omg.CORBA.COMM_FAILURE:   vmcid: SUN  minor code: 201  completed: No
[2018-10-19T14:41:50.462+05:30] [reports] [INCIDENT_ERROR] [REP-56114] [oracle.reports.server] [tid: 1] [ecid: 46982127-498c-419b-94da-150d079abd5f-00000002,0] REP-56114 : The attempt to bind to the naming server failed.:org.omg.CORBA.COMM_FAILURE:   vmcid: SUN  minor code: 201  completed: No  [[
oracle.reports.RWException: IDL:oracle/reports/RWException:1.0
        at oracle.reports.utility.Utility.newRWException(Utility.java:1016)
        at oracle.reports.server.RWServer.startServer(RWServer.java:1120)
        at oracle.reports.server.RWServer.jniMain(RWServer.java:289)

]]

Please find the trace log error information.<rep_server1.out>

Oct 19, 2018 2:45:05 PM com.sun.corba.se.impl.transport.SocketOrChannelConnectionImpl <init>
WARNING: "IOP00410201: (COMM_FAILURE) Connection failure: socketType: IIOP_CLEAR_TEXT; hostname: xxx.1xx.xxx.2xx; port: 31930"
org.omg.CORBA.COMM_FAILURE:   vmcid: SUN  minor code: 201  completed: No
        at com.sun.corba.se.impl.logging.ORBUtilSystemException.connectFailure(ORBUtilSystemException.java:2200)
        at com.sun.corba.se.impl.logging.ORBUtilSystemException.connectFailure(ORBUtilSystemException.java:2221)
        at com.sun.corba.se.impl.transport.SocketOrChannelConnectionImpl.<init>(SocketOrChannelConnectionImpl.java:223)
        at com.sun.corba.se.impl.transport.SocketOrChannelConnectionImpl.<init>(SocketOrChannelConnectionImpl.java:236)
        at com.sun.corba.se.impl.transport.SocketOrChannelContactInfoImpl.createConnection(SocketOrChannelContactInfoImpl.java:119)
        at com.sun.corba.se.impl.protocol.CorbaClientRequestDispatcherImpl.beginRequest(CorbaClientRequestDispatcherImpl.java:187)
        at com.sun.corba.se.impl.protocol.CorbaClientDelegateImpl.request(CorbaClientDelegateImpl.java:137)
        at com.sun.corba.se.impl.protocol.CorbaClientDelegateImpl.is_a(CorbaClientDelegateImpl.java:229)
        at org.omg.CORBA.portable.ObjectImpl._is_a(ObjectImpl.java:130)
        at org.omg.CosNaming.NamingContextExtHelper.narrow(NamingContextExtHelper.java:73)
        at oracle.reports.comm.NetworkUtility.createNamingContext(NetworkUtility.java:381)
        at oracle.reports.comm.NetworkUtility.bind(NetworkUtility.java:343)
        at oracle.reports.server.RWServer.startServer(RWServer.java:1104)
        at oracle.reports.server.RWServer.jniMain(RWServer.java:289)
Caused by: java.net.ConnectException: Connection refused
        at sun.nio.ch.Net.connect0(Native Method)
        at sun.nio.ch.Net.connect(Net.java:458)
        at sun.nio.ch.Net.connect(Net.java:450)
        at sun.nio.ch.SocketChannelImpl.connect(SocketChannelImpl.java:648)
        at java.nio.channels.SocketChannel.open(SocketChannel.java:189)
        at com.sun.corba.se.impl.transport.DefaultSocketFactoryImpl.createSocket(DefaultSocketFactoryImpl.java:95)
        at com.sun.corba.se.impl.transport.SocketOrChannelConnectionImpl.<init>(SocketOrChannelConnectionImpl.java:207)
        ... 11 more

<19 Oct, 2018 2:45:05 PM IST> <INFO> <NodeManager ComponentManager> <The server 'rep_server1' with process id 30558 is no longer alive; waiting for the process to die.>
<19 Oct, 2018 2:45:05 PM IST> <FINEST> <NodeManager ComponentManager> <Process died.>
<19 Oct, 2018 2:45:05 PM IST> <FINEST> <NodeManager ComponentManager> <get latest startup configuration before deciding/trying to restart the server>
<19 Oct, 2018 2:45:05 PM IST> <INFO> <NodeManager ComponentManager> <Server failed so attempting to restart (restart count = 1)>
Oct 19, 2018 2:45:09 PM oracle.security.jps.JpsStartup start
INFO: Jps initializing.
Oct 19, 2018 2:45:10 PM oracle.ods.virtualization.engine.util.VDELogger warn
WARNING: Unable to determine WLS domain name or temp location or current username, using default ovd.lok file
Oct 19, 2018 2:45:10 PM oracle.security.jps.internal.idstore.util.LibOvdUtil pushLdapNamesToLibOvd
INFO: Pushed ldap name and types info to libOvd. Ldaps : rppmiasapporacleproduct12.2.1user_projectsdomainsrppmr2Domainconfigfmwconfigsystem-jazn-data.xmlidstore.xml.provideridstore.xml.
Oct 19, 2018 2:45:12 PM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 5.1.3.Final

This post has been answered by Dan Andro-Oracle on Oct 19 2018
Jump to Answer
Comments
Post Details
Added on Oct 18 2018
4 comments
7,724 views