APM 9.6 から 10.1 へのアップグレード後に Team Center を表示できない
APM 9.6 から 10.1 にアップグレードした後に、APM チーム センターにアクセスできなくなります。以下のエラーがブラウザに表示されます。
apmdevops102jp
問題の状況
APM 9.6 から 10.1 にアップグレードした後に、APM チーム センターにアクセスできなくなります。以下のエラーがブラウザに表示されます。
APM Team Center は無効です。
システム管理者にお問い合わせください。
解決方法
- <EM_Home>/config ディレクトリに移動します。
- テキスト エディタで IntroscopeWebView.properties ファイルを開きます。
- たとえば、introscope.webview.enterprisemanager.rest.baseプロパティを探します。# URL that points to root of the Enterprise Manager REST API introscope.webview.enterprisemanager.rest.base=http://{EM_HOST}:/apm/appmap
- ポートを追加します。# URL that points to root of the Enterprise Manager REST APIintroscope.webview.enterprisemanager.rest.base=http://{EM_HOST}:8081/apm/appmap introscope.webview.enterprisemanager.rest.base=http://199.119.123.233:8081/apm/appmap
- ファイルを保存して閉じます。
詳細:
関連するナレッジ ベース記事 TEC1891334: APM 10 へのアップグレード後に WebView にログインすると、要求は Team Center ビューに転送されます。このリダイレクトを無効にする方法は?