Return-Path: Delivered-To: apmail-geronimo-user-archive@www.apache.org Received: (qmail 28851 invoked from network); 4 May 2006 14:33:58 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 4 May 2006 14:33:58 -0000 Received: (qmail 85484 invoked by uid 500); 4 May 2006 14:33:54 -0000 Delivered-To: apmail-geronimo-user-archive@geronimo.apache.org Received: (qmail 85445 invoked by uid 500); 4 May 2006 14:33:54 -0000 Mailing-List: contact user-help@geronimo.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: user@geronimo.apache.org List-Id: Delivered-To: mailing list user@geronimo.apache.org Received: (qmail 85424 invoked by uid 99); 4 May 2006 14:33:54 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 04 May 2006 07:33:53 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of ammulder@gmail.com designates 64.233.166.180 as permitted sender) Received: from [64.233.166.180] (HELO py-out-1112.google.com) (64.233.166.180) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 04 May 2006 07:33:53 -0700 Received: by py-out-1112.google.com with SMTP id e30so540669pya for ; Thu, 04 May 2006 07:33:32 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:sender:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=uZ/5gbam6Mv7P9M4e98cmjmtIEI/gvaVjooavhd1hwYw2vl7sllX1rcVxFjjJDRRqpS+OK9BmRp++IHG055RMHoxRq2MZpmmFPInJYh3OMMibm7iNhv09nLVsgkEDOC8OQz9b2zh/VkQCuuPwj7QAg1h2WV9PhrvCRDO0AC0Gaw= Received: by 10.35.96.11 with SMTP id y11mr1407356pyl; Thu, 04 May 2006 07:33:31 -0700 (PDT) Received: by 10.35.91.20 with HTTP; Thu, 4 May 2006 07:33:31 -0700 (PDT) Message-ID: <74e15baa0605040733i68cb8614k506cfbc443a87bee@mail.gmail.com> Date: Thu, 4 May 2006 10:33:31 -0400 From: "Aaron Mulder" Sender: ammulder@gmail.com To: user@geronimo.apache.org Subject: Re: Error in Uploading a Service In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: X-Google-Sender-Auth: 42508178fad7d662 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N First of all, M5 is quite old. You should certainly be using the 1.0 final release at a minimum. There's a 1.1 prerelease available and hopefully 1.1 final will be available "soon". That aside, the UnsupportedClassVersionError means that some code was compiled under JDK 1.5 and you're tring to run it under JDK 1.4.=20 Specifically, it looks like MovieGridManagerPortTypeMessageReceiver was compiled under JDK 1.5. You shoudl either compile that under JDK 1.4, or run Geronimo under JDK 1.5 in order to eliminate this error. Thanks, Aaron On 5/4/06, Maryam Moazeni wrote: > > Hi, > > I have geronimo-1.0-M5 and axis2-0.92 on my system, > when I tried to upload the services's .aar file, I got this error from > Geronimo: > > java.lang.UnsupportedClassVersionError: > com/ibm/grid/moviegridmanager/MovieGridM > anagerPortTypeMessageReceiver (Unsupported major.minor version 49.0) > at java.lang.ClassLoader.defineClass0(Native > Method) > at java.lang.ClassLoader.defineClass(Unknown > Source) > at > java.security.SecureClassLoader.defineClass(Unknown Source) > at java.net.URLClassLoader.defineClass(Unknown > Source) > at java.net.URLClassLoader.access$100 (Unknown > Source) > at java.net.URLClassLoader$1.run(Unknown Source) > at > java.security.AccessController.doPrivileged(Native Method) > at java.net.URLClassLoader.findClass(Unknown > Source) > at > org.apache.axis2.deployment.DeploymentClassLoader.findClass(Deploymen > tClassLoader.java:119) > at java.lang.ClassLoader.loadClass(Unknown Source) > at java.lang.ClassLoader.loadClass(Unknown Source) > at java.lang.ClassLoader.loadClassInternal(Unknown > Source) > at java.lang.Class.forName0(Native Method) > at java.lang.Class.forName(Unknown Source) > at > org.apache.axis2.deployment.DescriptionBuilder.loadMessageReceiver > (De > scriptionBuilder.java:300) > at > org.apache.axis2.deployment.ServiceBuilder.processOpeartions(ServiceB > uilder.java:184) > at > org.apache.axis2.deployment.ServiceBuilder.populateService(ServiceBui > lder.java:124) > at > org.apache.axis2.deployment.repository.util.ArchiveReader.buildServic > eGroup(ArchiveReader.java:275) > at > org.apache.axis2.deployment.repository.util.ArchiveReader.processServ > iceGroup(ArchiveReader.java:220) > at > org.apache.axis2.deployment.DeploymentEngine.doDeploy(DeploymentEngin > e.java:601) > at > org.apache.axis2.deployment.repository.util.WSInfoList.update(WSInfoL > ist.java :219) > at > org.apache.axis2.deployment.listener.RepositoryListenerImpl.update(Re > positoryListenerImpl.java:142) > at > org.apache.axis2.deployment.listener.RepositoryListenerImpl.startList > ent(RepositoryListenerImpl.java :164) > at > org.apache.axis2.deployment.scheduler.SchedulerTask.checkRepositary(S > chedulerTask.java:54) > at > org.apache.axis2.deployment.scheduler.SchedulerTask.run(SchedulerTask > .java:50) > at > org.apache.axis2.deployment.scheduler.Scheduler$SchedulerTimerTask.ru > n(Scheduler.java:40) > at java.util.TimerThread.mainLoop(Unknown Source) > at java.util.TimerThread.run(Unknown Source) > > *************************************************************************= ******************************************* > *************************************************************************= ******************************************* > > Also when I was deploying Axis2 to Geronimo I got this warning : > > 17:26:02,078 WARN [JettyModuleBuilder] Web application does not contain = a > WEB-I > NF/geronimo-web.xml deployment plan. This may or may not be a problem, > depending > on whether you have things like resource references that need to be > resolved. > You can also give the deployer a separate deployment plan file on the > command line. > > I would appericate if some one could help me figure out this poblem. > > Thanks in advance > > --Maryam >