Code Monkey home page Code Monkey logo

lucee-docker's People

Contributors

isapir avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

lucee-docker's Issues

Error opening zip file or JAR manifest missing

Hi...

Using the walkthrough at https://dev.lucee.org/t/building-custom-lucee-docker-images/6985

When running: docker container run --rm --name=lucee-8080 -p 8080:8080 isapir/53270
I receive the error:

0.228 Error opening zip file or JAR manifest missing : /srv/www/catalina-base/lib/lucee-external-agent.jar
0.228 Error occurred during initialization of VM
0.228 agent library failed to init: instrument
------
Dockerfile:108
--------------------
 107 |
 108 | >>> RUN if [ "$LUCEE_VERSION" \> "5.3.10" ] || [ "$LUCEE_VERSION" \> "5.3.6" ] || [ "$LUCEE_VERSION" == "CUSTOM" ] ; then \
 109 | >>>         echo "Enabled LUCEE_ENABLE_WARMUP" \
 110 | >>>         && export LUCEE_ENABLE_WARMUP=true \
 111 | >>>         && export LUCEE_EXTENSIONS \
 112 | >>>         && catalina.sh run \
 113 | >>>     ; else \
 114 | >>>         echo "Start Tomcat and wait 20 seconds to shut down" \
 115 | >>>         && catalina.sh start \
 116 | >>>         && sleep 20 \
 117 | >>>         && catalina.sh stop \
 118 | >>>     ; fi
 119 |
--------------------
ERROR: failed to solve: process "/bin/sh -c if [ \"$LUCEE_VERSION\" \\> \"5.3.10\" ] || [ \"$LUCEE_VERSION\" \\> \"5.3.6\" ] || [ \"$LUCEE_VERSION\" == \"CUSTOM\" ] ; then         echo \"Enabled LUCEE_ENABLE_WARMUP\"         && export LUCEE_ENABLE_WARMUP=true         && export LUCEE_EXTENSIONS         && catalina.sh run     ; else         echo \"Start Tomcat and wait 20 seconds to shut down\"         && catalina.sh start         && sleep 20         && catalina.sh stop     ; fi" did not complete successfully: exit code: 1

Any ideas how to resolve this? Thanks

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.