3 Replies Latest reply on Sep 28, 2007 1:36 AM by jcreynol

    Using Context externally returns error related to TRACE logg

    mtedone1

      Hi, I have an EJB3 application running on JBoss 4.2.0-GA. Externally, from my Eclipse, I built successfully an Initial context. When I try a lookup on the Context, I get the following exception:


      Exception in thread "main" java.lang.NoSuchFieldError: TRACE
      at org.jboss.logging.Log4jLoggerPlugin.isTraceEnabled(Log4jLoggerPlugin.java:85)
      at org.jboss.logging.Logger.isTraceEnabled(Logger.java:122)
      at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:620)
      at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:587)
      at javax.naming.InitialContext.lookup(Unknown Source)


      I have got jbossall-client and all the other relevant libraries in my path. I'm also using JDK6. Could this be the reason?

      Regards