Kamalakannan K S Posted June 17, 2020 Posted June 17, 2020 I have installed TIBCO BW container edition.I am using Mac Os. Here the home location is /opt/tibco/bwce I have build an docker image successfully and tried to run it, but I am getting error "Unable to find or open the/resources/bwce-runtime/bwce*.zip " The bwce-runtime-2.5.3.zipis placed in/opt/tibco/bwce/bwce/2.5/docker/resources/bwce-runtime. ".............................................................. KS:EARS ks$ docker run -i tibco/bwce:TestingProcess unzip: cannot find or open /resources/bwce-runtime/bwce*.zip, /resources/bwce-runtime/bwce*.zip.zip or /resources/bwce-runtime/bwce*.zip.ZIP. No zipfiles found. chmod: cannot access '/tmp/tibco.home/bw*/*/bin/startBWAppNode.sh': No such file or directory chmod: cannot access '/tmp/tibco.home/bw*/*/bin/bwappnode': No such file or directory chmod: cannot access '/tmp/tibco.home/tibcojre64/*/bin/java': No such file or directory chmod: cannot access '/tmp/tibco.home/tibcojre64/*/bin/javac': No such file or directory sed: can't read /tmp/tibco.home/bw*/*/bin/bwappnode.tra: No such file or directory sed: can't read /tmp/tibco.home/bw*/*/bin/bwappnode: No such file or directory ls: cannot access '/tmp/tibco.home/bw*/': No such file or directory ln: failed to create symbolic link '/tmp/tibco.home/bw*/*/bin/bwapp.ear': No such file or directory sed: can't read /tmp/tibco.home/bw*/*/config/appnode_config.ini: No such file or directory unzip: cannot find or open /tmp/tibco.home/bw*/*/bin/bwapp.ear, /tmp/tibco.home/bw*/*/bin/bwapp.ear.zip or /tmp/tibco.home/bw*/*/bin/bwapp.ear.ZIP. No zipfiles found. sed: can't read /tmp/tibco.home/bw*/*/config/logback.xml: No such file or directory BW_PROFILE is set to 'default.substvar' ./scripts/setup.sh: line 148: /tmp/META-INF/MANIFEST.MF: No such file or directory cp: cannot stat '/tmp/META-INF/default.substvar': No such file or directory ./scripts/setup.sh: line 446: /tmp/tibco.home/tibcojre64/1.8.0/bin/java: No such file or directory bash: /tmp/tibco.home/bw*/*/bin/startBWAppNode.sh: No such file or directory KS:EARS ks$ docker run -i tibco/bwce:TestingProcess unzip: cannot find or open /resources/bwce-runtime/bwce*.zip, /resources/bwce-runtime/bwce*.zip.zip or /resources/bwce-runtime/bwce*.zip.ZIP. ............................................................." I see the /tmp location is refered in the above error, is this location created by Tibco during runtime . I see in the start.sh script /tmp is refered. should it be changed to /opt . I have attached the start.sh file Could kindly let me know how to resolve the above error
Armando Martinez Posted November 25, 2020 Posted November 25, 2020 I'm having this same problem, any solution for this
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