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

coldfusion-error.log full of "INFO: Cookies: Unknown Special Cookie"?

Contributor ,
Nov 08, 2013 Nov 08, 2013

Copy link to clipboard

Copied

Why do I see all these messages in coldfusion-error.log? There are tons of them.  This is CF10/Win2008/IIS7.5.  Single server, medium site, pretty typical set up.

Nov 07, 2013 11:10:14 PM org.apache.tomcat.util.http.Cookies processCookieHeader

INFO: Cookies: Unknown Special Cookie

Nov 07, 2013 11:10:14 PM org.apache.tomcat.util.http.Cookies processCookieHeader

INFO: Cookies: Unknown Special Cookie

Nov 07, 2013 11:10:37 PM org.apache.tomcat.util.http.Cookies processCookieHeader

INFO: Cookies: Unknown Special Cookie

Nov 07, 2013 11:10:37 PM org.apache.tomcat.util.http.Cookies processCookieHeader

INFO: Cookies: Unknown Special Cookie

Nov 07, 2013 11:10:37 PM org.apache.tomcat.util.http.Cookies processCookieHeader

INFO: Cookies: Unknown Special Cookie

Nov 07, 2013 11:11:13 PM org.apache.tomcat.util.http.Cookies processCookieHeader

INFO: Cookies: Unknown Special Cookie

Nov 07, 2013 11:11:13 PM org.apache.tomcat.util.http.Cookies processCookieHeader

INFO: Cookies: Unknown Special Cookie

Nov 07, 2013 11:11:13 PM org.apache.tomcat.util.http.Cookies processCookieHeader

INFO: Cookies: Unknown Special Cookie

Nov 07, 2013 11:11:17 PM org.apache.tomcat.util.http.Cookies processCookieHeader

INFO: Cookies: Unknown Special Cookie

Nov 07, 2013 11:11:17 PM org.apache.tomcat.util.http.Cookies processCookieHeader

INFO: Cookies: Unknown Special Cookie

Nov 07, 2013 11:11:17 PM org.apache.tomcat.util.http.Cookies processCookieHeader

INFO: Cookies: Unknown Special Cookie

Nov 07, 2013 11:11:26 PM org.apache.tomcat.util.http.Cookies processCookieHeader

INFO: Cookies: Unknown Special Cookie

Nov 07, 2013 11:11:26 PM org.apache.tomcat.util.http.Cookies processCookieHeader

INFO: Cookies: Unknown Special Cookie

Nov 07, 2013 11:11:26 PM org.apache.tomcat.util.http.Cookies processCookieHeader

INFO: Cookies: Unknown Special Cookie

Nov 07, 2013 11:12:31 PM org.apache.tomcat.util.http.Cookies processCookieHeader

INFO: Cookies: Unknown Special Cookie

Nov 07, 2013 11:12:31 PM org.apache.tomcat.util.http.Cookies processCookieHeader

INFO: Cookies: Unknown Special Cookie

And so on.....

Views

3.7K

Translate

Translate

Report

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

correct answers 1 Correct answer

Enthusiast , Nov 08, 2013 Nov 08, 2013

This is a known Tomcat issue. To stop the warnings, go to \cfusion\runtime\conf\logging.properties.Set org.apache.catalina.core.ContainerBase.[Catalina].[localhost].level to WARN and then restart CF.

Votes

Translate

Translate
Enthusiast ,
Nov 08, 2013 Nov 08, 2013

Copy link to clipboard

Copied

This is a known Tomcat issue. To stop the warnings, go to \cfusion\runtime\conf\logging.properties.Set org.apache.catalina.core.ContainerBase.[Catalina].[localhost].level to WARN and then restart CF.

Votes

Translate

Translate

Report

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
Contributor ,
Nov 08, 2013 Nov 08, 2013

Copy link to clipboard

Copied

Okay, good to know!  It would have been nice if this was fixed in the last round of updates.  I will make the change in logging soon.  Thank you.

Votes

Translate

Translate

Report

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
Contributor ,
Nov 14, 2013 Nov 14, 2013

Copy link to clipboard

Copied

Hi, again.  I did that but I'm still getting some of those errors in my log (yes, I restarted the server).  Here are other areas of that logging.properties file, and I wonder if the other values need to be changed from INFO to WARN as well?

############################################################

# Facility specific properties.

# Provides extra control for each logger.

############################################################

org.apache.catalina.core.ContainerBase.[Catalina].[localhost].level = WARN (this is the one I changed)

org.apache.catalina.core.ContainerBase.[Catalina].[localhost].handlers = 2localhost.org.apache.juli.FileHandler

