Hi All.
I'm using Forms and Reports 12c lastest version.
I have created a standalone report server which starts successfully, but can not be accessed by any means.
Info:
1) Startup:
[weblogic@Odin bin]$ ./startComponent.sh rep_server1
Starting system Component rep_server1 ...
Initializing WebLogic Scripting Tool (WLST) ...
Welcome to WebLogic Server Administration Scripting Shell
Type help() for help on available commands
Reading domain from /u01/app/oracle/product/12.2.1/user_projects/domains/frsdomain
Connecting to Node Manager ...
<20-dic-2018 11H55' VET> <Info> <Security> <BEA-090905> <Disabling the CryptoJ JCE Provider self-integrity check for better startup performance. To enable this check, specify -Dweblogic.security.allowCryptoJDefaultJCEVerification=true.>
<20-dic-2018 11H55' VET> <Info> <Security> <BEA-090906> <Changing the default Random Number Generator in RSA CryptoJ from ECDRBG128 to HMACDRBG. To disable this change, specify -Dweblogic.security.allowCryptoJDefaultPRNG=true.>
<20-dic-2018 11H55' VET> <Info> <Security> <BEA-090909> <Using the configured custom SSL Hostname Verifier implementation: weblogic.security.utils.SSLWLSHostnameVerifier$NullHostnameVerifier.>
Successfully Connected to Node Manager.
Starting server rep_server1 ...
Successfully started server rep_server1 ...
Successfully disconnected from Node Manager.
2) Upon trying access i get
REP-51002: Fallo en el enlace a Reports Server rep_server1.
3) Output from rep_server1.out:
INFORMACIÃN: Fallo al iniciar jps.
<20-dic-2018 12H13' VET> <INFO> <NodeManager ComponentManager> <The server 'rep_server1' with process id 25516 is no longer alive; waiting for the process to die.>
<20-dic-2018 12H13' VET> <FINEST> <NodeManager ComponentManager> <Process died.>
<20-dic-2018 12H13' VET> <FINEST> <NodeManager ComponentManager> <get latest startup configuration before deciding/trying to restart the server>
<20-dic-2018 12H13' VET> <INFO> <NodeManager ComponentManager> <Server failed so attempting to restart (restart count = 1)>
dic 20, 2018 12:13:39 PM oracle.security.jps.internal.config.OpssCommonStartup preStart
3) Ouput from rwdiag:
[weblogic@Odin logs]$ cd $DOMAIN_HOME/reports/bin
[weblogic@Odin bin]$ ./rwdiag.sh -findAll
Reading the rwnetwork.conf from :/u01/app/oracle/product/12.2.1/user_projects/domains/frsdomain/config/fmwconfig/components/ReportsToolsComponent/reptools1/rwnetwork.conf
Broadcast mechanism used to locate servers
------------------------------------------
Channel address = 228.5.6.7
Channel port = 14021
(1) Name = rep_wls_reports_odin : Type = server : Host = Odin
[weblogic@Odin bin]$
As you can see, only In_Process Report Server has been discovered.
How can i troubleshoot this issue???
Thanks in advance !!!.