Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

log4j error

Guest
Dec 01, 2011 Dec 01, 2011

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?

470
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Dec 01, 2011 Dec 01, 2011
LATEST

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.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources