Jump to content

BWAPP.EAR NOT FOUND


lalu rachman

Recommended Posts

I've been successfully build docker images for tibco bwce 2.3.

After I run the docker image, I got this error in my VM

unzip: cannot find or open /tmp/tibco.home/bwce/2.3/bin/bwapp.ear, /tmp/tibco.home/bwce/2.3/bin/bwapp.ear.zip or /tmp/tibco.home/bwce/2.3/bin/bwapp.ear.ZIP.

./scripts/setup.sh: line 140: /META-INF/MANIFEST.MF: No such file or directory

BW_PROFILE is set to 'default.substvar'

cp: cannot stat '/tmp/META-INF/default.substvar': No such file or directory

java.io.FileNotFoundException: /tmp/tmp/pcf.substvar (No such file or directory)

at java.io.FileInputStream.open0(Native Method)

at java.io.FileInputStream.open(FileInputStream.java:195)

at java.io.FileInputStream.(FileInputStream.java:138)

at java.io.FileReader.(FileReader.java:72)

at ProfileTokenResolver.resolveTokens(ProfileTokenResolver.java:292)

at ProfileTokenResolver.main(ProfileTokenResolver.java:71)

 

Below is my dockerfile

 

FROM debian:jessie

MAINTAINER TIBCO Software Inc.

ADD . /

RUN chmod 755 /scripts/*.sh && apt-get update && apt-get -y install unzip ssh net-tools

ENTRYPOINT ["/scripts/start.sh"]

 

From what I see, folder "tibco.home/bwce/2.3/bin" didn't contain any ear files.

Kindly Help me for this :)

 

Regards,

Link to comment
Share on other sites

  • 1 month later...

You should add application EAR file to BWCEbase docker image and create application docker image. Please refer instructions to run a sample in BWCE docs -https://docs.tibco.com/pub/bwce/2.3.2/doc/html/GUID-9987F7B7-DF87-42AF-B7CB-67566C2E5146.html

You can also check out getting started video available on BWCE Wiki page -https://community.tibco.com/wiki/tibco-businessworks-container-edition

Link to comment
Share on other sites

  • 1 year later...
  • 1 year later...

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...