アーティクル - CS253318

Windchill PDMLink でスタンドアロン Solr を SSL モードで設定する方法

修正日: 28-Nov-2025   


注記:ここに記載されている情報は、お客様の利便性向上のため機械翻訳ソフトを使用しています。PTCは、ここに記載されている情報の翻訳の正確性について、一切の責任を負いませんので、ご了承ください。英語の原文を参照するには、こちら。この機械翻訳に関する詳細は、こちら。
お知らせいただき、ありがとうございます。この機械翻訳をレビューします。

適用対象

  • Windchill PDMLink 11.0 to 12.0

説明

  • SSL モードで Solr を構成するにはどうすればよいですか?
  • スタンドアロン インデックス検索サーバー (Solr) に SSL を構成した後、Solr ユーザー インターフェイス (UI) にログインできない
  • ブラウザのユーザー インターフェイス (UI) で次のエラーが報告されます。
HTTP ERROR 401
Problem accessing /solr/. Reason: 
Unauthorized
Powered by Jetty://
  • SSL モードで Solr を構成した後、Solr サーバーの起動に失敗する
  • solr.logログ ファイルでは、次のエラーが報告されます。
WARN  (main) [   ] o.e.j.u.c.AbstractLifeCycle FAILED SslContextFactory@b2c9a9c(./etc/solr-ssl.keystore.jks,./etc/solr-ssl.keystore.jks): java.io.IOException: Keystore was tampered with, or password was incorrect
java.io.IOException: Keystore was tampered with, or password was incorrect
at sun.security.provider.JavaKeyStore.engineLoad(JavaKeyStore.java:780)
at sun.security.provider.JavaKeyStore$JKS.engineLoad(JavaKeyStore.java:56)
at sun.security.provider.KeyStoreDelegator.engineLoad(KeyStoreDelegator.java:224)
Caused by: java.security.UnrecoverableKeyException: Password verification failed
at sun.security.provider.JavaKeyStore.engineLoad(JavaKeyStore.java:778)
  • 一括インデックス ツールの実行中にインデックス作成が失敗し、次のエラーが発生します: Windchill wt.index.BulkIndexTool
ERROR [IndexQueue2.PollingThread] wt.index.SolrIndexer Administrator - Error in delete method 
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at https://<solr host name>:<solr port number>/solr/wblib: Expected mime type application/octet-stream but got text/html. <html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<title>Error 401 Unauthorized</title>
</head>
<body><h2>HTTP ERROR 401</h2>
<p>Problem accessing /solr/wblib/update. Reason:
<pre>    Unauthorized</pre></p><hr><i><small>Powered by Jetty://</small></i><hr/>
Caused by: wt.util.WTException: Error processing collection
at wt.index.IndexingServiceImpl.updateIndexer(IndexingServiceImpl.java:235)
at wt.index.StandardIndexPolicyManager.updateIndexer(StandardIndexPolicyManager.java:123)
  • Windchill 11.0 M030 CPS03にアップグレードした後、Solr がオブジェクトのインデックス作成に失敗する
    "ERROR (qtp1514322932-17) [   x:wblib] c.p.s.u.p.PTCUpdateRequestProcessor error getting content
    javax.net.ssl.SSLHandshakeException: Received fatal alert: handshake_failure"
  • SSL が有効になっている再ホストされた Solr サーバーでの Solr コアの作成中に問題が発生しました:
    INFO org-apache.solr.util.configuration.SSLConfigurations; Setting javax.net.ssl.keyStorePassword
    INFO org-apache.solr.util.configuration.SSLConfigurations; Setting javax.net.ssl.truststorePassword
    
    Connection to <Source_Solr_Server> failed
最新バージョンはこちらを参照ください CS253318