简体   繁体   English

WSO2 ESB:所有样本均不起作用

[英]WSO2 ESB : all of samples not working

Problem: I can't run any sample of WSO2 ESB (version 4.5.1) Detail: After I finish to config WSO2 ESB which follow the Installation Guide and ESB Sample setup. 问题:我无法运行任何WSO2 ESB示例(版本4.5.1)详细信息:完成对WSO2 ESB的配置后,请遵循安装指南和ESB示例设置。 I can access the ESB console via the link : 我可以通过链接访问ESB控制台:

https://localhost:9443/carbon/

It's working well, but when I try to run the first sample by command: 它运行良好,但是当我尝试通过命令运行第一个示例时:

ant stockquote
-Daddurl=http://127.0.0.1:9000/services/SimpleStockQuoteService
-Dtrpurl=http://localhost:8280 -Dsymbol=IBM -Dmode=quote

I got the error code: 我收到错误代码:

ERROR_CODE = 101504 错误代码= 101504

ERROR_MESSAGE = Connection timeout For : 127.0.0.1:9000 For Request : Axis2Request [Message ID : urn:uuid:0b3c9526-289f-4e65-a525-93ecb32f323d] [Status Completed : false] ERROR_MESSAGE =连接超时:127.0.0.1:9000请求:Axis2Request [消息ID:urn:uuid:0b3c9526-289f-4e65-a525-93ecb32f323d] [状态已完成:false]

I think maybe the problem is related about the axis2Server but I not sure because I did follow the instructions 我认为问题可能与axis2Server有关,但我不确定,因为我确实遵循了说明

Question: 题:

Please help me to fix this issue. 请帮助我解决此问题。

It seems StockQuote service not visible to the Axis client. 看来StockQuote服务对Axis客户端不可见。 can you check whether you can see stockquote service wsdl once you started esb and axis2 server properly.link [1] will open stockquote service wsdl. 能否正确启动esb和axis2服务器后检查是否可以看到stockquote服务wsdl。链接[1]将打开stockquote服务wsdl。

1. http://127.0.0.1:9000/services/SimpleStockQuoteService?wsdl

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM