zackster
07/02/2022, 7:25 PMSteve Logan
07/05/2022, 8:45 PMMichael Gillespie
07/06/2022, 1:29 AMSteve Logan
07/06/2022, 7:53 PMMichael Gillespie
07/07/2022, 5:09 AMDave Merrill
07/08/2022, 7:52 PMGregory Alexander
07/08/2022, 9:06 PMjohnbarrett
07/10/2022, 10:21 PMamir
07/11/2022, 7:36 AMfmdano
07/11/2022, 12:20 PMDave Merrill
07/11/2022, 3:30 PMJul 11, 2022 10:50:48 AM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [ROOT] created a ThreadLocal with key of type [java.lang.ThreadLocal] (value [java.lang.ThreadLocal@7ae4d864]) and a value of type [org.apache.xerces.jaxp.SAXParserFactoryImpl] (value [org.apache.xerces.jaxp.SAXParserFactoryImpl@3aff0ba0]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Jul 11, 2022 10:50:48 AM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [ROOT] created a ThreadLocal with key of type [java.lang.ThreadLocal] (value [java.lang.ThreadLocal@e6be670]) and a value of type [org.apache.xerces.jaxp.SAXParserImpl] (value [org.apache.xerces.jaxp.SAXParserImpl@73cbdaa7]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Ring any bells?
Can anyone confirm whether they do or don't see this in their CF 2021 coldfusion-error.log?Dave Merrill
07/11/2022, 3:37 PMSLF4J: Class path contains multiple SLF4J bindings.
SLF4J: Found binding in [jar:file:/E:/ColdFusion2021/cfusion/lib/log4j-slf4j-impl-2.17.2.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: Found binding in [jar:file:/E:/ColdFusion2021/cfusion/lib/slf4j-log4j12-1.7.12.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: See <http://www.slf4j.org/codes.html#multiple_bindings> for an explanation.
SLF4J: Actual binding is of type [org.apache.logging.slf4j.Log4jLoggerFactory]
Are we only supposed to have one of those two jars?
Which one?
I didn't install either of them manually, just did the CF install and all CF and Java updates up to current, plus the QoQ patchy thing I got from Support.
Can anyone confirm whether they do or don't see this in their CF 2021 coldfusion-error.log?ehoffman
07/11/2022, 5:29 PMDave Merrill
07/11/2022, 7:17 PMmichael
07/12/2022, 2:25 PMDave Merrill
07/12/2022, 3:08 PMScott Steinbeck
07/12/2022, 4:55 PMbdw429s
07/13/2022, 10:00 PMDave Merrill
07/15/2022, 6:51 PMDaniel Mejia
07/15/2022, 11:12 PM"Error","ajp-nio-127.0.0.1-8014-exec-111","07/15/22","13:35:38","2A6C741F4FCF2B85354682B4B3F82EB2","Metaspace The specific sequence of files included or processed is: E:\api\index.cfm"
TEMann
07/16/2022, 1:08 PMgsr
07/18/2022, 9:08 PMwebsolete
07/19/2022, 1:15 PMSELECT @@spid AS theSpid
i get the same value from those multiple queries, but i'm concerned that that's just a reflection of connection pooling, rather than some kind of symmetry between a single cf request and single sql server session. does anyone know if that's true? if i were to wrap all the queries in a cftransaction would that truly 'bind' them all together into a single 'session' from sql server's standpoint? it just feels like there's nothing preventing cf from opening another connection (and therefore a new @@spid) if it needs to during the lifecycle of the request. i don't want to presume that all cfqueries in a given request actually belong to the same sql session if it's even a little bit inconsistentzackster
07/20/2022, 12:18 PMDave Merrill
07/21/2022, 12:53 PMjavax.servlet.ServletException: ROOT CAUSE:
java.lang.IllegalArgumentException: err.io.short_read
at coldfusion.filter.FormScope.parsePostData(FormScope.java:326)
at coldfusion.filter.FormScope.fillForm(FormScope.java:296)
at coldfusion.filter.FusionContext.SymTab_initForRequest(FusionContext.java:408)
etc...
Does anyone know anything about avoiding that?
Clearly this isn't normal traffic, the pentesters are actively trying to blow things up and poke holes, but ideally they don't succeed.david.kreimer
07/21/2022, 6:22 PMsqlninja
07/21/2022, 7:09 PMSimone
07/21/2022, 9:15 PMSimone
07/21/2022, 9:15 PMDave Merrill
07/22/2022, 1:25 PM