【问题标题】:Deployment error message in JeveloperJeveloper 中的部署错误消息
【发布时间】:2011-06-02 08:59:43
【问题描述】:

我正在通过我的 JDeveloper 11g 在 Web 逻辑服务器上部署我的 BPEL 项目。它工作正常。但是当我选择不同的部署环境(新环境)时,出现以下错误。 错误是由于我的一个 BPEL 进程“TaskProcess1”造成的。
但是当我部署到我自己的服务器时,同样的设置它的部署和运行非常好。

 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.

如果您有任何建议,请告诉我。

【问题讨论】:

    标签: soa jdeveloper bpel


    【解决方案1】:

    是否有从 bpel 进程访问的依赖 jar 文件?

    在服务器上检查 soa_server 的日志文件。它将为您提供有关服务器失败原因的更多信息

    【讨论】:

    • 是的,我检查过,但 SOA_server1 日志没有任何信息……这不走运……当我评论它的代码对我有用时,这意味着它在类级别需要一些东西。但无法设置...还有人认为我在 11.1.1.3 创建了此流程并在 11.1.1.4 上部署了该流程。但除此之外,所有处理都已部署......所以我不认为这可能是一个问题......
    • "还要验证运行时是否使用相同的发行版/版本。"此报价来自您发布的错误跟踪。我怀疑这将是您的问题,因为 oracle 代码在进行部署时倾向于检查版本以及许多其他事情。
    猜你喜欢
    • 2016-09-01
    • 1970-01-01
    • 2011-07-15
    • 1970-01-01
    • 2019-10-19
    • 2020-09-02
    • 2019-12-28
    • 2019-07-08
    • 1970-01-01
    相关资源
    最近更新 更多