Skip to main content
December 1, 2011
Question

log4j error

  • December 1, 2011
  • 1 reply
  • 503 views

I'm trying to connect a data source that uses log4j library, but I'm getting "Error","web-0","12/01/11","12:25:25",,"org.apache.log4j.Logger.isTraceEnabled()Z The specific sequence of files included or processed is: E:\ColdFusion9\wwwroot\CFIDE\test.cfm, line: 1 "

Though I specified a path to "log4j.jar" in "Coldfusion Class Path" in "Server settings -> Java and JVM"

What may cause this error?

    This topic has been closed for replies.

    1 reply

    BKBK
    Community Expert
    Community Expert
    December 1, 2011

    I don't know what your circumstances are, but there are these 2 traditional points in ColdFusion development:

    1) Put the file test.cfm in a folder in wwwroot or in wwwroot itself. In any case, not in CFIDE.

    2) Place third-party JAR files in ColdFusion's lib directory, and restart ColdFusion.