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 14029

Summary: Can't start IDE : java.io.InterruptedIOException: Receive timed out
Product: utilities Reporter: support <support>
Component: CodeAssignee: issues@utilities <issues>
Status: RESOLVED DUPLICATE    
Severity: blocker    
Priority: P4    
Version: -FFJ-   
Hardware: PC   
OS: Windows 95/98   
Issue Type: DEFECT Exception Reporter:

Description support 2001-07-29 19:50:11 UTC
FFJ EA Released : 29th May, 2001 
Java version : 1.3.0 and 1.3.1 / Windows 98
Trying to start Timer.java given in the source example :
C:\JForte\forte4j\sources\org\netbeans\examples\lib\timerbean>C:\JBuild~1\jdk1.3
\bin\java.exe -cp c:\JFORTE\FORTE4J\modules\utilities.jar;. org.netbeans.modules
.openfile.Main  "C:\JFORTE\FORTE4J\SOURCES\ORG\NETBEANS\EXAMPLES\LIB\TIMERB~1\TI
MER~1.JAV"
java.io.InterruptedIOException: Receive timed out
        at java.net.PlainDatagramSocketImpl.receive(Native Method)
        at java.net.DatagramSocket.receive(DatagramSocket.java:392)
        at org.netbeans.modules.openfile.Main.main(Main.java:100)
Comment 1 support 2001-07-29 20:42:44 UTC
This happens when the IDE is not yet launch and trying to launch the openfile.bat with 
a file name in the parameter. Or when double clicking on a .java file in the explorer.
it's ok when the IDE is yet running (launched with runidew.exe with the menu 
"starting/programs/Forte CE etc...)

Comment 2 Jan Zajicek 2001-07-30 14:20:16 UTC
Seems like problem in openfile module.
Comment 3 Peter Zavadsky 2001-08-08 08:27:56 UTC
This is avtually the current state of openfile module. Starting IDE if
it's not runnig yet is planned feature.
This bug I marked as duplicate of that enancement.

*** This issue has been marked as a duplicate of 2425 ***