Skip to main content



      Home
Home » Language IDEs » ServerTools (WTP) » IWAB0489E Error when deploying Web service to Axis runtime
IWAB0489E Error when deploying Web service to Axis runtime [message #81685] Wed, 09 March 2005 12:51 Go to next message
Eclipse UserFriend
Originally posted by: ashwin.mathias.ge.com

IWAB0489E Error when deploying Web service to Axis runtime
axis-admin failed with {http://xml.apache.org/axis/}HTTP (404)Not Found


------
I get this error when I try to create a webservice from the wtp.Converter
bean

I am following the tutorial from
http://www.eclipse.org/webtools/jst/components/ws/tutorials/ BottomUpWebService.html

Any help is appreciated.

Thanks!
Re: IWAB0489E Error when deploying Web service to Axis runtime [message #81716 is a reply to message #81685] Wed, 09 March 2005 14:06 Go to previous messageGo to next message
Eclipse UserFriend
Hi,

This is a known problem documented in the Eclipse webtools page
http://www.eclipse.org/webtools on the top right-hand corner under WTP 1.0
Milestone M3 -> News and Noteworthy for M3 -> Web Services tools, or the
direct link is:

http://www.eclipse.org/webtools/jst/components/ws/M3/news/js t-ws-m3news.html

a.. 84843: When generating Web service either top-down or bottom-up Java
bean scenarios, occasionaly, the first deploy to Axis runtime fails with:
IWAB0489E Error when deploying Web service to Axis runtime axis-admin failed
with {http://xml.apache.org/axis/}HTTP (404)/s1/services/AdminService
This problem is due to a timing issue. If you just wait a few more seconds
and hit Next again, the wizard would successfully deploy the Web service to
the Axis runtime.
A patch is available for this problem and we'll try to get it into tonight's
integration build.

Kathy Chan

"A. Mathias" <ashwin.mathias@ge.com> wrote in message
news:d0nd29$jdm$1@www.eclipse.org...
> IWAB0489E Error when deploying Web service to Axis runtime
> axis-admin failed with {http://xml.apache.org/axis/}HTTP (404)Not Found
>
>
> ------
> I get this error when I try to create a webservice from the wtp.Converter
> bean
>
> I am following the tutorial from
>
http://www.eclipse.org/webtools/jst/components/ws/tutorials/ BottomUpWebService.html
>
> Any help is appreciated.
>
> Thanks!
>
Re: IWAB0489E Error when deploying Web service to Axis runtime [message #82766 is a reply to message #81716] Fri, 11 March 2005 11:03 Go to previous messageGo to next message
Eclipse UserFriend
Hi

I am also trying to use the "BottomUpWebService" tutorial and encounter an
error on step 12. After clicking the Finish button it churns for a while
then gives me the following error:

IWAB0489E Error when deploying Web service to Axis runtime
java.lang.NullPointerException

ERR LOG VIEW IN ECLIPSE SHOWS:

Skipping builder com.ibm.etools.j2ee.LibCopyBuilder for project converter.
Either the builder is missing from the install,
or it belongs to a project nature that is missing or disabled.

An exception stack trace could not be found.


TCP MONITOR (on port 8080) IN ECLIPSE SHOWS:
REQUEST SIDE:

<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<soapenv:Body>
<deployment xmlns="http://xml.apache.org/axis/wsdd/"
xmlns:java="http://xml.apache.org/axis/wsdd/providers/java">

<!-- Services from ConverterService WSDL service -->
<service name="Converter" provider="java:RPC" style="rpc" use="encoded">
<parameter name="wsdlTargetNamespace" value="http://wtp"/>
<parameter name="wsdlServiceElement" value="ConverterService"/>
<parameter name="wsdlServicePort" value="Converter"/>
<parameter name="className" value="wtp.Converter"/>
<parameter name="wsdlPortType" value="Converter"/>
<operation name="celsiusToFarenheit" qname="operNS:celsiusToFarenheit"
returnQName="celsiusToFarenheitReturn" returnType="rtns:float"
xmlns:operNS="http://wtp" xmlns:rtns="http://www.w3.org/2001/XMLSchema">
<parameter name="celsius" type="tns:float"
xmlns:tns="http://www.w3.org/2001/XMLSchema"/>
</operation>
<operation name="farenheitToCelsius" qname="operNS:farenheitToCelsius"
returnQName="farenheitToCelsiusReturn" returnType="rtns:float"
xmlns:operNS="http://wtp" xmlns:rtns="http://www.w3.org/2001/XMLSchema">
<parameter name="farenheit" type="tns:float"
xmlns:tns="http://www.w3.org/2001/XMLSchema"/>
</operation>
<parameter name="allowedMethods" value="farenheitToCelsius
celsiusToFarenheit"/>

</service>
</deployment>
</soapenv:Body>
</soapenv:Envelope>

RESPONSE SIDE:

<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<soapenv:Body>
<Admin>Done processing</Admin>
</soapenv:Body>
</soapenv:Envelope>


I am running with Tomcat v5.0 (instead of version 4.1 mentioned in the
tutorial) for an app server.
Any suggestions as to why this is not working would be appreciated.

Gary Mohr


"Kathy Chan" <kathy@ca.ibm.com> wrote in message
news:d0nhfq$agk$1@www.eclipse.org...
> Hi,
>
> This is a known problem documented in the Eclipse webtools page
> http://www.eclipse.org/webtools on the top right-hand corner under WTP 1.0
> Milestone M3 -> News and Noteworthy for M3 -> Web Services tools, or the
> direct link is:
>
>
http://www.eclipse.org/webtools/jst/components/ws/M3/news/js t-ws-m3news.html
>
> a.. 84843: When generating Web service either top-down or bottom-up Java
> bean scenarios, occasionaly, the first deploy to Axis runtime fails with:
> IWAB0489E Error when deploying Web service to Axis runtime axis-admin
failed
> with {http://xml.apache.org/axis/}HTTP (404)/s1/services/AdminService
> This problem is due to a timing issue. If you just wait a few more seconds
> and hit Next again, the wizard would successfully deploy the Web service
to
> the Axis runtime.
> A patch is available for this problem and we'll try to get it into
tonight's
> integration build.
>
> Kathy Chan
>
> "A. Mathias" <ashwin.mathias@ge.com> wrote in message
> news:d0nd29$jdm$1@www.eclipse.org...
> > IWAB0489E Error when deploying Web service to Axis runtime
> > axis-admin failed with {http://xml.apache.org/axis/}HTTP (404)Not
Found
> >
> >
> > ------
> > I get this error when I try to create a webservice from the
wtp.Converter
> > bean
> >
> > I am following the tutorial from
> >
>
http://www.eclipse.org/webtools/jst/components/ws/tutorials/ BottomUpWebService.html
> >
> > Any help is appreciated.
> >
> > Thanks!
> >
>
>
Re: IWAB0489E Error when deploying Web service to Axis runtime [message #1771331 is a reply to message #81685] Thu, 24 August 2017 03:09 Go to previous message
Eclipse UserFriend
index.php/fa/30474/0/in eclipse go to windows>>>preferences>>>web-service>>>server and runtime>>>web service runtime
Previous Topic:Debugging JavaScript within eclipse connecting to Firefox remote debugger
Next Topic:problem generating CXF-Webservice Client
Goto Forum:
  


Current Time: Tue Jun 10 16:22:39 EDT 2025

Powered by FUDForum. Page generated in 0.19496 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top