Eclipse Juno - IWAB0489E Error when deploying Web service to Axis runtime

时光毁灭记忆、已成空白 提交于 2019-12-11 03:32:02

问题


I am following the steps in the tutorial : http://javapapers.com/web-service/java-web-service-using-eclipse/#comment-21575

But when trying to “select service implementation”, I am getting the error “IWAB0489E Error when deploying web service to Axis runtime axis-admin failed with {http://xml.apache.org/axis/}HTTP (502)Proxy Error ( Forefront TMG denied the specified Uniform Resource Locator (URL). )”.

I have not downloaded Axis2 plugin and suppose it comes with Eclipse juno.

I am using the same eclipse version and release the author is using in his tutorial. Kindly provide any pointer;its urgent!!

TIA!


回答1:


First of all try to attach the axis2 runtime to your eclipse IDE , and then execute your service

I suppose this problem has something to do with your network and firewall , which is blocking your cobnection




回答2:


Try stopping the other web-services running on the same port. If found any, we can stop it by running this command twice in cmd(command prompt)

To stop any server/port that is already being used in eclipse/other.

1) netstat -ano | findstr :yourPortNumber

2) taskkill /PID typeyourPIDhere /F

then restart your server.



来源:https://stackoverflow.com/questions/14272264/eclipse-juno-iwab0489e-error-when-deploying-web-service-to-axis-runtime

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!