Return-Path: X-Original-To: apmail-airavata-dev-archive@www.apache.org Delivered-To: apmail-airavata-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 63BA0DD08 for ; Mon, 28 Jan 2013 18:51:32 +0000 (UTC) Received: (qmail 52809 invoked by uid 500); 28 Jan 2013 18:51:32 -0000 Delivered-To: apmail-airavata-dev-archive@airavata.apache.org Received: (qmail 52782 invoked by uid 500); 28 Jan 2013 18:51:32 -0000 Mailing-List: contact dev-help@airavata.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@airavata.apache.org Delivered-To: mailing list dev@airavata.apache.org Received: (qmail 52772 invoked by uid 99); 28 Jan 2013 18:51:32 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 28 Jan 2013 18:51:32 +0000 X-ASF-Spam-Status: No, hits=0.3 required=5.0 tests=FREEMAIL_REPLY,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of thejaka.amila@gmail.com designates 74.125.82.171 as permitted sender) Received: from [74.125.82.171] (HELO mail-we0-f171.google.com) (74.125.82.171) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 28 Jan 2013 18:51:28 +0000 Received: by mail-we0-f171.google.com with SMTP id u54so1761687wey.30 for ; Mon, 28 Jan 2013 10:51:06 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:content-type; bh=fAS0B3ln4oEyx4170+8wa3yp3PShcE5lsuGiLRJi2hM=; b=CXZelopx06l0YGFj+4YMieG8b0yfdmN2i0GGpis4bVv+ZeY6Jdb/vuuYMxMAwqstmA HfqKCVOcFzpSia2JxGCS9W2JfzQ2JmNdsRWSr/MAGCakzqzBYfMnm8Z9VGVhhxzwGxdy 8e3HHnwCHC6bhJ4MBAadNjubx2p5olxrjfbrzaSMuua4DJOvphrojNYhsIGwM6BVJvvL kP/yOwhpYIShFW6FCXxiInKwQvOvz3n//98UVgSCBIMmuWJGnovmFySWHRldAmziThNj PxbZEsxJVC8CFy6rkhPiwpmJApE0bX4CHHyCHZrUhBTbBKqZ3qcUlI5eDWyFAS1OOJlT 0nzQ== MIME-Version: 1.0 X-Received: by 10.194.80.73 with SMTP id p9mr23357432wjx.4.1359399066434; Mon, 28 Jan 2013 10:51:06 -0800 (PST) Received: by 10.194.84.236 with HTTP; Mon, 28 Jan 2013 10:51:06 -0800 (PST) In-Reply-To: References: Date: Mon, 28 Jan 2013 13:51:06 -0500 Message-ID: Subject: Re: Unsupported major.minor version 51.0 From: Amila Jayasekara To: dev@airavata.apache.org Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org On Mon, Jan 28, 2013 at 1:45 PM, Supun Nakandala wrote: > I think 0.6 RC4 is the trunk. Am I correct? Hi Supun, Please see following, http://www.mail-archive.com/dev@airavata.apache.org/msg01204.html Thanks Amila > > On Tue, Jan 29, 2013 at 12:04 AM, Supun Nakandala > wrote: > >> Thanks Devs. I manged to fix the problem. The problem was due to the >> mismatch between the compiler and the run time. >> >> >> On Mon, Jan 28, 2013 at 11:39 PM, Amila Jayasekara < >> thejaka.amila@gmail.com> wrote: >> >>> Hi Supun, >>> >>> What are the java version and javac versions in your machine ? >>> Seems like you tried to compile code using JDK 1.7 (51) and trying to >>> run it using a JVM below 1.7. (maybe 1.6 or 1.5) >>> >>> You may find more information in [2]. >>> >>> [2] >>> http://stackoverflow.com/questions/8605005/what-is-java-lang-unsupportedclassversionerror >>> >>> Thanks >>> Amila >>> >>> On Mon, Jan 28, 2013 at 12:51 PM, Supun Nakandala >>> wrote: >>> > Hi devs, >>> > I am Supun Nakandala, Computer Science & Engineering Undergraduate from >>> > University of Moratuwa. I'am passionate in getting involved in Airavata >>> > project. I managed to checkout the source code and build it in my local >>> > environment successfully (0.5 version). But when I execute >>> > the airavata-server.sh script I get an error saying "Unsupported >>> > major.minor version 51.0". After searching in the internet I found that >>> > this error is due to the mismatch between compiling environment and the >>> run >>> > time environment. But I couldn't fix it my self. I have attached the >>> > link[1] to the complete log below . Thanks in advance for your help. >>> > >>> > [1] https://gist.github.com/4657549 >>> > >>> > Thank you >>> > Supun Nakandala >>> >> >> >> >> -- >> Thank you >> Supun Nakandala >> Dept. Computer Science and Engineering >> University of Moratuwa >> > > > > -- > Thank you > Supun Nakandala > Dept. Computer Science and Engineering > University of Moratuwa