Error IWAB0489E: Error when deploying Web service to Axis runtime [message #110085] |
Wed, 08 June 2005 18:30  |
Eclipse User |
|
|
|
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 #112612 is a reply to message #110659] |
Sun, 19 June 2005 04:16  |
Eclipse User |
|
|
|
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
|
|
|
Powered by
FUDForum. Page generated in 0.04962 seconds