我一直在尝试使用下面的代码测试groovy过滤器。但是,每当我尝试使用HTTP发布时,我都会收到HTTP 500错误。
代码:
xd:>stream create --name groovyfiltertest1 --definition "http --port=9001 | filter --script=file:/Users/fkazimi/Desktop/spring-xd-1.2.0.RELEASE/xd/modules/processor/scripts/custom-filter.groovy --variables='shortstrings=false' | log" --deploy
错误:
xd:>http post --target http://localhost:9001 --data hello
POST(text / plain; Charset = UTF-8)http://localhost:9001 hello
500 INTERNAL_SERVER_ERROR
500 INTERNAL_SERVER_ERROR
发送数据时出错'你好'到' http://localhost:9001'
可能是什么问题,我该如何解决?