簡體   English   中英

訪問域被拒絕時如何使用startComponent.cmd啟動oracle報表服務器

[英]How to to startup oracle report server using startComponent.cmd when access to domain is denied

有人可以幫我弄清楚如何正確啟動 oracle 報表服務器嗎? AdminServer, OHS, WLS_FORMS and WLS_REPORTS已啟動並正在運行。 當我嘗試使用WLST命令啟動 oracle 報告服務器時,它說:

`Connecting to Node Manager ...`

<Jan 27, 2020 3:59:42 PM SGT> <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.>
<Jan 27, 2020 3:59:42 PM SGT> <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.>
<Jan 27, 2020 3:59:43 PM SGT> <Info> <Security> <BEA-090909> <Using the configured custom SSL Hostname Verifier implementation: weblogic.security.utils.SSLWLSHostnameVerifier$NullHostnameVerifier.>
This Exception occurred at Mon Jan 27 15:59:45 SGT 2020.
weblogic.nodemanager.NMException: Received error message from Node Manager Server: [Access to domain 'base_domain' for user 'eXq1WrTnqX' 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 'eXq1WrTnqX' denied]. Please check Node Manager log for details. 
Use dumpStack() to view the full stacktrace :

我嘗試使用connect('username','<password>','localhost:7001')在 WLST 中connect('username','<password>','localhost:7001')並且我可以連接但是當我在 CMD 中嘗試它時“ Oracle_Home\\userproject\\domain\\base_domain\\bin\\startComponent.cmd MyServer1 " 使用相同的用戶名和密碼,它說它無法連接。

我嘗試將nm_properties散列的用戶名和密碼nm_properties為純文本,但出現錯誤,因此我必須將其更改回原始值。

以 root 身份嘗試或授予以下權限:

  • chmod +x *.sh

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM