`

GenericFileOperationFailedException - Cannot list directory: root

 
阅读更多

servicemix下运行camel sftp时报错GenericFileOperationFailedException - Cannot list directory: root

from("sftp://root@localhost/test?password=123456&stepwise=false&fileName=ftp_route.txt&delete=true").to("file:/home/test/ftpoutput/");

 

注意路径:/root/目录下是否有test文件夹,如无则会包上述错误

分享到:
评论

相关推荐

    linux Mysql5.7安装.docx

    - 错误2:`/application/mysql/bin/mysqld: error while loading shared libraries: libnuma.so.1: cannot open shared object file: No such file or directory` - 解决方案:`yum -y install numactl` - 可以...

    新增加FTP用户方法

    如果在尝试登录FTP时遇到错误提示如“500 OOPS: cannot change directory: /home/*******”或“500 OOPS: child died”,可以尝试以下命令解决问题: ```bash setsebool -P ftpd_disable_trans=1 service vsftpd...

    linux全志R16的linux系统编译的资料_20170502_1655.7z

    rootroot@cm-System-Product-Name:/home/wwt/linux_r16$ tar zxvf lichee_parrotv1.1_20161202.tar.gz rootroot@cm-System-Product-Name:/home/wwt/linux_r16$ cd lichee/ rootroot@cm-System-Product-Name:/home/...

    Linux执行可执行文件提示No such file or directory的解决方法

    在Linux环境中,当你尝试执行一个可执行文件时,如果收到"No such file or directory"的错误信息,这通常意味着系统无法找到指定的文件或者文件路径不正确。然而,这个错误并不总是意味着文件不存在,而是可能存在...

    QT5.12使用mysql8.docx

    - 错误1:`Cannot read H:/qtsqldrivers-config.pri: No such file or directory` - 解决方法:打开 `qsqldriverbase.pri` 文件,注释掉第4行(`#include($$shadowed($$PWD)/qtsqldrivers-config.pri)`),然后...

    Customizable Route Planning开源代码(CRP)

    If the Boost Library is not in your PATH, make sure to edit the *SConstruct* file in the root directory to point the build script to the correct location of Boost. There is a section *Libraries* in ...

    C提高讲义.docx

    如果遇到"500 OOPS: cannot change directory"错误,可能是由于SELinux的限制。你可以运行`setsebool -P ftpd_disable_trans 1`来临时关闭这个限制,或者完全关闭SELinux。重启vsftpd服务以应用更改。 7. **设置...

    Unix 编程常见问题解答(中文版)

    ### Unix编程常见问题解答知识点概览 #### 一、进程控制 **1.1 创建新进程:fork()** - **1.1.1 fork() 函数的作用** - `fork()` 是一个非常重要的系统调用,用于创建一个新的进程。这个新进程几乎与父进程完全...

    Linux操作系统错误代码解释 (中英文对照).pdf

    例如,尝试写入一个只有root用户才能访问的文件。 **15. OS error code 14: Bad address** - **中文解释**:错误的地址 - **描述**:当进程尝试访问一个无效的内存地址时返回此错误。这通常是编程错误导致的。 **...

    CentOS 6.1 安装bugzilla

    - 如果遇到“500 OOPS: cannot change directory:/root”错误,可能是因为SELinux策略限制,使用以下命令解决: - `sestatus -b | grep ftp` - `setsebool -P ftpd_disable_trans on` - `setsebool -P ftp_home_...

    apktool documentation

    // WRONG: brut.androlib.AndrolibException: brut.directory.PathNotExist: apktool.yml // Must use folder, not apk/jar file InfoIn order to run a rebuilt application. You must resign the application. ...

    ak2新版内核AKAIO1.5

    - Animal Crossing (Currently cannot be run in this mode, force usage of DMA mode). - Hidamari Sketch Dokodemo Sugoroku x 365 + Game Fixes: - Grand Theft Auto Chinatown Wars (U) Thanks gelu. - ...

    acpi控制笔记本风扇转速

    list (if present) is now obtained and also checked for an ID match. Implemented additional support for the PCI _ADR execution: upsearch until a device scope is found before executing _ADR. This ...

    VclZip pro v3.10.1

    Ofcourse when using regular TStream decendants in D4,4,BCB4,and 5, you cannot create Zip64 archives. If you use Delphi 6, 7, or BCB 6, you don't have to worry about any of this as the normal TSTream ...

    linux下启动db数据库命令.docx

    SQL1031N The database directory cannot be found on the indicated file system. SQLSTATE=58031 七、创建数据库 使用 db2 create database 命令可以创建一个新的数据库。例如: [root@localhost instance]# su...

    Linux mariadb安装配置启停手册.docx

    如果出现错误信息“./bin/mysqld: error while loading shared libraries: libaio.so.1: cannot open shared object file: No such file or directory”,需要安装libaio库文件: yum install -y libaio 然后重新...

    php.ini-development

    special sections cannot be overridden by user-defined INI files or ; at runtime. Currently, [PATH=] and [HOST=] sections only work under ; CGI/FastCGI. ; http://php.net/ini.sections ; Directives are...

    2009 达内Unix学习笔记

    ls -l (list)列表显示文件(默认按文件名排序), 显示文件的权限、硬链接数(即包含文件数,普通文件是1,目录1+)、用户、组名、大小、修改日期、文件名。 ls -t (time)按修改时间排序,显示目录和文件。 ls -lt 是...

Global site tag (gtag.js) - Google Analytics