Anyone running CF 2021 with multiple instances? Af...
# adobe
c
Anyone running CF 2021 with multiple instances? After installing Update 7, all of the instances except for the one the initiated the installation outputted the following error when trying to start them up. ".../ColdFusion2021/.../bin/cfstart.sh: .../ColdFusion2021/.../bin/../bin/coldfusion: /bin/bash^M: bad interpreter: No such file or directory" This is on our local development environment MacOS 13.4. Haven't tried it on our Windows Server environment yet because of this.
r
I was able to install update 7 to multiple instances on a Windows server without issue.
👍 1
c
This is what happens when I try a .jar install from the command line. [07/14/2023 101747 /.../ColdFusion2021/jre/Contents/Home/bin/] % java -jar /.../hotfix-007-330142.jar 2023-07-14 102243.728 java[10360:128515] +[CATransaction synchronize] called within transaction IOException while executing the command:/.../ColdFusion2021/instance-redacted/bin/coldfusion start IOException while executing the command:/.../ColdFusion2021/instance-redacted/bin/coldfusion start IOException while executing the command:/.../ColdFusion2021/instance-redacted/bin/coldfusion start IOException while executing the command:/.../ColdFusion2021/instance-redacted/bin/coldfusion start IOException while executing the command:/.../ColdFusion2021/instance-redacted/bin/coldfusion start IOException while executing the command:/.../ColdFusion2021/instance-redacted/bin/coldfusion start IOException while executing the command:/.../ColdFusion2021/instance-redacted/bin/coldfusion start IOException while executing the command:/.../ColdFusion2021/instance-redacted/bin/coldfusion start IOException while executing the command:/.../ColdFusion2021/instance-redacted/bin/coldfusion start
r
Have you updated to the latest Java 11?
c
Using the Java version shipped with CF 2021.
r
You need to update to the latest Java 11 available. It's noted in the patch notes, although somewhat confusing.
c
I did not see that at all. Thanks.
r
Never mind. I see they bundle it with the command line installer.
👍 1
Well, for the installer. You still need the latest Java for ColdFusion itself.
c
OpenJDK is shipped with CF 2021 [07/14/2023 103411 /.../ColdFusion2021/jre/Contents/Home/bin/] % java -version openjdk version "20.0.1" 2023-04-18 OpenJDK Runtime Environment Homebrew (build 20.0.1) OpenJDK 64-Bit Server VM Homebrew (build 20.0.1, mixed mode, sharing)
r
That may be okay for the installer, but that's incorrect for ColdFusion itself. It should be 11.0.19. ColdFusion 2021 doesn't officially support Java greater than 11.
Ugh! I just noticed that they released update 8.
c
Do you happen to have a link to how to update Java for CF 2021 handy? A quick search didn't yield anything.
r
Sorry, I don't. I was trying to find it on the Adobe website when I noticed Update 8 was just released.
c
Looks like I won't be getting help from Adobe. Response from Adobe Support, "Unfortunately Mac OS 13 is not yet supported with CF 2021. Only Mac OS 11 is supported with CF 2021."
r
I'd highly recommend running CommandBox on Mac for development. https://www.ortussolutions.com/products/commandbox The documentation is very good and the developer is very active on Slack.
👍 1
c
Thank you...we'll start looking into it now.