Copy link to clipboard
Copied
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?
Copy link to clipboard
Copied
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.