You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2008/04/08 13:19:02 UTC

DO NOT REPLY [Bug 44777] New: additional entries in logging. properties ignored

https://issues.apache.org/bugzilla/show_bug.cgi?id=44777

           Summary: additional entries in logging.properties ignored
           Product: Tomcat 6
           Version: 6.0.16
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Catalina
        AssignedTo: tomcat-dev@jakarta.apache.org
        ReportedBy: massdosage@gmail.com


I am trying to remove these lines which shows up in catalina.out:

08-Apr-2008 12:10:37 org.apache.tomcat.util.http.Parameters processParameters
WARNING: Parameters: Invalid chunk ignored.

I have followed the documentation and modified
CATALINA_HOME/conf/logging.properties and added this line at the bottom of the
file:

org.apache.tomcat.util.http.Parameters.level = SEVERE

I then restart tomcat and the WARNING about the invalid chunk *still* appears.
If I do a ps I see that the tomcat process has apparently started up with a
system property pointing to the correct logging.properties:

opt/java/jdk/bin/java
-Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager
-Djava.util.logging.config.file=/opt/java/apache-tomcat-6.0.16/conf/logging.properties

So it appears as if tomcat is ignoring what I set in logging.properties.


-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


DO NOT REPLY [Bug 44777] additional entries in logging.properties ignored

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=44777


Mass Dosage <ma...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|WORKSFORME                  |INVALID




--- Comment #2 from Mass Dosage <ma...@gmail.com>  2008-04-08 05:11:29 PST ---
Very strange, I removed all my logging changes to JDK and tomcat, re-applied
this to just logging.properties in CATALINA_HOME/conf and now it works. I'm not
sure why it didn't work for me earlier but I assume it was config issue and not
a bug in tomcat. Sorry!


-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


DO NOT REPLY [Bug 44777] additional entries in logging.properties ignored

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=44777


Mass Dosage <ma...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |massdosage@gmail.com




-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


DO NOT REPLY [Bug 44777] additional entries in logging.properties ignored

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=44777


Rainer Jung <ra...@kippdata.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |WORKSFORME




--- Comment #1 from Rainer Jung <ra...@kippdata.de>  2008-04-08 04:55:42 PST ---
I tried with 6.0.16 exactly with the line you posted. It works. Without the
line I get the warning, with the line added to logging.properties it doesn't
show up any longer, although I retrieved the same URL.

I switched a couple of times back and force and everything worked.


-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org