2011-06-02 67 views
0

我正在通过JDeveloper 11g在Web-logic服务器上部署我的BPEL项目。它的工作正常。但是当我选择我部署的不同环境时(新的),我得到了以下错误。 错误是由于我的一个BPEL程序“TaskProcess1”。
但当我部署到我自己的服务器部署和运行非常好时相同的设置。Jeveloper中的部署错误消息

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. 

如果您有任何建议,请让我知道。

回答

0

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

检查服务器上的soa_server日志文件。它会给你更多的信息,为什么它在服务器上失败

+0

是的我检查,但SOA_server1日志没有任何信息....没有运气...当我评论该代码其作品对我来说,它意味着在课堂上要求的东西。但无法设置......还有一个人认为我已经在11.1.1.3创建了这个过程,并在11.1.1.4上部署了该过程。但除此之外,所有处理得到部署....所以我不认为这可能是一个问题.... – Pedantic 2011-06-04 06:59:09

+0

“另外验证运行时间使用相同的版本/版本。”此引用来自您发布的错误跟踪。我怀疑这会是你的问题,因为oracle代码在进行部署时往往会检查版本,还有很多其他的事情。 – sweetfa 2011-06-07 19:06:16

+0

雅谢谢,我解决了这个问题... – Pedantic 2011-06-08 03:38:48