问题
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