Could not initialize class java.util.logging.LogRecord

jadamcrain jadamcrain at gmail.com
Sat Aug 20 07:23:05 EDT 2011


Forgive me if this is standard java logging foo, I've only worked with slf4j
based systems. When I run my netty program I end up getting a crash because
of a no class def found:

java.lang.NoClassDefFoundError: Could not initialize class
java.util.logging.LogRecord
	at java.util.logging.Logger.logp(Logger.java:699)
	at org.jboss.netty.logging.JdkLogger.warn(JdkLogger.java:86)
	at
org.jboss.netty.logging.InternalLoggerFactory$1.warn(InternalLoggerFactory.java:133)
	at
org.jboss.netty.channel.DefaultChannelFuture.notifyListener(DefaultChannelFuture.java:383)
	at
org.jboss.netty.channel.DefaultChannelFuture.addListener(DefaultChannelFuture.java:148)
	at 

What do I need to do to remedy this? Is it like slf4j where some logging
something or other has to be on the classpath?

thanks,
Adam

--
View this message in context: http://netty-forums-and-mailing-lists.685743.n2.nabble.com/Could-not-initialize-class-java-util-logging-LogRecord-tp6706094p6706094.html
Sent from the Netty User Group mailing list archive at Nabble.com.


More information about the netty-users mailing list