无法将 shell 指向本地 spring 云数据流服务器?

Can't point shell at local spring cloud data flow server?

我正在学习如何使用 Spring 云数据流。很多教程都使用 shell 所以我正在尝试进行设置。我可以启动 shell,但服务器未知。我一直在尝试将 shell 指向我的本地 运行 宁服务器实例(数据流配置服务器 http://localhost:9393)but 我不断收到下面列出的错误。我能够导航到我的服务器和 运行 应用程序所以我知道它在端口 9393 上工作,不知道为什么 shell 看不到它。我是 运行ning 版本 1.0.0.M3 shell.

我试过以下方法。

服务器未知:>数据流配置服务器http://localhost:9393

无法联系位于“http://localhost:9393”的数据流服务器:'java.lang.IllegalArgumentException: Deployments relation is required'。

服务器未知:>数据流配置服务器'http://localhost:9393'

无法联系位于“http://localhost:9393”的数据流服务器:

'java.lang.IllegalArgumentException: Deployments relation is required'.

服务器未知:>数据流配置服务器http://localhost:9393

无法联系位于“http://localhost:9393”的数据流服务器:'java.lang.IllegalArgumentException: Deployments relation is required'。

服务器未知:>数据流配置服务器 --uri http://localhost:9393

无法联系位于“http://localhost:9393”的数据流服务器:'java.lang.IllegalArgumentException: Deployments relation is required'。

服务器未知:>数据流配置服务器http://localhost:9393/

无法联系位于“http://localhost:9393/”的数据流服务器:'java.lang.IllegalArgumentException: Deployments relation is required'。

服务器未知:>数据流配置服务器\http://localhost:9393/

无法联系位于“\http://localhost:9393/”的数据流服务器:'java.lang.IllegalArgumentException: Illegal character in scheme name at index 0: \http://localhost:9393/'。 服务器未知:>数据流配置服务器 https://localhost:9393/

无法联系位于“https://localhost:9393/”的数据流服务器:'org.springframework.web.client.ResourceAccessException: I/O error on GET request for "https://localhost:9393/": Unrecognized SSL message, plaintext connection?; nested exception is javax.net.ssl.SSLException: Unrecognized SSL message, plaintext connection?'。 服务器未知:>数据流配置服务器 --uri http://localhost:9393/ --skip-ssl-validation true 选项 'skip-ssl-validation' 不适用于此命令。使用制表符辅助或 "help" 命令查看合法选项

1.0.0 M3 版本至少已有 2 年历史。

请将 bot SCDF 和 Shell 应用程序升级到最新的 GA 版本。您可以从 getting-started 指南中获取两者的最新发布坐标。