3 Replies Latest reply on Nov 7, 2005 9:47 AM by starksm64

    JBoss Eclipse EJB Client log4j

    guitoon

      Hello,
      I'm trying to access my remote interface from my client. It works but i get problems with the display in the console. This is due to log4j. My problem starts like that :

      log4j:WARN No appenders could be found for logger (org.jboss.security.SecurityAssociation).
      log4j:WARN Please initialize the log4j system properly.
      java.lang.reflect.UndeclaredThrowableException
      at $Proxy1.diagnose(Unknown Source)
      at PSDB_Plugin.run.SessionClient.main(SessionClient.java:45)
      Caused by: java.io.NotSerializableException: PSDB_Plugin.ejb.Result

      Has anyone an idea about what my problem is ?