Skip to content

Instantly share code, notes, and snippets.

@zhujo01
Last active September 16, 2016 18:52
Show Gist options
  • Save zhujo01/4c715c95f391fd88238f0243718dbaf0 to your computer and use it in GitHub Desktop.
Save zhujo01/4c715c95f391fd88238f0243718dbaf0 to your computer and use it in GitHub Desktop.
#32
2016-09-16 17:02:05,719 ERROR util.StreamTask [RepositoryStreamProcessor] - StreamTask exception:
java.io.IOException: Directory creation failed for backups.
at com.osmosix.commons.repository.impl.FtpRepositoryClient.createDirectoriesIfNotExist(FtpRepositoryClient.java:108)
at com.osmosix.commons.repository.impl.FtpRepositoryClient.putItem(FtpRepositoryClient.java:90)
at com.osmosix.commons.repository.impl.FtpRepositoryClient.putItem(FtpRepositoryClient.java:120)
at com.osmosix.commons.stream.util.StreamTask.run(StreamTask.java:103)
at java.lang.Thread.run(Thread.java:745)
On vsftp server log:
Fri Sep 16 17:02:05 2016 [pid 5077] [ubuntu] OK MKDIR: Client "10.110.14.166", "/incoming/test/9"
Fri Sep 16 17:02:05 2016 [pid 5078] [ubuntu] OK MKDIR: Client "10.110.14.166", "/incoming/test/9/backups"
Fri Sep 16 17:02:05 2016 [pid 5077] [ubuntu] FAIL MKDIR: Client "10.110.14.166", "/incoming/test/9/backups"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment