0 Replies Latest reply on Feb 27, 2004 10:42 AM by thomas_x

    JbossIDE EclipseProfiler JDK 1.4

    thomas_x

      i have tried profiling with
      the JbossIDE 1.2.2 Jboss 3.2.3 on JDK 1.4.2_03
      and wanted to create a ServerConfiguration for profiling

      ...when i try the config the Server hangs!

      ... when i try to debug my Serverconfiguration the server startup hangs with
      "Launching Jboss establishing debug connection"


      i tried the following JVM arguments:
      -XrunProfilerDLL:1 -Xbootclasspath/a:jakarta-regexp.jar;profiler_trace.jar;commons-lang.jar -D__PROFILER_PACKAGE_FILTER=__A__org.jboss.Main;__P__at.;__M__sun.;__M__com.sun.;__M__java.;__M__javax. -D__PROFILER_TIMING_METHOD=1


      but it doesn't work !
      when i try the same on JDK 1.3 everything works fine !

      ..