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 4524 - IllegalArgumentException during starting JPDA debugger on Solaris
Summary: IllegalArgumentException during starting JPDA debugger on Solaris
Status: CLOSED FIXED
Alias: None
Product: debugger
Classification: Unclassified
Component: Java (show other bugs)
Version: 3.x
Hardware: All All
: P1 major (vote)
Assignee: Daniel Prusa
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 1999-10-15 18:14 UTC by Milan Kubec
Modified: 2003-07-02 16:00 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 Milan Kubec 1999-10-15 18:14:46 UTC
Debugger cannot be started on Solaris at all.

java.lang.IllegalArgumentException: unable to parse port number in address
        at com.sun.tools.jdi.SocketTransport.startListening(SocketTransport.java:93)
        at com.sun.tools.jdi.RawCommandLineLauncher.launch(RawCommandLineLauncher.java:74)
        at com.netbeans.developer.modules.debugger.jpda.JPDADebugger.startDebugger(JPDADebugger.java:239)
        at com.netbeans.developer.modules.debugger.core.CoreDebugger.startSession(CoreDebugger.java:493)
        at com.netbeans.developer.modules.debugger.core.CoreDebugger.startDebugger(CoreDebugger.java:157)
        at com.netbeans.developer.modules.debugger.jpda.JPDADebuggerType.startDebugger(JPDADebuggerType.java:70)
        at org.openide.loaders.ExecSupport.debug(ExecSupport.java:122)
        at org.openide.actions.DebuggerPerformer$StartDebugThread.run(DebuggerPerformer.java:291)
Comment 1 Jan Stola 2000-07-27 16:23:59 UTC
Verified in Build 2011.
Comment 2 Quality Engineering 2003-07-02 16:00:21 UTC
Resolved for 3.4.x or earlier, no new info since then -> closing.