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 12071 - RMI Debug Executor fails on Solaris
Summary: RMI Debug Executor fails on Solaris
Status: VERIFIED FIXED
Alias: None
Product: obsolete
Classification: Unclassified
Component: rmi (show other bugs)
Version: 3.x
Hardware: Sun Solaris
: P3 blocker (vote)
Assignee: issues@obsolete
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-05-10 00:52 UTC by mvatkina
Modified: 2001-07-20 20:39 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 mvatkina 2001-05-10 00:52:15 UTC
"RMI Executor (debug)" is broken on Solaris due to a wrong path to a shared
library: libjvm.so
Comment 1 Martin Ryzl 2001-05-10 14:59:48 UTC
it seems that JVM on Solaris doesn't support classic switch - there is an easy 
workaround - delete the -classic switch from the commandline => priority will be
changed to P2
Comment 2 Martin Ryzl 2001-05-10 15:02:17 UTC
it seems that JVM on Solaris doesn't support classic switch - there is an easy 
workaround - delete the -classic switch from the commandline => priority will be
changed to P2
Comment 3 Martin Ryzl 2001-05-11 11:09:19 UTC

*** This issue has been marked as a duplicate of 11958 ***
Comment 4 iformanek 2001-05-15 17:50:08 UTC
Incorrectly marked as duplicate
Comment 5 Martin Ryzl 2001-05-24 11:24:02 UTC
fixed in main trunk
I have added a new property "classic" to the RMI Executor. Value of this 
property substitutes tag {classic} which is newly used in debug versions. 
Default value is obtained from debuggerCore - see similar bugfix for 
DebuggerExecutor in http://www.netbeans.org/bugs-cgi/show_bug.cgi?id=11975
Comment 6 Adam Sotona 2001-06-27 08:32:53 UTC
reopening for Pilsen_fcs
Comment 7 Adam Sotona 2001-06-27 08:35:38 UTC
fixed in Pilsen_fcs