Oracle Discover 错误解决记录REP-56105: Engine rwEng-0 died with error:

来源:互联网 发布:淘宝二手iphone6s 编辑:程序博客网 时间:2024/04/29 04:08

 近日,使用Oracle Discover遇到一个可笑的问题,现将解决过程记录下来,以供后来人参考。

 

问题现象

    Oracle Discoverer应用的7777端口可以访问,但要访问viewer或者plus,则出现连接错误。

问题分析

    通过opmn查看状态,OC4J_BI_Forms不断重新启动,一会儿Alive,一会儿stop。

    通过查看OC4J_BI_Forms应用日志,%BIHome%/j2ee/OC4J_BI_Forms/application-deployments/discoverer/OC4J_BI_Forms_default_island_1/application.log

 

09/04/16 13:11:19 Started
09/04/16 13:11:21 discoverer: jsp: init
09/04/16 13:11:21 discoverer: uix: init
09/04/16 13:11:22 discoverer: uix_help: init
09/04/16 13:11:22 discoverer: application_servlet: init
09/04/16 13:11:23 discoverer: pdf_servlet: init
09/04/16 13:11:23 discoverer: email_attach_servlet: init
09/04/16 13:11:23 discoverer: OHW: init
09/04/16 13:11:38 discoverer: Started
09/04/16 13:14:02 discoverer: BIGRAPHSERVLET: init
09/04/16 13:25:37 discoverer: BIGRAPHSERVLET: destroy
09/04/16 13:25:37 discoverer: OHW: destroy
09/04/16 13:25:37 discoverer: Stopped
09/04/16 13:25:37 Stopped (Shutdown executed by jazn.com/admin from 127.0.0.1 (127.0.0.1))
09/04/16 13:28:29 Started
09/04/16 13:28:31 discoverer: jsp: init
09/04/16 13:28:31 discoverer: uix: init
09/04/16 13:28:32 discoverer: uix_help: init
09/04/16 13:28:32 discoverer: application_servlet: init
09/04/16 13:28:33 discoverer: pdf_servlet: init
09/04/16 13:28:33 discoverer: email_attach_servlet: init
09/04/16 13:28:33 discoverer: OHW: init
09/04/16 13:28:33 discoverer: Started
09/04/16 13:29:33 discoverer: [ERROR] [AJPRequestHandler-ApplicationServerThread-6] oracle.discoverer.applications.framework.GlobalExceptionHandler.execute null
java.lang.NullPointerException
 at java.io.FileOutputStream.<init>(FileOutputStream.java:172)
 at java.io.FileOutputStream.<init>(FileOutputStream.java:131)
 at java.awt.Font$2.run(Font.java:606)
 at java.security.AccessController.doPrivileged(Native Method)
 at java.awt.Font.createFont(Font.java:600)
 at oracle.discoverer.renderer.pdf.XDOConfig._discoverFonts(Unknown Source)
 at oracle.discoverer.renderer.pdf.XDOConfig.<init>(Unknown Source)
 at oracle.discoverer.renderer.pdf.XDOConfig.getNewInstance(Unknown Source)
 at oracle.discoverer.renderer.pdf.PDFGenerator.initPDF(Unknown Source)
 at oracle.discoverer.applications.viewer.model.ViewerApplication.init(Unknown Source)
 at oracle.discoverer.applications.framework.ApplicationFactory.create(Unknown Source)
 at oracle.discoverer.applications.framework.ApplicationController.getApplication(Unknown Source)
 at oracle.discoverer.applications.framework.ApplicationController.execute(Unknown Source)
 at org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:484)
 at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:274)
 at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1482)
 at org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:507)
 at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
 at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
 at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:65)
 at oracle.discoverer.applications.framework.ApplicationEncodingFilter.doFilter(Unknown Source)
 at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:663)
 at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:330)
 at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:830)
 at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.AJPRequestHandler.run(AJPRequestHandler.java:224)
 at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.AJPRequestHandler.run(AJPRequestHandler.java:133)
 at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:192)
 at java.lang.Thread.run(Thread.java:534)
09/04/16 13:29:33 discoverer: [ERROR] [AJPRequestHandler-ApplicationServerThread-6] oracle.discoverer.applications.framework.ApplicationController._logException error.handling.event
oracle.discoverer.applications.framework.ApplicationException: error.handling.event
 at oracle.discoverer.applications.framework.GlobalExceptionHandler.execute(Unknown Source)
 at org.apache.struts.action.RequestProcessor.processException(RequestProcessor.java:553)
 at org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:486)
 at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:274)
 at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1482)
 at org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:507)
 at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
 at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
 at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:65)
 at oracle.discoverer.applications.framework.ApplicationEncodingFilter.doFilter(Unknown Source)
 at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:663)
 at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:330)
 at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:830)
 at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.AJPRequestHandler.run(AJPRequestHandler.java:224)
 at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.AJPRequestHandler.run(AJPRequestHandler.java:133)
 at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:192)
 at java.lang.Thread.run(Thread.java:534)
Caused by: java.lang.NullPointerException
 at java.io.FileOutputStream.<init>(FileOutputStream.java:172)
 at java.io.FileOutputStream.<init>(FileOutputStream.java:131)

 at java.awt.Font$2.run(Font.java:606)
 at java.security.AccessController.doPrivileged(Native Method)
 at java.awt.Font.createFont(Font.java:600)
 at oracle.discoverer.renderer.pdf.XDOConfig._discoverFonts(Unknown Source)
 at oracle.discoverer.renderer.pdf.XDOConfig.<init>(Unknown Source)
 at oracle.discoverer.renderer.pdf.XDOConfig.getNewInstance(Unknown Source)
 at oracle.discoverer.renderer.pdf.PDFGenerator.initPDF(Unknown Source)
 at oracle.discoverer.applications.viewer.model.ViewerApplication.init(Unknown Source)
 at oracle.discoverer.applications.framework.ApplicationFactory.create(Unknown Source)
 at oracle.discoverer.applications.framework.ApplicationController.getApplication(Unknown Source)
 at oracle.discoverer.applications.framework.ApplicationController.execute(Unknown Source)
 at org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:484)
 ... 14 more
09/04/16 13:29:44 discoverer: OHW: destroy
09/04/16 13:29:44 discoverer: Stopped
09/04/16 13:29:44 Stopped (Shutdown executed by jazn.com/admin from 127.0.0.1 (127.0.0.1))
09/04/16 13:31:49 Started
09/04/16 13:31:51 discoverer: jsp: init
09/04/16 13:31:51 discoverer: uix: init
09/04/16 13:31:52 discoverer: uix_help: init
09/04/16 13:31:52 discoverer: application_servlet: init
09/04/16 13:31:52 discoverer: pdf_servlet: init
09/04/16 13:31:52 discoverer: email_attach_servlet: init
09/04/16 13:31:52 discoverer: OHW: init
09/04/16 13:31:53 discoverer: Started
09/04/16 13:33:04 discoverer: OHW: destroy
09/04/16 13:33:04 discoverer: Stopped
09/04/16 13:33:04 Stopped (Shutdown executed by jazn.com/admin from 127.0.0.1 (127.0.0.1))

 

 

其实从这儿看不出问题之所在,继续定位,查看OPMN日志,%BIHome%/opmn/logs/OC4J~OC4J_BI_Forms~default_island~1

 

09/04/16 09:28:08 Start process
--------
09/04/16 09:28:13 Oracle Application Server Containers for J2EE 10g (10.1.2.0.2) initialized
09/04/16 09:28:33 Using oracle.reports.util.EnvironmentGlobal class
09/04/16 09:28:57 Using oracle.reports.util.EnvironmentGlobal class
09/04/16 09:29:01 REP-56105: Engine rwEng-0 died with error:
09/04/16 09:29:21 Using oracle.reports.util.EnvironmentGlobal class
09/04/16 09:29:25 REP-56105: Engine rwEng-0 died with error:
09/04/16 09:29:25 Shutting down...
rocess

初步定位是报表引擎出错,跟踪报表引擎的错误,首先修改配置文件%BIHome%/reports/conf/rep_%机器名%_bihome1.conf

<!--trace traceOpts="trace_all"/-->

改为

<trace traceOpts="trace_all"/>

 

重新启动应用,就可以看到对报表引擎的跟踪日志%BIHome%/reports/logs/rep_%机器名%_BIHome1下的几个文件

  • rwEng-0.trc

[2009/4/16 1:48:53:156] Debug 50103 (RWEngine:init): args[0]=name=rwEng-0
[2009/4/16 1:48:53:156] Debug 50103 (RWEngine:init): args[1]=server=rep_cdgs-1l6zxns5p0_bihome1
[2009/4/16 1:48:53:156] Debug 50103 (RWEngine:init): args[2]=ORACLE_HOME=E:/oracle/BIHome_1
[2009/4/16 1:48:53:156] Debug 50103 (RWEngine:init): args[3]=engineimplclass=oracle.reports.engine.EngineImpl
[2009/4/16 1:48:53:156] Debug 50103 (RWEngine:init): args[4]=traceopts=trace_all
[2009/4/16 1:48:53:156] Debug 50103 (RWEngine:init): args[5]=tracefile=E:/oracle/BIHome_1/reports/logs/rep_cdgs-1l6zxns5p0_BIHome1/rwEng-0.trc
[2009/4/16 1:48:53:156] Debug 50103 (RWEngine:init): args[6]=tracemode=trace_replace
[2009/4/16 1:48:53:156] Debug 50103 (RWEngine:init): args[7]=cacheDir=E:/oracle/BIHome_1/reports/cache
[2009/4/16 1:48:53:156] Debug 50103 (RWEngine:init): args[8]=server_ior=
[2009/4/16 1:48:53:171] Info 50128 (RWEngine:init): orb init succeeded
[2009/4/16 1:48:53:171] Exception 50125 (org.omg.CORBA.DATA_CONVERSION:   vmcid: SUN  minor code: 202  completed: No
 at com.sun.corba.se.internal.corba.ORB.string_to_object(ORB.java:2038)
 at oracle.reports.engine.RWEngine.init(RWEngine.java:290)
 at oracle.reports.engine.RWEngine.main(RWEngine.java:60)
): 内部错误 org.omg.CORBA.DATA_CONVERSION:   vmcid: SUN  minor code: 202  completed: No

 

  • rwserver.log

 

*** 2009/4/16 1:49:37:531 -- Reading server config file E:/oracle/BIHome_1/reports/conf/rep_cdgs-1l6zxns5p0_bihome1.conf
*** 2009/4/16 1:49:37:531 -- <server version="10.1.2.0.2">
   <cache class="oracle.reports.cache.RWCache">
      <property name="cacheSize" value="50"/>
      <!--property name="cacheDir" value="your cache directory"/-->
      <!--property name="maxCacheFileNumber" value="max number of cache files"/-->
      <!--property name="ignoreParameters" value="parameter names to be ignored in constructing cache key, separated by comma ','"/-->
   </cache>
   <!--Please do not change the id for reports engine.-->
   <!--The class specifies below is subclass of _EngineClassImplBase and implements EngineInterface.-->
   <engine id="rwEng" class="oracle.reports.engine.EngineImpl" initEngine="1" maxEngine="1" minEngine="0" engLife="50" maxIdle="30" callbackTimeOut="90000">
      <!--property name="sourceDir" value="your reports source directory"/-->
      <!--property name="tempDir" value="your reports temp directory"/-->
      <!--property name="keepConnection" value="yes"/-->
   </engine>
   <engine id="rwURLEng" class="oracle.reports.urlengine.URLEngineImpl" initEngine="1" maxEngine="1" minEngine="0" engLife="50" maxIdle="30" callbackTimeOut="60000"/>
   <!--security id="rwSec" class="oracle.reports.server.RWSecurity">
      <property name="securityUserid" value="%PORTAL_DB_USERNAME%/%PORTAL_DB_PASSWORD%@%PORTAL_DB_TNSNAME%" confidential="yes" encrypted="no"/>
      <property name="oidEntity" value="%REPORTS_OID_ENTITY%"/>
   </security-->
   <!--destination destype="oraclePortal" class="oracle.reports.server.DesOraclePortal">
      <property name="portalUserid" value="%PORTAL_DB_USERNAME%/%PORTAL_DB_PASSWORD%@%PORTAL_DB_TNSNAME%" confidential="yes" encrypted="no"/>
   </destination-->
   <destination destype="ftp" class="oracle.reports.plugin.destination.ftp.DesFTP">
      <!--property name="proxy" value="proxyinfo.xml"/-->
   </destination>
   <destination destype="WebDav" class="oracle.reports.plugin.destination.webdav.DesWebDAV">
      <!--property name="proxy" value="proxyinfo.xml"/-->
   </destination>
   <!-- By default server will use rwnetwork.conf as network config file
        Use this element to override the same  -->
   <!--networkConfig file="rwnetwork.conf"></networkConfig-->
   <job jobType="report" engineId="rwEng"/>
   <job jobType="rwurl" engineId="rwURLEng"/>
   <notification id="mailNotify" class="oracle.reports.server.MailNotify">
      <property name="succnotefile" value="succnote.txt"/>
      <property name="failnotefile" value="failnote.txt"/>
   </notification>
   <!--notification id="wfNotify" class="oracle.reports.server.WorkflowNotify">
      <property name="connStr" value="%WF_DB_USERNAME%/%WF_DB_PASSWORD%@%WF_DB_TNSNAME%" confidential="yes" encrypted="no"/>
   </notification-->
   <log option="noJob"/>
   <!--jobStatusRepository class="oracle.reports.server.JobRepositoryDB">
      <property name="repositoryConn" value="repo_db_username/repo_db_password@repo_db_tnsname" confidential="yes" encrypted="no"/>
   </jobStatusRepository-->
   <trace traceOpts="trace_all"/>
   <connection maxConnect="20" idleTimeOut="15">
      <orbClient id="RWClient" publicKeyFile="clientpub.key"/>
   </connection>
   <queue maxQueueSize="1000"/>
   <!--jobRecovery auxDatFiles="yes"/-->
   <!--
      The value of the 'identifier' element is encrypted and is of the form SERVERACCESSKEY_USER/SERVERACCESSKEY_PASSWORD

      SERVERACCESSKEY_USER and SERVERACCESSKEY_PASSWORD in <server>.conf and targets.xml
      file should match for Reports EM pages to display data correctly.

      Corresponding entries of username and password in targets.xml:
      <Property NAME="Password" VALUE="SERVERACCESSKEY_PASSWORD" ENCRYPTED="FALSE"/>
      <Property NAME="UserName" VALUE="SERVERACCESSKEY_USER" ENCRYPTED="FALSE"/> 
   -->
   <!--pluginParam name="mailServer">%MAILSERVER_NAME%</pluginParam-->
   <!--pluginParam name="proxy" type="file">proxyinfo.xml</pluginParam-->
   <pluginParam name="xmlpds" type="file">xmlpds.conf</pluginParam>
   <pluginParam name="jdbcpds" type="file">jdbcpds.conf</pluginParam>
   <pluginParam name="textpds" type="file">textpds.conf</pluginParam>
</server>

*** 2009/4/16 1:49:37:531 -- Reports Server 正在启动
*** 2009/4/16 1:49:41:0 -- 服务器正在关闭

 

  • rwserver.trc

