[Geoserver-devel] Missing classes?

My logging.properties file includes the UNcommented line:

handlers= java.util.logging.ConsoleHandler

The other handlers are commented out.

the rest of the file, without comments:

.level= INFO
# Not relevant since FileHanders are not included
# but adding them doesn't change things
java.util.logging.FileHandler.pattern = %h/java/%u.log
java.util.logging.FileHandler.limit = 50000
java.util.logging.FileHandler.count = 1
java.util.logging.FileHandler = java.util.logging.SimpleFormatter

java.util.logging.ConsoleHandler.level = INFO
java.util.logging.ConsoleHandler.formatter =
java.util.logging.SimpleFormatter

Interestingly, the Resin verbose log says:

Application[http://localhost:8080] starting
Application[http://localhost:8080/geoserver\] closing
Application[http://localhost:8080/geoserver\] starting
FreefsLog: init
java.lang.NullPointerException
...

Sean

I just tried out that log file with resin 2.1.8 and it worked fine.

The Resin logs make sense, since they are not using the java logger.
Hmmm... I'll take a deeper look next week, testing resin 3.0.3. If
you could also send me your java version and operating system and version
that may prove useful.

  thanks,

      Chris

On Thu, 30 Oct 2003 mclinden@anonymised.com wrote:

My logging.properties file includes the UNcommented line:

handlers= java.util.logging.ConsoleHandler

The other handlers are commented out.

the rest of the file, without comments:

.level= INFO
# Not relevant since FileHanders are not included
# but adding them doesn't change things
java.util.logging.FileHandler.pattern = %h/java/%u.log
java.util.logging.FileHandler.limit = 50000
java.util.logging.FileHandler.count = 1
java.util.logging.FileHandler = java.util.logging.SimpleFormatter

java.util.logging.ConsoleHandler.level = INFO
java.util.logging.ConsoleHandler.formatter =
java.util.logging.SimpleFormatter

Interestingly, the Resin verbose log says:

Application[http://localhost:8080] starting
Application[http://localhost:8080/geoserver\] closing
Application[http://localhost:8080/geoserver\] starting
FreefsLog: init
java.lang.NullPointerException
...

Sean

-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive? Does it
help you create better code? SHARE THE LOVE, and help us help
YOU! Click Here: http://sourceforge.net/donate/
_______________________________________________
Geoserver-devel mailing list
Geoserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-devel

--