This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 100400 - Exception when attaching BPEL Debugger
Summary: Exception when attaching BPEL Debugger
Status: VERIFIED WORKSFORME
Alias: None
Product: soa
Classification: Unclassified
Component: BPEL Debugger (show other bugs)
Version: 6.x
Hardware: PC Windows XP
: P1 blocker (vote)
Assignee: Alexander Zgursky
URL:
Keywords: REGRESSION
Depends on:
Blocks:
 
Reported: 2007-04-09 23:27 UTC by pchen
Modified: 2007-04-18 00:20 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description pchen 2007-04-09 23:27:22 UTC
Steps to reproduce:
1. Try to attach the BPEL Debugger (doesn't matter if bpel engine is running or not)

You will see something like this: (notice the directory C:\gf91-b38, doesn't
even exist, where does it get that value?)

java.lang.IllegalStateException: Failed to get FileObject for server instance
[C:\gf91-b38]deployer:Sun:AppServer::localhost:4848
	at
org.netbeans.modules.j2ee.deployment.impl.ServerInstance.getDisconnectedDeploymentManager(ServerInstance.java:200)
	at
org.netbeans.modules.j2ee.deployment.impl.ServerInstance.getStartServer(ServerInstance.java:449)
	at
org.netbeans.modules.j2ee.deployment.impl.ServerInstance._retrieveTarget(ServerInstance.java:1648)
	at
org.netbeans.modules.j2ee.deployment.impl.ServerInstance.access$1000(ServerInstance.java:68)
	at
org.netbeans.modules.j2ee.deployment.impl.ServerInstance$DebuggerStateListener.sessionAdded(ServerInstance.java:1708)
	at
org.netbeans.api.debugger.DebuggerManager.fireSessionAdded(DebuggerManager.java:946)
	at org.netbeans.api.debugger.DebuggerManager.addSession(DebuggerManager.java:1146)
	at
org.netbeans.api.debugger.DebuggerManager.startDebugging(DebuggerManager.java:283)
	at
org.netbeans.modules.bpel.debugger.ui.BpelConnectPanel.ok(BpelConnectPanel.java:107)
	at
org.netbeans.modules.debugger.ui.actions.ConnectAction$ConnectListener.actionPerformed(ConnectAction.java:110)
	at
org.netbeans.core.windows.services.NbPresenter$ButtonListener.actionPerformed(NbPresenter.java:1058)
	at javax.swing.AbstractButton.fireActionPerformed(Unknown Source)
	at javax.swing.AbstractButton$Handler.actionPerformed(Unknown Source)
	at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source)
	at javax.swing.DefaultButtonModel.setPressed(Unknown Source)
	at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(Unknown Source)
	at java.awt.Component.processMouseEvent(Unknown Source)
	at javax.swing.JComponent.processMouseEvent(Unknown Source)
	at java.awt.Component.processEvent(Unknown Source)
	at java.awt.Container.processEvent(Unknown Source)
	at java.awt.Component.dispatchEventImpl(Unknown Source)
	at java.awt.Container.dispatchEventImpl(Unknown Source)
	at java.awt.Component.dispatchEvent(Unknown Source)
	at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
	at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
	at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
	at java.awt.Container.dispatchEventImpl(Unknown Source)
	at java.awt.Window.dispatchEventImpl(Unknown Source)
[catch] at java.awt.Component.dispatchEvent(Unknown Source)
	at java.awt.EventQueue.dispatchEvent(Unknown Source)
	at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
	at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
	at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
	at java.awt.Dialog$1.run(Unknown Source)
	at java.awt.Dialog$3.run(Unknown Source)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.awt.Dialog.show(Unknown Source)
	at org.netbeans.core.windows.services.NbPresenter.superShow(NbPresenter.java:810)
	at org.netbeans.core.windows.services.NbPresenter.doShow(NbPresenter.java:844)
	at org.netbeans.core.windows.services.NbPresenter.run(NbPresenter.java:832)
	at org.netbeans.core.windows.services.NbPresenter.run(NbPresenter.java:81)
	at org.openide.util.Mutex.doEventAccess(Mutex.java:1201)
	at org.openide.util.Mutex.readAccess(Mutex.java:220)
	at org.netbeans.core.windows.services.NbPresenter.show(NbPresenter.java:817)
	at java.awt.Component.show(Unknown Source)
	at java.awt.Component.setVisible(Unknown Source)
	at java.awt.Window.setVisible(Unknown Source)
	at java.awt.Dialog.setVisible(Unknown Source)
	at
org.netbeans.modules.debugger.ui.actions.ConnectAction.actionPerformed(ConnectAction.java:88)
	at javax.swing.AbstractButton.fireActionPerformed(Unknown Source)
	at javax.swing.AbstractButton$Handler.actionPerformed(Unknown Source)
	at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source)
	at javax.swing.DefaultButtonModel.setPressed(Unknown Source)
	at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(Unknown Source)
	at java.awt.AWTEventMulticaster.mouseReleased(Unknown Source)
	at java.awt.AWTEventMulticaster.mouseReleased(Unknown Source)
	at java.awt.Component.processMouseEvent(Unknown Source)
	at javax.swing.JComponent.processMouseEvent(Unknown Source)
	at java.awt.Component.processEvent(Unknown Source)
	at java.awt.Container.processEvent(Unknown Source)
	at java.awt.Component.dispatchEventImpl(Unknown Source)
	at java.awt.Container.dispatchEventImpl(Unknown Source)
	at java.awt.Component.dispatchEvent(Unknown Source)
	at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
	at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
	at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
	at java.awt.Container.dispatchEventImpl(Unknown Source)
	at java.awt.Window.dispatchEventImpl(Unknown Source)
	at java.awt.Component.dispatchEvent(Unknown Source)
	at java.awt.EventQueue.dispatchEvent(Unknown Source)
	at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
	at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
	at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
	at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
	at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
	at java.awt.EventDispatchThread.run(Unknown Source)
Comment 1 pchen 2007-04-09 23:29:09 UTC
reproduced with netbeans 6.0 build 8a on win XP SP2 with JDK 6.0 b105
Comment 2 Sergey Lunegov 2007-04-10 13:48:06 UTC
If you are internal Sun user please let me know and I'll send you link to last
available build.
Comment 3 Sergey Lunegov 2007-04-17 09:45:23 UTC
Not reproducible in
http://bits.nbextras.org/netbeans/6.0/nightly/200704170000/installers/.

Try to clean your userdir
Comment 4 pchen 2007-04-18 00:20:37 UTC
Thank you for fixing the show stopper.
Verified with 200704171200 on WinXP