0 Replies Latest reply on Aug 8, 2002 12:18 PM by jlmartinez

    JPDA+JBoss 3.0

    jlmartinez

      I'm trying to do remote debugger with JBoss 3.0 or 3.0.1RC1 but an exception related with Log4J occurs.

      The options in java execution are:
      JAVA_OPTS="$JAVA_OPTS -Xdebug -Xnoagent -Djava.compiler=NONE -Xrunjdwp:transport=dt_socket,address=8787,server=y,suspend=n -Dprogram.name=$PROGNAME

      The exception is:
      10:51:18,129 INFO [Log4jService$URLWatchTimerTask] Configuring from URL: resource:log4j.x
      ml
      10:51:18,129 INFO [AbstractDeploymentScanner$ScannerThread] Running
      10:51:18,259 ERROR [MainDeployer] could not start deployment: file:/C:/Java/jboss-3.0.1RC1
      /server/atenea/conf/jboss-service.xml
      java.lang.NoSuchMethodError: org.apache.log4j.Category.getDefaultHierarchy()Lorg/apache/lo
      g4j/Hierarchy;
      at org.apache.log4j.xml.DOMConfigurator.configure(DOMConfigurator.java:608)


      If somebody knows something about this problem, thank you