users@jersey.java.net

[Jersey] Re: javax.naming.NoInitialContextException and other Exceptions

From: Martin Spuetz <martin_at_spuetz.net>
Date: Thu, 06 Jan 2011 15:06:39 +0100

Hi,

thank you for your email.

On 06.01.2011 14:34, Paul Sandoz wrote:
> Those messages are harmless. You don't need to worry about them, since
> you are not using EE 6 features.
>
> The messages are logged at Level.CONFIG (at least for Jersey 1.4 and i
> think it is the case for earlier versions as well). So usually for
> default log level setting they should not been seen. What is your log
> level set to?

That explains a lot, those messages appeared after I configured the
logging, I'm using logback with SLF4JBridgeHandler.

I changed the log level to INFO and the messages disappeared.

Greetings from Germany
Martin