<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent posts to Discussion</title><link>https://sourceforge.net/p/fullsync/discussion/</link><description>Recent posts to Discussion</description><atom:link href="https://sourceforge.net/p/fullsync/discussion/feed.rss" rel="self"/><language>en</language><lastBuildDate>Mon, 12 Aug 2024 16:55:21 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/fullsync/discussion/feed.rss" rel="self" type="application/rss+xml"/><item><title>sftp error</title><link>https://sourceforge.net/p/fullsync/discussion/394534/thread/865774848a/?limit=25#2071/e86c</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;The jssh library from jcraft is probably too old. There is a fork of that library that works with the new defaults for SSH servers. The program should be repackaged with this forged version, IMHO. The fork is here: &lt;a href="https://github.com/mwiede/jsch" rel="nofollow"&gt;https://github.com/mwiede/jsch&lt;/a&gt;&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Wizzzard</dc:creator><pubDate>Mon, 12 Aug 2024 16:55:21 -0000</pubDate><guid>https://sourceforge.net418a3327197b7960d2fcf4f383059fb4e00e14c0</guid></item><item><title>sftp error</title><link>https://sourceforge.net/p/fullsync/discussion/394534/thread/865774848a/?limit=25#2071</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;net.sourceforge.fullsync.FileSystemException: Nested exception: Could not connect to SFTP server at "sftp://transcript.seekingalpha.com/".&lt;br/&gt;
nested exception: &lt;br/&gt;
org.apache.commons.vfs2.FileSystemException: Could not connect to SFTP server at "sftp://transcript.seekingalpha.com/". &lt;br/&gt;
    at org.apache.commons.vfs2.provider.sftp.SftpFileProvider.doCreateFileSystem(SftpFileProvider.java:107)&lt;br/&gt;
    at org.apache.commons.vfs2.provider.AbstractOriginatingFileProvider.getFileSystem(AbstractOriginatingFileProvider.java:103)&lt;br/&gt;
    at org.apache.commons.vfs2.provider.AbstractOriginatingFileProvider.findFile(AbstractOriginatingFileProvider.java:81)&lt;br/&gt;
    at org.apache.commons.vfs2.provider.AbstractOriginatingFileProvider.findFile(AbstractOriginatingFileProvider.java:65)&lt;br/&gt;
    at org.apache.commons.vfs2.impl.DefaultFileSystemManager.resolveFile(DefaultFileSystemManager.java:693)&lt;br/&gt;
    at org.apache.commons.vfs2.impl.DefaultFileSystemManager.resolveFile(DefaultFileSystemManager.java:621)&lt;br/&gt;
    at net.sourceforge.fullsync.fs.connection.CommonsVfsConnection.&amp;lt;init&amp;gt;(CommonsVfsConnection.java:54)&lt;br/&gt;
    at net.sourceforge.fullsync.fs.filesystems.SFTPFileSystem.createConnection(SFTPFileSystem.java:99)&lt;br/&gt;
    at net.sourceforge.fullsync.FileSystemManager.createConnection(FileSystemManager.java:75)&lt;br/&gt;
    at net.sourceforge.fullsync.ui.ProtocolSpecificComposite.onBrowse(ProtocolSpecificComposite.java:112)&lt;br/&gt;
    at net.sourceforge.fullsync.ui.ProtocolSpecificComposite$1.widgetSelected(ProtocolSpecificComposite.java:65)&lt;br/&gt;
    at org.eclipse.swt.widgets.TypedListener.handleEvent(Unknown Source)&lt;br/&gt;
    at org.eclipse.swt.widgets.EventTable.sendEvent(Unknown Source)&lt;br/&gt;
    at org.eclipse.swt.widgets.Display.sendEvent(Unknown Source)&lt;br/&gt;
    at org.eclipse.swt.widgets.Widget.sendEvent(Unknown Source)&lt;br/&gt;
    at org.eclipse.swt.widgets.Display.runDeferredEvents(Unknown Source)&lt;br/&gt;
    at org.eclipse.swt.widgets.Display.readAndDispatch(Unknown Source)&lt;br/&gt;
    at net.sourceforge.fullsync.ui.WizardDialog.show(WizardDialog.java:209)&lt;br/&gt;
    at net.sourceforge.fullsync.ui.MainWindow.createNewProfile(MainWindow.java:592)&lt;br/&gt;
    at net.sourceforge.fullsync.ui.MainWindow$8.handleEvent(MainWindow.java:236)&lt;br/&gt;
    at org.eclipse.swt.widgets.EventTable.sendEvent(Unknown Source)&lt;br/&gt;
    at org.eclipse.swt.widgets.Display.sendEvent(Unknown Source)&lt;br/&gt;
    at org.eclipse.swt.widgets.Widget.sendEvent(Unknown Source)&lt;br/&gt;
    at org.eclipse.swt.widgets.Display.runDeferredEvents(Unknown Source)&lt;br/&gt;
    at org.eclipse.swt.widgets.Display.readAndDispatch(Unknown Source)&lt;br/&gt;
    at net.sourceforge.fullsync.ui.GuiController.run(GuiController.java:161)&lt;br/&gt;
    at net.sourceforge.fullsync.cli.Main.main(Main.java:298)&lt;br/&gt;
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)&lt;br/&gt;
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)&lt;br/&gt;
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)&lt;br/&gt;
    at java.lang.reflect.Method.invoke(Unknown Source)&lt;br/&gt;
    at net.sourceforge.fullsync.launcher.Launcher.main(Launcher.java:76)&lt;br/&gt;
