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!

issue starting oracle report in 12c

Tony007Dec 17 2021 — edited Dec 17 2021

hi i create report Tool in 12c but when i start in its not showing am in solaris 11.4 sparc
this how i create it
createReportsToolsInstance(instanceName='frm_rep_servr_hostname',machine='AdminServerMachine')

i start it
./startComponent.sh frm_rep_servr_hostname
Starting system Component frm_rep_servr_hostname ...

Initializing WebLogic Scripting Tool (WLST) ...

Welcome to WebLogic Server Administration Scripting Shell

Type help() for help on available commands

Reading domain from /usr1/Oracle/Middleware/Oracle_Home/user_projects/domains/Fr_domain

Connecting to Node Manager ...
<Dec 15, 2021 12:08:02 PM SAST> <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.>
<Dec 15, 2021 12:08:02 PM SAST> <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.>
<Dec 15, 2021 12:08:02 PM SAST> <Info> <Security> <BEA-090909> <Using the configured custom SSL Hostname Verifier implementation: weblogic.security.utils.SSLWLSHostnameVerifier$NullHostnameVerifier.>
Successfully Connected to Node Manager.
Starting server frm_rep_servr_hostname...
Successfully started server frm_rep_servr_hostname ...
Successfully disconnected from Node Manager.

when i check the report is not showing

./rwdiag.sh -FindAll

Reading the rwnetwork.conf from :/usr1/Oracle/Middleware/Oracle_Home/user_projects/domains/Fr_domain/config/fmwconfig/components/ReportsToolsComponent/frm_rep_servr_hostname/rwnetwork.conf
Broadcast mechanism used to locate servers
------------------------------------------
Channel address = 228.5.6.7
Channel port = 14021

Comments

ReportsToolsComponent is not a Server, it contains backing files for Reports Builder, font files.
Repeat your steps with below command.
createReportsServerInstance(instanceName='frm_rep_servr_hostname',machine='AdminServerMachine')
Thanks, Suresh

Tony007

./wlst.sh

Initializing WebLogic Scripting Tool (WLST) ...

Welcome to WebLogic Server Administration Scripting Shell

Type help() for help on available commands

wls:/offline> connect("weblogic","ofrwls12","hostname:7001")
Connecting to t3://hostname:7001 with userid weblogic ...
Successfully connected to Admin Server "AdminServer" that belongs to domain "Fr_domain".

Warning: An insecure protocol was used to connect to the server.
To ensure on-the-wire security, the SSL port or Admin port should be used instead.

wls:/Fr_domain/serverConfig/> createReportsServerInstance(instanceName='frm_rep_servr_hostname02',machine='AdminServerMachine')
Location changed to edit custom tree. This is a writable tree with No root.
For more help, use help('editCustom')

Starting an edit session ...
Started edit session, be sure to save and activate your changes once you are done.
Saving all your changes ...
Saved all your changes successfully.
Activating all your changes, this may take a while ...
The edit lock associated with this edit session is released once the activation is completed.
Activation completed
Reports Server instance "frm_rep_servr_hostname02" was successfully created.

/rwdiag.sh -FindAll

Reading the rwnetwork.conf from :/usr1/Oracle/Middleware/Oracle_Home/user_projects/domains/Fr_domain/config/fmwconfig/components/ReportsToolsComponent/frm_rep_servr_hostname01/rwnetwork.conf
Broadcast mechanism used to locate servers
------------------------------------------
Channel address = 228.5.6.7
Channel port = 14021

/usr1/Oracle/Middleware/Oracle_Home/user_projects/domains/Fr_domain/bin/startComponent.sh frm_rep_servr_hostname02
Rerun /rwdiag.sh -FindAll

Tony007

i did that still empty

rwdiag.sh can never return empty. The script should exit with REP-50503 or REP-50504
The script reads rwnetwork from frm_rep_servr_hostname01, so COMPONENT_NAME is correctly configured.
Double check if rwdiag.sh is running from /usr1/Oracle/Middleware/Oracle_Home/user_projects/domains/Fr_domain/reports/bin
Do you see the linux process for frm_rep_servr_hostname02?
What do you get when you run below.
http://<hostname>:<wls_reports_port>/reports/rwservlet/showjobs?server=frm_rep_servr_hostname02

Tony007

am geting

http://<hostname>:<wls_reports_port>/reports/rwservlet/showjobs?server=frm_rep_servr_hostname02

Did this answer the question? Yes No
REP-51002: Bind to Reports Server frm_rep_servr_hostname02 failed.

1 - 6

Post Details

Added on Dec 17 2021
6 comments
171 views