Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

"failed while installing axis2 core 1.1" in eclipse?

hello every one i am working java web service where i need to use axis 2 . i follow the some tutorial for resolve this issue ..

Steps which i followed

1) i selected Windows option and then its sub option -> Preferences.

2) Then i selected the axis web services and select the axis run time.

3) Then i gave the path of my axis2 binary and i got the "Axis2 Loaded successfully" message.

4) Then i create the dynamic web project with module 2.5 and then process next then i got this error.

enter image description here

i am traveling on web from 3 days but not find any solution for this .

like image 547
Simmant Avatar asked Mar 01 '14 04:03

Simmant


4 Answers

finaly i solve this error by doing some changes which is follows as below steps

Step 1) I use latest eclipse juno

Step 2) i selected Windows option and then its sub option -> Preferences and give it to the path of the axis binary..

Step 3) Then i create dynamic web application with 2.5 module without default run time

and then next.. and i my problem is slove ....

like image 66
Simmant Avatar answered Nov 17 '22 09:11

Simmant


The steps in detail are as follows

  1. Go to eclipse > top menu bar > Window > preferences
  2. Click on Webservices
  3. Click on Axis2 Preferences
  4. Enter the location of the axis2 install (for example if it is installed in C:\) then it becomes C:\axis2-1.6.4.
  5. Restart eclipse.
like image 2
MindBrain Avatar answered Nov 17 '22 11:11

MindBrain


please use stable version with axis 2 api and then follow these steps :

Step 1) use stable version of eclipse kliper.q

Step 2) Select Windows option and then sub option -> Preferences and give it to the path of the axis distribution.

Step 3) Create dynamic web application with 2.5 module with server you required and then hit next.

Step 4) Create java class with your business logic and lunch it as service for wsdl.

like image 1
ACP Avatar answered Nov 17 '22 10:11

ACP


I had the same error with all versions of eclipse.

The checkout of the project had a new folder called axis2-web, which created this problem. Hence a fresh checkout of the web project helped me solved the problem.

like image 1
Saranya P K Avatar answered Nov 17 '22 09:11

Saranya P K