pegarm
03/14/2023, 8:46 PMLaunching installer...
Invocation of this Java Application has caused an InvocationTargetException. This application will now exit. (LAX)
Stack Trace:
java.lang.ClassFormatError: Illegal UTF8 string in constant pool in class file com/zerog/util/ZGSys$IAConsoleReader
at java.base/java.lang.ClassLoader.defineClass1(Native Method)
at java.base/java.lang.ClassLoader.defineClass(ClassLoader.java:1009)
at java.base/java.security.SecureClassLoader.defineClass(SecureClassLoader.java:174)
at java.base/jdk.internal.loader.BuiltinClassLoader.defineClass(BuiltinClassLoader.java:801)
at java.base/jdk.internal.loader.BuiltinClassLoader.findClassOnClassPathOrNull(BuiltinClassLoader.java:699)
at java.base/jdk.internal.loader.BuiltinClassLoader.loadClassOrNull(BuiltinClassLoader.java:622)
at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:580)
at java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:190)
at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:499)
at com.zerog.util.ZGSys.<clinit>(Unknown Source)
at com.zerog.ia.installer.LifeCycleManager.init(Unknown Source)
at com.zerog.ia.installer.LifeCycleManager.executeApplication(Unknown Source)
at com.zerog.ia.installer.Main.main(Unknown Source)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:564)
at com.zerog.lax.LAX.launch(Unknown Source)
at com.zerog.lax.LAX.main(Unknown Source)
This Application has UnexpectedlApplicatation will now exit. (LAX)
Some google-fu is pointing at the InstallAnywhere app having a problem with the temp directory. I've tried reassigning the temp directory, and increasing the volume and instance size. Nothing is working. The CF 2021 installer does not experience the same issue.
I did notice that the description of the AMI from AWS reads "Canonical, Ubuntu, 22.04 LTS, amd64 jammy image build on 2023-02-08" so I'm wondering if this issue was introduced then.
Has anyone else run into this?paul
03/14/2023, 11:24 PMpegarm
03/14/2023, 11:41 PMpaul
03/15/2023, 5:09 AMpaul
03/15/2023, 5:09 AMpaul
03/15/2023, 5:11 AMpegarm
03/15/2023, 3:11 PMapt update && apt upgrade -y
• apt install apache2 default-jre -y
• wget <https://acf-installers.s3.us-west-2.amazonaws.com/ColdFusion_2018_WWEJ_linux64.bin> (this is where I copied the CF2018 installer from CFML Repo so I could wget it directly.)
• chmod +x ColdFusion_2018_WWEJ_linux64.bin
• ./ColdFusion_2018_WWEJ_linux64.bin
Video below shows the install of CF2018. http://35.87.40.169 is the Apache server running. (I'll leave that up today.)
What did you do differently?paul
03/15/2023, 8:14 PMpaul
03/15/2023, 8:14 PMpegarm
03/15/2023, 8:15 PMpaul
03/15/2023, 8:15 PMpegarm
03/15/2023, 8:15 PMpaul
03/15/2023, 8:16 PMpegarm
03/15/2023, 8:30 PMpaul
03/15/2023, 10:04 PMpaul
03/15/2023, 10:05 PMsudo ./ColdFusion_2018_WWEJ_linux64.binpegarm
03/15/2023, 10:05 PMpaul
03/15/2023, 10:05 PMpegarm
03/15/2023, 10:05 PMsudo -s as soon as I logged in.paul
03/15/2023, 10:08 PMLaunching installer...
Invocation of this Java Application has caused an InvocationTargetException. This application will now exit. (LAX)
Stack Trace:
java.lang.ClassFormatError: Illegal UTF8 string in constant pool in class file com/zerog/util/ZGSys$IAConsoleReader
at java.base/java.lang.ClassLoader.defineClass1(Native Method)
at java.base/java.lang.ClassLoader.defineClass(ClassLoader.java:1009)
at java.base/java.security.SecureClassLoader.defineClass(SecureClassLoader.java:174)
at java.base/jdk.internal.loader.BuiltinClassLoader.defineClass(BuiltinClassLoader.java:801)
at java.base/jdk.internal.loader.BuiltinClassLoader.findClassOnClassPathOrNull(BuiltinClassLoader.java:699)
at java.base/jdk.internal.loader.BuiltinClassLoader.loadClassOrNull(BuiltinClassLoader.java:622)
at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:580)
at java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:190)
at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:499)
at com.zerog.util.ZGSys.<clinit>(Unknown Source)
at com.zerog.ia.installer.LifeCycleManager.init(Unknown Source)
at com.zerog.ia.installer.LifeCycleManager.executeApplication(Unknown Source)
at com.zerog.ia.installer.Main.main(Unknown Source)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:564)
at com.zerog.lax.LAX.launch(Unknown Source)
at com.zerog.lax.LAX.main(Unknown Source)
This Application has UnexpectedlApplicatation will now exit. (LAX)
ubuntu@ip-172-31-26-207:~$paul
03/15/2023, 10:10 PMpegarm
03/15/2023, 10:13 PMpegarm
03/15/2023, 10:13 PMpegarm
03/15/2023, 10:13 PMpaul
03/15/2023, 10:17 PMpaul
03/15/2023, 10:17 PMpaul
03/15/2023, 10:21 PMpaul
03/15/2023, 10:21 PMpaul
03/15/2023, 10:25 PMpegarm
03/15/2023, 10:26 PMpaul
03/15/2023, 10:26 PMpaul
03/15/2023, 10:35 PMpaul
03/15/2023, 10:35 PM