org.apache.catalina.core.ContainerBase.[Catalina].[localhost].[/manager].level = INFO (what about this?)

org.apache.catalina.core.ContainerBase.[Catalina].[localhost].[/manager].handlers = 3manager.org.apache.juli.FileHandler

org.apache.catalina.core.ContainerBase.[Catalina].[localhost].[/host-manager].level = INFO (and this?)

org.apache.catalina.core.ContainerBase.[Catalina].[localhost].[/host-manager].handlers = 4host-manager.org.apache.juli.FileHandler

Votes

Translate

Translate

Report

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
Enthusiast ,
Nov 14, 2013 Nov 14, 2013

Copy link to clipboard

Copied

Change 'em all. I did

Votes

Translate

Translate

Report

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
Contributor ,
Nov 25, 2013 Nov 25, 2013

Copy link to clipboard

Copied

Hi, again.  I've changed them all, and rebooted my server several times since, and I'm still getting these annoying messages in the log.  This is in the logging.properties file under c:\coldfusion10\cfusion\runtime\conf

############################################################

# Facility specific properties.

# Provides extra control for each logger.

############################################################

org.apache.catalina.core.ContainerBase.[Catalina].[localhost].level = WARN

org.apache.catalina.core.ContainerBase.[Catalina].[localhost].handlers = 2localhost.org.apache.juli.FileHandler

org.apache.catalina.core.ContainerBase.[Catalina].[localhost].[/manager].level = WARN

org.apache.catalina.core.ContainerBase.[Catalina].[localhost].[/manager].handlers = 3manager.org.apache.juli.FileHandler

org.apache.catalina.core.ContainerBase.[Catalina].[localhost].[/host-manager].level = WARN

org.apache.catalina.core.ContainerBase.[Catalina].[localhost].[/host-manager].handlers = 4host-manager.org.apache.juli.FileHandler

But in my coldfusion-error-1.log I'm still seeing this as of today.  Is there anywhere else I should look to change the setting??

Nov 25, 2013 11:46:25 AM org.apache.tomcat.util.http.Cookies processCookieHeader

INFO: Cookies: Unknown Special Cookie

Nov 25, 2013 12:01:34 PM org.apache.tomcat.util.http.Cookies processCookieHeader

INFO: Cookies: Unknown Special Cookie

Nov 25, 2013 12:01:34 PM org.apache.tomcat.util.http.Cookies processCookieHeader

INFO: Cookies: Unknown Special Cookie

Nov 25, 2013 12:01:34 PM org.apache.tomcat.util.http.Cookies processCookieHeader

INFO: Cookies: Unknown Special Cookie

Nov 25, 2013 4:42:48 PM org.apache.tomcat.util.http.Cookies processCookieHeader

INFO: Cookies: Invalid cookie. Value not a token or quoted value

Nov 25, 2013 4:42:53 PM org.apache.tomcat.util.http.Cookies processCookieHeader

INFO: Cookies: Invalid cookie. Value not a token or quoted value

Nov 25, 2013 4:42:57 PM org.apache.tomcat.util.http.Cookies processCookieHeader

INFO: Cookies: Invalid cookie. Value not a token or quoted value

Nov 25, 2013 4:43:03 PM org.apache.tomcat.util.http.Cookies processCookieHeader

INFO: Cookies: Invalid cookie. Value not a token or quoted value

Nov 25, 2013 4:43:21 PM org.apache.tomcat.util.http.Cookies processCookieHeader

INFO: Cookies: Invalid cookie. Value not a token or quoted value

Votes

Translate

Translate

Report

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
Enthusiast ,
Nov 25, 2013 Nov 25, 2013

Copy link to clipboard

Copied

I recallI that I had three logging.properties files. Edit each and also look for a section called "Default global logging level" and ensure that this has ".level= SEVERE". The logging.properties files that I have are in c:\ColdFusion10\cfusion\runtime\conf\, c:\ColdFusion10\cfusion\jetty\jre\lib and c:\ColdFusion10\cfusion\jnbridge\jre\lib. If this doesn't work for you it may be best to email Adobe install support on cfinstal@adobe.com.

Votes

Translate

Translate

Report

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
Contributor ,
Dec 10, 2013 Dec 10, 2013

Copy link to clipboard

Copied

LATEST

So I did that I think it finally helped with that specific log issue.  HOWEVER, by changing those log settings everywhere it prevented critical tiools like Jconsole and Jprofiler from running, so just FYI.

Votes

Translate

Translate

Report

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
Documentation