[2009/4/16 1:48:49:609] Debug 50103 (EnvironmentUtility:getEnvironment): LD_LIBRARY_PATH=e:/oracle/BIHome_1/lib32:e:/oracle/BIHome_1/lib:e:/oracle/BIHome_1/jdk/jre/lib/sparc
[2009/4/16 1:48:49:609] Debug 50103 (EnvironmentUtility:getEnvironment): DISPLAY=localhost:0
[2009/4/16 1:48:49:609] Debug 50103 (EnvironmentUtility:getEnvironment): TMP=C:/DOCUME~1/ADMINI~1/LOCALS~1/Temp/1
[2009/4/16 1:48:49:609] Debug 50103 (EnvironmentUtility:getEnvironment): ORACLE_HOME=e:/oracle/BIHome_1
[2009/4/16 1:48:49:609] Debug 50103 (EnvironmentUtility:getEnvironment): ORACLE_CONFIG_HOME=e:/oracle/BIHome_1
[2009/4/16 1:48:49:609] Debug 50103 (EnvironmentUtility:getEnvironment): ORA_NLS33=e:/oracle/BIHome_1/ocommon/nls/admin/data
[2009/4/16 1:48:49:609] Debug 50103 (EnvironmentUtility:getEnvironment): COMSPEC=C:/WINDOWS/system32/cmd.exe
[2009/4/16 1:48:49:609] Debug 50103 (EnvironmentUtility:getEnvironment): SystemDrive=C:
[2009/4/16 1:48:49:609] Debug 50103 (EnvironmentUtility:getEnvironment): SystemRoot=C:/WINDOWS
[2009/4/16 1:48:49:609] Debug 50103 (EnvironmentUtility:getEnvironment): PATH=e:/oracle/BIHome_1/opmn/bin;e:/oracle/BIHome_1/opmn/lib;e:/oracle/BIHome_1/bin;C:/WINDOWS;C:/WINDOWS/system32
[2009/4/16 1:48:49:609] Debug 50103 (EnvironmentUtility:getEnvironment): NLS_LANG=SIMPLIFIED CHINESE_CHINA.ZHS16GBK
[2009/4/16 1:48:49:609] Debug 50103 (EnvironmentUtility:getEnvironment): REPORTS_TMP=C:/DOCUME~1/ADMINI~1/LOCALS~1/Temp/1
[2009/4/16 1:48:49:625] Info 56025 (RWServer:startServer): Reports Server 正在启动
[2009/4/16 1:48:49:703] Debug 50103 (Multicast:registerReceiver): Packet handler registered
[2009/4/16 1:48:49:703] Info 50103 (ServerPacketHandler:start): ServerPacketHandler started successfully
[2009/4/16 1:48:49:703] Debug 50103 (ServerPacketReceiver:handlePacket): Got a request packet
[2009/4/16 1:48:50:703] Debug 50103 (ServerPacketReceiver:handlePacket): Got a request packet
[2009/4/16 1:48:51:703] Debug 50103 (ServerPacketReceiver:handlePacket): Got a request packet
[2009/4/16 1:48:52:703] Info 56023 (ServerImpl:ServerImpl): Idle thread has been started
[2009/4/16 1:48:52:703] Info 50103 (RWServer:startServer): Using multicast mechanism
[2009/4/16 1:48:52:718] Info 56020 (EngineManager:spawnEngine): Launching engine rwEng-0
[2009/4/16 1:48:52:859] Info 50103 (RWLocaleUtility:RWLocaleUtility): Using oracle.i18n.util.LocaleMapper class
[2009/4/16 1:48:52:859] Error 50103 (EngineManager:spawnEngine): Error writing IOR java.io.FileNotFoundException: C:/DOCUME~1/ADMINI~1/LOCALS~1/Temp/1/tmp_12525344 (系统找不到指定的路径。)------编者注:这正是问题之所在
[2009/4/16 1:48:52:859] Debug 50103 (EngineManager:spawnEngine): Start engine command line = e:/oracle/BIHome_1/jdk/jre/bin/javaw -server -cp "E:/oracle/BIHome_1/j2ee/home/lib/ojsp.jar;E:/oracle/BIHome_1/reports/jlib/rwrun.jar;E:/oracle/BIHome_1/jlib/zrclient.jar" -Duser.language=zh -Duser.region=CN -Xmx256M oracle.reports.engine.RWEngine name=rwEng-0 server=rep_cdgs-1l6zxns5p0_bihome1 ORACLE_HOME=E:/oracle/BIHome_1 engineimplclass=oracle.reports.engine.EngineImpl traceopts=trace_all tracefile=E:/oracle/BIHome_1/reports/logs/rep_cdgs-1l6zxns5p0_BIHome1/rwEng-0.trc tracemode=trace_replace cacheDir=E:/oracle/BIHome_1/reports/cache server_ior=
[2009/4/16 1:48:52:859] Debug 50103 (EngineManager:spawnEngine): Started engine with environment id =
[2009/4/16 1:48:52:859] Debug 50103 (EngineManager:spawnEngine): Started engine with Environment ORACLE_HOME=E:/oracle/BIHome_1
[2009/4/16 1:48:52:859] Debug 50103 (EngineManager:spawnEngine): Started engine with Environment PATH=e:/oracle/BIHome_1/bin;e:/DevSuiteHome_1/jdk/jre/bin/classic;e:/DevSuiteHome_1/jdk/jre/bin;e:/DevSuiteHome_1/jdk/jre/bin/client;e:/DevSuiteHome_1/jlib;e:/DevSuiteHome_1/bin;e:/DevSuiteHome_1/jre/1.4.2/bin/client;e:/DevSuiteHome_1/jre/1.4.2/bin;e:/OraHome_1/bin;e:/oracle/product/10.2.0/db_1/bin;C:/Program Files/HP/NCU;C:/WINDOWS/system32;C:/WINDOWS;C:/WINDOWS/System32/Wbem
[2009/4/16 1:48:52:859] Debug 50103 (EngineManager:spawnEngine): Started engine with Environment LD_LIBRARY_PATH=e:/oracle/BIHome_1/lib32:e:/oracle/BIHome_1/lib:e:/oracle/BIHome_1/jdk/jre/lib/sparc
[2009/4/16 1:48:52:859] Debug 50103 (EngineManager:spawnEngine): Started engine with Environment DISPLAY=localhost:0
[2009/4/16 1:48:52:859] Debug 50103 (EngineManager:spawnEngine): Started engine with Environment TMP=C:/DOCUME~1/ADMINI~1/LOCALS~1/Temp/1
[2009/4/16 1:48:52:859] Debug 50103 (EngineManager:spawnEngine): Started engine with Environment ORACLE_HOME=e:/oracle/BIHome_1
[2009/4/16 1:48:52:859] Debug 50103 (EngineManager:spawnEngine): Started engine with Environment ORACLE_CONFIG_HOME=e:/oracle/BIHome_1
[2009/4/16 1:48:52:859] Debug 50103 (EngineManager:spawnEngine): Started engine with Environment ORA_NLS33=e:/oracle/BIHome_1/ocommon/nls/admin/data
[2009/4/16 1:48:52:859] Debug 50103 (EngineManager:spawnEngine): Started engine with Environment COMSPEC=C:/WINDOWS/system32/cmd.exe
[2009/4/16 1:48:52:859] Debug 50103 (EngineManager:spawnEngine): Started engine with Environment SystemDrive=C:
[2009/4/16 1:48:52:859] Debug 50103 (EngineManager:spawnEngine): Started engine with Environment SystemRoot=C:/WINDOWS
[2009/4/16 1:48:52:859] Debug 50103 (EngineManager:spawnEngine): Started engine with Environment PATH=e:/oracle/BIHome_1/opmn/bin;e:/oracle/BIHome_1/opmn/lib;e:/oracle/BIHome_1/bin;C:/WINDOWS;C:/WINDOWS/system32
[2009/4/16 1:48:52:859] Debug 50103 (EngineManager:spawnEngine): Started engine with Environment NLS_LANG=SIMPLIFIED CHINESE_CHINA.ZHS16GBK
[2009/4/16 1:48:52:859] Debug 50103 (EngineManager:spawnEngine): Started engine with Environment REPORTS_TMP=C:/DOCUME~1/ADMINI~1/LOCALS~1/Temp/1
[2009/4/16 1:48:52:859] Info 56021 (EngineManager:spawnEngine): Engine rwEng-0 has been launched
[2009/4/16 1:48:52:859] State 56004 (EngineInfo:setState): Engine rwEng-0 state is: Initial
[2009/4/16 1:48:52:859] Info 56020 (EngineManager:spawnEngine): Launching engine rwURLEng-0
[2009/4/16 1:48:52:859] Error 50103 (EngineManager:spawnEngine): Error writing IOR java.io.FileNotFoundException: C:/DOCUME~1/ADMINI~1/LOCALS~1/Temp/1/tmp_21704474 (系统找不到指定的路径。)
[2009/4/16 1:48:52:859] Debug 50103 (EngineManager:spawnEngine): Start engine command line = e:/oracle/BIHome_1/jdk/jre/bin/javaw -server -cp "E:/oracle/BIHome_1/j2ee/home/lib/ojsp.jar;E:/oracle/BIHome_1/reports/jlib/rwrun.jar;E:/oracle/BIHome_1/jlib/zrclient.jar" -Duser.language=zh -Duser.region=CN -Xmx256M oracle.reports.engine.RWEngine name=rwURLEng-0 server=rep_cdgs-1l6zxns5p0_bihome1 ORACLE_HOME=E:/oracle/BIHome_1 engineimplclass=oracle.reports.urlengine.URLEngineImpl traceopts=trace_all tracefile=E:/oracle/BIHome_1/reports/logs/rep_cdgs-1l6zxns5p0_BIHome1/rwURLEng-0.trc tracemode=trace_replace cacheDir=E:/oracle/BIHome_1/reports/cache server_ior=
[2009/4/16 1:48:52:859] Debug 50103 (EngineManager:spawnEngine): Started engine with environment id =
[2009/4/16 1:48:52:859] Debug 50103 (EngineManager:spawnEngine): Started engine with Environment ORACLE_HOME=E:/oracle/BIHome_1
[2009/4/16 1:48:52:859] Debug 50103 (EngineManager:spawnEngine): Started engine with Environment PATH=e:/oracle/BIHome_1/bin;e:/DevSuiteHome_1/jdk/jre/bin/classic;e:/DevSuiteHome_1/jdk/jre/bin;e:/DevSuiteHome_1/jdk/jre/bin/client;e:/DevSuiteHome_1/jlib;e:/DevSuiteHome_1/bin;e:/DevSuiteHome_1/jre/1.4.2/bin/client;e:/DevSuiteHome_1/jre/1.4.2/bin;e:/OraHome_1/bin;e:/oracle/product/10.2.0/db_1/bin;C:/Program Files/HP/NCU;C:/WINDOWS/system32;C:/WINDOWS;C:/WINDOWS/System32/Wbem
[2009/4/16 1:48:52:859] Debug 50103 (EngineManager:spawnEngine): Started engine with Environment LD_LIBRARY_PATH=e:/oracle/BIHome_1/lib32:e:/oracle/BIHome_1/lib:e:/oracle/BIHome_1/jdk/jre/lib/sparc
[2009/4/16 1:48:52:859] Debug 50103 (EngineManager:spawnEngine): Started engine with Environment DISPLAY=localhost:0
[2009/4/16 1:48:52:859] Debug 50103 (EngineManager:spawnEngine): Started engine with Environment TMP=C:/DOCUME~1/ADMINI~1/LOCALS~1/Temp/1
[2009/4/16 1:48:52:859] Debug 50103 (EngineManager:spawnEngine): Started engine with Environment ORACLE_HOME=e:/oracle/BIHome_1
[2009/4/16 1:48:52:859] Debug 50103 (EngineManager:spawnEngine): Started engine with Environment ORACLE_CONFIG_HOME=e:/oracle/BIHome_1
[2009/4/16 1:48:52:859] Debug 50103 (EngineManager:spawnEngine): Started engine with Environment ORA_NLS33=e:/oracle/BIHome_1/ocommon/nls/admin/data
[2009/4/16 1:48:52:859] Debug 50103 (EngineManager:spawnEngine): Started engine with Environment COMSPEC=C:/WINDOWS/system32/cmd.exe
[2009/4/16 1:48:52:859] Debug 50103 (EngineManager:spawnEngine): Started engine with Environment SystemDrive=C:
[2009/4/16 1:48:52:859] Debug 50103 (EngineManager:spawnEngine): Started engine with Environment SystemRoot=C:/WINDOWS
[2009/4/16 1:48:52:859] Debug 50103 (EngineManager:spawnEngine): Started engine with Environment PATH=e:/oracle/BIHome_1/opmn/bin;e:/oracle/BIHome_1/opmn/lib;e:/oracle/BIHome_1/bin;C:/WINDOWS;C:/WINDOWS/system32
[2009/4/16 1:48:52:859] Debug 50103 (EngineManager:spawnEngine): Started engine with Environment NLS_LANG=SIMPLIFIED CHINESE_CHINA.ZHS16GBK
[2009/4/16 1:48:52:859] Debug 50103 (EngineManager:spawnEngine): Started engine with Environment REPORTS_TMP=C:/DOCUME~1/ADMINI~1/LOCALS~1/Temp/1
[2009/4/16 1:48:52:859] Info 56021 (EngineManager:spawnEngine): Engine rwURLEng-0 has been launched
[2009/4/16 1:48:52:859] State 56004 (EngineInfo:setState): Engine rwURLEng-0 state is: Initial
[2009/4/16 1:48:52:859] Debug 50103 (JobStore:writePersistFile): Purge persistent file
[2009/4/16 1:48:52:875] Debug 50103 (JobStore:writePersistFile): Purge persistent file done
[2009/4/16 1:48:53:312] Exception 56105 (): Engine rwEng-0 died with error:
oracle.reports.RWException: IDL:oracle/reports/RWException:1.0
 at oracle.reports.utility.Utility.newRWException(Utility.java:756)
 at oracle.reports.server.EngineManager.manage(EngineManager.java:324)
 at oracle.reports.server.IdleThread.run(IdleThread.java:88)

