简体   繁体   English

tib:base64-to-string在tibco bw 6.3中给出错误

[英]tib:base64-to-string giving error in tibco bw 6.3

In a mapper activity I have passed the encoded data to tib:base64-to-string but while running it, getting the initialization error as follows. 在映射器活动中,我已将编码后的数据传递给tib:base64-to-string,但是在运行它时,出现如下初始化错误。

ERROR [Job_Executor0] com.tibco.thor.frwk.Application - TIBCO-THOR-FRWK-600026: Failed to start BW Application [ServiceNow.v1.0.application:1.0]. 错误[Job_Executor0] com.tibco.thor.frwk.Application-TIBCO-THOR-FRWK-600026:无法启动BW应用程序[ServiceNow.v1.0.application:1.0]。 Reason: TIBCO-BW-FRWK-600053: Failed to initialize BW Component [ComponentAssyst_Attachment]. 原因:TIBCO-BW-FRWK-600053:无法初始化BW组件[ComponentAssyst_Attachment]。
com.tibco.bw.core.runtime.api.BWEngineException: TIBCO-BW-CORE-500232: Failed to initialize BW Component [ServiceNow_Attachment], Application [ServiceNow.v1.0.application:1.0] due to activity initialization error. com.tibco.bw.core.runtime.api.BWEngineException:TIBCO-BW-CORE-500232:由于活动初始化错误,无法初始化BW组件[ServiceNow_Attachment],应用程序[ServiceNow.v1.0.application:1.0]。 com.tibco.bw.core.runtime.ActivityInitException: TIBCO-BW-CORE-500618: Failed to initialize the activity [TransformXml] in process [ServiceNow.v1.0.ServiceNow_Attachment], module [ServiceNow.v1.0] due to unexpected activity lifecycle error. com.tibco.bw.core.runtime.ActivityInitException:TIBCO-BW-CORE-500618:由于模块[ServiceNow.v1.0]的进程[ServiceNow.v1.0.ServiceNow_Attachment]中的活动[TransformXml]初始化失败意外的活动生命周期错误。 java.lang.AssertionError: resolver cannot be null. java.lang.AssertionError:解析器不能为null。

23:22:36.900 INFO [Job_Executor0] com.tibco.thor.frwk.Application - TIBCO-THOR-FRWK-300008: Stopped BW Application [ServiceNow.v1.0.application:1.0] 23:22:36.900 INFO [Job_Executor0] com.tibco.thor.frwk.Application-TIBCO-THOR-FRWK-300008:停止的BW应用程序[ServiceNow.v1.0.application:1.0]

can anyone help me on this to resolve this on priority. 谁能帮助我解决这个问题。

我不认为这是因为您将编码数据映射到了tib:base64-to-string中,由于版本不同,它似乎更像是一个错误,请尝试增加版本,并且所有模块都必须具有相同的版本。

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

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