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

Summary: RMI Debug Executor fails on Solaris
Product: obsolete Reporter: mvatkina <mvatkina>
Component: rmiAssignee: issues@obsolete <issues>
Status: VERIFIED FIXED    
Severity: blocker    
Priority: P3    
Version: 3.x   
Hardware: Sun   
OS: Solaris   
Issue Type: DEFECT Exception Reporter:

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