[2009/4/16 1:48:53:312] Debug 50103 (ServerPacketReceiver:handlePacket): Got a request packet
[2009/4/16 1:48:53:312] Info 50103 (ServerPacketHandler:stop): Multicastmanager stopped successfully
[2009/4/16 1:48:53:312] Info 50002 (RWServer:shutdown): 服务器正在关闭
[2009/4/16 1:48:53:312] Info 50103 (RWServer:startServer): Notify thread to exit
[2009/4/16 1:49:13:515] Info 50103 (EnvironmentUtility:getEnvironment): Using oracle.reports.util.EnvironmentGlobal class
[2009/4/16 1:49:13:531] Debug 50103 (EnvironmentUtility:getEnvironment): LD_LIBRARY_PATH=e:/oracle/BIHome_1/lib32:e:/oracle/BIHome_1/lib:e:/oracle/BIHome_1/jdk/jre/lib/sparc
[2009/4/16 1:49:13:531] Debug 50103 (EnvironmentUtility:getEnvironment): DISPLAY=localhost:0
[2009/4/16 1:49:13:531] Debug 50103 (EnvironmentUtility:getEnvironment): TMP=C:/DOCUME~1/ADMINI~1/LOCALS~1/Temp/1
[2009/4/16 1:49:13:531] Debug 50103 (EnvironmentUtility:getEnvironment): ORACLE_HOME=e:/oracle/BIHome_1
[2009/4/16 1:49:13:531] Debug 50103 (EnvironmentUtility:getEnvironment): ORACLE_CONFIG_HOME=e:/oracle/BIHome_1
[2009/4/16 1:49:13:531] Debug 50103 (EnvironmentUtility:getEnvironment): ORA_NLS33=e:/oracle/BIHome_1/ocommon/nls/admin/data
[2009/4/16 1:49:13:531] Debug 50103 (EnvironmentUtility:getEnvironment): COMSPEC=C:/WINDOWS/system32/cmd.exe
[2009/4/16 1:49:13:531] Debug 50103 (EnvironmentUtility:getEnvironment): SystemDrive=C:
[2009/4/16 1:49:13:531] Debug 50103 (EnvironmentUtility:getEnvironment): SystemRoot=C:/WINDOWS
[2009/4/16 1:49:13:531] Debug 50103 (EnvironmentUtility:getEnvironment): PATH=e:/oracle/BIHome_1/opmn/bin;e:/oracle/BIHome_1/opmn/lib;e:/oracle/BIHome_1/bin;C:/WINDOWS;C:/WINDOWS/system32
[2009/4/16 1:49:13:531] Debug 50103 (EnvironmentUtility:getEnvironment): NLS_LANG=SIMPLIFIED CHINESE_CHINA.ZHS16GBK
[2009/4/16 1:49:13:531] Debug 50103 (EnvironmentUtility:getEnvironment): REPORTS_TMP=C:/DOCUME~1/ADMINI~1/LOCALS~1/Temp/1
[2009/4/16 1:49:13:531] Info 56025 (RWServer:startServer): Reports Server 正在启动
[2009/4/16 1:49:13:546] Debug 50103 (Multicast:registerReceiver): Packet handler registered
[2009/4/16 1:49:13:546] Info 50103 (ServerPacketHandler:start): ServerPacketHandler started successfully
[2009/4/16 1:49:13:546] Debug 50103 (Multicast:registerReceiver): Packet handler registered
[2009/4/16 1:49:13:546] Debug 50103 (ServerPacketReceiver:handlePacket): Got a request packet
[2009/4/16 1:49:14:546] Debug 50103 (ServerPacketReceiver:handlePacket): Got a request packet
[2009/4/16 1:49:15:546] Debug 50103 (ServerPacketReceiver:handlePacket): Got a request packet
[2009/4/16 1:49:16:546] Info 50103 (Multicast:registerReceiver): Packet handler unregistered
[2009/4/16 1:49:16:546] Info 56023 (ServerImpl:ServerImpl): Idle thread has been started
[2009/4/16 1:49:16:546] Info 50103 (RWServer:startServer): Using multicast mechanism
[2009/4/16 1:49:16:546] Info 56020 (EngineManager:spawnEngine): Launching engine rwEng-0
[2009/4/16 1:49:16:546] Error 50103 (EngineManager:spawnEngine): Error writing IOR java.io.FileNotFoundException: C:/DOCUME~1/ADMINI~1/LOCALS~1/Temp/1/tmp_1135890 (系统找不到指定的路径。)
[2009/4/16 1:49:16:546] Debug 50103 (EngineManager:spawnEngine): Start engine command line = e:/oracle/BIHome_1/jdk/jre/bin/javaw -server -cp "E:/oracle/BIHome_1/j2ee/home/lib/ojsp.jar;E:/oracle/BIHome_1/reports/jlib/rwrun.jar;E:/oracle/BIHome_1/jlib/zrclient.jar" -Duser.language=zh -Duser.region=CN -Xmx256M oracle.reports.engine.RWEngine name=rwEng-0 server=rep_cdgs-1l6zxns5p0_bihome1 ORACLE_HOME=E:/oracle/BIHome_1 engineimplclass=oracle.reports.engine.EngineImpl traceopts=trace_all tracefile=E:/oracle/BIHome_1/reports/logs/rep_cdgs-1l6zxns5p0_BIHome1/rwEng-0.trc tracemode=trace_replace cacheDir=E:/oracle/BIHome_1/reports/cache server_ior=
[2009/4/16 1:49:16:546] Debug 50103 (EngineManager:spawnEngine): Started engine with environment id =
[2009/4/16 1:49:16:546] Debug 50103 (EngineManager:spawnEngine): Started engine with Environment ORACLE_HOME=E:/oracle/BIHome_1
[2009/4/16 1:49:16:546] Debug 50103 (EngineManager:spawnEngine): Started engine with Environment PATH=e:/oracle/BIHome_1/bin;e:/DevSuiteHome_1/jdk/jre/bin/classic;e:/DevSuiteHome_1/jdk/jre/bin;e:/DevSuiteHome_1/jdk/jre/bin/client;e:/DevSuiteHome_1/jlib;e:/DevSuiteHome_1/bin;e:/DevSuiteHome_1/jre/1.4.2/bin/client;e:/DevSuiteHome_1/jre/1.4.2/bin;e:/OraHome_1/bin;e:/oracle/product/10.2.0/db_1/bin;C:/Program Files/HP/NCU;C:/WINDOWS/system32;C:/WINDOWS;C:/WINDOWS/System32/Wbem
[2009/4/16 1:49:16:546] Debug 50103 (EngineManager:spawnEngine): Started engine with Environment LD_LIBRARY_PATH=e:/oracle/BIHome_1/lib32:e:/oracle/BIHome_1/lib:e:/oracle/BIHome_1/jdk/jre/lib/sparc
[2009/4/16 1:49:16:546] Debug 50103 (EngineManager:spawnEngine): Started engine with Environment DISPLAY=localhost:0
[2009/4/16 1:49:16:546] Debug 50103 (EngineManager:spawnEngine): Started engine with Environment TMP=C:/DOCUME~1/ADMINI~1/LOCALS~1/Temp/1
[2009/4/16 1:49:16:546] Debug 50103 (EngineManager:spawnEngine): Started engine with Environment ORACLE_HOME=e:/oracle/BIHome_1
[2009/4/16 1:49:16:546] Debug 50103 (EngineManager:spawnEngine): Started engine with Environment ORACLE_CONFIG_HOME=e:/oracle/BIHome_1
[2009/4/16 1:49:16:546] Debug 50103 (EngineManager:spawnEngine): Started engine with Environment ORA_NLS33=e:/oracle/BIHome_1/ocommon/nls/admin/data
[2009/4/16 1:49:16:546] Debug 50103 (EngineManager:spawnEngine): Started engine with Environment COMSPEC=C:/WINDOWS/system32/cmd.exe
[2009/4/16 1:49:16:546] Debug 50103 (EngineManager:spawnEngine): Started engine with Environment SystemDrive=C:
[2009/4/16 1:49:16:546] Debug 50103 (EngineManager:spawnEngine): Started engine with Environment SystemRoot=C:/WINDOWS
[2009/4/16 1:49:16:546] Debug 50103 (EngineManager:spawnEngine): Started engine with Environment PATH=e:/oracle/BIHome_1/opmn/bin;e:/oracle/BIHome_1/opmn/lib;e:/oracle/BIHome_1/bin;C:/WINDOWS;C:/WINDOWS/system32
[2009/4/16 1:49:16:546] Debug 50103 (EngineManager:spawnEngine): Started engine with Environment NLS_LANG=SIMPLIFIED CHINESE_CHINA.ZHS16GBK
[2009/4/16 1:49:16:546] Debug 50103 (EngineManager:spawnEngine): Started engine with Environment REPORTS_TMP=C:/DOCUME~1/ADMINI~1/LOCALS~1/Temp/1
[2009/4/16 1:49:16:546] Info 56021 (EngineManager:spawnEngine): Engine rwEng-0 has been launched
[2009/4/16 1:49:16:546] State 56004 (EngineInfo:setState): Engine rwEng-0 state is: Initial
[2009/4/16 1:49:16:546] Info 56020 (EngineManager:spawnEngine): Launching engine rwURLEng-0
[2009/4/16 1:49:16:546] Error 50103 (EngineManager:spawnEngine): Error writing IOR java.io.FileNotFoundException: C:/DOCUME~1/ADMINI~1/LOCALS~1/Temp/1/tmp_30301818 (系统找不到指定的路径。)
[2009/4/16 1:49:16:546] Debug 50103 (EngineManager:spawnEngine): Start engine command line = e:/oracle/BIHome_1/jdk/jre/bin/javaw -server -cp "E:/oracle/BIHome_1/j2ee/home/lib/ojsp.jar;E:/oracle/BIHome_1/reports/jlib/rwrun.jar;E:/oracle/BIHome_1/jlib/zrclient.jar" -Duser.language=zh -Duser.region=CN -Xmx256M oracle.reports.engine.RWEngine name=rwURLEng-0 server=rep_cdgs-1l6zxns5p0_bihome1 ORACLE_HOME=E:/oracle/BIHome_1 engineimplclass=oracle.reports.urlengine.URLEngineImpl traceopts=trace_all tracefile=E:/oracle/BIHome_1/reports/logs/rep_cdgs-1l6zxns5p0_BIHome1/rwURLEng-0.trc tracemode=trace_replace cacheDir=E:/oracle/BIHome_1/reports/cache server_ior=
[2009/4/16 1:49:16:546] Debug 50103 (EngineManager:spawnEngine): Started engine with environment id =
[2009/4/16 1:49:16:546] Debug 50103 (EngineManager:spawnEngine): Started engine with Environment ORACLE_HOME=E:/oracle/BIHome_1
[2009/4/16 1:49:16:546] Debug 50103 (EngineManager:spawnEngine): Started engine with Environment PATH=e:/oracle/BIHome_1/bin;e:/DevSuiteHome_1/jdk/jre/bin/classic;e:/DevSuiteHome_1/jdk/jre/bin;e:/DevSuiteHome_1/jdk/jre/bin/client;e:/DevSuiteHome_1/jlib;e:/DevSuiteHome_1/bin;e:/DevSuiteHome_1/jre/1.4.2/bin/client;e:/DevSuiteHome_1/jre/1.4.2/bin;e:/OraHome_1/bin;e:/oracle/product/10.2.0/db_1/bin;C:/Program Files/HP/NCU;C:/WINDOWS/system32;C:/WINDOWS;C:/WINDOWS/System32/Wbem
[2009/4/16 1:49:16:546] Debug 50103 (EngineManager:spawnEngine): Started engine with Environment LD_LIBRARY_PATH=e:/oracle/BIHome_1/lib32:e:/oracle/BIHome_1/lib:e:/oracle/BIHome_1/jdk/jre/lib/sparc
[2009/4/16 1:49:16:546] Debug 50103 (EngineManager:spawnEngine): Started engine with Environment DISPLAY=localhost:0
[2009/4/16 1:49:16:546] Debug 50103 (EngineManager:spawnEngine): Started engine with Environment TMP=C:/DOCUME~1/ADMINI~1/LOCALS~1/Temp/1
[2009/4/16 1:49:16:546] Debug 50103 (EngineManager:spawnEngine): Started engine with Environment ORACLE_HOME=e:/oracle/BIHome_1
[2009/4/16 1:49:16:546] Debug 50103 (EngineManager:spawnEngine): Started engine with Environment ORACLE_CONFIG_HOME=e:/oracle/BIHome_1
[2009/4/16 1:49:16:546] Debug 50103 (EngineManager:spawnEngine): Started engine with Environment ORA_NLS33=e:/oracle/BIHome_1/ocommon/nls/admin/data
[2009/4/16 1:49:16:546] Debug 50103 (EngineManager:spawnEngine): Started engine with Environment COMSPEC=C:/WINDOWS/system32/cmd.exe
[2009/4/16 1:49:16:546] Debug 50103 (EngineManager:spawnEngine): Started engine with Environment SystemDrive=C:
[2009/4/16 1:49:16:546] Debug 50103 (EngineManager:spawnEngine): Started engine with Environment SystemRoot=C:/WINDOWS
[2009/4/16 1:49:16:546] Debug 50103 (EngineManager:spawnEngine): Started engine with Environment PATH=e:/oracle/BIHome_1/opmn/bin;e:/oracle/BIHome_1/opmn/lib;e:/oracle/BIHome_1/bin;C:/WINDOWS;C:/WINDOWS/system32
[2009/4/16 1:49:16:546] Debug 50103 (EngineManager:spawnEngine): Started engine with Environment NLS_LANG=SIMPLIFIED CHINESE_CHINA.ZHS16GBK
[2009/4/16 1:49:16:546] Debug 50103 (EngineManager:spawnEngine): Started engine with Environment REPORTS_TMP=C:/DOCUME~1/ADMINI~1/LOCALS~1/Temp/1
[2009/4/16 1:49:16:546] Info 56021 (EngineManager:spawnEngine): Engine rwURLEng-0 has been launched
[2009/4/16 1:49:16:546] State 56004 (EngineInfo:setState): Engine rwURLEng-0 state is: Initial
[2009/4/16 1:49:16:546] Debug 50103 (JobStore:writePersistFile): Purge persistent file
[2009/4/16 1:49:16:578] Debug 50103 (JobStore:writePersistFile): Purge persistent file done
[2009/4/16 1:49:17:15] Exception 56105 (): Engine rwEng-0 died with error:
oracle.reports.RWException: IDL:oracle/reports/RWException:1.0
 at oracle.reports.utility.Utility.newRWException(Utility.java:756)
 at oracle.reports.server.EngineManager.manage(EngineManager.java:324)
 at oracle.reports.server.IdleThread.run(IdleThread.java:88)

