简体   繁体   中英

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.

ERROR [Job_Executor0] com.tibco.thor.frwk.Application - TIBCO-THOR-FRWK-600026: Failed to start BW Application [ServiceNow.v1.0.application:1.0]. Reason: TIBCO-BW-FRWK-600053: Failed to initialize BW Component [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.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. java.lang.AssertionError: resolver cannot be 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]

can anyone help me on this to resolve this on priority.

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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