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 31813 - RMI server makes IDE die
Summary: RMI server makes IDE die
Status: VERIFIED WONTFIX
Alias: None
Product: platform
Classification: Unclassified
Component: Execution (show other bugs)
Version: 3.x
Hardware: PC Linux
: P3 blocker (vote)
Assignee: David Strupl
URL:
Keywords: JDK_SPECIFIC
Depends on:
Blocks:
 
Reported: 2003-03-10 08:31 UTC by johnzoet
Modified: 2008-12-22 18:58 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Source files for RMI server Pi and RMI client OutputPi (6.81 KB, application/octet-stream)
2003-03-10 08:33 UTC, johnzoet
Details

Note You need to log in before you can comment on or make changes to this bug.
Description johnzoet 2003-03-10 08:31:59 UTC
Most of the time when I start an RMI server from
the IDE the IDE simply dies.
To reproduce this problem:
- I have attached the source code + readme.txt file
- follow steps in readme.txt
- start server, stop and start again

In 9 out of 10 times the IDE dies.
Comment 1 johnzoet 2003-03-10 08:33:12 UTC
Created attachment 9321 [details]
Source files for RMI server Pi and RMI client OutputPi
Comment 2 pzajac 2003-03-10 12:15:16 UTC
I cannot reproduce this bug. I tried execute server and client part of
your program. Did you use the RMI module in netbeans. The readme.txt
file describes execution of PI aplication ,rmiregistry  from
commandline. Can you add steps of reproduction in ide? The JVM crashed
or this is a deaddlock. I If the bug is deadclock, please attach
thread dump (CTRL + '\' in console ). 
Comment 3 johnzoet 2003-03-10 20:58:48 UTC
After executing RMI server Pi in the IDE the IDE shuts down almost
instantly, in a fraction of a second.
My operating system is SuSE 8.1
Everything else is working fine in the IDE, so it must be something
specific to the RMI server.
I could easily reproduce the problem today as follows:
- start remiregistry
- execute RMI server Pi(OK)
- execute RMI client OutputPi (OK)
- stop Pi
- stop rmiregistry
- execute Pi (IDE shuts down instantly)
Comment 4 pzajac 2003-03-11 14:39:09 UTC
problem in JVM. 

Local Time = Tue Mar 11 15:33:27 2003
Elapsed Time = 2032
#
# HotSpot Virtual Machine Error : 11
# Error ID : 4F530E43505002E6
# Please report this error at
# http://java.sun.com/cgi-bin/bugreport.cgi
#
# Java VM: Java HotSpot(TM) Client VM (1.4.1-b21 mixed mode)
#
# An error report file has been saved as hs_err_pid4785.log.
# Please refer to the file for further information.
#
Comment 5 pzajac 2003-03-11 15:13:33 UTC
See to #4830423 in bugparade on www.javasoft.com. 
Comment 6 johnzoet 2003-03-11 20:53:46 UTC
The bug database cannot find bug number 4830423
The URL for the bug database is:
http://developer.java.sun.com/developer/bugParade/
Comment 7 johnzoet 2003-07-08 22:56:22 UTC
Problem does not happen anymore in JVM 1.4.1_02 and 1.4.2