NetWorker Web UI (NWUI)をNetWorkerサーバーから起動するとログインできない
Summary:
NWUIをNetWorkerサーバーから起動するとログインできません。「Failed to authenticate user administrator with the provided password on Authentication Server」エラー
This article applies to
This article does not apply to
This article is not tied to any specific product.
Not all product versions are identified in this article.
Symptoms
NetWorker Web UIをNetWorkerサーバーから起動するとログインできません
nwui.logのエラー:
[https-jsse-nio-9090-exec-7] INFO c.e.n.c.n.impl.GlobalApi - Authenticating user administrator on authentication server .
[https-jsse-nio-9090-exec-7] ERROR c.e.n.c.n.impl.GlobalApi - Failed to authenticate user administrator with the provided password on Authentication Server . javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
nsrloginは正常に機能します
NWUIを別のホストから起動するとログインは正常に機能します
nwui.logのエラー:
[https-jsse-nio-9090-exec-7] INFO c.e.n.c.n.impl.GlobalApi - Authenticating user administrator on authentication server .
[https-jsse-nio-9090-exec-7] ERROR c.e.n.c.n.impl.GlobalApi - Failed to authenticate user administrator with the provided password on Authentication Server . javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
nsrloginは正常に機能します
NWUIを別のホストから起動するとログインは正常に機能します
Cause
tomcat証明書がJavaキーストアにありません。
Resolution
Javaキーストアにtomcat証明書「emcauthctomcat.cer」をインポートします。
keytool -import -alias emcauthctomcat -keystore cacerts -file emcauthctomcat.cer
次の例では、NRE 8.0.10がインストールされており、tomcat証明書はデフォルトのNetWorkerパスにあります。keytoolコマンドは、次のようになります。
keytool -import -alias emcauthctomcat -keystore "C:\Program Files\NRE\java\jre1.8.0_301\lib\security\cacerts" -file "C:\Program Files\EMC NetWorker\nsr\authc-server\tomcat\conf\emcauthctomcat.cer"
Javaキーストアのデフォルト パスワードは、changeitです。
keytool -import -alias emcauthctomcat -keystore cacerts -file emcauthctomcat.cer
次の例では、NRE 8.0.10がインストールされており、tomcat証明書はデフォルトのNetWorkerパスにあります。keytoolコマンドは、次のようになります。
keytool -import -alias emcauthctomcat -keystore "C:\Program Files\NRE\java\jre1.8.0_301\lib\security\cacerts" -file "C:\Program Files\EMC NetWorker\nsr\authc-server\tomcat\conf\emcauthctomcat.cer"
Javaキーストアのデフォルト パスワードは、changeitです。
Article Properties
Article Number: 000193323
Article Type: Solution
Last Modified: 10 Jan 2022
Version: 3
Find answers to your questions from other Dell users
Support Services
Check if your device is covered by Support Services.