James Hull
02/23/2023, 8:48 AMUnable to resolve com.sun.jna [15](R 15.0): missing requirement [com.sun.jna [15](R 15.0)] osgi.native;
Looks like maybe a JAVA_HOME issue, any suggestions?richard.herbert
02/24/2023, 5:59 PMevent.getResponse().setData()
to allow me to drop the pagination element and possibly other parts?romanstr
02/25/2023, 8:56 AMBrandon Brown
02/27/2023, 4:36 PMtest.cfm
page and you will notice that every once in a while the variable trackingId
disappears, it seems to be random. Sometimes it will exists for several sequential requests and then it will disappear. If however you comment out line 59 inside of Application.cfc
the variables seem to be kept every request.Brandon Brown
02/27/2023, 4:37 PMBrandon Brown
02/27/2023, 4:39 PMBrandon Brown
02/27/2023, 4:51 PMbdw429s
02/27/2023, 10:25 PMchris_hopkins
03/01/2023, 11:30 AMNarges Navidi
03/01/2023, 8:39 PMhemi345
03/01/2023, 11:35 PMNarges Navidi
03/02/2023, 1:24 AMRobert Zehnder
03/02/2023, 11:26 PMcoldbox create app skeleton=xxx
cfsimplicity
03/03/2023, 10:58 AMPOST <https://www.forgebox.io/api/v1/publish> 504 Gateway Timeout
bdw429s
03/03/2023, 4:17 PMapp.libDirs
to laod custom jars as I've tweaked the classloading a bit. Also note, the latest CommandBox will auto install the cfconfig, dotenv, and update check module.bdw429s
03/04/2023, 11:21 PMryan
03/07/2023, 4:11 PMgpickin
03/07/2023, 5:54 PMsatauros
03/08/2023, 1:22 PMhyper
(in a stand-alone environment, without coldbox), version 5.0.1, and even the simplest request (hyper.get("<https://www.google.com>")
) fails with a 504 Gateway Timeout. Any idea's on how this is possible?John Liljegren
03/08/2023, 2:03 PMGabriel Rodrigues
03/08/2023, 6:35 PMJason Ryan
03/09/2023, 3:52 PMTravis
03/09/2023, 10:01 PMbox server start
getting the error:
Loading CFConfig into server
| | > key [MULTICONTEXT] doesn't exist
Maybe I need to revert to an older version of commandbox-cfconfig?Jason Ryan
03/09/2023, 10:35 PMhemi345
03/10/2023, 3:46 PMJohn Liljegren
03/10/2023, 7:22 PMRyan Albrecht
03/10/2023, 7:36 PMPeter Hoopes
03/10/2023, 11:03 PMUnable to make public boolean java.util.Collections$EmptyEnumeration.hasMoreElements() accessible: module java.base does not "opens java.util" to unnamed module @43b6123e
. I normally prefer to use Java downloaded onto machine (as opposed to included with CB download). But is there a Java incompatibility? I think this question was answered here in Slack, but we can't look back past 90 days. Something simple?neokoenig
03/11/2023, 11:29 AMBad type on operand stack
Exception Details:
Location:
org/apache/pdfbox/pdmodel/PDDocument.<init>(Lorg/apache/pdfbox/io/MemoryUsageSetting;)V @224: invokevirtual
Reason:
Type 'org/apache/pdfbox/cos/COSInteger' (current frame, stack[2]) is not assignable to 'org/apache/pdfbox/cos/COSBase'
Current Frame:
bci: @224
flags: { }
locals: { 'org/apache/pdfbox/pdmodel/PDDocument', 'org/apache/pdfbox/io/MemoryUsageSetting', 'org/apache/pdfbox/io/ScratchFile', 'org/apache/pdfbox/cos/COSDictionary', 'org/apache/pdfbox/cos/COSDictionary', 'org/apache/pdfbox/cos/COSDictionary', 'org/apache/pdfbox/cos/COSArray' }
stack: { 'org/apache/pdfbox/cos/COSDictionary', 'org/apache/pdfbox/cos/COSName', 'org/apache/pdfbox/cos/COSInteger' }
Bytecode:
0000000: 2ab7 [...snip]
Exception Handler Table:
bci [28, 37] => handler: 40
bci [76, 87] => handler: 90
Stackmap Table:
full_frame(@40,{Object[#286],Object[#287],Object[#288]},{Object[#289]})
full_frame(@90,{Object[#286],Object[#287],Object[#288],Object[#289]},{Object[#289]})
chop_frame(@92,1)
The Error Occurred in
/cfc/OrtusPDF.cfc: line 193
called from /cfc/OrtusPDF.cfc: line 125
called from /cfc/OrtusPDF.cfc: line 99
called from /cfc/OrtusPDF.cfc: line 70
called from /pdfform.cfm: line 55
This is using the commandbox:latest docker image with
javaruntime: OpenJDK Runtime Environment
javaversion: 11.0.18
servername: Lucee 5.3.10.120
Is it that this extension is using an older version of PDFBox?John Liljegren
03/11/2023, 9:39 PMcoldfusion.jsp.JavaCompiler$UnknownCompiler: Unable to run the internal Java compiler: java.lang.ClassNotFoundException: com.sun.tools.javac.Main.
Do I need a different JRE? Or am I missing something with configuration?