Jump to content
We've recently updated our Privacy Statement, available here ×

Getting error when trying to deploy Jasper on docker


rommel.g.uy

Recommended Posts

I am attempting to deploy TIBCO JasperReports Server on Docker using the information about setting up Jaspersoft in Docker at  https://github.com/TIBCOSoftware/js-docker for version 8.0

As per instructions I downloaded the Enterprise Edition War File and put the TIB_js-jrs_8.0.0_bin.zip in the js-docker directory and then ran the unpackWARInstaller.sh

When I run docker-compose build I get the following error /usr/local/scripts/installPackagesForBuildomatic.sh: not found and the
Service 'jasperserver-buildomatic' fails to build

Attached is the result of the docker-compose build

 

Link to comment
Share on other sites

  • Replies 2
  • Created
  • Last Reply

Top Posters In This Topic

that script is located in the docker material you downloaded form the github.  Since the first part of the path is usr/local/scripts I believe it may be your working directory.   You need to run the build command and other commands from specific directories.   <CONTAINER_PATH>/jaspersoft-containers/Docker/jrs    the build command is from this directory after setting up your .env and default_master.properties file correctly.     the unpack command is run from the scripts directory...Run cd <CONTAINER_PATH>/jaspersoft-containers/Docker/jrs/scripts and then run ./unpackWARInstaller.sh.      If your path is not resolving correctly per these steps you could symlink to the directory containing this script in the github material and folder structure and then run the build so that it finds the script correctly although I also used this material recently without issue.  Thanks.

Link to comment
Share on other sites

  • 6 months 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...