Skip to content

Instantly share code, notes, and snippets.

@pimotte
Created May 13, 2015 08:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pimotte/9ddd33b6623dcb41690e to your computer and use it in GitHub Desktop.
Save pimotte/9ddd33b6623dcb41690e to your computer and use it in GitHub Desktop.
[pim-arch@pim-K53SV testingrepos]$ sydev init -d
debug
Application version: 0.4.6-alpha+SNAPSHOT.1505130828.git9f2af15
13-5-15 10:45:42.337 | CommandLineClie | main | INFO : Application version: 0.4.6-alpha+SNAPSHOT.1505130828.git9f2af15
13-5-15 10:45:42.343 | PidFileUtil | main | INFO : isProcessRunningUnixLike(2012) returned 0, process running = true
13-5-15 10:45:42.656 | Plugins | main | INFO : - org.syncany.plugins.dropbox.DropboxTransferPlugin
13-5-15 10:45:42.676 | Plugins | main | INFO : - org.syncany.plugins.gui.GuiPlugin
13-5-15 10:45:42.678 | Plugins | main | INFO : - org.syncany.plugins.local.LocalTransferPlugin
13-5-15 10:45:42.679 | Plugins | main | INFO : - org.syncany.plugins.sftp.SftpTransferPlugin
13-5-15 10:45:42.680 | Plugins | main | INFO : - org.syncany.plugins.webdav.WebdavTransferPlugin
Choose a storage plugin. Available plugins are: dropbox, local, sftp, webdav
Plugin: sftp
Connection details for sftp connection:
- Hostname: blah
- Username: blah
- Private Key (Leave empty if a password will be used) (optional, default is none): blah
- Password (If a keyfile is provided, the password is assumed to be the private key's password) (not displayed, optional):
- Path: blah
13-5-15 10:45:50.866 | CommandLineClie | main | SEVE : Command org.syncany.cli.InitCommand@4c4f7cf7 FAILED.
java.lang.NullPointerException
at java.lang.Class.isAssignableFrom(Native Method)
at org.syncany.cli.AbstractInitCommand.getDescription(AbstractInitCommand.java:562)
at org.syncany.cli.AbstractInitCommand.askPluginOptionOptional(AbstractInitCommand.java:527)
at org.syncany.cli.AbstractInitCommand.askPluginOption(AbstractInitCommand.java:458)
at org.syncany.cli.AbstractInitCommand.askNormalPluginSettings(AbstractInitCommand.java:317)
at org.syncany.cli.AbstractInitCommand.askPluginSettings(AbstractInitCommand.java:293)
at org.syncany.cli.AbstractInitCommand.askPluginSettings(AbstractInitCommand.java:169)
at org.syncany.cli.AbstractInitCommand.createTransferSettingsFromOptions(AbstractInitCommand.java:120)
at org.syncany.cli.InitCommand.parseOptions(InitCommand.java:110)
at org.syncany.cli.InitCommand.execute(InitCommand.java:65)
at org.syncany.cli.CommandLineClient.runLocally(CommandLineClient.java:392)
at org.syncany.cli.CommandLineClient.runCommand(CommandLineClient.java:382)
at org.syncany.cli.CommandLineClient.start(CommandLineClient.java:198)
at org.syncany.Syncany.main(Syncany.java:52)
Error: null
Refer to help page using '--help'.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment