Khalai Chelvan 3 Posted December 22, 2016 Posted December 22, 2016 Hi, I am new to Tibco Business works container edition. So I trying few samples to familiarise myself into BWCE into Docker I am trying JMS sample for docker version in my local machine and Unix machine. It is working fine from the editor in debug mode. but when I use from docker I am getting the following error. I tried to add all the JMS jars as addons as well. I am getting the following exception may I know what could be the issue. OS : Linux and windows 10 Hardware :x86_64 Product Name :TIBCO BusinessWorks Container Edition Product Version :2.2.0 I ran the command like docker run -ti -e "EMS_URL=tcp://192.168.1.14:7222" -e "EMS_QUEUE=jmsbasic.queue" -e "REPLY_QUEUE=reply.queue" -e "BW_PROFILE=docker" tibco/bwce-emsdriver BW_PROFILE is set to 'docker.substvar' TIBCO BusinessWorks Container Edition version 2.2.0, build V26, 2016-11-16 20:18:18.528 INFO [main] com.tibco.thor.frwk - bwappnode TIBCO BusinessWorks Container Edition version 2.2.0, build V26, 2016-11-16 initialized using logging config /root/tibco.home/bwce/2.2/config/logback.xml ------------------------------------------- Starting AppNode framework ------------------------------------------- 20:18:47.645 INFO [main] com.tibco.bw.frwk.engine.BWEngine - TIBCO-BW-FRWK-300002: BW Engine [Main] started successfully. 20:18:49.951 INFO [Framework Event Dispatcher: Equinox Container: 40454b49-28c6-0016-1f09-aee289130d16] com.tibco.thor.frwk.Deployer - TIBCO-THOR-FRWK-300001: Started OSGi Framework of AppNode [standalone] in AppSpace [standalone] of Domain [standalone] 20:18:49.981 INFO [main] com.tibco.thor.frwk - AppNode (OSGi Framework) started in 20 seconds ------------------------------------------- AppNode (OSGi Framework) started in 20 seconds ------------------------------------------- 20:18:50.526 INFO [Framework Event Dispatcher: Equinox Container: 40454b49-28c6-0016-1f09-aee289130d16] com.tibco.thor.frwk.Application - TIBCO-THOR-FRWK-300018: Deploying BW Application [tibco.bwce.sample.palette.jms.Basic.application:1.0]. 20:18:50.532 INFO [Framework Event Dispatcher: Equinox Container: 40454b49-28c6-0016-1f09-aee289130d16] com.tibco.thor.frwk.Application - Application bundle [tibco.bwce.sample.palette.jms.Basic.application_1.0.0.20161219165822 [398]] is resolved, but not started 20:18:50.543 INFO [Thread-24] com.tibco.thor.frwk.Application - TIBCO-THOR-FRWK-300008: Stopped BW Application [tibco.bwce.sample.palette.jms.Basic.application:1.0] 20:18:50.545 INFO [Framework Event Dispatcher: Equinox Container: 40454b49-28c6-0016-1f09-aee289130d16] com.tibco.thor.frwk.Application - TIBCO-THOR-FRWK-300005: Starting BW Application [tibco.bwce.sample.palette.jms.Basic.application:1.0] 20:18:50.594 INFO [Framework Event Dispatcher: Equinox Container: 40454b49-28c6-0016-1f09-aee289130d16] com.tibco.thor.frwk.Application - TIBCO-THOR-FRWK-300021: All Application dependencies are resolved for Application [tibco.bwce.sample.palette.jms.Basic.application:1.0] 20:18:54.555 ERROR [Framework Event Dispatcher: Equinox Container: 40454b49-28c6-0016-1f09-aee289130d16] com.tibco.thor.frwk.Application - TIBCO-THOR-FRWK-600026: Failed to start BW Application [tibco.bwce.sample.palette.jms.Basic.application:1.0]. Reason: TIBCO-BW-FRWK-600053: Failed to initialize BW Component [ComponentRequestReply]. com.tibco.bw.core.runtime.api.BWEngineException: TIBCO-BW-CORE-500232: Failed to initialize BW Component [ComponentRequestReply], Application [tibco.bwce.sample.palette.jms.Basic.application:1.0] due to activity initialization error. com.tibco.bw.core.runtime.ActivityInitException: TIBCO-BW-CORE-500618: Failed to initialize the activity [JMSRequestReply] in process [tibco.bwce.sample.palette.jms.Basic.RequestReply], module [tibco.bwce.sample.palette.jms.Basic] due to unexpected activity lifecycle error. java.lang.NullPointerException 20:18:54.619 INFO [Framework Event Dispatcher: Equinox Container: 40454b49-28c6-0016-1f09-aee289130d16] com.tibco.thor.frwk.Application - TIBCO-THOR-FRWK-300008: Stopped BW Application [tibco.bwce.sample.palette.jms.Basic.application:1.0]
Vijay Nalawade Posted December 28, 2016 Posted December 28, 2016 Please confirm that you have followedhttps://docs.tibco.com/pub/bwce/2.2.0/doc/html/GUID-19DDF2EF-EC3C-4A33-8....
Khalai Chelvan 3 Posted January 5, 2017 Author Posted January 5, 2017 yes, I have followed the steps. and I can see all the liraries are compied to images as well. But still i am getting the same error.
Slobodanka Vlaskovic Posted April 7, 2017 Posted April 7, 2017 Is Messagign Style of the Activtiy set as Queue/Topic and not Generic May you please check Thank you, Slobodanka
Vinicius Schettini Costa Posted May 8, 2018 Posted May 8, 2018 This image attached informing a procedure, solved for me.
Martin Hernandez Calva Posted January 18, 2019 Posted January 18, 2019 run command seems incorrect: docker run -ti try docker run -i
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now