Caused by: org.apache.commons.vfs2.FileSystemException: Could not connect to SFTP server at "transcript.seekingalpha.com".&lt;br/&gt;
    at org.apache.commons.vfs2.provider.sftp.SftpClientFactory.createConnection(SftpClientFactory.java:230)&lt;br/&gt;
    at org.apache.commons.vfs2.provider.sftp.SftpFileProvider.doCreateFileSystem(SftpFileProvider.java:96)&lt;br/&gt;
    ... 31 more&lt;br/&gt;
Caused by: com.jcraft.jsch.JSchException: Algorithm negotiation fail  &lt;br/&gt;
    at com.jcraft.jsch.Session.receive_kexinit(Session.java:582)&lt;br/&gt;
    at com.jcraft.jsch.Session.connect(Session.java:320)&lt;br/&gt;
    at com.jcraft.jsch.Session.connect(Session.java:183)&lt;br/&gt;
    at org.apache.commons.vfs2.provider.sftp.SftpClientFactory.createConnection(SftpClientFactory.java:226)&lt;br/&gt;
    ... 32 more&lt;br/&gt;
net.sourceforge.fullsync.FileSystemException: Nested exception: Could not connect to SFTP server at "sftp://transcript.seekingalpha.com/".&lt;br/&gt;
    at net.sourceforge.fullsync.fs.connection.CommonsVfsConnection.&amp;lt;init&amp;gt;(CommonsVfsConnection.java:60)&lt;br/&gt;
    at net.sourceforge.fullsync.fs.filesystems.SFTPFileSystem.createConnection(SFTPFileSystem.java:99)&lt;br/&gt;
    at net.sourceforge.fullsync.FileSystemManager.createConnection(FileSystemManager.java:75)&lt;br/&gt;
    at net.sourceforge.fullsync.ui.ProtocolSpecificComposite.onBrowse(ProtocolSpecificComposite.java:112)&lt;br/&gt;
    at net.sourceforge.fullsync.ui.ProtocolSpecificComposite$1.widgetSelected(ProtocolSpecificComposite.java:65)&lt;br/&gt;
    at org.eclipse.swt.widgets.TypedListener.handleEvent(Unknown Source)&lt;br/&gt;
    at org.eclipse.swt.widgets.EventTable.sendEvent(Unknown Source)&lt;br/&gt;
    at org.eclipse.swt.widgets.Display.sendEvent(Unknown Source)&lt;br/&gt;
    at org.eclipse.swt.widgets.Widget.sendEvent(Unknown Source)&lt;br/&gt;
    at org.eclipse.swt.widgets.Display.runDeferredEvents(Unknown Source)&lt;br/&gt;
    at org.eclipse.swt.widgets.Display.readAndDispatch(Unknown Source)&lt;br/&gt;
    at net.sourceforge.fullsync.ui.WizardDialog.show(WizardDialog.java:209)&lt;br/&gt;
    at net.sourceforge.fullsync.ui.MainWindow.createNewProfile(MainWindow.java:592)&lt;br/&gt;
    at net.sourceforge.fullsync.ui.MainWindow$8.handleEvent(MainWindow.java:236)&lt;br/&gt;
    at org.eclipse.swt.widgets.EventTable.sendEvent(Unknown Source)&lt;br/&gt;
    at org.eclipse.swt.widgets.Display.sendEvent(Unknown Source)&lt;br/&gt;
    at org.eclipse.swt.widgets.Widget.sendEvent(Unknown Source)&lt;br/&gt;
    at org.eclipse.swt.widgets.Display.runDeferredEvents(Unknown Source)&lt;br/&gt;
    at org.eclipse.swt.widgets.Display.readAndDispatch(Unknown Source)&lt;br/&gt;
    at net.sourceforge.fullsync.ui.GuiController.run(GuiController.java:161)&lt;br/&gt;
    at net.sourceforge.fullsync.cli.Main.main(Main.java:298)&lt;br/&gt;
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)&lt;br/&gt;
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)&lt;br/&gt;
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)&lt;br/&gt;
    at java.lang.reflect.Method.invoke(Unknown Source)&lt;br/&gt;
    at net.sourceforge.fullsync.launcher.Launcher.main(Launcher.java:76)&amp;lt;/init&amp;gt;&amp;lt;/init&amp;gt;&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">david</dc:creator><pubDate>Thu, 08 Jun 2023 07:39:16 -0000</pubDate><guid>https://sourceforge.netdfba892f1b402d1560084b3b84c91058cea06b37</guid></item><item><title>Trouble transferring files via FTP to vsftpd running on AWS EC2 instance</title><link>https://sourceforge.net/p/fullsync/discussion/394534/thread/5e89464139/?limit=25#92c2</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Hi Kevin,&lt;br/&gt;
