芭蕾舞演员 CLASS_NOT_FOUND 例外

Ballerina CLASS_NOT_FOUND exception

我关注 https://github.com/wso2-ballerina/module-ftp 并尝试 运行 示例文件如下

ballerina run getFtp.bal

它给了我以下输出

Compiling source
        getFtp.bal
error: wso2:ftp:/src/ftp/external_functions.bal:70:1: {ballerinax/java}CLASS_NOT_FOUND message=org.wso2.ei.b7a.ftp.core.client.FTPClient
error: wso2:ftp:/src/ftp/external_functions.bal:75:1: {ballerinax/java}CLASS_NOT_FOUND message=org.wso2.ei.b7a.ftp.core.server.FTPListenerHelper

请注意,我在此之前发出了 运行 ballerina pull wso2/ftp 命令,还有什么需要做的吗,如有任何帮助,我们将不胜感激。 谢谢

存在互操作性不适用于单个芭蕾舞演员文件的问题。这就是您收到此错误的原因。尝试将您的代码转换为项目模块。然后它将与您拥有的芭蕾舞演员版本一起使用。

此问题已在 ballerina 1.0.3 (https://ballerina.io/downloads/) 中得到修复。