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 EAB2CC45B for ; Tue, 23 Dec 2014 14:49:21 +0000 (UTC) Received: (qmail 80627 invoked by uid 500); 23 Dec 2014 14:49:21 -0000 Delivered-To: apmail-airavata-dev-archive@airavata.apache.org Received: (qmail 80579 invoked by uid 500); 23 Dec 2014 14:49:21 -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 80565 invoked by uid 99); 23 Dec 2014 14:49:20 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 23 Dec 2014 14:49:20 +0000 X-ASF-Spam-Status: No, hits=-2.3 required=5.0 tests=RCVD_IN_DNSWL_MED,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of marpierc@iu.edu designates 129.79.1.194 as permitted sender) Received: from [129.79.1.194] (HELO hartman.uits.indiana.edu) (129.79.1.194) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 23 Dec 2014 14:48:52 +0000 X-IronPort-AV: E=Sophos;i="5.07,632,1413259200"; d="scan'208";a="206202010" Received: from mssg-relay.indiana.edu ([129.79.1.73]) by irpt-internal-relay.indiana.edu with ESMTP; 23 Dec 2014 09:48:50 -0500 Received: from hartman.uits.indiana.edu (hartman.uits.indiana.edu [129.79.1.194]) by mssg-relay.indiana.edu (8.14.7/8.14.4/IU Messaging Team) with ESMTP id sBNEmomL011930 for ; Tue, 23 Dec 2014 09:48:50 -0500 X-IronPort-AV: E=Sophos;i="5.07,632,1413259200"; d="scan'208";a="209595043" Received: from burns.uits.indiana.edu (HELO mail-relay.iu.edu) ([129.79.1.202]) by irpt-internal-relay.indiana.edu with ESMTP; 23 Dec 2014 09:48:50 -0500 Received: from 149-160-240-168.dhcp-bl.indiana.edu (149-160-240-168.dhcp-bl.indiana.edu [149.160.240.168]) (authenticated bits=0) by mail-relay.iu.edu (8.14.7/8.14.4/IU Messaging Team) with ESMTP id sBNEmodr032296 for ; Tue, 23 Dec 2014 09:48:50 -0500 Message-ID: <549980D2.3040703@iu.edu> Date: Tue, 23 Dec 2014 09:48:50 -0500 From: Marlon Pierce User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:24.0) Gecko/20100101 Thunderbird/24.6.0 MIME-Version: 1.0 To: dev@airavata.apache.org Subject: Re: [DISCUSS] Apache Airavata release 0.14 RC1 References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org I think we've seen enough errors on the RC1 to cancel the vote and fix with an RC2. Any objections? Marlon On 12/23/14, 1:20 AM, Lahiru Gunathilake wrote: > Hi Devs, > > I tried to run a sample java code and got following errors in the server > and client. > > Server > > > 39 appcatalog_data INFO [pool-1-thread-1] openjpa.jdbc.JDBC - Using > dictionary class "org.apache.openjpa.jdbc.sql.DerbyDictionary" (Apache > Derby 10.9.1.0 - (1344872) ,Apache Derby Network Client JDBC Driver > 10.9.1.0 - (1344872)). > > [ERROR] Error while retrieving application interface > 'Echo_0018dc21-9359-4063-9672-6ad15a24294d > > javax.persistence.NoResultException: Query "SELECT p FROM > ApplicationInterface p WHERE p.interfaceID =:param0" selected no result, > but expected unique result. > > at > org.apache.openjpa.persistence.QueryImpl.getSingleResult(QueryImpl.java:332) > > at > org.apache.aiaravata.application.catalog.data.resources.AppInterfaceResource.get(AppInterfaceResource.java:122) > > at > org.apache.aiaravata.application.catalog.data.impl.ApplicationInterfaceImpl.getApplicationInterface(ApplicationInterfaceImpl.java:269) > > at > org.apache.airavata.api.server.handler.AiravataServerHandler.getAvailableAppInterfaceComputeResources(AiravataServerHandler.java:1657) > > at > org.apache.airavata.api.Airavata$Processor$getAvailableAppInterfaceComputeResources.getResult(Airavata.java:9709) > > at > org.apache.airavata.api.Airavata$Processor$getAvailableAppInterfaceComputeResources.getResult(Airavata.java:9693) > > at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:39) > > at org.apache.thrift.TBaseProcessor.process(TBaseProcessor.java:39) > > at > org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:225) > > at > java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) > > at > java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) > > at java.lang.Thread.run(Thread.java:745) > > [ERROR] Id:Echo_0018dc21-9359-4063-9672-6ad15a24294d : Error while saving > compute resource... > > org.airavata.appcatalog.cpi.AppCatalogException: > javax.persistence.NoResultException: Query "SELECT p FROM > ApplicationInterface p WHERE p.interfaceID =:param0" selected no result, > but expected unique result. > > at > org.apache.aiaravata.application.catalog.data.impl.ApplicationInterfaceImpl.getApplicationInterface(ApplicationInterfaceImpl.java:272) > > at > org.apache.airavata.api.server.handler.AiravataServerHandler.getAvailableAppInterfaceComputeResources(AiravataServerHandler.java:1657) > > at > org.apache.airavata.api.Airavata$Processor$getAvailableAppInterfaceComputeResources.getResult(Airavata.java:9709) > > at > org.apache.airavata.api.Airavata$Processor$getAvailableAppInterfaceComputeResources.getResult(Airavata.java:9693) > > at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:39) > > at org.apache.thrift.TBaseProcessor.process(TBaseProcessor.java:39) > > at > org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:225) > > at > java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) > > at > java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) > > at java.lang.Thread.run(Thread.java:745) > > Caused by: javax.persistence.NoResultException: Query "SELECT p FROM > ApplicationInterface p WHERE p.interfaceID =:param0" selected no result, > but expected unique result. > > at > org.apache.openjpa.persistence.QueryImpl.getSingleResult(QueryImpl.java:332) > > at > org.apache.aiaravata.application.catalog.data.resources.AppInterfaceResource.get(AppInterfaceResource.java:122) > > at > org.apache.aiaravata.application.catalog.data.impl.ApplicationInterfaceImpl.getApplicationInterface(ApplicationInterfaceImpl.java:269) > > ... 9 more > > > > > Client > > API version is 0.14.0 > > AiravataSystemException(airavataErrorType:INTERNAL_ERROR, message:Error > while saving compute resource. More info : > javax.persistence.NoResultException: Query "SELECT p FROM > ApplicationInterface p WHERE p.interfaceID =:param0" selected no result, > but expected unique result.) > > at > org.apache.airavata.client.samples.CreateLaunchExperiment.createEchoExperimentForTrestles(CreateLaunchExperiment.java:205) > > at > org.apache.airavata.client.samples.CreateLaunchExperiment.createAndLaunchExp(CreateLaunchExperiment.java:98) > > at > org.apache.airavata.client.samples.CreateLaunchExperiment.main(CreateLaunchExperiment.java:85) > > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > > at > sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) > > at > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) > > at java.lang.reflect.Method.invoke(Method.java:483) > > at com.intellij.rt.execution.application.AppMain.main(AppMain.java:134) > > [ERROR] Error occured while creating the experiment... > > [ERROR] Error while connecting with server > > > On Mon, Dec 22, 2014 at 4:57 PM, Shameera Rathnayaka > wrote: >> Hi Chathuri, >> >> I could able to run samples using XBaya, But got the same issue what supun >> has mentioned in the XBaya console will work on that. Tag and source >> distribution build with clean repo. >> >> There is small change we need to do in README , In "How to test and run >> samples" section it says following,we need to replace this with correct >> instructions. >> >> * To walk through Airavata features, follow "Airavata in Five Minutes" >> tutorial at >> http://airavata.apache.org/documentation/tutorials/airavata-in-5-minutes.html >> >> * For intermediate level Airavata features, follow "Airavata in Ten >> Minutes" tutorial at >> http://airavata.apache.org/documentation/tutorials/airavata-in-10-minutes.html >> >> On Tue, Dec 16, 2014 at 3:03 PM, Chathuri Wimalasena >> wrote: >>> >>> Discussion thread for vote on Apache Airavata 0.14 release candidate. >>> >>> If you have any questions or feedback or to post results of validating the release, please reply to this thread. Once you verify the release, please post your vote to the VOTE thread. >>> >>> For reference, the Apache release guide - http://www.apache.org/dev/release.html >>> >>> Some tips to validate the release before you vote: >>> >>> * Download the binary version and run the XBaya Quick Start tutorial as described in README >>> * Download the source files from compressed files and release tag and build (which includes tests). >>> * Verify the distribution for the required LICENSE and NOTICE files >>> * Verify if all the staged files are signed and the signature is verifiable. >>> * Verify if the signing key in the project's KEYS file is hosted on a public server >>> >>> Thanks for your time in validating the release and voting, >>> >>> Chathuri >>> (On Behalf of Airavata PMC) >>> >> >> -- >> Best Regards, >> Shameera Rathnayaka. >> >> email: shameera AT apache.org , shameerainfo AT gmail.com >> Blog : http://shameerarathnayaka.blogspot.com/ >> > >