have you tried uploading files with FileZilla or just tried to connect? From the log it looks like FullSync is able to connect but fails to upload a file because the server denies that.&lt;/p&gt;
&lt;p&gt;BUT: FTP is a horrible protocol. If at all possible use SFTP (filetransfer over SSH - not to be confused with FTPS which is just horrible FTP with TLS).&lt;/p&gt;
&lt;p&gt;I assume that you can SSH into your EC2 instance already, so using SFTP would remove an additional service that you need to expose to the internet.&lt;/p&gt;
&lt;p&gt;BR,&lt;br/&gt;
Christoph&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Christoph</dc:creator><pubDate>Tue, 28 Jan 2020 07:33:15 -0000</pubDate><guid>https://sourceforge.net0add7a7734a76883867160c75be72f67095a01b4</guid></item><item><title>Trouble transferring files via FTP to vsftpd running on AWS EC2 instance</title><link>https://sourceforge.net/p/fullsync/discussion/394534/thread/5e89464139/?limit=25#6ef2</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I'm having real trouble getting fullsync working with vsftpd on a small Amazon EC2 instance. I'm able to connect to it fine with FileZilla and other FTP clients, but fullsync is proving problematic.&lt;/p&gt;
&lt;p&gt;I'm doing a publish/update from a local directory on my Mac to a FTP server which I've set up on AWS EC2 with vsFTPd. &lt;/p&gt;
&lt;p&gt;I'm trying to do this over old style, non-TLS FTP connection, I have enabled the correct ports on EC2 and I think I have my vsftpd conf file configured correctly.&lt;/p&gt;
&lt;p&gt;I have managed to connect, I think, but no files are being transferred to my FTP server, here is the log file from fullsync:&lt;/p&gt;
&lt;hr/&gt;
&lt;p&gt;6873059 &lt;span&gt;[Thread-83]&lt;/span&gt; DEBUG org.apache.commons.vfs2.cache.SoftRefFilesCache - putFile: file:///Users/kevin.price-ward/Documents/4x4tyres/test&lt;br/&gt;
6873611 &lt;span&gt;[Thread-83]&lt;/span&gt; DEBUG org.apache.commons.vfs2.cache.SoftRefFilesCache - putFile: ftp://ec2-3-19-185-105.us-east-2.compute.amazonaws.com/&lt;br/&gt;
6873616 &lt;span&gt;[Thread-83]&lt;/span&gt; DEBUG org.apache.commons.vfs2.cache.SoftRefFilesCache - putFile: file:///Users/kevin.price-ward/Documents/4x4tyres/test/04-wheel-detail-page.png&lt;br/&gt;
6873886 &lt;span&gt;[Thread-83]&lt;/span&gt; DEBUG StateDecider - 04-wheel-detail-page.png; 1197819 Bytes Fri Nov 22 17:02:50 GMT 2019 vs. 04-wheel-detail-page.png; -&lt;br/&gt;
6873886 &lt;span&gt;[Thread-83]&lt;/span&gt; DEBUG StateDecider - destination missing&lt;br/&gt;
6873886 &lt;span&gt;[Thread-83]&lt;/span&gt; DEBUG TaskGeneratorImpl - 04-wheel-detail-page.png: &lt;span&gt;[Add(Destination) BU: Destination; Rec: true - Add]&lt;/span&gt;&lt;br/&gt;
6896410 &lt;span&gt;[ActionPerformer]&lt;/span&gt; INFO FullSync - Synchronization started&lt;br/&gt;
6896410 &lt;span&gt;[ActionPerformer]&lt;/span&gt; INFO FullSync -   source:      /Users/kevin.price-ward/Documents/4x4tyres/test&lt;br/&gt;
6896410 &lt;span&gt;[ActionPerformer]&lt;/span&gt; INFO FullSync -   destination: ftp://ec2-3-19-185-105.us-east-2.compute.amazonaws.com:21/&lt;br/&gt;
6896423 &lt;span&gt;[ActionPerformer]&lt;/span&gt; DEBUG org.apache.commons.vfs2.cache.SoftRefFilesCache - putFile: ftp://ec2-3-19-185-105.us-east-2.compute.amazonaws.com/04-wheel-detail-page.png&lt;br/&gt;
6896693 &lt;span&gt;[ActionPerformer]&lt;/span&gt; ERROR FullSync - Exception&lt;br/&gt;
org.apache.commons.vfs2.FileSystemException: Could not write to "ftp://ec2-3-19-185-105.us-east-2.compute.amazonaws.com/04-wheel-detail-page.png".&lt;br/&gt;
    at org.apache.commons.vfs2.provider.AbstractFileObject.getOutputStream(AbstractFileObject.java:1439)&lt;br/&gt;
    at org.apache.commons.vfs2.provider.DefaultFileContent.getOutputStream(DefaultFileContent.java:461)&lt;br/&gt;
    at org.apache.commons.vfs2.provider.DefaultFileContent.getOutputStream(DefaultFileContent.java:441)&lt;br/&gt;
    at net.sourceforge.fullsync.fs.connection.CommonsVfsConnection.writeFile(CommonsVfsConnection.java:134)&lt;br/&gt;
    at net.sourceforge.fullsync.fs.connection.AbstractFile.getOutputStream(AbstractFile.java:180)&lt;br/&gt;
    at net.sourceforge.fullsync.impl.FileCopyEntryDescriptor.getOutputStream(FileCopyEntryDescriptor.java:64)&lt;br/&gt;
    at net.sourceforge.fullsync.buffer.BlockBuffer.flush(BlockBuffer.java:89)&lt;br/&gt;
    at net.sourceforge.fullsync.impl.FillBufferTaskExecutor.flush(FillBufferTaskExecutor.java:165)&lt;br/&gt;
    at net.sourceforge.fullsync.Synchronizer.performActions(Synchronizer.java:122)&lt;br/&gt;
    at net.sourceforge.fullsync.ui.TaskDecisionPage$2.run(TaskDecisionPage.java:219)&lt;br/&gt;
    at java.base/java.lang.Thread.run(Thread.java:844)&lt;br/&gt;
Caused by: org.apache.commons.vfs2.FileSystemException: Cant open output connection for file "ftp://ec2-3-19-185-105.us-east-2.compute.amazonaws.com/04-wheel-detail-page.png". Reason: "550 Permission denied.&lt;br/&gt;
".&lt;br/&gt;
    at org.apache.commons.vfs2.provider.ftp.FtpFileObject.doGetOutputStream(FtpFileObject.java:648)&lt;br/&gt;
    at org.apache.commons.vfs2.provider.AbstractFileObject.getOutputStream(AbstractFileObject.java:1431)&lt;br/&gt;
    ... 10 more&lt;br/&gt;
6896695 &lt;span&gt;[ActionPerformer]&lt;/span&gt; DEBUG org.apache.commons.vfs2.cache.SoftRefFilesCache - close fs: file:///&lt;br/&gt;
6896695 &lt;span&gt;[ActionPerformer]&lt;/span&gt; DEBUG org.apache.commons.vfs2.cache.SoftRefFilesCache - close fs: ftp://ec2-3-19-185-105.us-east-2.compute.amazonaws.com/&lt;br/&gt;
6896696 &lt;span&gt;[ActionPerformer]&lt;/span&gt; INFO FullSync - synchronization successful&lt;br/&gt;
6896696 &lt;span&gt;[ActionPerformer]&lt;/span&gt; INFO FullSync - ------------------------------------------------------------&lt;br/&gt;
GUIUpdateQueue&amp;lt;taskfinishedevent&amp;gt;::doUpdate: 1&lt;br/&gt;
6899242 &lt;span&gt;[main]&lt;/span&gt; DEBUG org.apache.commons.vfs2.cache.SoftRefFilesCache - close fs: file:///&lt;br/&gt;
6899242 &lt;span&gt;[main]&lt;/span&gt; DEBUG org.apache.commons.vfs2.cache.SoftRefFilesCache - close fs: ftp://ec2-3-19-185-105.us-east-2.compute.amazonaws.com/&amp;lt;/taskfinishedevent&amp;gt;&lt;/p&gt;
&lt;hr/&gt;
&lt;p&gt;To me it looks like a permission error? But the FTP user I am connecting with has full write access so I'm not sure.&lt;/p&gt;
&lt;p&gt;Also here is my vsftpd.conf file in case there's an issue with the way I have it configured:&lt;/p&gt;
&lt;hr/&gt;
&lt;h1 id="_1"&gt;&lt;/h1&gt;
&lt;h1 id="you-may-activate-the-r-option-to-the-builtin-ls-this-is-disabled-by"&gt;You may activate the "-R" option to the builtin ls. This is disabled by&lt;/h1&gt;
&lt;h1 id="default-to-avoid-remote-users-being-able-to-cause-excessive-io-on-large"&gt;default to avoid remote users being able to cause excessive I/O on large&lt;/h1&gt;
&lt;h1 id="sites-however-some-broken-ftp-clients-such-as-ncftp-and-mirror-assume"&gt;sites. However, some broken FTP clients such as "ncftp" and "mirror" assume&lt;/h1&gt;
&lt;h1 id="the-presence-of-the-r-option-so-there-is-a-strong-case-for-enabling-it"&gt;the presence of the "-R" option, so there is a strong case for enabling it.&lt;/h1&gt;
&lt;h1 id="ls_recurse_enableyes"&gt;ls_recurse_enable=YES&lt;/h1&gt;
&lt;h1 id="_2"&gt;&lt;/h1&gt;
&lt;h1 id="when-listen-directive-is-enabled-vsftpd-runs-in-standalone-mode-and"&gt;When "listen" directive is enabled, vsftpd runs in standalone mode and&lt;/h1&gt;
&lt;h1 id="listens-on-ipv4-sockets-this-directive-cannot-be-used-in-conjunction"&gt;listens on IPv4 sockets. This directive cannot be used in conjunction&lt;/h1&gt;
&lt;h1 id="with-the-listen_ipv6-directive"&gt;with the listen_ipv6 directive.&lt;/h1&gt;
&lt;p&gt;listen=NO &lt;/p&gt;
&lt;h1 id="_3"&gt;&lt;/h1&gt;
&lt;h1 id="this-directive-enables-listening-on-ipv6-sockets-by-default-listening"&gt;This directive enables listening on IPv6 sockets. By default, listening&lt;/h1&gt;
&lt;h1 id="on-the-ipv6-any-address-will-accept-connections-from-both-ipv6"&gt;on the IPv6 "any" address (::) will accept connections from both IPv6&lt;/h1&gt;
&lt;h1 id="and-ipv4-clients-it-is-not-necessary-to-listen-on-both-ipv4-and-ipv6"&gt;and IPv4 clients. It is not necessary to listen on &lt;em&gt;both&lt;/em&gt; IPv4 and IPv6&lt;/h1&gt;
&lt;h1 id="sockets-if-you-want-that-perhaps-because-you-want-to-listen-on-specific"&gt;sockets. If you want that (perhaps because you want to listen on specific&lt;/h1&gt;
&lt;h1 id="addresses-then-you-must-run-two-copies-of-vsftpd-with-two-configuration"&gt;addresses) then you must run two copies of vsftpd with two configuration&lt;/h1&gt;
&lt;h1 id="files"&gt;files.&lt;/h1&gt;
&lt;h1 id="make-sure-that-one-of-the-listen-options-is-commented"&gt;Make sure, that one of the listen options is commented !!&lt;/h1&gt;
&lt;p&gt;listen_ipv6=YES &lt;/p&gt;
&lt;p&gt;pam_service_name=vsftpd &lt;br/&gt;
userlist_enable=YES &lt;br/&gt;
tcp_wrappers=YES &lt;/p&gt;
&lt;p&gt;pasv_enable=NO &lt;br/&gt;
pasv_min_port=1024 &lt;br/&gt;
pasv_max_port=1048 &lt;br/&gt;
pasv_address=3.19.185.105 &lt;br/&gt;
allow_writeable_chroot=YES &lt;/p&gt;
&lt;p&gt;rsa_cert_file=/etc/ssl/private/vsftpd.pem &lt;br/&gt;
rsa_private_key_file=/etc/ssl/private/vsftpd.pem &lt;/p&gt;
&lt;h1 id="ssl_enableyes"&gt;ssl_enable=YES&lt;/h1&gt;
&lt;h1 id="allow_anon_sslno"&gt;allow_anon_ssl=NO&lt;/h1&gt;
&lt;h1 id="force_local_data_sslyes"&gt;force_local_data_ssl=YES&lt;/h1&gt;
&lt;h1 id="force_local_logins_sslyes"&gt;force_local_logins_ssl=YES&lt;/h1&gt;
&lt;h1 id="ssl_tlsv1yes"&gt;ssl_tlsv1=YES&lt;/h1&gt;
&lt;h1 id="ssl_sslv2no"&gt;ssl_sslv2=NO&lt;/h1&gt;
&lt;h1 id="ssl_sslv3no"&gt;ssl_sslv3=NO&lt;/h1&gt;
&lt;h1 id="require_ssl_reuseno"&gt;require_ssl_reuse=NO&lt;/h1&gt;
&lt;h1 id="ssl_ciphershigh"&gt;ssl_ciphers=HIGH&lt;/h1&gt;
&lt;hr/&gt;
&lt;p&gt;Can anyone provide any insight here?&lt;br/&gt;
Thanks in advance&lt;br/&gt;
Kevin&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Kevin Price-Ward</dc:creator><pubDate>Mon, 27 Jan 2020 15:46:55 -0000</pubDate><guid>https://sourceforge.netc3d1cac870ee29f56396d0e646990f72274e5862</guid></item><item><title>Replacing JAVA with OpenJDK </title><link>https://sourceforge.net/p/fullsync/discussion/394533/thread/0be0fc1a/?limit=25#1199/c8d5</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Hello Jan,&lt;br/&gt;
The version of FullSync installed by the windows installer is 32bit only. The Java VM you use is 64 bit, thus FullSync doesn't start.&lt;br/&gt;
Also I'm not sure if the released FullSync version will run with Java 11.&lt;/p&gt;
&lt;p&gt;Also I suggest using the semi official OpenJDK builds from &lt;a href="https://adoptopenjdk.net/releases.html" rel="nofollow"&gt;https://adoptopenjdk.net/releases.html&lt;/a&gt; istead of Zulu. On that page select OpenJDK 8, HotSpot for Windows x86.&lt;/p&gt;
&lt;p&gt;If you prefer to use a 64bit Java VM you can get FullSync with 64bit support by using the "FullSync without Installer" variant for Windows from &lt;a href="https://fullsync.sourceforge.io/download.php" rel="nofollow"&gt;https://fullsync.sourceforge.io/download.php&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;I don't have a windows install at hand to test this out right now, but I guess you don't need my help for that anyway :)&lt;/p&gt;
&lt;p&gt;If you run into any problems with that OpenJDK build please let me know!&lt;/p&gt;
&lt;p&gt;Also as a side note: Future FullSync for Windows installers will likely switch to 64bit and bundle an appropriate OpenJDK verison from AdoptOpenJDK :)&lt;/p&gt;
&lt;p&gt;Br,&lt;br/&gt;
Christoph&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Christoph</dc:creator><pubDate>Fri, 13 Dec 2019 19:51:32 -0000</pubDate><guid>https://sourceforge.net85023b993438f1eac8599796d0d340280465bb8c</guid></item><item><title>Replacing JAVA with OpenJDK </title><link>https://sourceforge.net/p/fullsync/discussion/394533/thread/0be0fc1a/?limit=25#1199</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Same problem here with Zulu VM 11 -&amp;gt; &lt;a href="https://www.azul.com/downloads/zulu-community/?&amp;amp;architecture=x86-64-bit&amp;amp;package=jdk" rel="nofollow"&gt;https://www.azul.com/downloads/zulu-community/?&amp;amp;architecture=x86-64-bit&amp;amp;package=jdk&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Does not work - why??&lt;/p&gt;
&lt;p&gt;When i try to start launcher.jar, i get that message:&lt;/p&gt;
&lt;p&gt;&lt;code&gt;java -jar launcher.jar
launching FullSync... OS=win32-win32; ARCH=x86_64; INSTALLLOCATION=file:/C:/Program%20Files%20(x86)/FullSync/FullSync/&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;...and nothing happens anymore, the console will continue waiting for that next command.&lt;/p&gt;
&lt;p&gt;No Window that opens, nothing...&lt;/p&gt;
&lt;p&gt;Thx for feedback.&lt;/p&gt;
&lt;p&gt;With best regards, Jan&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Intro Dev</dc:creator><pubDate>Thu, 12 Dec 2019 16:29:34 -0000</pubDate><guid>https://sourceforge.netcdc24d1d007cbb81d4b40e398020b68fb7a9520e</guid></item><item><title>On Linux Mint 19.2 Fullsynch is HS (It worked on Linux Mint 18)</title><link>https://sourceforge.net/p/fullsync/discussion/394534/thread/b1b657cf21/?limit=25#dd77</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;It lives !!!&lt;br/&gt;
Hummm no, It Works !!!&lt;br/&gt;
So good to have it back !&lt;/p&gt;
&lt;p&gt;Thank you very very much !!!!   :D&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">ericrg</dc:creator><pubDate>Sun, 22 Sep 2019 17:50:38 -0000</pubDate><guid>https://sourceforge.net892dd1c9999a28ce5fd827090e0557117bd0ce3c</guid></item><item><title>On Linux Mint 19.2 Fullsynch is HS (It worked on Linux Mint 18)</title><link>https://sourceforge.net/p/fullsync/discussion/394534/thread/b1b657cf21/?limit=25#fa57</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Hi,&lt;br/&gt;
drop the attached jar file into the /home/eric/Bureau/FullSync-0.10.4/lib/ folder and you should be good to go!&lt;/p&gt;
&lt;p&gt;BR,&lt;br/&gt;
Christoph&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Christoph</dc:creator><pubDate>Sun, 22 Sep 2019 17:42:02 -0000</pubDate><guid>https://sourceforge.net36b5a189c13eaeeb1dac8200e1b6693dfa6db0f1</guid></item><item><title>On Linux Mint 19.2 Fullsynch is HS (It worked on Linux Mint 18)</title><link>https://sourceforge.net/p/fullsync/discussion/394534/thread/b1b657cf21/?limit=25#5a80</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Thank you so much.&lt;br/&gt;
Fullsynch is great. I use it everyday for years !&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">ericrg</dc:creator><pubDate>Thu, 19 Sep 2019 08:34:44 -0000</pubDate><guid>https://sourceforge.netb374a5256cdf678244d7d2fb666b2d14057ba10e</guid></item><item><title>On Linux Mint 19.2 Fullsynch is HS (It worked on Linux Mint 18)</title><link>https://sourceforge.net/p/fullsync/discussion/394534/thread/b1b657cf21/?limit=25#fddb</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;This i slikely caused by an incompatibility of FullSync with more recent Linux Distribution releases...&lt;/p&gt;
&lt;p&gt;I'll see if I can update that this weekend and let you know.&lt;/p&gt;
&lt;p&gt;BR,&lt;br/&gt;
Christoph&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Christoph</dc:creator><pubDate>Thu, 19 Sep 2019 07:05:25 -0000</pubDate><guid>https://sourceforge.net21fa2383e9b981c919f0cf5dd787612e64ccb507</guid></item></channel></rss>