Skip to Main Content

DevOps, CI/CD and Automation

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

SunStudio 12 IDE exception when trying to launch the debugger dbx

807575Dec 5 2007 — edited Dec 7 2007
Does anyone know what this is?
java.lang.Error: panic: Assertion failed: ps_serversocket
	at com.sun.tools.debugger.dbxgui.DbxGuiModule$1.die(DbxGuiModule.java:71)
	at com.sun.tools.swdev.glue.GErr.panic(GErr.java:22)
	at com.sun.tools.swdev.glue.GErr.ASSERT(GErr.java:10)
	at com.sun.tools.swdev.glue.PendingSlave.<init>(Surrogate.java:79)
	at com.sun.tools.swdev.glue.Surrogate.<init>(Surrogate.java:574)
	at com.sun.tools.swdev.glue.dbx.GPDbxSurrogate.<init>(GPDbxSurrogate.java:10)
	at com.sun.tools.debugger.dbxgui.debugger.CommonDbx.<init>(CommonDbx.java:299)
	at com.sun.tools.debugger.dbxgui.debugger.Dbx.<init>(Dbx.java:158)
	at com.sun.tools.debugger.dbxgui.debugger.Dbx$DbxFactory.getDbx(Dbx.java:40)
	at com.sun.tools.debugger.dbxgui.debugger.Dbx$DbxFactory.getDbx(Dbx.java:38)
	at com.sun.tools.debugger.dbxgui.debugger.CommonDbx$Factory.start(CommonDbx.java:200)
	at com.sun.tools.debugger.dbxgui.debugger.DbxDebuggerImpl.start2(DbxDebuggerImpl.java:373)
	at com.sun.tools.debugger.dbxgui.debugger.DbxDebuggerImpl.start(DbxDebuggerImpl.java:353)
	at com.sun.tools.debugger.dbxgui.debugger.actions.StartAction.doAction(StartAction.java:100)
	at com.sun.tools.debugger.dbxgui.debugger.actions.StartAction.postAction(StartAction.java:91)
	at org.netbeans.api.debugger.ActionsManager.postAction(ActionsManager.java:205)
	at org.netbeans.api.debugger.DebuggerManager.startDebugging(DebuggerManager.java:333)
	at com.sun.tools.debugger.dbxgui.debugger.DbxDebuggerManager.debugNoAsk(DbxDebuggerManager.java:897)
	at com.sun.tools.debugger.dbxgui.debugger.DbxDebuggerManager.startDebugger(DbxDebuggerManager.java:877)
	at com.sun.tools.debugger.dbxgui.debugger.DbxDebuggerManager.debug(DbxDebuggerManager.java:923)
	at com.sun.tools.debugger.dbxgui.debugger.actions.DebugDialogAction.perform(DebugDialogAction.java:153)
	at com.sun.tools.debugger.dbxgui.debugger.actions.DebugDialogAction.perform(DebugDialogAction.java:89)
	at com.sun.tools.debugger.dbxgui.debugger.actions.DebugDialogAction.performAction(DebugDialogAction.java:72)
	at org.openide.util.actions.NodeAction.performAction(NodeAction.java:261)
	at org.openide.util.actions.CallableSystemAction$1.run(CallableSystemAction.java:100)
	at org.netbeans.modules.openide.util.ActionsBridge.doPerformAction(ActionsBridge.java:53)
	at org.openide.util.actions.CallableSystemAction.actionPerformed(CallableSystemAction.java:96)
	at org.openide.util.actions.NodeAction.actionPerformed(NodeAction.java:250)
	at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1849)
	at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2169)
	at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:420)
	at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:258)
	at javax.swing.AbstractButton.doClick(AbstractButton.java:302)
	at javax.swing.plaf.basic.BasicMenuItemUI.doClick(BasicMenuItemUI.java:1051)
	at javax.swing.plaf.basic.BasicMenuItemUI$Handler.mouseReleased(BasicMenuItemUI.java:1092)
	at java.awt.Component.processMouseEvent(Component.java:5517)
	at javax.swing.JComponent.processMouseEvent(JComponent.java:3135)
	at java.awt.Component.processEvent(Component.java:5282)
	at java.awt.Container.processEvent(Container.java:1966)
	at java.awt.Component.dispatchEventImpl(Component.java:3984)
	at java.awt.Container.dispatchEventImpl(Container.java:2024)
	at java.awt.Component.dispatchEvent(Component.java:3819)
	at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4212)
	at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3892)
	at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3822)
	at java.awt.Container.dispatchEventImpl(Container.java:2010)
	at java.awt.Window.dispatchEventImpl(Window.java:1791)
	at java.awt.Component.dispatchEvent(Component.java:3819)
[catch] at java.awt.EventQueue.dispatchEvent(EventQueue.java:463)
	at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:242)
	at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163)
	at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:157)
	at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:149)
	at java.awt.EventDispatchThread.run(EventDispatchThread.java:110)
This error was issued by the SunStudio IDE 12 when I tried to launch the debugger.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jan 4 2008
Added on Dec 5 2007
6 comments
146 views