アーティクル - CS390447

ThingWorx Navigate の ODataConnector で GetEndpointList を実行すると、次のエラーで失敗します。

修正日: 11-Apr-2023   


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

適用対象

  • Windchill Navigate (formerly ThingWorx Navigate) 9.3 9.3.4
  • Windchill PDMLink 12.0.2.7

説明

  • ThingWorx Navigate の ODataConnector で GetEndpointList を実行すると失敗する
  • ThingWorx アプリケーション ログに次のエラーが出力されます。
2023-04-10 10:10:57.192+0000 [L: ERROR] [O: c.t.w.Things] [I: ] [U: Administrator] [S: ] [P: ] [T: https-openssl-nio-8443-exec-3] Unable to Invoke Service GetEndpointList on PartSearchOData : Your route exchange has failed.  Resource Error [Failed to aggregate all metadatas, 6 were expected, but only 2 received]
  • 統合ランタイムは、次のエラーを報告します。
2023-10-04 10:10:57.176 [Camel (camel-1) thread #15 - RecipientList-AggregateTask] WARN  c.t.i.r.o.MetadataAggregator - Failure processing metadata: HTTP operation failed invoking https://xxxxxxx.xxxx.com/Windchill/sslClientAuth/servlet/odata/ v2/Workflow /$metadata with statusCode: 500
2023-10-04 10:10:57.177 [ClientProcessor-3] INFO  c.t.i.r.o.MetadataTransformer - MetadataTransformer expected 6 metadatas and received 2 actual
2023-10-04 10:10:57.178 [ClientProcessor-3] ERROR c.t.i.r.IntegrationEngine - Exchange process failed with exception thrown : Your route exchange has failed.  Resource Error [Failed to aggregate all metadatas, 6 were expected, but only 2 received]
java.lang.RuntimeException: Your route exchange has failed.  Resource Error [Failed to aggregate all metadatas, 6 were expected, but only 2 received]
         at com.twx.integration.route.exceptions.ExceptionHelper.convertToRuntimeException(ExceptionHelper.java:77)
         at com.twx.integration.route.IntegrationEngine.dispatchRoute(IntegrationEngine.java:159)
         at com.twx.integration.client.things.IntegrationRuntimeServer.Invoke(IntegrationRuntimeServer.java:72)
         at jdk.internal.reflect.GeneratedMethodAccessor24.invoke(Unknown Source)
         at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
         at java.base/java.lang.reflect.Method.invoke(Method.java:568)
         at com.thingworx.common.processors.ReflectionProcessor.processService(ReflectionProcessor.java:261)
         at com.thingworx.communications.client.things.VirtualThing.invokeService(VirtualThing.java:1120)
         at com.thingworx.communications.client.things.VirtualThing.handleServiceRequest(VirtualThing.java:1028)
         at com.thingworx.communications.client.ConnectedThingClient.handleRequest(ConnectedThingClient.java:315)
         at com.thingworx.communications.client.processor.ClientProcessorTask.run(ClientProcessorTask.java:55)
         at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
         at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
         at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
         at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
         at java.base/java.lang.Thread.run(Thread.java:833)

最新バージョンはこちらを参照ください CS390447