Hi everyone, already posted in the FR channel, but...
# lucee
h
Hi everyone, already posted in the FR channel, but maybe it is a Lucee issue: I am having trouble with Fusionreactor in a Lucee Docker container. The Lucee image is:
Copy code
FROM lucee/lucee:5.3.10.97-nginx-tomcat9.0-jdk11-openjdk
In the Dockerfile I am copying the FR files into a folder fusionreactor.jar libfrjvmti_x64.so
Copy code
COPY ./cms/fusionreactor /custom-libs/fusionreactor
And in setenv.sh I am setting the FR opts:
Copy code
setenv.sh
# FusionReactor opts
FR_OPTS="$FR_OPTS-javaagent:/custom-libs/fusionreactor/fusionreactor.jar=name=cms,address=8088 -agentpath:/custom-libs/fusionreactor/libfrjvmti_x64.so -Dfrlicense=$FR_LICENSE -Dfrshutdownaction=remove -Dfrlicenseservice.leasetime.hint=10 -Dfrregisterhostname=$FR_SERVERNAME -Dfr.cloud.group=cms"
But when I access FR in my browser I get the message: Fusion Reactor Fusion Reactor is not ready please try again in a few seconds. Already waited more the 10 minutes, the message doesn't change. Any hint would be appreciated!
a
@harryk in future it might be an idea to just share a link to the other thread, rather than starting two threads.
z
can you try latest 5.3.10.166 snapshot?
h
Thanks, makes sense @Adam Cameron
@zackster Not sure if it is Lucee but I can try
👍 1
Found the solution in the FR channel, not related to Lucee