无法使用 "bin/ballerina run service services.bsz" 从 wso2apim-gateway-3.0.0 根目录启动网关

Unable to start the Gateway from the wso2apim-gateway-3.0.0 root directory by using "bin/ballerina run service services.bsz"

我已经使用 maven 在 eclipse 中成功构建了 wso2apimanager 源代码并获得了以下 zip 文件。

  1. wso2apim-3.0.0-SNAPSHOT
  2. wso2apim-das-3.0.0-SNAPSHOT
  3. wso2apim-gateway-3.0.0-SNAPSHOT

对于 运行 wso2apim,我有 运行 以下文件。

1.Start ActiveMQ using ./bin/activemq start

2.execute the worker.bat script from the wso2apim-das-3.0.0-SNAPSHOT/bin directory

3.execute the carbon.bat script from the wso2apim-3.0.0-SNAPSHOT/wso2/key-manager/bin directory

4.execute the carbon.bat script from the wso2apim-3.0.0-SNAPSHOT/wso2/default//bin directory


5.When I am execute the "bin/ballerina run service services.bsz" command in the wso2apim-gateway-3.0.0-SNAPSHOT directory. IT is not execute and given error as below

**输入行太长。

命令语法不正确**。

我已经安装了"ballerina-tools-0.95.6"工具,并在环境中设置了ballerina的路径。

APIM 网关不支持 ballerina 最新版本。你能下载 ballerina 0.89 版本 [1] 试试吗?

[1] https://github.com/ballerinalang/ballerina/releases/tag/v0.89