Jump to content
The TIBCO Platform is a real-time, composable data platform that will bring together an evolving set of your TIBCO solutions - and it's available now! See more information here ×

Error in runtime after adding the amqp plugin zip file to bwce base image.Docker container failed to start


Recommended Posts

Installed AMQP plugin with BWCE Container edition 2.4.3 , design time from eclipse able to instantiate and run the application.In runtime even after adding the dependency files to docker base image ,failed with below error

Error:

$ docker run -p 7676:8087 sr20074423/bwcesmpletest

mv: cannot stat '/tmp/plugintmp/runtime/plugins/*': No such file or directory

mv: cannot stat '/tmp/plugintmp/lib/*.ini': No such file or directory

BW_PROFILE is set to 'default.substvar'

TIBCO BusinessWorks Container Edition version 2.4.3, build V9, 2019-02-06

11:11:55.209 INFO [main] com.tibco.thor.frwk - bwappnode TIBCO BusinessWorks Container Edition version 2.4.3, build V9, 2019-02-06 initialized using logging config /tmp/tibco.home/bwce/2.4/config/logback.xml

11:12:36.633 ERROR [main] com.tibco.thor.frwk - Not all bundles resolved!

-------------------------------------------

Starting AppNode framework

-------------------------------------------

11:13:20.537 INFO [main] com.tibco.bw.frwk.engine.BWEngine - TIBCO-BW-FRWK-300002: BW Engine [Main] started successfully.

11:13:21.887 INFO [main] com.tibco.thor.frwk - AppNode (OSGi Framework) started in 45 seconds

-------------------------------------------

AppNode (OSGi Framework) started in 45 seconds

-------------------------------------------

11:13:21.918 INFO [Framework Event Dispatcher: Equinox Container: 309305cc-135d-0019-17b5-afd2064bf057] com.tibco.thor.frwk.Deployer - TIBCO-THOR-FRWK-300001: Started OSGi Framework of AppNode [standalone] in AppSpace [standalone] of Domain [standalone]

11:13:23.130 INFO [Framework Event Dispatcher: Equinox Container: 309305cc-135d-0019-17b5-afd2064bf057] com.tibco.thor.frwk.Application - TIBCO-THOR-FRWK-300018: Deploying BW Application [test:1.0].

11:13:23.164 INFO [Framework Event Dispatcher: Equinox Container: 309305cc-135d-0019-17b5-afd2064bf057] com.tibco.thor.frwk.Application - Application bundle [test_1.0.0.20190412154618 [437]] is resolved, but not started

11:13:23.197 INFO [Thread-20] com.tibco.thor.frwk.Application - TIBCO-THOR-FRWK-300008: Stopped BW Application [test:1.0]

11:13:23.202 INFO [Framework Event Dispatcher: Equinox Container: 309305cc-135d-0019-17b5-afd2064bf057] com.tibco.thor.frwk.Application - TIBCO-THOR-FRWK-300005: Starting BW Application [test:1.0]

11:13:23.282 INFO [Framework Event Dispatcher: Equinox Container: 309305cc-135d-0019-17b5-afd2064bf057] com.tibco.thor.frwk.Application - TIBCO-THOR-FRWK-300021: All Application dependencies are resolved for Application [test:1.0]

11:13:23.312 ERROR [Framework Event Dispatcher: Equinox Container: 309305cc-135d-0019-17b5-afd2064bf057] c.t.b.thor.runtime.model.Application - The following error has occurred for "name: test version: 1.0 bundle name: test " which needs to be resolved.

11:13:23.319 ERROR [Framework Event Dispatcher: Equinox Container: 309305cc-135d-0019-17b5-afd2064bf057] c.t.b.thor.runtime.model.Application - TIBCO-THOR-FRWK-500201: Failed to start bundle [test.module_1.0.0.20190412154615 [438]], Could not resolve module: test.module [438]

Unresolved requirement: Require-Capability: com.tibco.bw.palette; filter:="(name=bw.amqp)"

Link to comment
Share on other sites

  • 1 year later...

HI,

I face the same issue for sftp plugin. One thing I experienced that for my project I have downloaded sftp plugin of windows version because I was using sftp pluginin BW studio on windows. And I was giving same zip file for docker image to extend.

To make this work, download plugin zip file from edelivery and select platform as "conatainer".

Use this plugin zip file and extend your docker base image.

 

You can also check in Manifest file of application module. Your plugin bundle should be present their.

 

 

Thanks,

Pratik Sajjanwar

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...