I'm setting up a test server for 12c. Oracle 12c is installed and forms is running. The problem lies with the report server, it is not starting.
I did the following commands:
1. Logon to wlst
2. execute createReportsToolsInstance(instanceName='reptools1',machine='AdminServerMachine')
3. execute createReportsServerInstance(instanceName='rep_server1',machine='AdminServerMachine')
4. in dos prompt, run startComponent rep_server1
There were no errors in any of the executed commands.
In the directory <domain_home>/servers/rep_server1/logs there are these files:
rep_server1.out
rep_server1_stop.out
rwEng-0_diagnostic.log
rwserver_diagnostic.log
zrclient_diagnostic.log
There is nothing in any of the files except rep_server1.out.
rep_server1.out
<Oct 15, 2025 1:57:27 PM EDT> <FINEST> <NodeManager ComponentManager> <Wrote process id 7484>
<Oct 15, 2025 1:57:27 PM EDT> <INFO> <NodeManager ComponentManager> <The server 'rep_server1' with process id 7484 is no longer alive; waiting for the process to die.>
<Oct 15, 2025 1:57:27 PM EDT> <FINEST> <NodeManager ComponentManager> <Process died.>
<Oct 15, 2025 1:57:27 PM EDT> <INFO> <NodeManager ComponentManager> <Server failed during startup. It may be retried according to the auto restart configuration.>
<Oct 15, 2025 1:57:27 PM EDT> <FINEST> <NodeManager ComponentManager> <get latest startup configuration before deciding/trying to restart the server>
<Oct 15, 2025 1:57:27 PM EDT> <INFO> <NodeManager ComponentManager> <Server failed so attempting to restart (restart count = 1)>
<Oct 15, 2025 1:57:27 PM EDT> <FINEST> <NodeManager ComponentManager> <Wrote process id 8444>
<Oct 15, 2025 1:57:27 PM EDT> <INFO> <NodeManager ComponentManager> <The server 'rep_server1' with process id 8444 is no longer alive; waiting for the process to die.>
<Oct 15, 2025 1:57:27 PM EDT> <FINEST> <NodeManager ComponentManager> <Process died.>
<Oct 15, 2025 1:57:27 PM EDT> <INFO> <NodeManager ComponentManager> <Server failed during startup. It may be retried according to the auto restart configuration.>
<Oct 15, 2025 1:57:27 PM EDT> <FINEST> <NodeManager ComponentManager> <get latest startup configuration before deciding/trying to restart the server>
<Oct 15, 2025 1:57:27 PM EDT> <INFO> <NodeManager ComponentManager> <Server failed so attempting to restart (restart count = 2)>
<Oct 15, 2025 1:57:27 PM EDT> <FINEST> <NodeManager ComponentManager> <Wrote process id 4868>
<Oct 15, 2025 1:57:27 PM EDT> <INFO> <NodeManager ComponentManager> <The server 'rep_server1' with process id 4868 is no longer alive; waiting for the process to die.>
<Oct 15, 2025 1:57:27 PM EDT> <FINEST> <NodeManager ComponentManager> <Process died.>
<Oct 15, 2025 1:57:27 PM EDT> <INFO> <NodeManager ComponentManager> <Server failed during startup. It may be retried according to the auto restart configuration.>
<Oct 15, 2025 1:57:27 PM EDT> <FINEST> <NodeManager ComponentManager> <get latest startup configuration before deciding/trying to restart the server>
<Oct 15, 2025 1:57:27 PM EDT> <INFO> <NodeManager ComponentManager> <Server failed but will not be restarted because the maximum number of restart attempts has been exceeded>
<Oct 15, 2025 1:57:27 PM EDT> <FINEST> <NodeManager ComponentManager> <runMonitor returned, setting finished=true and notifying waiters>
I DID NOT HAVE any jsp errors.
I've been scratching my head over this for the past 2 days.
Any ideas?