[jboss-user] [JNDI/Naming/Network] - Using Context externally returns error related to TRACE logg
mtedone1
do-not-reply at jboss.com
Sun Jun 17 05:23:03 EDT 2007
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
|
|
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4055014#4055014
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4055014
More information about the jboss-user
mailing list