1

我已经使用 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在环境中的路径。

4

1 回答 1

1

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

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

于 2018-01-16T09:18:12.387 回答