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 236016 - java.io.IOException: HOST_UNREACHABLE
Summary: java.io.IOException: HOST_UNREACHABLE
Status: VERIFIED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Remote (show other bugs)
Version: 7.4
Hardware: All All
: P3 normal (vote)
Assignee: Alexander Simon
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-09-16 11:18 UTC by Exceptions Reporter
Modified: 2013-11-15 14:05 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 203732


Attachments
stacktrace (926 bytes, text/plain)
2013-09-16 11:18 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2013-09-16 11:18:18 UTC
This issue was reported manually by vv159170.
It already has 1 duplicates 


Build: NetBeans IDE 7.4 Beta (Build 201307092200)
VM: Java HotSpot(TM) Client VM, 23.25-b01, Java(TM) SE Runtime Environment, 1.7.0_25-b17
OS: Windows 7

User Comments:
GUEST: Tried to upload data.
The base problem is that I cannot delete an old host (no longer online) from the config. It keep on popping up ovwer and over again.




Stacktrace: 
java.io.IOException: HOST_UNREACHABLE
   at org.netbeans.modules.nativeexecution.api.util.ConnectionManager.initiateConnection(ConnectionManager.java:403)
   at org.netbeans.modules.nativeexecution.api.util.ConnectionManager.connectTo(ConnectionManager.java:339)
   at org.netbeans.modules.cnd.makeproject.ui.RemoteSyncActions$UpDownLoader.work(RemoteSyncActions.java:158)
   at org.netbeans.modules.cnd.makeproject.ui.RemoteSyncActions.upload(RemoteSyncActions.java:474)
   at org.netbeans.modules.cnd.makeproject.ui.RemoteSyncActions.access$700(RemoteSyncActions.java:89)
   at org.netbeans.modules.cnd.makeproject.ui.RemoteSyncActions$UploadAction$1.runImpl(RemoteSyncActions.java:371)
Comment 1 Exceptions Reporter 2013-09-16 11:18:19 UTC
Created attachment 140116 [details]
stacktrace
Comment 2 Alexander Simon 2013-11-08 10:38:27 UTC
fixed, change set:
95dabfdb9049
Comment 3 Quality Engineering 2013-11-14 14:31:30 UTC
Integrated into 'releases/release74', will be available in build *201311141216* or newer. Wait for official and publicly available build.

Changeset: http://hg.netbeans.org/releases/rev/cf25dcb8c543
User: Alexander Simon <alexvsimon@netbeans.org>
Log: fixed Bug #236016 java.io.IOException: HOST_UNREACHABLE
(transplanted from 95dabfdb904906fd5e338f8ccace943c2f98a93f)
Comment 4 Quality Engineering 2013-11-15 03:05:03 UTC
Integrated into 'main-silver', will be available in build *201311150002* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/93bc96cc4125
User: Alexander Simon <alexvsimon@netbeans.org>
Log: fixed Bug #236016 java.io.IOException: HOST_UNREACHABLE
(transplanted from 95dabfdb904906fd5e338f8ccace943c2f98a93f)
Comment 5 Alexander Pepin 2013-11-15 13:51:51 UTC
Today I got the following exception in the IDE log:
...
WARNING [cnd.remote.logger]: calling getPlatform() on uninitialized CompilerSetManagerImpl
java.io.IOException: HOST_UNREACHABLE
	at org.netbeans.modules.nativeexecution.api.util.ConnectionManager.initiateConnection(ConnectionManager.java:402)
	at org.netbeans.modules.nativeexecution.api.util.ConnectionManager.connectTo(ConnectionManager.java:338)
	at org.netbeans.modules.cnd.makeproject.MakeActionProvider$3.runImpl(MakeActionProvider.java:400)
	at org.netbeans.modules.cnd.makeproject.MakeActionProvider$CancellableTask.run(MakeActionProvider.java:1832)
	at org.netbeans.modules.cnd.utils.ui.ModalMessageDlg$LongWorkerImpl.doWork(ModalMessageDlg.java:200)
	at org.netbeans.modules.cnd.utils.ui.ModalMessageDlg$Worker.run(ModalMessageDlg.java:149)
	at org.netbeans.modules.progress.ui.RunOffEDTImpl$3.run(RunOffEDTImpl.java:247)
	at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1432)
	at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2042)
...
Comment 6 Alexander Pepin 2013-11-15 14:05:22 UTC
Exception was correctly handled and stack was printed to the log by the logger.
Verified in build 201411142201.