Skip to main content



      Home
Home » Language IDEs » ServerTools (WTP) » Error IWAB0489E: Error when deploying Web service to Axis runtime
Error IWAB0489E: Error when deploying Web service to Axis runtime [message #110085] Wed, 08 June 2005 18:30 Go to next message
Eclipse UserFriend
Originally posted by: arun_lists.yahoo.com

This is a repost since I didn't get any responses earlier.
Please let me know what to look for or try. As it is, I cannot
proceed with using WebTools and may have to consider alternatives
if I don't find a solution soon.

My configuration is:

M4 complete install
JDK1.4.2_08
Tomcat 5.0.28

I am working my way through the "Bottom Up ..." tutorial for M4.
When I get to Step 12, I get the following error message:

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

That's it, no stack trace is printed.

How can I get this to work?

Thanks,
Arun
Re: Error IWAB0489E: Error when deploying Web service to Axis runtime [message #110659 is a reply to message #110085] Sat, 11 June 2005 09:54 Go to previous messageGo to next message
Eclipse UserFriend
I got the same error code.
Does anyone have a clue on how to resolve this?


"Arun" <arun_lists@yahoo.com> wrote in message
news:792ea7c7e1dca6f0dadc71218f602270$1@www.eclipse.org...
> This is a repost since I didn't get any responses earlier.
> Please let me know what to look for or try. As it is, I cannot
> proceed with using WebTools and may have to consider alternatives
> if I don't find a solution soon.
>
> My configuration is:
>
> M4 complete install
> JDK1.4.2_08
> Tomcat 5.0.28
>
> I am working my way through the "Bottom Up ..." tutorial for M4.
> When I get to Step 12, I get the following error message:
>
> IWAB0489E
> Error when deploying Web service to Axis runtime
> java.lang.NullPointerException
>
> That's it, no stack trace is printed.
>
> How can I get this to work?
>
> Thanks,
> Arun
>
>
Re: Error IWAB0489E: Error when deploying Web service to Axis runtime [message #112612 is a reply to message #110659] Sun, 19 June 2005 04:16 Go to previous message
Eclipse UserFriend
Originally posted by: schulten.escalon.de

>>I am working my way through the "Bottom Up ..." tutorial for M4.
>>When I get to Step 12, I get the following error message:
>>
>>IWAB0489E
>>Error when deploying Web service to Axis runtime
>>java.lang.NullPointerException
>>
>>That's it, no stack trace is printed.
>>
>>How can I get this to work?

This error is caused by an incompatibility between Axis 1.1 and JRE 1.5:
https://bugs.eclipse.org/bugs/show_bug.cgi?id=92603

They will try to solve it for M5 by supporting Axis 1.2.

I had the same problem and solved it by cleaning up my JRE installation.

When I tried java -version on the commandline, my 1.5 JRE answered,
although it was not in PATH. I uninstalled the JRE 1.5 *and* the JDK 1.5
(two separate items in the Windows Software list!) to the effect that my
1.4.2_08 JRE became visible on the commandline.

Afterwards I first generated the sample JSP pages using Right-click on
the java file in JavaSource and chose Web Services-Generate sample JSP.
After that worked to my great relief, I tried Web Services-Create Web
Service, and that went smoothly, too.

Does anyone know how to switch between the JRE versions that are used
when issuing java -version on the commandline? Uninstalling JDK/JRE 1.5
is not really a good solution.

Dietrich
Previous Topic:Help me with this wsdl parser!
Next Topic:Bottom Up Web Service Supporting Flexible Projects tutorial not working with M4
Goto Forum:
  


Current Time: Sat Apr 26 10:46:36 EDT 2025

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

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

Back to the top