Hi Experts,
Windows 10 / Oracle Database 12c 12.2 / Oracle Forms/weblogic 12c 12.2
I followed the below link to start to report server:
Creating and Starting a Standalone Reports Server in 12c (oracle.com)
all the steps have done successfully when I try to start the report Server
C. Start / Stop the standalone reports server (as shown in above link)
startComponent.cmd [Reports Server Name]
it asked me
Please enter Node Manager Password:
after entered password returning the below error
Connecting to Node Manager ...
<Jul 21, 2022 4:14:45 AM PDT> <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.>
<Jul 21, 2022 4:14:45 AM PDT> <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.>
<Jul 21, 2022 4:14:45 AM PDT> <Info> <Security> <BEA-090909> <Using the configured custom SSL Hostname Verifier implementation: weblogic.security.utils.SSLWLSHostnameVerifier$NullHostnameVerifier.>
This Exception occurred at Thu Jul 21 04:14:46 PDT 2022.
weblogic.nodemanager.NMException: Received error message from Node Manager Server: [Access to domain 'base_domain' for user '1vRLurm903' denied]. Please check Node Manager log for details.
Error: Error occurred while performing nmConnect : Cannot connect to Node Manager. : Received error message from Node Manager Server: [Access to domain 'base_domain' for user '1vRLurm903' denied]. Please check Node Manager log for details.
One thing I noticed that I have changed the node manager user name weblogic and password weblogic1 but in above error message it is showing different user name like 1vRLurm903
when I try to Call Report from from 12c , it also gives me error
REP-52251: The output of job ID 8 requested on Thu Jul 21 04:25:38 PDT 2022 cannot be retrieved.<P>REP-51026: No output is generated for job 8.
could you please guide me what is issue in report server or in settings?
Thanks in advance.