Oracle 10g  Report Server is Not Starting Up?

Hi,
I have installed Oracle 10g Developer Suite (10.1.2.0.2) and OS is Windows 2003 Server R2 SP2 32-Bit, i have run this Command rwserver server = server name start for starting up my report server,it show error message REP-56105: Engine {0} died with error:* and report server status is shutdown.
Please Advice,
Thank You
Shan

1) Please post the version of Reports and the OS because some problems could be version specific and OS specific
2) Enable tracing
Edit
$OH\reports\conf\server_name.conf
And uncomment "trace" element. It should be like this
<trace traceOpts="trace_all"/>
Now we can see the engine trace also in logs directory. That may throw some light about the issue.
3) Please try the following in conf file
Comment the url engine element if you are not planning to use url engine
<!--engine id="rwURLEng" .... /-->
4) Increase callback timeout for rwEng engine element in conf file
<engine id="rwEng" class="oracle.reports.engine.EngineImpl" initEngine="1" maxEngine="1" minEngine="0" engLife="50" maxIdle="30" callbackTimeOut="60000">
Increase callbackTimeOut (make it 1.5 or double or something) and try
Thanks
The Oracle Reports Team

Similar Messages

  • Oracle 10g Reports Server - problem authenticating against DB

    I have a problem with Oracle 10g Reports server authenticating against an Oracle RDBMS.
    When I try to run reports, an authentication form screen is presented, with the password field empty (the URL in explorer that loads this page contains the username and DB instance, but is missing the password) and the following error message:
    REP-51018: Need database user authentication
    When the password is entered into the empty field in the form and submitted, another 2 authentication errors are given.
    REP-51018: Need database user authentication
    REP-12545: java.sql.SQLException: ORA-12545: Connect failed because target host or object does not exist
    When the URL in the browser location field is manually altered to include the DB password, the reports are authenticated fine.
    Any ideas which config file I should be looking in?
    Any pointers would, of course, be much appreciated.
    thanks,
    Brian

    Hello, i finally have discovered what was happening, it has to be with the way FreeBSD passes the password field. By default FreeBSD passes the password field with a '*' while Oracle Linux (and Red Hat clones) expect an 'x' to look into shadow maps (Linux uses the '*' character in the password file to not allow login to that user).
    To solve it the password field served by the NIS server must be substituted, which is accomplished with nsswitch.conf and adding a line to the /etc/password file on the NIS Client, so the final files will look this way:
    # nsswitch.conf (compat directive allows us to use the '+' sintaxis in /etc/passwd file)
    passwd files compat
    # /etc/passwd (just add at the end of file)
    +:x:::::

  • Oracle 9i Report Server Failed to start

    Hi,
    My Oracle 9i Report Server Failed to start, I think it is due to patch problem with OS
    It was workin fine before we upgraded patch to Sun Solaris Machine.
    Now the Patch set In my OS is
    The patched installed are as follows
    112138-01 Synopsis: SunOS 5.8:: usr/bin/domainname patch
    108652-98 X11 6.4.1: Xsun patch
    108921-25 CDE 1.4: dtwm patch
    108940-72 Motif 1.2.7 and 2.1.1: Runtime library patch for Solaris 8
    OS: SunOS 5.8 Generic_117350-37 sun4u sparc SUNW, Ultra-4
    When i try to start the application Server it shows the below error pls Help.
    ......Starting Oracle HTTP Server.....
    ADMN-100999
    ......Started Oracle HTTP Server.....
    ......Started OC4J instance.....
    ADMN-100999
    ......Started OC4J instance.....
    .....Checking OHS and OC4J status.....
    ADMN-100999
    See base exception for details.
    Base Exception:
    oracle.ias.repository.schema.SchemaException:Unable to connect to Directory Server:javax.naming.CommunicationException: it15242.chennai.ford.com:4032 [Root exception is java.net.ConnectException: Connection refused]
    See base exception for details.
    .....PRESS ENTER TO CONTINUE.......
    ......Starting Web Cache...........
    Oracle9iAS Web Cache, Version 9.0.2.0.0
    Copyright: Oracle Corporation, 1999-2001
    Build CALYPSO_9.0.0_SOLARIS_020411
    Admin Server failed to start
    ......Started Web Cache...........
    .....PRESS ENTER TO EXIT.......
    Please Help me out to solve this issue.

    I am assuming you are using 9iR2:
    1. start your infrastructure database
    2. start oid
    nohup oidmon start
    nohup oidctl server=oidldapd configset=0 instance=1 start
    3. check to see if things seem to be working properly in the infrastructure before starting the midtier
    dcmctl getstate -v (this will give you the status of the infrastructure components). If this comes back in error, you will need to solve this first.

  • Report server is not starting up...

    Hi,
    I am using Oracle 9iDS since last 1 year and everything was fine. suddenly I am getting below error during startup of report server
    Report server startup command ---> rwserver server=rep_in011370 batch=no
    Error : REP-50142 : Read file c:\Oracle\Ora811\reports\server\rep_in011370.dat error
    Pls. guide me how to resolve this error as I have re-installed report builder but still same problem...
    Regards/-
    Neeraj

    1) Please post the version of Reports and the OS because some problems could be version specific and OS specific
    2) Enable tracing
    Edit
    $OH\reports\conf\server_name.conf
    And uncomment "trace" element. It should be like this
    <trace traceOpts="trace_all"/>
    Now we can see the engine trace also in logs directory. That may throw some light about the issue.
    3) Please try the following in conf file
    Comment the url engine element if you are not planning to use url engine
    <!--engine id="rwURLEng" .... /-->
    4) Increase callback timeout for rwEng engine element in conf file
    <engine id="rwEng" class="oracle.reports.engine.EngineImpl" initEngine="1" maxEngine="1" minEngine="0" engLife="50" maxIdle="30" callbackTimeOut="60000">
    Increase callbackTimeOut (make it 1.5 or double or something) and try
    Thanks
    The Oracle Reports Team

  • Issue with lock file in Oracle 10g app server - MDB not running

    Hi,
    I have Oracle 10g & MQ 6 on my laptop. I generated JNDI bindings for app server-MQ by giving ip address of my machine first. Then i changed it to "localhost" & generated new set of .bindings file.
    With this new set i am able to send messages from my program to a queue. I also have an MDB which should listen to the same queue.
    However now my mdb is not listening to the queue & i suspect it is due to host address change, - because each time i start the server, i see a lock file created "OracleASRouter_store.lock" - under j2ee\home\persistance. And below is the content of the same -
    "O10.1.4.245:/C:/Program Files/Oracle/oc4j_extended_101330/j2ee/home/persistence/"
    As per few suggestions on this site, I deleted this file & restated app server, deleted whole content of persistance folder, restarted app server. But each time i see this file created and also see the ip address in log.xml under j2ee\home\log\oc4j
    Error message in this log.xml file is
    <MESSAGE>
    <HEADER>
    <TSTZ_ORIGINATING>2007-09-19T11:22:35.265-04:00</TSTZ_ORIGINATING>
    <COMPONENT_ID>j2ee</COMPONENT_ID>
    <MSG_ID>J2EE EJB-02009</MSG_ID>
    <MSG_TYPE TYPE="WARNING"></MSG_TYPE>
    <MSG_LEVEL>1</MSG_LEVEL>
    <HOST_ID>IFLEXNY-EXT99</HOST_ID>
    <HOST_NWADDR>10.1.4.245</HOST_NWADDR>
    <MODULE_ID>ejb.runtime</MODULE_ID>
    <THREAD_ID>10</THREAD_ID>
    <USER_ID>chetanmi</USER_ID>
    </HEADER>
    <CORRELATION_DATA>
    <EXEC_CONTEXT_ID><UNIQUE_ID>10.1.4.245:65858:1190215355296:0</UNIQUE_ID><SEQ>0</SEQ></EXEC_CONTEXT_ID>
    </CORRELATION_DATA>
    <PAYLOAD>
    <MSG_TEXT>[STGMQ:STGMQEJB:TestMDB] Unexpected exception by JMS provider: javax.jms.MessageEOFException: initializeConnection.</MSG_TEXT>
    <SUPPL_DETAIL><![CDATA[javax.jms.MessageEOFException: initializeConnection
         at com.evermind.server.jms.JMSUtils.make(JMSUtils.java:1075)
         at com.evermind.server.jms.JMSUtils.toJMSException(JMSUtils.java:1155)
         at com.evermind.server.jms.TCPJMSRemoteServer.initializeConnection(TCPJMSRemoteServer.java:154)
         at com.evermind.server.jms.TCPJMSRemoteServer.initializeConnection(TCPJMSRemoteServer.java:110)
         at com.evermind.server.jms.TCPJMSRemoteServer.<init>(TCPJMSRemoteServer.java:68)
         at com.evermind.server.jms.EvermindConnection.<init>(EvermindConnection.java:122)
         at com.evermind.server.jms.EvermindQueueConnection.<init>(EvermindQueueConnection.java:70)
         at com.evermind.server.jms.EvermindQueueConnectionFactory.unprivileged_createQueueConnection(EvermindQueueConnectionFactory.java:101)
         at com.evermind.server.jms.EvermindQueueConnectionFactory.access$000(EvermindQueueConnectionFactory.java:44)
         at com.evermind.server.jms.EvermindQueueConnectionFactory$1.execute(EvermindQueueConnectionFactory.java:81)
         at com.evermind.server.jms.InContainerProxy.doSecureOp(InContainerProxy.java:157)
         at com.evermind.server.jms.EvermindQueueConnectionFactory.createQueueConnection(EvermindQueueConnectionFactory.java:78)
         at com.evermind.server.jms.EvermindQueueConnectionFactory.createQueueConnection(EvermindQueueConnectionFactory.java:69)
         at com.evermind.server.ejb.MessageDrivenConsumer.createNonXAResources(MessageDrivenConsumer.java:567)
         at com.evermind.server.ejb.MessageDrivenConsumer.initializeJMSResources(MessageDrivenConsumer.java:491)
         at com.evermind.server.ejb.MessageDrivenConsumer.processMessages(MessageDrivenConsumer.java:208)
         at com.evermind.server.ejb.MessageDrivenConsumer.run(MessageDrivenConsumer.java:169)
         at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:298)
         at java.lang.Thread.run(Thread.java:595)
    Caused by: java.io.EOFException
         at java.io.DataInputStream.readInt(DataInputStream.java:358)
         at com.evermind.server.jms.JMSRemoteServer.readCheck(JMSRemoteServer.java:678)
         at com.evermind.server.jms.JMSRemoteServer.readProtocol(JMSRemoteServer.java:696)
         at com.evermind.server.jms.TCPJMSRemoteServer.initializeConnection(TCPJMSRemoteServer.java:134)
         ... 16 more
    ]]></SUPPL_DETAIL>
    </PAYLOAD>
    </MESSAGE>
    <MESSAGE>
    <HEADER>
    <TSTZ_ORIGINATING>2007-09-19T11:22:35.312-04:00</TSTZ_ORIGINATING>
    <COMPONENT_ID>j2ee</COMPONENT_ID>
    <MSG_ID>J2EE EJB-02014</MSG_ID>
    <MSG_TYPE TYPE="WARNING"></MSG_TYPE>
    <MSG_LEVEL>1</MSG_LEVEL>
    <HOST_ID>IFLEXNY-EXT99</HOST_ID>
    <HOST_NWADDR>10.1.4.245</HOST_NWADDR>
    <MODULE_ID>ejb.runtime</MODULE_ID>
    <THREAD_ID>10</THREAD_ID>
    <USER_ID>chetanmi</USER_ID>
    </HEADER>
    <CORRELATION_DATA>
    <EXEC_CONTEXT_ID><UNIQUE_ID>10.1.4.245:65858:1190215355296:0</UNIQUE_ID><SEQ>0</SEQ></EXEC_CONTEXT_ID>
    </CORRELATION_DATA>
    <PAYLOAD>
    <MSG_TEXT>[STGMQ:STGMQEJB:TestMDB] All message consumer threads have terminated due to provider errors, stopping MDB.</MSG_TEXT>
    </PAYLOAD>
    </MESSAGE>
    And my MDB is NOT WORKING. Please let me know how to deal with this.
    Your suggestions would be much appreciated.
    Regard,
    Chetan

    Line # 127 is creating a new application object using ApplicationFactory.
    ApplicationFactory aFactory =
    (ApplicationFactory) FactoryFinder.getFactory(
    FactoryFinder.APPLICATION_FACTORY);
    application = aFactory.getApplication();
    The only way that can throw a null pointer is when aFactory is NULL. I really doubt this case because, the same thing is doen in init() of FacesServlet. If it had failed there, the exception should have occured during server startup.
    This leaves me more and more confused....I am desperate for some help now :((
    Ramesh

  • Report server  service not starting up in report 6i

    I am trying to start report server service in windows 2000 server but it is not starting
    up with following error in event viewer.
    The Oracle Reports Server [arun] service terminated with service-specific error 186.
    Any clue.

    This error generally means there is a problem in the tnsnames.ora file. You are probably missing the needed entry for the Reports Server or the Reports Server name you are using contains special characters.
    More details can be found in Metalink Doc ID# 223807.1

  • Report Server is not startting

    I have installed Oracle 9iAS release 2 on Linux Advanced Server release 2.1AS/i686. Both Infrastructure and mid tier servers are on the same machine. When I see the services through OEM, All services except discoverer, reports and wireless are up. I updated conf file ( Report server) in reports/conf . It is not generating any trace or log file. Please suggest.

    Hi,
    the Reports Services is not a process by default but a Servlet. Just try and call a Reports by using http://host:port/reports/rwservlet?report=<name>&userid=<database access>&destpye=cache&desformat=htmlcss&paramform=no
    By omitting the server=<report server> parameter the in process server is started and used.
    Frank

  • Report server will not start

    I am new to OAS and am covering for someone on leave. We have a test environment and from the Oracle Enterprise Manager I can see that the Reports Server.Rep_servername_FRHome_1 is down, and remains down having tried to start it. I have enabled the trace, and this is what I get when I try to start the server.
    [2009/5/21 9:0:32:962] Debug 50103 (EnvironmentUtility:getEnvironment): LD_LIBRARY_PATH=C:\oracle\FRHome_1\lib32:C:\oracle\FRHome_1\lib:C:\oracle\FRHome_1\jdk\jre\lib\sparc
    [2009/5/21 9:0:32:962] Debug 50103 (EnvironmentUtility:getEnvironment): DISPLAY=localhost:0
    [2009/5/21 9:0:32:962] Debug 50103 (EnvironmentUtility:getEnvironment): TMP=C:\Temp\opmn
    [2009/5/21 9:0:32:962] Debug 50103 (EnvironmentUtility:getEnvironment): ORACLE_HOME=C:\oracle\FRHome_1
    [2009/5/21 9:0:32:962] Debug 50103 (EnvironmentUtility:getEnvironment): ORACLE_CONFIG_HOME=C:\oracle\FRHome_1
    [2009/5/21 9:0:32:962] Debug 50103 (EnvironmentUtility:getEnvironment): ORA_NLS33=C:\oracle\FRHome_1\ocommon\nls\admin\data
    [2009/5/21 9:0:32:962] Debug 50103 (EnvironmentUtility:getEnvironment): COMSPEC=C:\WINDOWS\system32\cmd.exe
    [2009/5/21 9:0:32:962] Debug 50103 (EnvironmentUtility:getEnvironment): SystemDrive=C:
    [2009/5/21 9:0:32:962] Debug 50103 (EnvironmentUtility:getEnvironment): SystemRoot=C:\WINDOWS
    [2009/5/21 9:0:32:962] Debug 50103 (EnvironmentUtility:getEnvironment): PATH=C:\oracle\FRHome_1\opmn\bin;C:\oracle\FRHome_1\opmn\lib;C:\oracle\FRHome_1\bin;C:\WINDOWS;C:\WINDOWS\system32
    [2009/5/21 9:0:32:962] Debug 50103 (EnvironmentUtility:getEnvironment): NLS_LANG=AMERICAN_AMERICA.WE8ISO8859P15
    [2009/5/21 9:0:32:962] Debug 50103 (EnvironmentUtility:getEnvironment): REPORTS_TMP=C:\DOCUME~1\HEATHE~1.ADM\LOCALS~1\Temp\2
    [2009/5/21 9:0:32:962] Info 56025 (RWServer:startServer): Reports Server is starting up
    [2009/5/21 9:0:32:978] Debug 50103 (Multicast:registerReceiver): Packet handler registered
    [2009/5/21 9:0:32:978] Info 50103 (ServerPacketHandler:start): ServerPacketHandler started successfully
    [2009/5/21 9:0:32:978] Debug 50103 (Multicast:registerReceiver): Packet handler registered
    [2009/5/21 9:0:32:978] Debug 50103 (ServerPacketReceiver:handlePacket): Got a request packet
    [2009/5/21 9:0:33:977] Debug 50103 (ServerPacketReceiver:handlePacket): Got a request packet
    [2009/5/21 9:0:34:977] Debug 50103 (ServerPacketReceiver:handlePacket): Got a request packet
    [2009/5/21 9:0:35:977] Info 50103 (Multicast:registerReceiver): Packet handler unregistered
    [2009/5/21 9:0:35:977] Info 56023 (ServerImpl:ServerImpl): Idle thread has been started
    [2009/5/21 9:0:35:977] Info 50103 (RWServer:startServer): Using multicast mechanism
    [2009/5/21 9:0:35:977] Info 56020 (EngineManager:spawnEngine): Launching engine rwEng-0
    [2009/5/21 9:0:35:977] Error 50103 (EngineManager:spawnEngine): Error writing IOR java.io.FileNotFoundException: C:\DOCUME~1\HEATHE~1.ADM\LOCALS~1\Temp\2\tmp_12548374
    (The system cannot find the path specified)
    [2009/5/21 9:0:35:977] Debug 50103 (EngineManager:spawnEngine): Start engine command line = C:\oracle\FRHome_1\jdk\jre\bin\javaw -server
    -cp "C:\oracle\FRHome_1\j2ee\home\lib\ojsp.jar;C:\oracle\FRHome_1\reports\jlib\rwrun.jar;C:\oracle\FRHome_1\jlib\zrclient.jar" -Duser.language=en
    -Duser.region=US -Xmx256M oracle.reports.engine.RWEngine name=rwEng-0 server=rep_dschl118_frhome_1 ORACLE_HOME=C:\oracle\FRHome_1 engineimplclass=oracle.reports.engine.EngineImpl
    traceopts=trace_all tracefile=C:\oracle\FRHome_1\reports\logs\rep_dschl118_FRHome_1\rwEng-0.trc tracemode=trace_replace cacheDir=C:\oracle\FRHome_1\reports\cache
    server_ior=
    [2009/5/21 9:0:35:977] Debug 50103 (EngineManager:spawnEngine): Started engine with environment id =
    [2009/5/21 9:0:35:977] Debug 50103 (EngineManager:spawnEngine): Started engine with Environment ORACLE_HOME=C:\oracle\FRHome_1
    [2009/5/21 9:0:35:977] Debug 50103 (EngineManager:spawnEngine): Started engine with Environment PATH=C:/oracle/FRHome_1/bin;C:/WINDOWS/system32;C:/WINDOWS;C:/WINDOWS/System32/Wbem
    [2009/5/21 9:0:35:977] Debug 50103 (EngineManager:spawnEngine): Started engine with Environment LD_LIBRARY_PATH=C:\oracle\FRHome_1\lib32:C:\oracle\FRHome_1\lib:C:\oracle\FRHome_1\jdk\jre\lib\sparc
    [2009/5/21 9:0:35:977] Debug 50103 (EngineManager:spawnEngine): Started engine with Environment DISPLAY=localhost:0
    [2009/5/21 9:0:35:977] Debug 50103 (EngineManager:spawnEngine): Started engine with Environment TMP=C:\Temp\opmn
    [2009/5/21 9:0:35:977] Debug 50103 (EngineManager:spawnEngine): Started engine with Environment ORACLE_HOME=C:\oracle\FRHome_1
    [2009/5/21 9:0:35:977] Debug 50103 (EngineManager:spawnEngine): Started engine with Environment ORACLE_CONFIG_HOME=C:\oracle\FRHome_1
    [2009/5/21 9:0:35:977] Debug 50103 (EngineManager:spawnEngine): Started engine with Environment ORA_NLS33=C:\oracle\FRHome_1\ocommon\nls\admin\data
    [2009/5/21 9:0:35:977] Debug 50103 (EngineManager:spawnEngine): Started engine with Environment COMSPEC=C:\WINDOWS\system32\cmd.exe
    [2009/5/21 9:0:35:977] Debug 50103 (EngineManager:spawnEngine): Started engine with Environment SystemDrive=C:
    [2009/5/21 9:0:35:977] Debug 50103 (EngineManager:spawnEngine): Started engine with Environment SystemRoot=C:\WINDOWS
    [2009/5/21 9:0:35:977] Debug 50103 (EngineManager:spawnEngine): Started engine with Environment PATH=C:\oracle\FRHome_1\opmn\bin;C:\oracle\FRHome_1\opmn\lib;C:\oracle\FRHome_1\bin;C:\WINDOWS;C:\WINDOWS\system32
    [2009/5/21 9:0:35:977] Debug 50103 (EngineManager:spawnEngine): Started engine with Environment NLS_LANG=AMERICAN_AMERICA.WE8ISO8859P15
    [2009/5/21 9:0:35:977] Debug 50103 (EngineManager:spawnEngine): Started engine with Environment REPORTS_TMP=C:\DOCUME~1\HEATHE~1.ADM\LOCALS~1\Temp\2
    [2009/5/21 9:0:35:977] Info 56021 (EngineManager:spawnEngine): Engine rwEng-0 has been launched
    [2009/5/21 9:0:35:977] State 56004 (EngineInfo:setState): Engine rwEng-0 state is: Initial
    [2009/5/21 9:0:35:977] Info 56020 (EngineManager:spawnEngine): Launching engine rwURLEng-0
    [2009/5/21 9:0:35:977] Error 50103 (EngineManager:spawnEngine): Error writing IOR java.io.FileNotFoundException: C:\DOCUME~1\HEATHE~1.ADM\LOCALS~1\Temp\2\tmp_10923886
    (The system cannot find the path specified)
    [2009/5/21 9:0:35:977] Debug 50103 (EngineManager:spawnEngine): Start engine command line = C:\oracle\FRHome_1\jdk\jre\bin\javaw -server
    -cp "C:\oracle\FRHome_1\j2ee\home\lib\ojsp.jar;C:\oracle\FRHome_1\reports\jlib\rwrun.jar;C:\oracle\FRHome_1\jlib\zrclient.jar" -Duser.language=en
    -Duser.region=US -Xmx256M oracle.reports.engine.RWEngine name=rwURLEng-0 server=rep_dschl118_frhome_1 ORACLE_HOME=C:\oracle\FRHome_1 engineimplclass=oracle.reports.urlengine.URLEngineImpl
    traceopts=trace_all tracefile=C:\oracle\FRHome_1\reports\logs\rep_dschl118_FRHome_1\rwURLEng-0.trc tracemode=trace_replace cacheDir=C:\oracle\FRHome_1\reports\cache
    server_ior=
    [2009/5/21 9:0:35:977] Debug 50103 (EngineManager:spawnEngine): Started engine with environment id =
    [2009/5/21 9:0:35:977] Debug 50103 (EngineManager:spawnEngine): Started engine with Environment ORACLE_HOME=C:\oracle\FRHome_1
    [2009/5/21 9:0:35:977] Debug 50103 (EngineManager:spawnEngine): Started engine with Environment PATH=C:/oracle/FRHome_1/bin;C:/WINDOWS/system32;C:/WINDOWS;C:/WINDOWS/System32/Wbem
    [2009/5/21 9:0:35:977] Debug 50103 (EngineManager:spawnEngine): Started engine with Environment LD_LIBRARY_PATH=C:\oracle\FRHome_1\lib32:C:\oracle\FRHome_1\lib:C:\oracle\FRHome_1\jdk\jre\lib\sparc
    [2009/5/21 9:0:35:977] Debug 50103 (EngineManager:spawnEngine): Started engine with Environment DISPLAY=localhost:0
    [2009/5/21 9:0:35:977] Debug 50103 (EngineManager:spawnEngine): Started engine with Environment TMP=C:\Temp\opmn
    [2009/5/21 9:0:35:977] Debug 50103 (EngineManager:spawnEngine): Started engine with Environment ORACLE_HOME=C:\oracle\FRHome_1
    [2009/5/21 9:0:35:977] Debug 50103 (EngineManager:spawnEngine): Started engine with Environment ORACLE_CONFIG_HOME=C:\oracle\FRHome_1
    [2009/5/21 9:0:35:977] Debug 50103 (EngineManager:spawnEngine): Started engine with Environment ORA_NLS33=C:\oracle\FRHome_1\ocommon\nls\admin\data
    [2009/5/21 9:0:35:977] Debug 50103 (EngineManager:spawnEngine): Started engine with Environment COMSPEC=C:\WINDOWS\system32\cmd.exe
    [2009/5/21 9:0:35:977] Debug 50103 (EngineManager:spawnEngine): Started engine with Environment SystemDrive=C:
    [2009/5/21 9:0:35:977] Debug 50103 (EngineManager:spawnEngine): Started engine with Environment SystemRoot=C:\WINDOWS
    [2009/5/21 9:0:35:977] Debug 50103 (EngineManager:spawnEngine): Started engine with Environment PATH=C:\oracle\FRHome_1\opmn\bin;C:\oracle\FRHome_1\opmn\lib;C:\oracle\FRHome_1\bin;C:\WINDOWS;C:\WINDOWS\system32
    [2009/5/21 9:0:35:977] Debug 50103 (EngineManager:spawnEngine): Started engine with Environment NLS_LANG=AMERICAN_AMERICA.WE8ISO8859P15
    [2009/5/21 9:0:35:977] Debug 50103 (EngineManager:spawnEngine): Started engine with Environment REPORTS_TMP=C:\DOCUME~1\HEATHE~1.ADM\LOCALS~1\Temp\2
    [2009/5/21 9:0:35:977] Info 56021 (EngineManager:spawnEngine): Engine rwURLEng-0 has been launched
    [2009/5/21 9:0:35:977] State 56004 (EngineInfo:setState): Engine rwURLEng-0 state is: Initial
    [2009/5/21 9:0:35:977] Debug 50103 (RWCacheItem:addFile): add file 'dr33356938310.txt' for job 2046
    [2009/5/21 9:0:35:977] Debug 50103 (RWCache:updateCurrentCapacity): Current cache capacity is 2187786
    [2009/5/21 9:0:35:977] Debug 50103 (JobStore:writePersistFile): Purge persistent file
    [2009/5/21 9:0:36:8] Debug 50103 (JobStore:writePersistFile): write job 2046
    [2009/5/21 9:0:36:8] Debug 50103 (JobStore:writePersistFile): Purge persistent file done
    [2009/5/21 9:0:36:852] 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/5/21 9:0:36:852] Debug 50103 (Multicast:registerReceiver): Packet handler registered
    [2009/5/21 9:0:36:852] Debug 50103 (ServerPacketReceiver:handlePacket): Got a request packet
    [2009/5/21 9:0:36:852] Info 50103 (Multicast:registerReceiver): Packet handler unregistered
    [2009/5/21 9:0:36:852] Info 50103 (ServerPacketHandler:stop): Multicastmanager stopped successfully
    [2009/5/21 9:0:36:852] Info 50002 (RWServer:shutdown): Server is shutting down
    [2009/5/21 9:0:36:852] Info 50103 (RWServer:startServer): Notify thread to exit
    [2009/5/21 9:0:36:852] Info 50103 (Multicast:registerReceiver): Packet handler unregistered
    [2009/5/21 9:0:36:852] Info 50103 (RWServer:startServer): RWServer thread exits
    [2009/5/21 9:0:36:852] 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)
    (End of Log File)
    I'm not sure if the line "2009/5/21 9:0:35:977] Error 50103 (EngineManager:spawnEngine): Error writing IOR java.io.FileNotFoundException: C:\DOCUME~1\HEATHE~1.ADM\LOCALS~1\Temp\2\tmp_12548374
    (The system cannot find the path specified) " is a hoax. The path exists upto C:\DOCUME~1\HEATHE~1.ADM\LOCALS~1\Temp\2.
    Can anyone please give me some pointers as to what the errors in this trace mean, orwhere else I can look please.
    Thanks in advance
    Rob

    hi,
    check if the C drive is full...maybe the drive which holds reports temp directory (C:\DOCUME~1\HEATHE~1.ADM\LOCALS~1\Temp\2\..) is full and if so create a directory at some drive or any place and set it in the reports_temp value registry and re-boot ur server.hope it helps:)
    Edited by: vanquish on May 21, 2009 5:11 PM

  • Oracle 10g schedualed job did not start

    Hi every one,
    I am facing the following problem and I need your help:
    There is scheduled job invoking a Procedure .The job does not run although the next run date is set. The job should run once daily. The next run date remains the same and the Logs for the job do not show any succssful or failure attempts. The job is enabled and is working fine in another system.
    All the other scheduled jobs are running.
    The Procedure can be successfully executed manually.
    There are no simultaneous jobs that are scheduled at the same time.
    The number of scheduled jobs is acceptable.
    The platform is Sun Solaris 10 , RAC 10g

    Hello,
    Can you post your code ? Also look under following view dba_scheduler_jobs (status, next_run_date). Here is sample job that runs daily once in 9:00 AM. Your job status should be either 0 or 1,
    BEGIN
       sys.DBMS_SCHEDULER.create_job (
          job_name          => '"MYSCHEMA"."MY_DAILY_JOB"',
          job_type          => 'PLSQL_BLOCK',
          job_action        => 'begin
    myschema.file_upload;
    end;',
          repeat_interval   => 'FREQ=DAILY;BYHOUR=9;BYMINUTE=0;BYSECOND=0',
          start_date        => SYSTIMESTAMP AT TIME ZONE 'US/Eastern',
          job_class         => 'DEFAULT_JOB_CLASS',
          auto_drop         => FALSE, --------- > auto_drop should be set to FALSE
          enabled           => FALSE
       sys.DBMS_SCHEDULER.set_attribute (name        => '"MYSCHEMA"."MY_DAILY_JOB"',
                                         attribute   => 'restartable',
                                         VALUE       => TRUE);
       sys.DBMS_SCHEDULER.enable ('"MYSCHEMA"."MY_DAILY_JOB"');
    END;Regards
    Edited by: OrionNet on Feb 7, 2009 9:52 AM

  • Oracle service, Listener and http server does not start automatically

    Hello,
    I have Oracle 9i release 2 installed on Unix HP box if system restart in case of power failure the Oracle service, Listener and http server does not start automatically, is there any ready reference available to check what's wrong is happening(I don't have knowledge of Unix).
    Thanks, Khawar.

    Hi Rajesh,
    Thanks for reply, I will check this link and will be back if facing problem.
    Regards, Khawar.

  • Urgent: problem running reports in Oracle 10g application server

    Hi all,
    our problem is that we deployed a jsp report as Ear file in Oracle 10g application server in infrastructure node.deployment says successfull.when we try to run that report it says 401 unauthorised.while sending request we are passing the database username,password &sid is this correct or any configuration setting to be done to make it run.
    one morething normal jsp works fine.when we run reports jsp it gives the above mentioned 401 error.

    hello,
    when you deploy reports JSPs they still require the reports specific componentes (e.g. TLD file, classes, ...) etc be available. i doubt that's the case in your ear file.
    thanks,
    ph.

  • Oracle Fulfillment server does not start and also my concurrent manager is

    The oracle Fulfillment server does not start and also my concurrent manager is down, when ever iam trying to start them i getting error.
    even i restarted my laptop many times
    Iam using WINXP on my laptop.
    Pls help someone
    hsawwan
    Posts: 11,859
    Registered: 03/13/06
    Re: oracle Fulfillment server and concurrent manager problem
    Posted: Oct 13, 2008 9:26 AM in response to: user578071 Reply
    What is the error?
    What does CM log file say?
    Please run cmclean.sql and try to start the CM then.
    Note: 134007.1 - CMCLEAN.SQL - Non Destructive Script to Clean Concurrent Manager Tables
    https://metalink.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=134007.1
    where should i run in apps schema or some other schema, where can i find the log
    as iam using r12

    Duplicate thread ..
    oracle Fulfillment server and concurrent manager problem
    Re: oracle Fulfillment server and concurrent manager problem

  • When Starting OC4J, why the report server doesn't start automatically? !!

    Dear All,
    I have DS 10g on my system and I start the OC4J when I have to run either forms or reports.
    But when I attend to start the do the following command from the form:
    WEB.SHOWDOCUMENT(..../getjobid<jobid>?server=<servername>...), I have an error: FRM-41213: Unable to connect to the report server <servername>.
    I noticed that if I run the following URL:http://<server>:.../reports/rwservlet, it gives me a list of command, but the server still not running..But if I add any command to the above URL like for example "getserverinfo" or "showjobs" then the server is started. Now, and after the command, if we return back and we run the report from the form, the report will run successfully.
    The question WHY??
    Regards,
    Joe
    Message was edited by: Joe
    Joe Farah

    Hello,
    That's the way it works ...
    http://download-uk.oracle.com/docs/cd/B14099_17/bi.1012/b14048/pbr_strt.htm
    2.1.3.1 Starting the In-process Server (Windows and UNIX)
    If you are using Reports Server as an in-process server (the default configuration), sending a run report request starts the in-process server; however, if you are sending a request through a command line, the servlet must be invoked first using either the run report URL or the Web command URL. When you have successfully started the servlet, this also means you have successfully started the in-process server.
    If you use "Oracle Application Server", the "in-process" reports server will be started automatically by opmn ...
    Regards

  • Oracle 10g reports migration to Oracle 11g migration

    I have migrated oracle 10g reports to Oracle 11g reports and generated REP file. But when we execute REP file using RWRUN.EXE I am getting below error.
    ERR REP-50125: rwbuilder.conf:java.lang.NullPointerException
    ERR java.lang.NullPointerException
    to avoid this I tried below work arround which was posted in "https://forums.oracle.com/forums/thread.jspa?threadID=2365028" URL. but not success.
    1. Go to C:\Oracle\Middleware\asinst_1\config\FRComponent\frcommon\tools\admin
    2. Make a backup of the file 'cauprefs.ora'
    3. Open up the file in a text editor:
    --In the file, look for:
    Reports.PluggableDataSourceFactories =
    ("oracle.reports.plugin.datasource.xmlpds.XMLDataSourceFactory",
    "oracle.reports.plugin.datasource.jdbcpds.JDBCDataSourceFactory",
    "oracle.reports.plugin.datasource.textpds.TextDataSourceFactory")
    --Replace the value to: Reports.PluggableDataSourceFactories = ()
    4. Save the file and try running Reports Builder again. Data Model should open up without crashing.
    Could you please help me to resolve this issue.

    When I use rwrun.bat report is not invoking i use below command line. I am executing rwrun.bat from C:\Oracle\Middleware\asinst_1\config\reports\bin path.
    rwrun.bat report="C:\Program Files\prnsrv\advices\01\bcacuchq.rep" userid=dbuserid/[email protected] desformat=pdf DESTYPE=file DESNAME="c:\temp\test.pdf" TRACEFILE="C:\TEMP\test.LOG" PRM_BRCH_CODE=781 PRM_PROD_CODE=BC PRM_PROD_REF_ID=BC11100142 PRM_ORDER_COL=DELIVERY_MODE PRM_CHQ_RPT=Y
    and log is generating as below
    ===========================
    LOG :
    Report: C:\Program Files\prnsrv\advices\01\bcacuchq.rep
    Logged onto server:
    Username:
    *** Starting up the JVM ***
    JVM CLASSPATH variable is:
    C:\Oracle\Middleware\Oracle_FRHome2\reports\jlib\rwbuilder.jar;C:\Oracle\Middleware\Oracle_FRHome2\reports\jlib\rwrun.jar;C:\Oracle\Middleware\Oracle_FRHome2\jlib\zrclient.jar
    *** JVM started successfully ***
    ====================================

  • Oracle 10g Application Server Stand By Creation

    Hi all ,
    I am newbe for oracle 10g application server . I need to know that how to create stand by applicattion server and how to make the report server name same as production server so that in case of emergency i can quickly shift on stand by.

    What we did was build the second server and powered it down. If our main data server loses power we start it up. The two servers are never up at the same time.
    To change the report name :
    1. Backup the file $ORACLE_HOME/sysman/emd/targets.xml.
    [oracle@tasias02 emd]$ pwd
    /u01/app/oracle/product/midtier/sysman/emd
    cp targets.xml targets.xmlbackup
    2. Modify the file targets.xml by changing all the occurrences of the wrong reports server name by the correct one.
    i.e. Replace rep_old with rep_new (4 places - changes)
    Copy the conf file as follows: ( this will named different from system to system )
    cp /u01/app/oracle/product/midtier/reports/conf/rep_old.conf /u01/app/oracle/product/midtier/reports/conf/rep_new.conf
    run this script:
    /u01/app/oracle/product/midtier/bin/addNewServerTarget.sh rep_new          (change rep_new to new report server name)
    3.Update the changed configuration .
    /u01/app/oracle/product/midtier/dcm/bin/dcmctl updateconfig -ct opmn -v -d
    /u01/app/oracle/product/midtier/dcm/bin/dcmctl resyncinstance -v -d
    4. Restart the Application Server Control Console
    /u01/app/oracle/product/midtier/bin/emctl stop iasconsole
    /u01/app/oracle/product/midtier/bin/emctl start iasconsole
    In the file:
    /u01/app/oracle/product/midtier/reports/config/reportsConfig.properties
    Change the Reports_Server_Name setting from "rep_old" to "rep_new" (change rep_new to new report server name)
    For 11 use this note :
    How to Create Two Reports Servers With the Same Name in the Same Subnet? [ID 437228.1]
    Best Regards
    mseberg