[2009/4/16 1:49:17:15] Debug 50103 (Multicast:registerReceiver): Packet handler registered
[2009/4/16 1:49:17:15] Debug 50103 (ServerPacketReceiver:handlePacket): Got a request packet
[2009/4/16 1:49:17:15] Info 50103 (Multicast:registerReceiver): Packet handler unregistered
[2009/4/16 1:49:17:15] Info 50103 (ServerPacketHandler:stop): Multicastmanager stopped successfully
[2009/4/16 1:49:17:15] Info 50002 (RWServer:shutdown): 服务器正在关闭
[2009/4/16 1:49:17:15] Info 50103 (RWServer:startServer): Notify thread to exit
[2009/4/16 1:49:17:15] Info 50103 (RWServer:startServer): RWServer thread exits
[2009/4/16 1:49:17:15] Info 50103 (Multicast:registerReceiver): Packet handler unregistered
[2009/4/16 1:49:17:15] Exception 56105 (): Engine rwEng-0 died with error:
oracle.reports.RWException: IDL:oracle/reports/RWException:1.0
 at oracle.reports.utility.Utility.newRWException(Utility.java:756)
 at oracle.reports.server.EngineManager.manage(EngineManager.java:324)
 at oracle.reports.server.IdleThread.run(IdleThread.java:88)

 

 

  • rwURLEng-0.trc

 [2009/4/16 1:52:35:812] Debug 50103 (RWEngine:init): args[0]=name=rwURLEng-0
