You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by "vankasrikar (JIRA)" <ji...@apache.org> on 2007/05/07 20:11:15 UTC

[jira] Created: (AXIS2-2645) Error while running client to access webservice using axis2

Error while running client to access webservice using axis2
-----------------------------------------------------------

                 Key: AXIS2-2645
                 URL: https://issues.apache.org/jira/browse/AXIS2-2645
             Project: Axis 2.0 (Axis2)
          Issue Type: Bug
          Components: adb
         Environment: Windows, service deployed in Tomcat, jdk150_04
            Reporter: vankasrikar


After creating client using ADM with axis2, When running the client I'm getting the below error.

C:\apache-tomcat-5.5.23\webapps\axis2\WEB-INF\services\axis2userguide>java org.apache.axis2.axis2userguide.Client1

Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/ws/policy/
Assertion
        at org.apache.axis2.description.AxisDescription.<init>(AxisDescription.j
ava:25)
        at org.apache.axis2.description.AxisService.<init>(AxisService.java:194)

        at org.apache.axis2.description.AxisService.<init>(AxisService.java:232)

        at org.apache.axis2.axis2userguide.Axis2UserGuideServiceStub.populateAxi
sService(Axis2UserGuideServiceStub.java:30)
        at org.apache.axis2.axis2userguide.Axis2UserGuideServiceStub.<init>(Axis
2UserGuideServiceStub.java:101)
        at org.apache.axis2.axis2userguide.Axis2UserGuideServiceStub.<init>(Axis
2UserGuideServiceStub.java:128)
        at org.apache.axis2.axis2userguide.Client1.main(Client1.java:15)

Can anyone tell me where can I find this class or how to fix this.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org


[jira] Resolved: (AXIS2-2645) Error while running client to access webservice using axis2

Posted by "vankasrikar (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AXIS2-2645?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

vankasrikar resolved AXIS2-2645.
--------------------------------

    Resolution: Fixed

Issue is resolved. This is because of the old jar files. Thanks for the support.

> Error while running client to access webservice using axis2
> -----------------------------------------------------------
>
>                 Key: AXIS2-2645
>                 URL: https://issues.apache.org/jira/browse/AXIS2-2645
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>          Components: adb
>         Environment: Windows, service deployed in Tomcat, jdk150_04
>            Reporter: vankasrikar
>            Priority: Blocker
>
> After creating client using ADM with axis2, When running the client I'm getting the below error. 
> Its the sample given by apache in http://ws.apache.org/axis2/1_2/userguide-creatingclients.html#generating
> C:\apache-tomcat-5.5.23\webapps\axis2\WEB-INF\services\axis2userguide>java org.apache.axis2.axis2userguide.Client1
> Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/ws/policy/
> Assertion
>         at org.apache.axis2.description.AxisDescription.<init>(AxisDescription.j
> ava:25)
>         at org.apache.axis2.description.AxisService.<init>(AxisService.java:194)
>         at org.apache.axis2.description.AxisService.<init>(AxisService.java:232)
>         at org.apache.axis2.axis2userguide.Axis2UserGuideServiceStub.populateAxi
> sService(Axis2UserGuideServiceStub.java:30)
>         at org.apache.axis2.axis2userguide.Axis2UserGuideServiceStub.<init>(Axis
> 2UserGuideServiceStub.java:101)
>         at org.apache.axis2.axis2userguide.Axis2UserGuideServiceStub.<init>(Axis
> 2UserGuideServiceStub.java:128)
>         at org.apache.axis2.axis2userguide.Client1.main(Client1.java:15)
> Can anyone tell me where can I find this class or how to fix this.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org


[jira] Closed: (AXIS2-2645) Error while running client to access webservice using axis2

Posted by "vankasrikar (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AXIS2-2645?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

vankasrikar closed AXIS2-2645.
------------------------------


> Error while running client to access webservice using axis2
> -----------------------------------------------------------
>
>                 Key: AXIS2-2645
>                 URL: https://issues.apache.org/jira/browse/AXIS2-2645
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>          Components: adb
>         Environment: Windows, service deployed in Tomcat, jdk150_04
>            Reporter: vankasrikar
>            Priority: Blocker
>
> After creating client using ADM with axis2, When running the client I'm getting the below error. 
> Its the sample given by apache in http://ws.apache.org/axis2/1_2/userguide-creatingclients.html#generating
> C:\apache-tomcat-5.5.23\webapps\axis2\WEB-INF\services\axis2userguide>java org.apache.axis2.axis2userguide.Client1
> Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/ws/policy/
> Assertion
>         at org.apache.axis2.description.AxisDescription.<init>(AxisDescription.j
> ava:25)
>         at org.apache.axis2.description.AxisService.<init>(AxisService.java:194)
>         at org.apache.axis2.description.AxisService.<init>(AxisService.java:232)
>         at org.apache.axis2.axis2userguide.Axis2UserGuideServiceStub.populateAxi
> sService(Axis2UserGuideServiceStub.java:30)
>         at org.apache.axis2.axis2userguide.Axis2UserGuideServiceStub.<init>(Axis
> 2UserGuideServiceStub.java:101)
>         at org.apache.axis2.axis2userguide.Axis2UserGuideServiceStub.<init>(Axis
> 2UserGuideServiceStub.java:128)
>         at org.apache.axis2.axis2userguide.Client1.main(Client1.java:15)
> Can anyone tell me where can I find this class or how to fix this.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org