Maybe you are looking for

  • Monitors Blinking with Mini DisplayPort to HDMI

    I have two monitors (Samsung SyncMaster SA550 & Dell S2409W) that constantly blink when hooked up via a Mini DisplayPort to HDMI. The only thing that solves the problem is to use a Mini DiplayPort to  VGA adapter. But, I'd like to utilize the HDMI. M

  • Quiz app in jsp using xml as datasource

    Hi if one wants to set up a simple application like a quiz app that stores all its question in an xml file. The basic structure is like a java class reading from the xml using DOM/SAX then writing the info in the bean then getting that info in a jsp

  • What does the message mean?

    Thanks always, Marvel. I tried to create a region which is SQL Query (Pl/Sql Function Body returning Sql Query). The query itself is fine, successfully finished and the result is displayed, but with the message as follows:- === failed to parse SQL qu

  • HT201263 This iPhone could not be restored. An unknown error occurred (3194)

    This iPhone 4 is lockrd by French Orange Telecom. As I leave in the US, I exchanged my old iPhone with my friend thinking I would easily unlock it. Big mistake...Today, I connected to the power to test a wifi connection thru a Access Point, and even

  • PSE11 install without CD-ROM

    I have a valid license (registered on My Adobe) but I dont have the product CD-ROM. How can I install PSE11 on a new computer or transfer it from my old computer without the CD-Rom ?