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 258448 - IllegalStateException: Host info is not available for gowtham@bunsen.ferryfair.com
Summary: IllegalStateException: Host info is not available for gowtham@bunsen.ferryfai...
Status: VERIFIED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Remote VCS (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Alexander Simon
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-03-20 04:32 UTC by necktwi
Modified: 2016-04-20 13:48 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 223104


Attachments
stacktrace (2.01 KB, text/plain)
2016-03-20 04:32 UTC, necktwi
Details

Note You need to log in before you can comment on or make changes to this bug.
Description necktwi 2016-03-20 04:32:46 UTC
This bug was originally marked as duplicate of bug 252922, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE 8.1 (Build 201510222201)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.45-b02, Java(TM) SE Runtime Environment, 1.8.0_45-b14
OS: Mac OS X

User Comments:
necktwi: I ran IDE with these options 
-J-Dcnd.remote.logger.level=0 -J-Dnativeexecution.support.logger.level=0
-J-Dremote.support.logger.level=0




Stacktrace: 
java.lang.IllegalStateException: Host info is not available for gowtham@bunsen.ferryfair.com
   at org.netbeans.modules.remotefs.versioning.impl.RemoteVcsSupportImpl.reportHostInfoNotAvailable(RemoteVcsSupportImpl.java:254)
   at org.netbeans.modules.remotefs.versioning.impl.RemoteVcsSupportImpl.isMac(RemoteVcsSupportImpl.java:308)
   at org.netbeans.modules.remotefs.versioning.api.RemoteVcsSupport.isMac(RemoteVcsSupport.java:132)
   at org.netbeans.modules.remotefs.versioning.api.VCSFileProxySupport.isMac(VCSFileProxySupport.java:566)
   at org.netbeans.modules.remotefs.versioning.api.VCSFileProxySupport.isAncestorOrEqual(VCSFileProxySupport.java:671)
   at org.netbeans.modules.git.remote.utils.GitUtils.contains(GitUtils.java:886)
Comment 1 necktwi 2016-03-20 04:32:48 UTC
Created attachment 158931 [details]
stacktrace
Comment 2 Alexander Simon 2016-03-25 13:11:24 UTC
fixed, change set:
http://hg.netbeans.org/cnd-main/rev/2fe933a29152
Comment 3 Quality Engineering 2016-03-26 03:02:02 UTC
Integrated into 'main-silver', will be available in build *201603260001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/2fe933a29152
User: Alexander Simon <alexvsimon@netbeans.org>
Log: fixed Bug #258448 IllegalStateException: Host info is not available for
Comment 4 Vladimir Kvashin 2016-04-15 16:59:58 UTC
verified in builds on enum server
Comment 5 Alexander Simon 2016-04-20 13:48:47 UTC
Verified in NetBeans 8.1 with latest updates.