[jira] Commented: (AXIS2-2645) Error while running client to access webservice using axis2

Posted by "vankasrikar (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/AXIS2-2645?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12494380 ] 

vankasrikar commented on AXIS2-2645:
------------------------------------

Yes, neethi-2.0.1.jar is in the classpath.

> Error while running client to access webservice using axis2
> -----------------------------------------------------------
>
>                 Key: AXIS2-2645
>                 URL: https://issues.apache.org/jira/browse/AXIS2-2645
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>          Components: adb
>         Environment: Windows, service deployed in Tomcat, jdk150_04
>            Reporter: vankasrikar
>            Priority: Blocker
>
> After creating client using ADM with axis2, When running the client I'm getting the below error. 
> Its the sample given by apache in http://ws.apache.org/axis2/1_2/userguide-creatingclients.html#generating
> C:\apache-tomcat-5.5.23\webapps\axis2\WEB-INF\services\axis2userguide>java org.apache.axis2.axis2userguide.Client1
> Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/ws/policy/
> Assertion
>         at org.apache.axis2.description.AxisDescription.<init>(AxisDescription.j
> ava:25)
>         at org.apache.axis2.description.AxisService.<init>(AxisService.java:194)
>         at org.apache.axis2.description.AxisService.<init>(AxisService.java:232)
>         at org.apache.axis2.axis2userguide.Axis2UserGuideServiceStub.populateAxi
> sService(Axis2UserGuideServiceStub.java:30)
>         at org.apache.axis2.axis2userguide.Axis2UserGuideServiceStub.<init>(Axis
> 2UserGuideServiceStub.java:101)
>         at org.apache.axis2.axis2userguide.Axis2UserGuideServiceStub.<init>(Axis
> 2UserGuideServiceStub.java:128)
>         at org.apache.axis2.axis2userguide.Client1.main(Client1.java:15)
> Can anyone tell me where can I find this class or how to fix this.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org


[jira] Updated: (AXIS2-2645) Error while running client to access webservice using axis2

Posted by "vankasrikar (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AXIS2-2645?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

vankasrikar updated AXIS2-2645:
-------------------------------

    Description: 
After creating client using ADM with axis2, When running the client I'm getting the below error. 

Its the sample given by apache in http://ws.apache.org/axis2/1_2/userguide-creatingclients.html#generating


C:\apache-tomcat-5.5.23\webapps\axis2\WEB-INF\services\axis2userguide>java org.apache.axis2.axis2userguide.Client1

Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/ws/policy/
Assertion
        at org.apache.axis2.description.AxisDescription.<init>(AxisDescription.j
ava:25)
        at org.apache.axis2.description.AxisService.<init>(AxisService.java:194)

        at org.apache.axis2.description.AxisService.<init>(AxisService.java:232)

        at org.apache.axis2.axis2userguide.Axis2UserGuideServiceStub.populateAxi
sService(Axis2UserGuideServiceStub.java:30)
        at org.apache.axis2.axis2userguide.Axis2UserGuideServiceStub.<init>(Axis
2UserGuideServiceStub.java:101)
        at org.apache.axis2.axis2userguide.Axis2UserGuideServiceStub.<init>(Axis
2UserGuideServiceStub.java:128)
        at org.apache.axis2.axis2userguide.Client1.main(Client1.java:15)

Can anyone tell me where can I find this class or how to fix this.

  was:
After creating client using ADM with axis2, When running the client I'm getting the below error.

C:\apache-tomcat-5.5.23\webapps\axis2\WEB-INF\services\axis2userguide>java org.apache.axis2.axis2userguide.Client1

Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/ws/policy/
Assertion
        at org.apache.axis2.description.AxisDescription.<init>(AxisDescription.j
ava:25)
        at org.apache.axis2.description.AxisService.<init>(AxisService.java:194)

        at org.apache.axis2.description.AxisService.<init>(AxisService.java:232)

        at org.apache.axis2.axis2userguide.Axis2UserGuideServiceStub.populateAxi
sService(Axis2UserGuideServiceStub.java:30)
        at org.apache.axis2.axis2userguide.Axis2UserGuideServiceStub.<init>(Axis
2UserGuideServiceStub.java:101)
        at org.apache.axis2.axis2userguide.Axis2UserGuideServiceStub.<init>(Axis
2UserGuideServiceStub.java:128)
        at org.apache.axis2.axis2userguide.Client1.main(Client1.java:15)

Can anyone tell me where can I find this class or how to fix this.


