spring cloud dataflow http发布错误

时间:2018-04-28 07:22:04

标签: spring-cloud-dataflow

在Spring-Cloud DataFlow的网站上尝试http://localhost:9000上的演示,我在IDEA中调试了Spring-Cloud DataFlow本地服务器1.4.0.RELEASE,用命令行运行了SCDF shell(windows ),我在shell中完成了以下步骤:

  1. app register --name http --type source --uri maven://org.springframework.cloud.stream.app:http-source-rabbit:1.2.0.RELEASE
  2. app register --name log --type sink --uri maven://org.springframework.cloud.stream.app:log-sink-rabbit:1.1.0.RELEASE
  3. stream create --name httptest --definition" http --server.port = 9000 |登录" --deploy
  4. http post --target {{3}} - data" hello world"
  5. 步骤 1-3 很好,但是当我运行第4步时,我不断收到如下错误消息:

      

    {"例外":" java.nio.charset.UnsupportedCharsetException",

         

    "路径":" /",

         

    "错误":"内部服务器错误",

         

    "消息":" X-ibm1166",

         

    "时间戳":1524899078020,

         

    "状态":500

         

    }

0 个答案:

没有答案