【问题标题】:Apache Camel FTP 550 Error while deleting the files in linuxApache Camel FTP 550 删除 linux 中的文件时出错
【发布时间】:2013-11-27 09:15:32
【问题描述】:

根据link,Linux 系统上的 FTP 文件移动或删除(删除后又将文件移动到 .folder)存在问题。

问题的修复从 2.10.5 开始提供。但是在 Jboss Fuse Server 6.0 中,默认功能是 2.10.0。请建议我们解决此问题的最佳方法。

【问题讨论】:

  • 要获得有关 JBoss Fuse 产品的帮助,以及获得热修复/解决方法等,应使用 Red Hat 客户门户:access.redhat.com/home
  • 是的,我们可以做到。但问题是现在我们在 POC 中工作。请帮忙。
  • CAMEL-6056 包含在 JBoss Fuse 6.0 中。也许你有一个不同/相关的问题。下载 JBoss Fuse 6.0 后,您将获得 30 天的免费支持,您可以使用它来获得帮助。
  • 谢谢克劳斯,问题出在 commons-net-3.2 jar 上。我升级到 3.3,现在可以正常工作了。

标签: java linux ftp apache-camel jbossfuse


【解决方案1】:

最后我找到了答案,问题出在 commons-net-3.2 jar 上。我升级到 3.3 版本,现在它可以工作了。

--Upgrade the version of commons
uninstall commons-net 3.2 version
install mvn:commons-net/commons-net/3.3

--Steps in Configuring Fuse Server

1. To view dependencies of a project bundle
    command -> dev:show-tree bundle-id

2. To uninstall a bundle :
    uninstall bundle-id
    uninstall commons-net 3.2 version

3. To install a bundle : ( -s means start bundle immediately after installation is successful)
    install -s mvn:commons-net/commons-net/3.3

4. restart your project bundle.

5. Then restart the karaf server.

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 2014-10-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2017-05-09
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多