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 "Amila Chinthaka Suriarachchi (JIRA)" <ji...@apache.org> on 2007/06/15 04:53:26 UTC

[jira] Assigned: (AXIS2-1670) Invalid Exception when deploying a service compiled in jdk1.5 in axis2 server running in jdk 1.4

     [ https://issues.apache.org/jira/browse/AXIS2-1670?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Amila Chinthaka Suriarachchi reassigned AXIS2-1670:
---------------------------------------------------

    Assignee: Deepal Jayasinghe  (was: Amila Chinthaka Suriarachchi)

> Invalid Exception when deploying a service compiled in jdk1.5 in axis2 server running in jdk 1.4
> ------------------------------------------------------------------------------------------------
>
>                 Key: AXIS2-1670
>                 URL: https://issues.apache.org/jira/browse/AXIS2-1670
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>            Reporter: Thilina Gunarathne
>            Assignee: Deepal Jayasinghe
>            Priority: Blocker
>
> Axis2 throws the following misleading Exception when deploying a service compiled in jdk1.5 in axis2 server running in jdk 1.4.
> Caused by: org.apache.axis2.deployment.DeploymentException: ClassNotFoundException Error in loading message receiver org.tempuri.mtom.MTOMServiceMessageReceiverInOut; nested exception is:
>         java.lang.ClassNotFoundException: org.tempuri.mtom.MTOMServiceMessageReceiverInOut
>         at org.apache.axis2.deployment.DescriptionBuilder.loadMessageReceiver(DescriptionBuilder.java:179)
>         at org.apache.axis2.deployment.ServiceBuilder.processOperations(ServiceBuilder.java:601)
>         at org.apache.axis2.deployment.ServiceBuilder.populateService(ServiceBuilder.java:257)
>         ... 12 more
> Caused by: java.lang.ClassNotFoundException: org.tempuri.mtom.MTOMServiceMessageReceiverInOut
>         at java.net.URLClassLoader$1.run(URLClassLoader.java:199)
>         at java.security.AccessController.doPrivileged(Native Method)
>         at java.net.URLClassLoader.findClass(URLClassLoader.java:187)
>         at java.lang.ClassLoader.loadClass(ClassLoader.java:289)
>         at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:274)
>         at java.lang.ClassLoader.loadClass(ClassLoader.java:235)
>         at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:302)
>         at java.lang.Class.forName0(Native Method)
>         at java.lang.Class.forName(Class.java:141)
>         at org.apache.axis2.util.Loader.loadClass(Loader.java:158)
>         at org.apache.axis2.util.Loader.loadClass(Loader.java:130)
>         at org.apache.axis2.deployment.DescriptionBuilder.loadMessageReceiver(DescriptionBuilder.java:175)
>         ... 14 more

-- 
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