简体   繁体   English

在Tibco Designer的测试模式下和Tibco Administrator中运行进程之间有什么区别?

[英]What is difference between running a process in test mode of Tibco Designer and in Tibco Administrator?

I created a classic BusinessWorks process using BW 5.10 (Tibco TRA version 5.7, Tibco Designer 5.7.4.4, Tibco Administrator 5.7). 我使用BW 5.10(Tibco TRA版本5.7,Tibco Designer 5.7.4.4,Tibco Administrator 5.7)创建了经典的BusinessWorks流程。 The process worked fine in test node in Tibco Designer, and on the same machine I have created a BW domain and deployed the ear file in Tibco Administrator without any error. 该过程在Tibco Designer的测试节点中运行良好,并且在同一台计算机上,我创建了一个BW域,并在Tibco Administrator中部署了ear文件,没有任何错误。 However the process can't be started with the error below with message code BW-TIBSS-100001 : 但是,该过程无法启动,出现以下错误,消息代码为BW-TIBSS-100001

Activation error with process starter [process/sendZugstandort_Hannover.process]Activation error with process starter [process/sendZugstandort_Hannover.process]
at com.tibco.pe.core.ProcessStarter.setState(Unknown Source)
at com.tibco.pe.core.JobPool.if(Unknown Source)
at com.tibco.pe.core.JobPool.resume(Unknown Source)
at com.tibco.pe.core.JobPool.a(Unknown Source)
at com.tibco.pe.core.JobPool.startNotFT(Unknown Source)
at com.tibco.pe.PEMain.a(Unknown Source)
at com.tibco.pe.PEMain.do(Unknown Source)
at com.tibco.pe.PEMain.a(Unknown Source)
at com.tibco.pe.PEMain.<init>(Unknown Source)
at com.tibco.pe.PEMain.main(Unknown Source)caused by: Cannot activate Event Source: Specified message type does not exist..
at com.tibco.smartsockets.plugin.SSEventSource.activate(SSEventSource.java:150)
at com.tibco.pe.core.ProcessStarter.setState(Unknown Source)
at com.tibco.pe.core.JobPool.if(Unknown Source)
at com.tibco.pe.core.JobPool.resume(Unknown Source)
at com.tibco.pe.core.JobPool.a(Unknown Source)
at com.tibco.pe.core.JobPool.startNotFT(Unknown Source)
at com.tibco.pe.PEMain.a(Unknown Source)
at com.tibco.pe.PEMain.do(Unknown Source)
at com.tibco.pe.PEMain.a(Unknown Source)
at com.tibco.pe.PEMain.<init>(Unknown Source)
at com.tibco.pe.PEMain.main(Unknown Source) 

My question is: 我的问题是:

  • What is the essential difference between running a BW process in test mode of Designer and Tibco Administrator? 在Designer和Tibco Administrator的测试模式下运行BW流程之间的本质区别是什么?

  • Why does my process only in test mode of designer and not in Tibco Administrator? 为什么我的流程仅在设计人员的测试模式下而不在Tibco Administrator中进行?

I could resolve my issue by adding manually additional resources to enterprise archive. 我可以通过手动将其他资源添加到企业归档中来解决我的问题。 Normally all resources referenced in a process definition will be automatically added to enterprise archive, but for SmartSockets palette, SmartSockets message types definition are not included in enterprise archive. 通常,流程定义中引用的所有资源都将自动添加到企业归档中,但是对于SmartSockets面板,SmartSockets消息类型定义不包括在企业归档中。

Lesson learned: When process works fine in test mode of Designer, but not in Tibco Administrator, then check first the ear file, if all resources all included in it. 经验教训:当流程在Designer的测试模式下运行正常,但在Tibco Administrator中无法正常运行时,请首先检查Ear文件,如果所有资源都包含在其中。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM