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

Summary: IllegalStateException: Host info is not available for gowtham@bunsen.ferryfair.com
Product: cnd Reporter: necktwi
Component: Remote VCSAssignee: Alexander Simon <alexvsimon>
Status: VERIFIED FIXED    
Severity: normal    
Priority: P3    
Version: 8.1   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 223104
Attachments: stacktrace

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.