I get the following error when trying to launch the debugger in eclipse.
eclipse.buildId=M20110210-1200
java.version=1.6.0_24
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US
Framework arguments: -product org.eclipse.epp.package.jee.product
Command-line arguments: -os win32 -ws win32 -arch x86 -product org.eclipse.epp.package.jee.product
Error
Thu Apr 21 22:47:47 EDT 2011
Couldn't launch a debug session: null
java.lang.NullPointerException
at com.intergral.fusiondebug.api.driver.ui.preferences.C.C(CFDBExtensionManager.java:83)
at com.intergral.fusiondebug.api.driver.core.FDDebugTarget.supportsBreakpointInternal(FDDebugTarget.java:631)
at com.intergral.fusiondebug.api.driver.core.FDDebugTarget.supportsBreakpoint(FDDebugTarget.java:648)
at com.intergral.fusiondebug.api.driver.core.FDDebugTarget.breakpointAdded(FDDebugTarget.java:909)
at com.intergral.fusiondebug.api.driver.core.FDDebugTarget.R(FDDebugTarget.java:518)
at com.intergral.fusiondebug.api.driver.core.FDDebugTarget.<init>(FDDebugTarget.java:428)
at com.intergral.fusiondebug.api.driver.core.launching.FDLaunchDelegate.launch(FDLaunchDelegate.java:62)
at org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:853)
at org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:702)
at org.eclipse.debug.internal.ui.DebugUIPlugin.buildAndLaunch(DebugUIPlugin.java:924)
at org.eclipse.debug.internal.ui.DebugUIPlugin$8.run(DebugUIPlugin.java:1128)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)
Here are the jvm config args:
-Dprogram.name=run.bat -Djava.endorsed.dirs="C:/jboss/jboss-as/bin/../lib/endorsed" -Xms128m -Xmx512m -XX:MaxPermSize=128m -Djava.compiler=NONE -Xnoagent -Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=8000
Server is JBoss 4.3.0, launched within eclipse. No port conflicts. I tried 8001 and 8011 and received same error.
I setup fusionDebug with the eclipse installer and had no issues. I had this working on an older laptop. But I cannot get this to work on a new laptop with newer eclipse, newer jvm and new fusionDebug version. I compared old setup to new setup to try and troubleshoot, but that did not help.
Any idea what may be going on at the point of failure at line 83 in class above?
Thanks