0

JDeveloper 11g を使用して BPEL プロジェクトを Web ロジック サーバーにデプロイしています。その正常に動作します。しかし、展開用に別の環境 (新しい環境) を選択すると、次のエラーが発生しました。エラーは、BPEL プロセス「TaskProcess1」の 1 つが原因です。
しかし、自分のサーバーにデプロイするときと同じセットアップで、デプロイと実行は非常にうまくいきます。

 code=500
[04:53:57 PM] Error deploying archive sca_RegistrationUpload_rev24.0.jar to partition "default" on server DAMS_Batch_Server1 [urasvr140.uradevt.gov.sg:8001, Cluster:DAMS_Batch_Cluster]  
[04:53:57 PM] HTTP error code returned [500]
[04:53:57 PM] Error message from server:
#;There was an error deploying the composite on DAMS_Batch_Server1: Operation failed - Member(Id=1, Timestamp=2011-06-02 15:25:57.428, Address=172.16.10.45:8088, MachineId=46637, Location=site:uradevt.gov.sg,machine:urasvr140,process:3968, Role=WeblogicServer):Error occurred during deployment of component: TaskProcess1 to service engine: implementation.bpel, for composite: RegistrationUpload: ORABPEL-01005
#;
#;Failed to compile bpel generated classes.
#;failure to compile the generated BPEL classes for BPEL process "TaskProcess1" of composite "default/RegistrationUpload!24.0*soa_f19c6537-e518-4c05-940c-688c1ddb2593"
#;The class path setting is incorrect.
#;Ensure that the class path is set correctly. If this happens on the server side, verify that the custom classes or jars which this BPEL process is depending on are deployed correctly. Also verify that the run time is using the same release/version. 
#;; .  Please see the server diagnostic logs on DAMS_Batch_Server1 for details.

何か提案があれば教えてください。

4

1 に答える 1

0

bpel プロセスからアクセスしている依存 jar ファイルはありますか?

サーバー上のログ・ファイルで soa_server を確認してください。サーバーで失敗した理由に関する詳細情報を提供します

于 2011-06-03T18:48:43.977 に答える