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 267564 - fs_server is never updated if remote host is FreeBSD
Summary: fs_server is never updated if remote host is FreeBSD
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Remote (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Vladimir Kvashin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-08-12 20:49 UTC by Vladimir Kvashin
Modified: 2016-08-19 02:56 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Vladimir Kvashin 2016-08-12 20:49:56 UTC
When uploading binary utilities (e.g. fs_server) to a remote host, md5 sum is checked, if it differs, tool is uploaded to the remote host. But this does not work for remote FreeBSD.

This leads to

FINE [nativeexecution.support.logger]: [19139 ms.] Md5 check for root@192.238.131.253:12254:/var/tmp/dlight_root/3fcd65a7/bin/FreeBSD-x86/fs_server started
WARNING [nativeexecution.support.logger]: [19139 ms.] Can not perform md5 check for root@192.238.131.253:12254: Unexpected OS: UNKNOWN

and then

java.util.concurrent.ExecutionException: org.netbeans.modules.remote.impl.fs.server.FSSDispatcher$InitializationException: Wrong server version: 1.1.24 should be more or equal to 1.2.1
	at org.netbeans.modules.remote.impl.fs.server.FSSDispatcher.dispatch(FSSDispatcher.java:369)
	at org.netbeans.modules.remote.impl.fs.server.FSSDispatcher.dispatch(FSSDispatcher.java:343)
	at org.netbeans.modules.remote.impl.fs.server.FSSDispatcher.sendRefreshRequest(FSSDispatcher.java:171)
	at org.netbeans.modules.remote.impl.fs.server.FSSDispatcher.access$100(FSSDispatcher.java:93)
	at org.netbeans.modules.remote.impl.fs.server.FSSDispatcher$ConnectTask.run(FSSDispatcher.java:205)
	at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1423)
	at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2033)
Caused by: org.netbeans.modules.remote.impl.fs.server.FSSDispatcher$InitializationException: Wrong server version: 1.1.24 should be more or equal to 1.2.1
	at org.netbeans.modules.remote.impl.fs.server.FSSDispatcher.checkVersions(FSSDispatcher.java:580)
	at org.netbeans.modules.remote.impl.fs.server.FSSDispatcher.handShake(FSSDispatcher.java:550)
	at org.netbeans.modules.remote.impl.fs.server.FSSDispatcher.getOrCreateServer(FSSDispatcher.java:519)
	at org.netbeans.modules.remote.impl.fs.server.FSSDispatcher.dispatch(FSSDispatcher.java:359)
	... 6 more
Comment 1 Vladimir Kvashin 2016-08-15 12:44:07 UTC
fixed in 
http://hg.netbeans.org/cnd-main/rev/3e3cd5fd1a74
Comment 2 Quality Engineering 2016-08-17 01:51:12 UTC
Integrated into 'main-silver', will be available in build *201608170002* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/3e3cd5fd1a74
User: Vladimir Kvashin <vkvashin@netbeans.org>
Log: Fixed #267564 - fs_server is never updated if remote host is FreeBSD
Comment 3 Vladimir Kvashin 2016-08-17 10:25:39 UTC
Additional fix:
http://hg.netbeans.org/cnd-main/rev/d03e10214ed7
Comment 4 Quality Engineering 2016-08-19 02:56:24 UTC
Integrated into 'main-silver', will be available in build *201608190002* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/d03e10214ed7
User: Vladimir Kvashin <vkvashin@netbeans.org>
Log: Additional fix for #267564 - fs_server is never updated if remote host is FreeBSD