> Error while running client to access webservice using axis2
> -----------------------------------------------------------
>
>                 Key: AXIS2-2645
>                 URL: https://issues.apache.org/jira/browse/AXIS2-2645
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>          Components: adb
>         Environment: Windows, service deployed in Tomcat, jdk150_04
>            Reporter: vankasrikar
>            Priority: Blocker
>
> After creating client using ADM with axis2, When running the client I'm getting the below error. 
> Its the sample given by apache in http://ws.apache.org/axis2/1_2/userguide-creatingclients.html#generating
> C:\apache-tomcat-5.5.23\webapps\axis2\WEB-INF\services\axis2userguide>java org.apache.axis2.axis2userguide.Client1
> Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/ws/policy/
> Assertion
>         at org.apache.axis2.description.AxisDescription.<init>(AxisDescription.j
> ava:25)
>         at org.apache.axis2.description.AxisService.<init>(AxisService.java:194)
>         at org.apache.axis2.description.AxisService.<init>(AxisService.java:232)
>         at org.apache.axis2.axis2userguide.Axis2UserGuideServiceStub.populateAxi
> sService(Axis2UserGuideServiceStub.java:30)
>         at org.apache.axis2.axis2userguide.Axis2UserGuideServiceStub.<init>(Axis
> 2UserGuideServiceStub.java:101)
>         at org.apache.axis2.axis2userguide.Axis2UserGuideServiceStub.<init>(Axis
> 2UserGuideServiceStub.java:128)
>         at org.apache.axis2.axis2userguide.Client1.main(Client1.java:15)
> Can anyone tell me where can I find this class or how to fix this.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org


[jira] Commented: (AXIS2-2645) Error while running client to access webservice using axis2

Posted by "Deepal Jayasinghe (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/AXIS2-2645?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12494314 ] 

Deepal Jayasinghe commented on AXIS2-2645:
------------------------------------------

Please check whether neethi jar is there in the class path.

Thanks
Deepal

> Error while running client to access webservice using axis2
> -----------------------------------------------------------
>
>                 Key: AXIS2-2645
>                 URL: https://issues.apache.org/jira/browse/AXIS2-2645
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>          Components: adb
>         Environment: Windows, service deployed in Tomcat, jdk150_04
>            Reporter: vankasrikar
>            Priority: Blocker
>
> After creating client using ADM with axis2, When running the client I'm getting the below error. 
> Its the sample given by apache in http://ws.apache.org/axis2/1_2/userguide-creatingclients.html#generating
> C:\apache-tomcat-5.5.23\webapps\axis2\WEB-INF\services\axis2userguide>java org.apache.axis2.axis2userguide.Client1
> Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/ws/policy/
> Assertion
>         at org.apache.axis2.description.AxisDescription.<init>(AxisDescription.j
> ava:25)
>         at org.apache.axis2.description.AxisService.<init>(AxisService.java:194)
>         at org.apache.axis2.description.AxisService.<init>(AxisService.java:232)
>         at org.apache.axis2.axis2userguide.Axis2UserGuideServiceStub.populateAxi
> sService(Axis2UserGuideServiceStub.java:30)
>         at org.apache.axis2.axis2userguide.Axis2UserGuideServiceStub.<init>(Axis
> 2UserGuideServiceStub.java:101)
>         at org.apache.axis2.axis2userguide.Axis2UserGuideServiceStub.<init>(Axis
> 2UserGuideServiceStub.java:128)
>         at org.apache.axis2.axis2userguide.Client1.main(Client1.java:15)
> Can anyone tell me where can I find this class or how to fix this.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org


[jira] Updated: (AXIS2-2645) Error while running client to access webservice using axis2

Posted by "vankasrikar (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AXIS2-2645?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

vankasrikar updated AXIS2-2645:
-------------------------------

    Priority: Blocker  (was: Major)

> Error while running client to access webservice using axis2
> -----------------------------------------------------------
>
>                 Key: AXIS2-2645
>                 URL: https://issues.apache.org/jira/browse/AXIS2-2645
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>          Components: adb
>         Environment: Windows, service deployed in Tomcat, jdk150_04
>            Reporter: vankasrikar
>            Priority: Blocker
>
> After creating client using ADM with axis2, When running the client I'm getting the below error.
> C:\apache-tomcat-5.5.23\webapps\axis2\WEB-INF\services\axis2userguide>java org.apache.axis2.axis2userguide.Client1
> Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/ws/policy/
> Assertion
>         at org.apache.axis2.description.AxisDescription.<init>(AxisDescription.j
> ava:25)
>         at org.apache.axis2.description.AxisService.<init>(AxisService.java:194)
>         at org.apache.axis2.description.AxisService.<init>(AxisService.java:232)
>         at org.apache.axis2.axis2userguide.Axis2UserGuideServiceStub.populateAxi
> sService(Axis2UserGuideServiceStub.java:30)
>         at org.apache.axis2.axis2userguide.Axis2UserGuideServiceStub.<init>(Axis
> 2UserGuideServiceStub.java:101)
>         at org.apache.axis2.axis2userguide.Axis2UserGuideServiceStub.<init>(Axis
> 2UserGuideServiceStub.java:128)
>         at org.apache.axis2.axis2userguide.Client1.main(Client1.java:15)
> Can anyone tell me where can I find this class or how to fix this.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org