You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by 卓 识 <ze...@hotmail.com> on 2002/10/17 04:35:18 UTC

problem in deploy webservice




Hi,
  According to the step 6 described by the install.html, I tried to deploy 
a web service but failed. The message is as following:
----------------------------------------------------------------------
c:\cs\axis\axis\simnples\echo>java org.apache.axis.client.AdminClient 
-lhttp://localhost:8080/axis/services/AdminService deploy.wsdd 

Exception in thread "main" java.lang.UnsupportedClassVersionError: 
java/lang/reflect/InvocationHandler <Unsupported major.minor version 48.0>
           at java.lang.ClassLoader.defineClass0<Native Method>
           at java.lang.ClassLoader.defineClass<ClassLoader.java:469>
           at 
java.security.SecureClassLoader.defineClass<SecureClassLoader.java<SecureClassLoader.java:103>

           at java.net.URLClassLoader.defineClass<URLClassLoader.java:240>
           at java.net.URLClassLoader.access$1<URLClassLoader.java:208>
           at 
java.net.URLClassLoader$ClassFinder.run<URLClassLoader.java:497>
           at java.security.AccessController.doPrivileged<Native Method>
           at java.net.URLClassLoader.findClass<URLClassLoader.java:194>
           at java.lang.ClassLoader.loadClass<ClassLoader.java:293>
           at sun.misc.Launcher$AppClassLoader.loadClass<Launcher.java:275>
           at java.lang.ClassLoader.loadClass<ClassLoader.java:250>
           at 
org.apache.axis.client.AdminClient.<init><AdminClient.java:123>
           at org.apache.axis.client.AdminClient.main<AdminClient.java;339>
_________________________________________________________________________________________________

The version of jdk is j2sdk1.4+j2ee1.3, the version of axis is 1.0


Thanks.
Regards.

Zeuswell
10,16,2002



_________________________________________________________________
Chat with friends online, try MSN Messenger: http://messenger.msn.com/lccn/ 


Re: problem in deploy webservice

Posted by Matthias Brunner <mb...@blumenstrasse.vol.at>.
On Thursday 17 October 2002 04:35, 卓 识 wrote:
>   According to the step 6 described by the install.html, I tried
> to deploy a web service but failed. The message is as following:
> ------------------------------------------------------------------
>---- c:\cs\axis\axis\simnples\echo>java
> org.apache.axis.client.AdminClient
> -lhttp://localhost:8080/axis/services/AdminService deploy.wsdd
>
> Exception in thread "main" java.lang.UnsupportedClassVersionError:

Hello 卓 识,

are you sure that you compiled your classes binary compatible to jre 
1.3? (javac -target 1.3)

Best regards!
-- 
Matthias Brunner <mb...@blumenstrasse.vol.at>
PGP FP 7862 32B3 3B75 292A F76F  5042 8587 21AB 5B89 D501
Check out http://blumenstrasse.vol.at/~mb/gpgkey.asc


Re: problem in deploy webservice

Posted by Matthias Brunner <mb...@blumenstrasse.vol.at>.
>   According to the step 6 described by the install.html, I tried
> to deploy a web service but failed. The message is as following:
> ------------------------------------------------------------------
>---- c:\cs\axis\axis\simnples\echo>java
> org.apache.axis.client.AdminClient
> -lhttp://localhost:8080/axis/services/AdminService deploy.wsdd
>
> Exception in thread "main" java.lang.UnsupportedClassVersionError:

are you sure that you compiled your classes binary compatible to jre 
1.3? (javac -target 1.3)

Best regards!
-- 
Matthias Brunner <mb...@blumenstrasse.vol.at>
PGP FP 7862 32B3 3B75 292A F76F  5042 8587 21AB 5B89 D501
Check out http://blumenstrasse.vol.at/~mb/gpgkey.asc