[2009/4/16 1:52:35:812] Debug 50103 (RWEngine:init): args[1]=server=rep_cdgs-1l6zxns5p0_bihome1
[2009/4/16 1:52:35:812] Debug 50103 (RWEngine:init): args[2]=ORACLE_HOME=E:/oracle/BIHome_1
[2009/4/16 1:52:35:812] Debug 50103 (RWEngine:init): args[3]=engineimplclass=oracle.reports.urlengine.URLEngineImpl
[2009/4/16 1:52:35:812] Debug 50103 (RWEngine:init): args[4]=traceopts=trace_all
[2009/4/16 1:52:35:812] Debug 50103 (RWEngine:init): args[5]=tracefile=E:/oracle/BIHome_1/reports/logs/rep_cdgs-1l6zxns5p0_BIHome1/rwURLEng-0.trc
[2009/4/16 1:52:35:812] Debug 50103 (RWEngine:init): args[6]=tracemode=trace_replace
[2009/4/16 1:52:35:812] Debug 50103 (RWEngine:init): args[7]=cacheDir=E:/oracle/BIHome_1/reports/cache
[2009/4/16 1:52:35:812] Debug 50103 (RWEngine:init): args[8]=server_ior=
[2009/4/16 1:52:35:828] Info 50128 (RWEngine:init): orb init succeeded
[2009/4/16 1:52:35:828] Exception 50125 (org.omg.CORBA.DATA_CONVERSION:   vmcid: SUN  minor code: 202  completed: No
 at com.sun.corba.se.internal.corba.ORB.string_to_object(ORB.java:2038)
 at oracle.reports.engine.RWEngine.init(RWEngine.java:290)
 at oracle.reports.engine.RWEngine.main(RWEngine.java:60)
): 内部错误 org.omg.CORBA.DATA_CONVERSION:   vmcid: SUN  minor code: 202  completed: No

 

 

 

 

最后本人判断rwserver.trc文件中的

 Error 50103 (EngineManager:spawnEngine): Error writing IOR java.io.FileNotFoundException: C:/DOCUME~1/ADMINI~1/LOCALS~1/Temp/1/tmp_12525344 (系统找不到指定的路径。)

 是问题之所在,于是在临时目录C:/DOCUME~1/ADMINI~1/LOCALS~1/Temp下去看,居然没有1这个目录,于是建立一个临时目录1,靠,启动成功问题解决,真是汗。Oracle discover的一个小bug吧,花了一整个上午,还好,解决了。

 

原创粉丝点击