Hi Viknes, That INFO message is expected and it is coming from axis2. That message pops up as we are periodically checking whether RegistryService is up. Thank you for testing the fix. I will commit the fix and we can continue with a new RC.
Regards, Amila On Mon, Jul 8, 2013 at 3:16 PM, Viknes Balasubramanee <[email protected]>wrote: > Hi Amila, > > I ran the distribution and now I just see the info message of not being > able > to connect to RegistryService. The API invocation error message or the > database creation error seems to be > resolved. I was able to test the 5 mins quickstart tutorial and it ran > fine. > > > [INFO] Registry service URL - > http://localhost:8080/axis2/services/RegistryService?wsdl > [INFO] Deploying module: metadataExchange-1.5.1-impl - > file:/C:/Users/Viknes/Downloads/apache-airavata-server-0.9-SNAPSH > OT-bin/apache-airavata-server-0.9-SNAPSHOT/lib/mex-1.5.1-impl.jar > [INFO] Unable to sendViaPost to > url[http://localhost:8080/axis2/services/RegistryService?wsdl] > java.net.ConnectException: Connection refused: connect > at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method) > at java.net.DualStackPlainSocketImpl.socketConnect(Unknown Source) > at java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) > at java.net.AbstractPlainSocketImpl.connectToAddress(Unknown > Source) > at java.net.AbstractPlainSocketImpl.connect(Unknown Source) > at java.net.PlainSocketImpl.connect(Unknown Source) > at java.net.SocksSocketImpl.connect(Unknown Source) > at java.net.Socket.connect(Unknown Source) > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) > at java.lang.reflect.Method.invoke(Unknown Source) > at > > org.apache.commons.httpclient.protocol.ReflectionSocketFactory.createSocket( > ReflectionSocketFactory.java:140) > > at > > org.apache.commons.httpclient.protocol.DefaultProtocolSocketFactory.createSo > cket(DefaultProtocolSocketFactory > .java:125) > at > org.apache.commons.httpclient.HttpConnection.open(HttpConnection.java:707) > at > > org.apache.commons.httpclient.MultiThreadedHttpConnectionManager$HttpConnect > ionAdapter.open(MultiThreadedHttp > ConnectionManager.java:1361) > at > > org.apache.commons.httpclient.HttpMethodDirector.executeWithRetry(HttpMethod > Director.java:387) > at > > org.apache.commons.httpclient.HttpMethodDirector.executeMethod(HttpMethodDir > ector.java:171) > at > org.apache.commons.httpclient.HttpClient.executeMethod(HttpClient.java:397) > at > org.apache.commons.httpclient.HttpClient.executeMethod(HttpClient.java:346) > at > > org.apache.axis2.transport.http.AbstractHTTPSender.executeMethod(AbstractHTT > PSender.java:542) > at > org.apache.axis2.transport.http.HTTPSender.sendViaPost(HTTPSender.java:199) > at > org.apache.axis2.transport.http.HTTPSender.send(HTTPSender.java:76) > at > > org.apache.axis2.transport.http.CommonsHTTPTransportSender.writeMessageWithC > ommons(CommonsHTTPTransportSender > .java:400) > at > > org.apache.axis2.transport.http.CommonsHTTPTransportSender.invoke(CommonsHTT > PTransportSender.java:225) > at org.apache.axis2.engine.AxisEngine.send(AxisEngine.java:435) > at > > org.apache.axis2.description.OutInAxisOperationClient.send(OutInAxisOperatio > n.java:402) > at > > org.apache.axis2.description.OutInAxisOperationClient.executeImpl(OutInAxisO > peration.java:229) > at > org.apache.axis2.client.OperationClient.execute(OperationClient.java:165) > at > > org.apache.airavata.registry.stub.RegistryServiceStub.isRegistryServiceStart > ed(RegistryServiceStub.java:181) > at > > org.apache.airavata.client.AiravataClient.waitForRegistryServiceToStart(Aira > vataClient.java:232) > at > > org.apache.airavata.client.AiravataClient.waitTillRegistryServiceStarts(Aira > vataClient.java:182) > at > > org.apache.airavata.client.AiravataClient.initialize(AiravataClient.java:150 > ) > at > > org.apache.airavata.client.AiravataAPIFactory.getAPI(AiravataAPIFactory.java > :61) > at > > org.apache.airavata.client.AiravataAPIFactory.getAPI(AiravataAPIFactory.java > :43) > at > > org.apache.airavata.client.AiravataAPIFactory.getAPI(AiravataAPIFactory.java > :39) > at > > org.apache.airavata.wsmg.msgbox.MsgBoxServiceLifeCycle$1.run(MsgBoxServiceLi > feCycle.java:117) > [INFO] Attempting to contact registry service, iteration - 0 > [INFO] Unable to sendViaPost to > url[http://localhost:8080/axis2/services/RegistryService?wsdl] > java.net.ConnectException: Connection refused: connect > at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method) > at java.net.DualStackPlainSocketImpl.socketConnect(Unknown Source) > at java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) > at java.net.AbstractPlainSocketImpl.connectToAddress(Unknown > Source) > at java.net.AbstractPlainSocketImpl.connect(Unknown Source) > at java.net.PlainSocketImpl.connect(Unknown Source) > at java.net.SocksSocketImpl.connect(Unknown Source) > at java.net.Socket.connect(Unknown Source) > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) > at java.lang.reflect.Method.invoke(Unknown Source) > at > > org.apache.commons.httpclient.protocol.ReflectionSocketFactory.createSocket( > ReflectionSocketFactory.java:140) > > at > > org.apache.commons.httpclient.protocol.DefaultProtocolSocketFactory.createSo > cket(DefaultProtocolSocketFactory > .java:125) > at > org.apache.commons.httpclient.HttpConnection.open(HttpConnection.java:707) > at > > org.apache.commons.httpclient.MultiThreadedHttpConnectionManager$HttpConnect > ionAdapter.open(MultiThreadedHttp > ConnectionManager.java:1361) > at > > org.apache.commons.httpclient.HttpMethodDirector.executeWithRetry(HttpMethod > Director.java:387) > at > > org.apache.commons.httpclient.HttpMethodDirector.executeMethod(HttpMethodDir > ector.java:171) > at > org.apache.commons.httpclient.HttpClient.executeMethod(HttpClient.java:397) > at > org.apache.commons.httpclient.HttpClient.executeMethod(HttpClient.java:346) > at > > org.apache.axis2.transport.http.AbstractHTTPSender.executeMethod(AbstractHTT > PSender.java:542) > at > org.apache.axis2.transport.http.HTTPSender.sendViaPost(HTTPSender.java:199) > at > org.apache.axis2.transport.http.HTTPSender.send(HTTPSender.java:76) > at > > org.apache.axis2.transport.http.CommonsHTTPTransportSender.writeMessageWithC > ommons(CommonsHTTPTransportSender > .java:400) > at > > org.apache.axis2.transport.http.CommonsHTTPTransportSender.invoke(CommonsHTT > PTransportSender.java:225) > at org.apache.axis2.engine.AxisEngine.send(AxisEngine.java:435) > at > > org.apache.axis2.description.OutInAxisOperationClient.send(OutInAxisOperatio > n.java:402) > at > > org.apache.axis2.description.OutInAxisOperationClient.executeImpl(OutInAxisO > peration.java:229) > at > org.apache.axis2.client.OperationClient.execute(OperationClient.java:165) > at > > org.apache.airavata.registry.stub.RegistryServiceStub.isRegistryServiceStart > ed(RegistryServiceStub.java:181) > at > > org.apache.airavata.client.AiravataClient.waitForRegistryServiceToStart(Aira > vataClient.java:232) > at > > org.apache.airavata.client.AiravataClient.waitTillRegistryServiceStarts(Aira > vataClient.java:182) > at > > org.apache.airavata.client.AiravataClient.initialize(AiravataClient.java:150 > ) > at > > org.apache.airavata.client.AiravataAPIFactory.getAPI(AiravataAPIFactory.java > :61) > at > > org.apache.airavata.client.AiravataAPIFactory.getAPI(AiravataAPIFactory.java > :43) > at > > org.apache.airavata.client.AiravataAPIFactory.getAPI(AiravataAPIFactory.java > :39) > at > > org.apache.airavata.wsmg.msgbox.MsgBoxServiceLifeCycle$1.run(MsgBoxServiceLi > feCycle.java:117) > [INFO] Attempting to contact registry service, iteration - 1 > [INFO] New Database created for Registry > > DriverClassName=org.apache.derby.jdbc.ClientDriver,Url=jdbc:derby://localhos > t:1527/persistent_data;create=true;user=aira > > vata;password=airavata,Username=airavata,Password=airavata,validationQuery=S > ELECT 1 from Configuration,MaxActive=10,MaxI > dle=5,MinIdle=2,MaxWait=60000,testWhileIdle=true,testOnBorrow=true > 63 airavata_data INFO [Thread-3] openjpa.Runtime - Starting OpenJPA > 2.2.0 > 172 airavata_data INFO [Thread-3] openjpa.jdbc.JDBC - Using dictionary > class "org.apache.openjpa.jdbc.sql.DerbyDicti > onary" (Apache Derby 10.9.1.0 - (1344872) ,Apache Derby Network Client JDBC > Driver 10.9.1.0 - (1344872)). > [INFO] Unable to sendViaPost to > url[http://localhost:8080/axis2/services/RegistryService?wsdl] > java.net.ConnectException: Connection refused: connect > at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method) > at java.net.DualStackPlainSocketImpl.socketConnect(Unknown Source) > at java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) > at java.net.AbstractPlainSocketImpl.connectToAddress(Unknown > Source) > at java.net.AbstractPlainSocketImpl.connect(Unknown Source) > at java.net.PlainSocketImpl.connect(Unknown Source) > at java.net.SocksSocketImpl.connect(Unknown Source) > at java.net.Socket.connect(Unknown Source) > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) > at java.lang.reflect.Method.invoke(Unknown Source) > at > > org.apache.commons.httpclient.protocol.ReflectionSocketFactory.createSocket( > ReflectionSocketFactory.java:140) > > at > > org.apache.commons.httpclient.protocol.DefaultProtocolSocketFactory.createSo > cket(DefaultProtocolSocketFactory > .java:125) > at > org.apache.commons.httpclient.HttpConnection.open(HttpConnection.java:707) > at > > org.apache.commons.httpclient.MultiThreadedHttpConnectionManager$HttpConnect > ionAdapter.open(MultiThreadedHttp > ConnectionManager.java:1361) > at > > org.apache.commons.httpclient.HttpMethodDirector.executeWithRetry(HttpMethod > Director.java:387) > at > > org.apache.commons.httpclient.HttpMethodDirector.executeMethod(HttpMethodDir > ector.java:171) > at > org.apache.commons.httpclient.HttpClient.executeMethod(HttpClient.java:397) > at > org.apache.commons.httpclient.HttpClient.executeMethod(HttpClient.java:346) > at > > org.apache.axis2.transport.http.AbstractHTTPSender.executeMethod(AbstractHTT > PSender.java:542) > at > org.apache.axis2.transport.http.HTTPSender.sendViaPost(HTTPSender.java:199) > at > org.apache.axis2.transport.http.HTTPSender.send(HTTPSender.java:76) > at > > org.apache.axis2.transport.http.CommonsHTTPTransportSender.writeMessageWithC > ommons(CommonsHTTPTransportSender > .java:400) > at > > org.apache.axis2.transport.http.CommonsHTTPTransportSender.invoke(CommonsHTT > PTransportSender.java:225) > at org.apache.axis2.engine.AxisEngine.send(AxisEngine.java:435) > at > > org.apache.axis2.description.OutInAxisOperationClient.send(OutInAxisOperatio > n.java:402) > at > > org.apache.axis2.description.OutInAxisOperationClient.executeImpl(OutInAxisO > peration.java:229) > at > org.apache.axis2.client.OperationClient.execute(OperationClient.java:165) > at > > org.apache.airavata.registry.stub.RegistryServiceStub.isRegistryServiceStart > ed(RegistryServiceStub.java:181) > at > > org.apache.airavata.client.AiravataClient.waitForRegistryServiceToStart(Aira > vataClient.java:232) > at > > org.apache.airavata.client.AiravataClient.waitTillRegistryServiceStarts(Aira > vataClient.java:182) > at > > org.apache.airavata.client.AiravataClient.initialize(AiravataClient.java:150 > ) > at > > org.apache.airavata.client.AiravataAPIFactory.getAPI(AiravataAPIFactory.java > :61) > at > > org.apache.airavata.client.AiravataAPIFactory.getAPI(AiravataAPIFactory.java > :43) > at > > org.apache.airavata.client.AiravataAPIFactory.getAPI(AiravataAPIFactory.java > :39) > at > > org.apache.airavata.wsmg.msgbox.MsgBoxServiceLifeCycle$1.run(MsgBoxServiceLi > feCycle.java:117) > [INFO] Deploying Web service: airavata-registry-service-0.9-SNAPSHOT.jar - > file:/C:/Users/Viknes/DOWNLO~1/APACHE~1.9-S/A > > PACHE~1.9-S/bin/../repository/services/airavata-registry-service-0.9-SNAPSHO > T.jar > [INFO] Deploying Web service: airavata-xbaya-gui-0.9-SNAPSHOT.jar - > file:/C:/Users/Viknes/DOWNLO~1/APACHE~1.9-S/APACHE~1 > .9-S/bin/../repository/services/airavata-xbaya-gui-0.9-SNAPSHOT.jar > [INFO] Deploying Web service: version-1.5.1.aar - > file:/C:/Users/Viknes/DOWNLO~1/APACHE~1.9-S/APACHE~1.9-S/bin/../reposi > tory/services/version-1.5.1.aar > Jul 08, 2013 1:55:39 PM org.apache.coyote.AbstractProtocol start > INFO: Starting ProtocolHandler ["http-bio-8080"] > [INFO] Attempting to contact registry service, iteration - 2 > Jul 08, 2013 1:55:41 PM org.apache.catalina.realm.JAASRealm setContainer > INFO: Set JAAS app name Tomcat > > Thanks > Viknes > > -----Original Message----- > From: Amila Jayasekara [mailto:[email protected]] > Sent: Monday, July 08, 2013 11:52 AM > To: [email protected] > Cc: viknesb > Subject: Re: [DISCUSS] Apache Airavata Release 0.8 - RC3 > > Hi Suresh, > > The binary is shared in [1]. Please use pass phrase "airavata" to download > binary. > > Thanks > Amila > > [1] https://www.slashtmp.iu.edu/files/download?FILE=thejkane%2F41198aZ9vre > > > On Mon, Jul 8, 2013 at 11:47 AM, Suresh Marru <[email protected]> wrote: > > > Hi Amila, > > > > This is really good investigation. Can you checkin the binary with > > some testing name to > https://dist.apache.org/repos/dist/dev/airavata/0.8/RC3/and send the url > for > viknes and others to test. > > > > If this addresses the issue consistently, I think its worth to respin > > the release. Otherwise, I am inclined to suggest, lets move on with > > release marking this as a known issue. > > > > Suresh > > > > On Jul 8, 2013, at 11:11 AM, Amila Jayasekara > > <[email protected]> > > wrote: > > > > > I think I was able to fix issue > > > https://issues.apache.org/jira/browse/ > > > AIRAVATA-879. > > > > > > Cause for the issue - > > > Airavata database and schema is created using a separate web service > > > called org.apache.airavata.registry.services.RegistryService. Other > > > services (E.g :- messanger service) which uses AiravataAPI depends > > > on > > above > > > service. Therefore if axis2 deployer decided to deploy messanger > > > service first we will see exception in above issue. > > > > > > Solution: Try to connect to RegistryService and if connection fails > > > wait for some time and re-try. If re-trying fail for several > > > iterations determine that RegistryService is unavailable and throw an > exception. > > > > > > TODO : Need to verify this fix in Viknes's machine. (The issue is > > > consistently reproducible in his machine) > > > > > > Further RegistryService doesnt provide any operations. So it is > > > redundant have this service just to initialize database and schema. > > > I think we > > should > > > remove this service and move DB/Schema creation to some other > > initializing > > > method. > > > > > > Feedback/comments appreciated. > > > > > > Thanks > > > Amila > > > > > > > > > On Thu, Jul 4, 2013 at 10:31 AM, Amila Jayasekara > > > <[email protected]>wrote: > > > > > >> > > >> > > >> > > >> On Wed, Jul 3, 2013 at 1:18 PM, Viknes Balasubramanee > > >> <[email protected] > > >wrote: > > >> > > >>> Sure, here is the JIRA issue > > >>> https://issues.apache.org/jira/browse/AIRAVATA-879 > > >> > > >> > > >> What is the final verdict on above issue ? > > >> Are we going to treat AIRAVATA-879< > > https://issues.apache.org/jira/browse/AIRAVATA-879> as > > >> a blocker for the release ? > > >> > > >> Further is there a Windows environment which we can use to test > > >> this > > issue > > >> ? > > >> > > >> Thanks > > >> Amila > > >> > > >> > > >>> > > >>> > > >>> Thanks > > >>> Viknes > > >>> > > >>> -----Original Message----- > > >>> From: Suresh Marru [mailto:[email protected]] > > >>> Sent: Wednesday, July 03, 2013 12:44 PM > > >>> To: [email protected] > > >>> Subject: Re: [DISCUSS] Apache Airavata Release 0.8 - RC3 > > >>> > > >>> On Jul 3, 2013, at 12:37 PM, Marlon Pierce <[email protected]> wrote: > > >>> > > >>>> -----BEGIN PGP SIGNED MESSAGE----- > > >>>> Hash: SHA1 > > >>>> > > >>>> My concern about making this a known issue is that many who will > > >>>> try out the release for the first time will hit this bug. > > >>>> > > >>> > > >>> Thats true and may not be a good thing. Any volunteers to get to > > >>> the bottom of this race condition and fix it in the trunk? If we > > >>> first make sure > > we > > >>> really fixed it, certainly worth a new RC. > > >>> > > >>> Viknes, can you please crate a JIRA and fill in the steps to > > >>> reproduce > > it? > > >>> > > >>> Suresh > > >>> > > >>>> > > >>>> > > >>>> Marlon > > >>>> > > >>>> > > >>>> On 7/3/13 12:33 PM, Suresh Marru wrote: > > >>>>> Hi Viknes, > > >>>>> > > >>>>> It seems the issues of "database not getting created the first > time" > > >>>>> is reproducible on Linux and Windows as well, for some reason > > >>>>> Mac's are ok. Will wait for others to chime in. We can either > > >>>>> proceed with the release by adding this as a Known issue, or if > > >>>>> any one raises a blocker, we can address and re-spin the release. > > >>>>> > > >>>>> Suresh > > >>>>> > > >>>>> On Jul 3, 2013, at 12:27 PM, Viknes Balasubramanee > > >>>>> <[email protected]> > > >>>>> wrote: > > >>>>> > > >>>>>> Since no one else is getting this error, it might be a Windows > > >>>>>> specific or system specific issue. I will give my vote. > > >>>>>> > > >>>>>> Thanks Viknes > > >>>>>> > > >>>>>> -----Original Message----- From: Suresh Marru > > >>>>>> [mailto:[email protected]] Sent: Monday, July 01, 2013 4:10 PM > > >>>>>> To: [email protected] Subject: Re: [DISCUSS] Apache > > >>>>>> Airavata Release 0.8 - RC3 > > >>>>>> > > >>>>>> I did not do extensive testing yet, but a quick try on a mac > > >>>>>> and did not give this error either. > > >>>>>> > > >>>>>> Suresh > > >>>>>> > > >>>>>> On Jul 1, 2013, at 4:06 PM, Amila Jayasekara > > >>>>>> <[email protected]> wrote: > > >>>>>> > > >>>>>>> Strange, I am not experiencing this issue. Wonder whether this > > >>>>>>> is a Windows specific issue. Any one else experiencing this issue > ? > > >>>>>>> > > >>>>>>> Thanks Amila > > >>>>>>> > > >>>>>>> > > >>>>>>> On Mon, Jul 1, 2013 at 3:50 PM, Viknes Balasubramanee > > >>>>>> <[email protected]>wrote: > > >>>>>>> > > >>>>>>>> Hi all, > > >>>>>>>> > > >>>>>>>> I downloaded the server bin distribution, tried to start the > > >>>>>>>> server and I got the below exception. It seems this error > > >>>>>>>> occurs only the first time I start the server. It does not > > >>>>>>>> occur the subsequent times during the startup. > > >>>>>>>> > > >>>>>>>> Mon Jul 01 15:13:32 EDT 2013 : Apache Derby Network Server - > > >>>>>>>> 10.9.1.0 - (1344872) started and ready to accept connection s > > >>>>>>>> on port 1527 > > >>>>>>>> > > >>>>>>>> > DriverClassName=org.apache.derby.jdbc.ClientDriver,Url=jdbc:derby: > > >>>>>>>> //l > > >>>>>>>> > > >>>>>>>> > > >>>> ocalhos t:1527/persistent_data;create=true;user=aira > > >>>>>>>> > > >>>>>>>> vata;password=airavata,Username=airavata,Password=airavata,va > > >>>>>>>> lidat > > >>>>>>>> ion > > >>>>>>>> > > >>>>>>>> > > >>>> Query=S ELECT 1 from Configuration,MaxActive=10,MaxI > > >>>>>>>> dle=5,MinIdle=2,MaxWait=60000,testWhileIdle=true,testOnBorrow > > >>>>>>>> =true > > >>>>>>>> > > >>>>>>>> > > >>>> 52 airavata_data INFO [Thread-8] openjpa.Runtime - Starting > > OpenJPA > > >>>>>>>> 2.2.0 [ERROR] Error while initializing the Airavata API > > >>>>>>>> > > >>> > > org.apache.airavata.client.api.exception.AiravataAPIInvocationException: > > >>>>>>>> > > >>>>>>>> > > >>>> Error while initializing the Airavata API > > >>>>>>>> at > > >>>>>>>> > > >>>>>>>> org.apache.airavata.client.AiravataAPIFactory.getAPI(Airavata > > >>>>>>>> APIFa > > >>>>>>>> cto > > >>>>>>>> > > >>>>>>>> > > >>>> ry.java > > >>>>>>>> :64) at > > >>>>>>>> > > >>>>>>>> org.apache.airavata.client.AiravataAPIFactory.getAPI(Airavata > > >>>>>>>> APIFa > > >>>>>>>> cto > > >>>>>>>> > > >>>>>>>> > > >>>> ry.java > > >>>>>>>> :43) at > > >>>>>>>> > > >>>>>>>> org.apache.airavata.client.AiravataAPIFactory.getAPI(Airavata > > >>>>>>>> APIFa > > >>>>>>>> cto > > >>>>>>>> > > >>>>>>>> > > >>>> ry.java > > >>>>>>>> :39) at > > >>>>>>>> > > >>>>>>>> org.apache.airavata.wsmg.msgbox.MsgBoxServiceLifeCycle$1.run( > > >>>>>>>> MsgBo > > >>>>>>>> xSe > > >>>>>>>> > > >>>>>>>> > > >>>> rviceLi > > >>>>>>>> feCycle.java:117) Caused by: > > >>>>>>>> > > >>> > > org.apache.airavata.client.api.exception.AiravataAPIInvocationException: > > >>>>>>>> > > >>>>>>>> > > >>>> Error while initializing the Airavat > > >>>>>>>> a API at > > >>>>>>>> > > >>>>>>>> org.apache.airavata.client.AiravataClient.initialize(Airavata > > >>>>>>>> Clien > > >>>>>>>> t.j > > >>>>>>>> > > >>>>>>>> > > >>>> ava:163 > > >>>>>>>> ) at > > >>>>>>>> > > >>>>>>>> org.apache.airavata.client.AiravataAPIFactory.getAPI(Airavata > > >>>>>>>> APIFa > > >>>>>>>> cto > > >>>>>>>> > > >>>>>>>> > > >>>> ry.java > > >>>>>>>> :61) ... 3 more Caused by: <openjpa-2.2.0-r422266:1244990 > > >>>>>>>> fatal general error> > > >>>>>>>> org.apache.openjpa.persistence.PersistenceException: Cann ot > > >>>>>>>> create PoolableConnectionFactory (Schema 'AIRAVATA' does not > > >>>>>>>> exist) at > > >>>>>>>> > > >>>>>>>> org.apache.openjpa.jdbc.sql.DBDictionaryFactory.newDBDictiona > > >>>>>>>> ry(DB > > >>>>>>>> Dic > > >>>>>>>> > > >>>>>>>> > > >>>> tionary > > >>>>>>>> Factory.java:102) at > > >>>>>>>> > > >>>>>>>> org.apache.openjpa.jdbc.conf.JDBCConfigurationImpl.getDBDicti > > >>>>>>>> onary > > >>>>>>>> Ins > > >>>>>>>> > > >>>>>>>> > > >>>> tance(J > > >>>>>>>> DBCConfigurationImpl.java:603) at > > >>>>>>>> > > >>>>>>>> org.apache.openjpa.jdbc.meta.MappingRepository.endConfigurati > > >>>>>>>> on(Ma > > >>>>>>>> ppi > > >>>>>>>> > > >>>>>>>> > > >>>> ngRepos > > >>>>>>>> itory.java:1510) at > > >>>>>>>> > > >>>>>>>> > > >>>>>> > > >>> > > >>> > > > > org.apache.openjpa.lib.conf.Configurations.configureInstance(Configurations. > > >>>>>>>> > > >>>>>> > > >>>> java:518) > > >>>>>>>> at > > >>>>>>>> > > >>>>>>>> > > >>>>>> > > >>> > > >>> > > > > org.apache.openjpa.lib.conf.Configurations.configureInstance(Configurations. > > >>>>>>>> > > >>>>>> > > >>>> java:443) > > >>>>>>>> at > > >>>>>>>> org.apache.openjpa.lib.conf.PluginValue.instantiate(PluginVal > > >>>>>>>> ue.ja > > >>>>>>>> va:104) > > >>>>>>>> > > >>>>>>>> > > >>>> at > > >>>>>>>> > > >>>>>>>> org.apache.openjpa.conf.MetaDataRepositoryValue.instantiate(M > > >>>>>>>> etaDa > > >>>>>>>> taR > > >>>>>>>> > > >>>>>>>> > > >>>> eposito > > >>>>>>>> ryValue.java:68) at > > >>>>>>>> org.apache.openjpa.lib.conf.ObjectValue.instantiate(ObjectVal > > >>>>>>>> ue.ja > > >>>>>>>> va:83) > > >>>>>>>> > > >>>>>>>> > > >>>> at > > >>>>>>>> > > >>>>>>>> org.apache.openjpa.conf.OpenJPAConfigurationImpl.newMetaDataR > > >>>>>>>> eposi > > >>>>>>>> tor > > >>>>>>>> > > >>>>>>>> > > >>>> yInstan > > >>>>>>>> ce(OpenJPAConfigurationImpl.java: 968) at > > >>>>>>>> > > >>>>>>>> org.apache.openjpa.conf.OpenJPAConfigurationImpl.getMetaDataR > > >>>>>>>> eposi > > >>>>>>>> tor > > >>>>>>>> > > >>>>>>>> > > >>>> yInstan > > >>>>>>>> ce(OpenJPAConfigurationImpl.java: 959) at > > >>>>>>>> > > >>>>>>>> org.apache.openjpa.kernel.AbstractBrokerFactory.makeReadOnly( > > >>>>>>>> Abstr > > >>>>>>>> act > > >>>>>>>> > > >>>>>>>> > > >>>> BrokerF > > >>>>>>>> actory.java:638) at > > >>>>>>>> > > >>>>>>>> org.apache.openjpa.kernel.AbstractBrokerFactory.newBroker(Abs > > >>>>>>>> tract > > >>>>>>>> Bro > > >>>>>>>> > > >>>>>>>> > > >>>> kerFact > > >>>>>>>> ory.java:203) at > > >>>>>>>> > > >>>>>>>> org.apache.openjpa.kernel.DelegatingBrokerFactory.newBroker(D > > >>>>>>>> elega > > >>>>>>>> tin > > >>>>>>>> > > >>>>>>>> > > >>>> gBroker > > >>>>>>>> Factory.java:156) at > > >>>>>>>> > > >>>>>>>> org.apache.openjpa.persistence.EntityManagerFactoryImpl.creat > > >>>>>>>> eEnti > > >>>>>>>> tyM > > >>>>>>>> > > >>>>>>>> > > >>>> anager( > > >>>>>>>> EntityManagerFactoryImpl.java:227 ) at > > >>>>>>>> > > >>>>>>>> org.apache.openjpa.persistence.EntityManagerFactoryImpl.creat > > >>>>>>>> eEnti > > >>>>>>>> tyM > > >>>>>>>> > > >>>>>>>> > > >>>> anager( > > >>>>>>>> EntityManagerFactoryImpl.java:154 ) at > > >>>>>>>> > > >>>>>>>> org.apache.openjpa.persistence.EntityManagerFactoryImpl.creat > > >>>>>>>> eEnti > > >>>>>>>> tyM > > >>>>>>>> > > >>>>>>>> > > >>>> anager( > > >>>>>>>> EntityManagerFactoryImpl.java:60) > > >>>>>>>> > > >>>>>>>> at > > >>>>>>>> > > >>>>>>>> org.apache.airavata.persistance.registry.jpa.ResourceUtils.ge > > >>>>>>>> tEnti > > >>>>>>>> tyM > > >>>>>>>> > > >>>>>>>> > > >>>> anager( > > >>>>>>>> ResourceUtils.java:68) at > > >>>>>>>> > > >>>>>>>> org.apache.airavata.persistance.registry.jpa.ResourceUtils.ge > > >>>>>>>> tConf > > >>>>>>>> igu > > >>>>>>>> > > >>>>>>>> > > >>>> rations > > >>>>>>>> (ResourceUtils.java:201) at > > >>>>>>>> > > >>>>>>>> org.apache.airavata.persistance.registry.jpa.ResourceUtils.ge > > >>>>>>>> tConf > > >>>>>>>> igu > > >>>>>>>> > > >>>>>>>> > > >>>> ration( > > >>>>>>>> ResourceUtils.java:223) at > > >>>>>>>> > > >>>>>>>> org.apache.airavata.persistance.registry.jpa.impl.AiravataJPA > > >>>>>>>> Regis > > >>>>>>>> try > > >>>>>>>> > > >>>>>>>> > > >>>> .getCon > > >>>>>>>> figuration(AiravataJPARegistry.ja va:226) at > > >>>>>>>> > > >>>>>>>> org.apache.airavata.persistance.registry.jpa.impl.AiravataJPA > > >>>>>>>> Regis > > >>>>>>>> try > > >>>>>>>> > > >>>>>>>> > > >>>> .initia > > >>>>>>>> lize(AiravataJPARegistry.java:159 ) at > > >>>>>>>> > > >>>>>>>> org.apache.airavata.registry.api.AiravataRegistryFactory.getR > > >>>>>>>> egist > > >>>>>>>> ry( > > >>>>>>>> > > >>>>>>>> > > >>>> Airavat > > >>>>>>>> aRegistryFactory.java:81) at > > >>>>>>>> > > >>>>>>>> > > >>> org.apache.airavata.client.AiravataClient.getRegistry(AiravataClient. > > >>>>>>>> > > >>>>>>>> > > >>>> java:21 > > >>>>>>>> 6) at > > >>>>>>>> > > >>>>>>>> org.apache.airavata.client.AiravataClient.createConfig(Airava > > >>>>>>>> taCli > > >>>>>>>> ent > > >>>>>>>> > > >>>>>>>> > > >>>> .java:1 > > >>>>>>>> 12) at > > >>>>>>>> > > >>>>>>>> org.apache.airavata.client.AiravataClient.initialize(Airavata > > >>>>>>>> Clien > > >>>>>>>> t.j > > >>>>>>>> > > >>>>>>>> > > >>>> ava:144 > > >>>>>>>> ) ... 4 more Caused by: > > >>>>>>>> org.apache.commons.dbcp.SQLNestedException: Cannot create > > >>>>>>>> PoolableConnectionFactory (Schema 'AIRAVATA' does n ot > > >>>>>>>> exist) at > > >>>>>>>> > > >>>>>>>> org.apache.commons.dbcp.BasicDataSource.createPoolableConnect > > >>>>>>>> ionFa > > >>>>>>>> cto > > >>>>>>>> > > >>>>>>>> > > >>>> ry(Basi > > >>>>>>>> cDataSource.java:1549) at > > >>>>>>>> > > >>>>>>>> org.apache.commons.dbcp.BasicDataSource.createDataSource(Basi > > >>>>>>>> cData > > >>>>>>>> Sou > > >>>>>>>> > > >>>>>>>> > > >>>> rce.jav > > >>>>>>>> a:1388) at > > >>>>>>>> > > >>>>>>>> org.apache.commons.dbcp.BasicDataSource.getConnection(BasicDa > > >>>>>>>> taSou > > >>>>>>>> rce > > >>>>>>>> > > >>>>>>>> > > >>>> .java:1 > > >>>>>>>> 044) at > > >>>>>>>> > > >>>>>>>> org.apache.openjpa.lib.jdbc.DelegatingDataSource.getConnectio > > >>>>>>>> n(Del > > >>>>>>>> ega > > >>>>>>>> > > >>>>>>>> > > >>>> tingDat > > >>>>>>>> aSource.java:110) at > > >>>>>>>> > > >>>>>>>> org.apache.openjpa.lib.jdbc.DecoratingDataSource.getConnectio > > >>>>>>>> n(Dec > > >>>>>>>> ora > > >>>>>>>> > > >>>>>>>> > > >>>> tingDat > > >>>>>>>> aSource.java:87) at > > >>>>>>>> > > >>>>>>>> org.apache.openjpa.jdbc.sql.DBDictionaryFactory.newDBDictiona > > >>>>>>>> ry(DB > > >>>>>>>> Dic > > >>>>>>>> > > >>>>>>>> > > >>>> tionary > > >>>>>>>> Factory.java:91) ... 28 more Caused by: > > >>>>>>>> java.sql.SQLSyntaxErrorException: Schema 'AIRAVATA' does not > > >>>>>>>> exist at > > >>>>>>>> org.apache.derby.client.am.SQLExceptionFactory40.getSQLExcept > > >>>>>>>> ion(U > > >>>>>>>> nkn > > >>>>>>>> > > >>>>>>>> > > >>>> own > > >>>>>>>> Source) at > > >>>>>>>> org.apache.derby.client.am.SqlException.getSQLException(Unkno > > >>>>>>>> wn > > >>>>>>>> > > >>>>>>>> > > >>>> Source) > > >>>>>>>> at org.apache.derby.client.am.Statement.executeQuery(Unknown > > >>>>>>>> Source) at > > >>>>>>>> > > >>>>>>>> org.apache.commons.dbcp.DelegatingStatement.executeQuery(Dele > > >>>>>>>> gatin > > >>>>>>>> gSt > > >>>>>>>> > > >>>>>>>> > > >>>> atement > > >>>>>>>> .java:208) at > > >>>>>>>> > > >>>>>>>> org.apache.commons.dbcp.PoolableConnectionFactory.validateCon > > >>>>>>>> necti > > >>>>>>>> on( > > >>>>>>>> > > >>>>>>>> > > >>>> Poolabl > > >>>>>>>> eConnectionFactory.java:658) at > > >>>>>>>> > > >>>>>>>> org.apache.commons.dbcp.BasicDataSource.validateConnectionFac > > >>>>>>>> tory( > > >>>>>>>> Bas > > >>>>>>>> > > >>>>>>>> > > >>>> icDataS > > >>>>>>>> ource.java:1558) at > > >>>>>>>> > > >>>>>>>> org.apache.commons.dbcp.BasicDataSource.createPoolableConnect > > >>>>>>>> ionFa > > >>>>>>>> cto > > >>>>>>>> > > >>>>>>>> > > >>>> ry(Basi > > >>>>>>>> cDataSource.java:1545) ... 33 more Caused by: > > >>>>>>>> org.apache.derby.client.am.SqlException: Schema 'AIRAVATA' > > >>>>>>>> does not exist at > > >>>>>>>> org.apache.derby.client.am.Statement.completeSqlca(Unknown > > >>>>>>>> Source) at > > >>>>>>>> org.apache.derby.client.net.NetStatementReply.parsePrepareErr > > >>>>>>>> or(Un > > >>>>>>>> kno > > >>>>>>>> > > >>>>>>>> > > >>>> wn > > >>>>>>>> Source) at > > >>>>>>>> org.apache.derby.client.net.NetStatementReply.parsePRPSQLSTTr > > >>>>>>>> eply( > > >>>>>>>> Unk > > >>>>>>>> > > >>>>>>>> > > >>>> nown > > >>>>>>>> Source) at > > >>>>>>>> > > >>>>>>>> org.apache.derby.client.net.NetStatementReply.readPrepareDesc > > >>>>>>>> ribeO > > >>>>>>>> utp > > >>>>>>>> > > >>>>>>>> > > >>>> ut(Unkn > > >>>>>>>> own Source) at > > >>>>>>>> > > >>>>>>>> org.apache.derby.client.net.StatementReply.readPrepareDescrib > > >>>>>>>> eOutp > > >>>>>>>> ut( > > >>>>>>>> > > >>>>>>>> > > >>>> Unknown > > >>>>>>>> Source) at > > >>>>>>>> org.apache.derby.client.net.NetStatement.readPrepareDescribeO > > >>>>>>>> utput > > >>>>>>>> _(U > > >>>>>>>> > > >>>>>>>> > > >>>> nknown > > >>>>>>>> Source) at > > >>>>>>>> org.apache.derby.client.am.Statement.readPrepareDescribeOutpu > > >>>>>>>> t(Unk > > >>>>>>>> now > > >>>>>>>> > > >>>>>>>> > > >>>> n > > >>>>>>>> Source) at > > >>>>>>>> org.apache.derby.client.am.Statement.flowExecute(Unknown > > >>>>>> Source) > > >>>>>>>> at > > >>>>>>>> org.apache.derby.client.am.Statement.executeQueryX(Unknown > > >>>>>>>> Source) ... 38 more [ERROR] Error while initializing the > > >>>>>>>> Airavata API > > >>>>>>>> > > >>> > > org.apache.airavata.client.api.exception.AiravataAPIInvocationException: > > >>>>>>>> > > >>>>>>>> > > >>>> Error while initializing the Airavata API > > >>>>>>>> at > > >>>>>>>> > > >>>>>>>> org.apache.airavata.client.AiravataAPIFactory.getAPI(Airavata > > >>>>>>>> APIFa > > >>>>>>>> cto > > >>>>>>>> > > >>>>>>>> > > >>>> ry.java > > >>>>>>>> :64) at > > >>>>>>>> > > >>>>>>>> org.apache.airavata.client.AiravataAPIFactory.getAPI(Airavata > > >>>>>>>> APIFa > > >>>>>>>> cto > > >>>>>>>> > > >>>>>>>> > > >>>> ry.java > > >>>>>>>> :43) at > > >>>>>>>> > > >>>>>>>> org.apache.airavata.client.AiravataAPIFactory.getAPI(Airavata > > >>>>>>>> APIFa > > >>>>>>>> cto > > >>>>>>>> > > >>>>>>>> > > >>>> ry.java > > >>>>>>>> :39) at > > >>>>>>>> > > >>>>>>>> org.apache.airavata.wsmg.broker.BrokerServiceLifeCycle$1.run( > > >>>>>>>> Broke > > >>>>>>>> rSe > > >>>>>>>> > > >>>>>>>> > > >>>> rviceLi > > >>>>>>>> feCycle.java:156) Caused by: > > >>>>>>>> > > >>> > > org.apache.airavata.client.api.exception.AiravataAPIInvocationException: > > >>>>>>>> > > >>>>>>>> > > >>>> Error while initializing the Airavat > > >>>>>>>> a API at > > >>>>>>>> > > >>>>>>>> org.apache.airavata.client.AiravataClient.initialize(Airavata > > >>>>>>>> Clien > > >>>>>>>> t.j > > >>>>>>>> > > >>>>>>>> > > >>>> ava:163 > > >>>>>>>> ) at > > >>>>>>>> > > >>>>>>>> org.apache.airavata.client.AiravataAPIFactory.getAPI(Airavata > > >>>>>>>> APIFa > > >>>>>>>> cto > > >>>>>>>> > > >>>>>>>> > > >>>> ry.java > > >>>>>>>> :61) ... 3 more Caused by: <openjpa-2.2.0-r422266:1244990 > > >>>>>>>> fatal general error> > > >>>>>>>> org.apache.openjpa.persistence.PersistenceException: Cann ot > > >>>>>>>> create PoolableConnectionFactory (Schema 'AIRAVATA' does not > > >>>>>>>> exist) at > > >>>>>>>> > > >>>>>>>> org.apache.openjpa.jdbc.sql.DBDictionaryFactory.newDBDictiona > > >>>>>>>> ry(DB > > >>>>>>>> Dic > > >>>>>>>> > > >>>>>>>> > > >>>> tionary > > >>>>>>>> Factory.java:102) at > > >>>>>>>> > > >>>>>>>> org.apache.openjpa.jdbc.conf.JDBCConfigurationImpl.getDBDicti > > >>>>>>>> onary > > >>>>>>>> Ins > > >>>>>>>> > > >>>>>>>> > > >>>> tance(J > > >>>>>>>> DBCConfigurationImpl.java:603) at > > >>>>>>>> > > >>>>>>>> org.apache.openjpa.jdbc.meta.MappingRepository.endConfigurati > > >>>>>>>> on(Ma > > >>>>>>>> ppi > > >>>>>>>> > > >>>>>>>> > > >>>> ngRepos > > >>>>>>>> itory.java:1510) at > > >>>>>>>> > > >>>>>>>> > > >>>>>> > > >>> > > >>> > > > > org.apache.openjpa.lib.conf.Configurations.configureInstance(Configurations. > > >>>>>>>> > > >>>>>> > > >>>> java:518) > > >>>>>>>> at > > >>>>>>>> > > >>>>>>>> > > >>>>>> > > >>> > > >>> > > > > org.apache.openjpa.lib.conf.Configurations.configureInstance(Configurations. > > >>>>>>>> > > >>>>>> > > >>>> java:443) > > >>>>>>>> at > > >>>>>>>> org.apache.openjpa.lib.conf.PluginValue.instantiate(PluginVal > > >>>>>>>> ue.ja > > >>>>>>>> va:104) > > >>>>>>>> > > >>>>>>>> > > >>>> at > > >>>>>>>> > > >>>>>>>> org.apache.openjpa.conf.MetaDataRepositoryValue.instantiate(M > > >>>>>>>> etaDa > > >>>>>>>> taR > > >>>>>>>> > > >>>>>>>> > > >>>> eposito > > >>>>>>>> ryValue.java:68) at > > >>>>>>>> org.apache.openjpa.lib.conf.ObjectValue.instantiate(ObjectVal > > >>>>>>>> ue.ja > > >>>>>>>> va:83) > > >>>>>>>> > > >>>>>>>> > > >>>> at > > >>>>>>>> > > >>>>>>>> org.apache.openjpa.conf.OpenJPAConfigurationImpl.newMetaDataR > > >>>>>>>> eposi > > >>>>>>>> tor > > >>>>>>>> > > >>>>>>>> > > >>>> yInstan > > >>>>>>>> ce(OpenJPAConfigurationImpl.java: 968) at > > >>>>>>>> > > >>>>>>>> org.apache.openjpa.conf.OpenJPAConfigurationImpl.getMetaDataR > > >>>>>>>> eposi > > >>>>>>>> tor > > >>>>>>>> > > >>>>>>>> > > >>>> yInstan > > >>>>>>>> ce(OpenJPAConfigurationImpl.java: 959) at > > >>>>>>>> > > >>>>>>>> org.apache.openjpa.jdbc.conf.JDBCConfigurationImpl.getMapping > > >>>>>>>> Repos > > >>>>>>>> ito > > >>>>>>>> > > >>>>>>>> > > >>>> ryInsta > > >>>>>>>> nce(JDBCConfigurationImpl.java:71 1) at > > >>>>>>>> > > >>>>>>>> org.apache.openjpa.jdbc.kernel.JDBCBrokerFactory.synchronizeM > > >>>>>>>> appin > > >>>>>>>> gs( > > >>>>>>>> > > >>>>>>>> > > >>>> JDBCBro > > >>>>>>>> kerFactory.java:140) at > > >>>>>>>> > > >>>>>>>> org.apache.openjpa.jdbc.kernel.JDBCBrokerFactory.synchronizeM > > >>>>>>>> appin > > >>>>>>>> gs( > > >>>>>>>> > > >>>>>>>> > > >>>> JDBCBro > > >>>>>>>> kerFactory.java:164) at > > >>>>>>>> > > >>>>>>>> org.apache.openjpa.jdbc.kernel.JDBCBrokerFactory.newBrokerImp > > >>>>>>>> l(JDB > > >>>>>>>> CBr > > >>>>>>>> > > >>>>>>>> > > >>>> okerFac > > >>>>>>>> tory.java:122) at > > >>>>>>>> > > >>>>>>>> org.apache.openjpa.kernel.AbstractBrokerFactory.newBroker(Abs > > >>>>>>>> tract > > >>>>>>>> Bro > > >>>>>>>> > > >>>>>>>> > > >>>> kerFact > > >>>>>>>> ory.java:209) at > > >>>>>>>> > > >>>>>>>> org.apache.openjpa.kernel.DelegatingBrokerFactory.newBroker(D > > >>>>>>>> elega > > >>>>>>>> tin > > >>>>>>>> > > >>>>>>>> > > >>>> gBroker > > >>>>>>>> Factory.java:156) at > > >>>>>>>> > > >>>>>>>> org.apache.openjpa.persistence.EntityManagerFactoryImpl.creat > > >>>>>>>> eEnti > > >>>>>>>> tyM > > >>>>>>>> > > >>>>>>>> > > >>>> anager( > > >>>>>>>> EntityManagerFactoryImpl.java:227 ) at > > >>>>>>>> > > >>>>>>>> org.apache.openjpa.persistence.EntityManagerFactoryImpl.creat > > >>>>>>>> eEnti > > >>>>>>>> tyM > > >>>>>>>> > > >>>>>>>> > > >>>> anager( > > >>>>>>>> EntityManagerFactoryImpl.java:154 ) at > > >>>>>>>> > > >>>>>>>> org.apache.openjpa.persistence.EntityManagerFactoryImpl.creat > > >>>>>>>> eEnti > > >>>>>>>> tyM > > >>>>>>>> > > >>>>>>>> > > >>>> anager( > > >>>>>>>> EntityManagerFactoryImpl.java:60) > > >>>>>>>> > > >>>>>>>> at > > >>>>>>>> > > >>>>>>>> org.apache.airavata.persistance.registry.jpa.ResourceUtils.ge > > >>>>>>>> tEnti > > >>>>>>>> tyM > > >>>>>>>> > > >>>>>>>> > > >>>> anager( > > >>>>>>>> ResourceUtils.java:68) at > > >>>>>>>> > > >>>>>>>> org.apache.airavata.persistance.registry.jpa.ResourceUtils.ge > > >>>>>>>> tConf > > >>>>>>>> igu > > >>>>>>>> > > >>>>>>>> > > >>>> rations > > >>>>>>>> (ResourceUtils.java:201) at > > >>>>>>>> > > >>>>>>>> org.apache.airavata.persistance.registry.jpa.ResourceUtils.ge > > >>>>>>>> tConf > > >>>>>>>> igu > > >>>>>>>> > > >>>>>>>> > > >>>> ration( > > >>>>>>>> ResourceUtils.java:223) at > > >>>>>>>> > > >>>>>>>> org.apache.airavata.persistance.registry.jpa.impl.AiravataJPA > > >>>>>>>> Regis > > >>>>>>>> try > > >>>>>>>> > > >>>>>>>> > > >>>> .getCon > > >>>>>>>> figuration(AiravataJPARegistry.ja va:226) at > > >>>>>>>> > > >>>>>>>> org.apache.airavata.persistance.registry.jpa.impl.AiravataJPA > > >>>>>>>> Regis > > >>>>>>>> try > > >>>>>>>> > > >>>>>>>> > > >>>> .initia > > >>>>>>>> lize(AiravataJPARegistry.java:159 ) at > > >>>>>>>> > > >>>>>>>> org.apache.airavata.registry.api.AiravataRegistryFactory.getR > > >>>>>>>> egist > > >>>>>>>> ry( > > >>>>>>>> > > >>>>>>>> > > >>>> Airavat > > >>>>>>>> aRegistryFactory.java:81) at > > >>>>>>>> > > >>>>>>>> > > >>> org.apache.airavata.client.AiravataClient.getRegistry(AiravataClient. > > >>>>>>>> > > >>>>>>>> > > >>>> java:21 > > >>>>>>>> 6) at > > >>>>>>>> > > >>>>>>>> org.apache.airavata.client.AiravataClient.createConfig(Airava > > >>>>>>>> taCli > > >>>>>>>> ent > > >>>>>>>> > > >>>>>>>> > > >>>> .java:1 > > >>>>>>>> 12) at > > >>>>>>>> > > >>>>>>>> org.apache.airavata.client.AiravataClient.initialize(Airavata > > >>>>>>>> Clien > > >>>>>>>> t.j > > >>>>>>>> > > >>>>>>>> > > >>>> ava:144 > > >>>>>>>> ) ... 4 more Caused by: > > >>>>>>>> org.apache.commons.dbcp.SQLNestedException: Cannot create > > >>>>>>>> PoolableConnectionFactory (Schema 'AIRAVATA' does n ot > > >>>>>>>> exist) at > > >>>>>>>> > > >>>>>>>> org.apache.commons.dbcp.BasicDataSource.createPoolableConnect > > >>>>>>>> ionFa > > >>>>>>>> cto > > >>>>>>>> > > >>>>>>>> > > >>>> ry(Basi > > >>>>>>>> cDataSource.java:1549) at > > >>>>>>>> > > >>>>>>>> org.apache.commons.dbcp.BasicDataSource.createDataSource(Basi > > >>>>>>>> cData > > >>>>>>>> Sou > > >>>>>>>> > > >>>>>>>> > > >>>> rce.jav > > >>>>>>>> a:1388) at > > >>>>>>>> > > >>>>>>>> org.apache.commons.dbcp.BasicDataSource.getConnection(BasicDa > > >>>>>>>> taSou > > >>>>>>>> rce > > >>>>>>>> > > >>>>>>>> > > >>>> .java:1 > > >>>>>>>> 044) at > > >>>>>>>> > > >>>>>>>> org.apache.openjpa.lib.jdbc.DelegatingDataSource.getConnectio > > >>>>>>>> n(Del > > >>>>>>>> ega > > >>>>>>>> > > >>>>>>>> > > >>>> tingDat > > >>>>>>>> aSource.java:110) at > > >>>>>>>> > > >>>>>>>> org.apache.openjpa.lib.jdbc.DecoratingDataSource.getConnectio > > >>>>>>>> n(Dec > > >>>>>>>> ora > > >>>>>>>> > > >>>>>>>> > > >>>> tingDat > > >>>>>>>> aSource.java:87) at > > >>>>>>>> > > >>>>>>>> org.apache.openjpa.jdbc.sql.DBDictionaryFactory.newDBDictiona > > >>>>>>>> ry(DB > > >>>>>>>> Dic > > >>>>>>>> > > >>>>>>>> > > >>>> tionary > > >>>>>>>> Factory.java:91) ... 31 more Caused by: > > >>>>>>>> java.sql.SQLSyntaxErrorException: Schema 'AIRAVATA' does not > > >>>>>>>> exist at > > >>>>>>>> org.apache.derby.client.am.SQLExceptionFactory40.getSQLExcept > > >>>>>>>> ion(U > > >>>>>>>> nkn > > >>>>>>>> > > >>>>>>>> > > >>>> own > > >>>>>>>> Source) at > > >>>>>>>> org.apache.derby.client.am.SqlException.getSQLException(Unkno > > >>>>>>>> wn > > >>>>>>>> > > >>>>>>>> > > >>>> Source) > > >>>>>>>> at org.apache.derby.client.am.Statement.executeQuery(Unknown > > >>>>>>>> Source) at > > >>>>>>>> > > >>>>>>>> org.apache.commons.dbcp.DelegatingStatement.executeQuery(Dele > > >>>>>>>> gatin > > >>>>>>>> gSt > > >>>>>>>> > > >>>>>>>> > > >>>> atement > > >>>>>>>> .java:208) at > > >>>>>>>> > > >>>>>>>> org.apache.commons.dbcp.PoolableConnectionFactory.validateCon > > >>>>>>>> necti > > >>>>>>>> on( > > >>>>>>>> > > >>>>>>>> > > >>>> Poolabl > > >>>>>>>> eConnectionFactory.java:658) at > > >>>>>>>> > > >>>>>>>> org.apache.commons.dbcp.BasicDataSource.validateConnectionFac > > >>>>>>>> tory( > > >>>>>>>> Bas > > >>>>>>>> > > >>>>>>>> > > >>>> icDataS > > >>>>>>>> ource.java:1558) at > > >>>>>>>> > > >>>>>>>> org.apache.commons.dbcp.BasicDataSource.createPoolableConnect > > >>>>>>>> ionFa > > >>>>>>>> cto > > >>>>>>>> > > >>>>>>>> > > >>>> ry(Basi > > >>>>>>>> cDataSource.java:1545) ... 36 more Caused by: > > >>>>>>>> org.apache.derby.client.am.SqlException: Schema 'AIRAVATA' > > >>>>>>>> does not exist at > > >>>>>>>> org.apache.derby.client.am.Statement.completeSqlca(Unknown > > >>>>>>>> Source) at > > >>>>>>>> org.apache.derby.client.net.NetStatementReply.parsePrepareErr > > >>>>>>>> or(Un > > >>>>>>>> kno > > >>>>>>>> > > >>>>>>>> > > >>>> wn > > >>>>>>>> Source) at > > >>>>>>>> org.apache.derby.client.net.NetStatementReply.parsePRPSQLSTTr > > >>>>>>>> eply( > > >>>>>>>> Unk > > >>>>>>>> > > >>>>>>>> > > >>>> nown > > >>>>>>>> Source) at > > >>>>>>>> > > >>>>>>>> org.apache.derby.client.net.NetStatementReply.readPrepareDesc > > >>>>>>>> ribeO > > >>>>>>>> utp > > >>>>>>>> > > >>>>>>>> > > >>>> ut(Unkn > > >>>>>>>> own Source) at > > >>>>>>>> > > >>>>>>>> org.apache.derby.client.net.StatementReply.readPrepareDescrib > > >>>>>>>> eOutp > > >>>>>>>> ut( > > >>>>>>>> > > >>>>>>>> > > >>>> Unknown > > >>>>>>>> Source) at > > >>>>>>>> org.apache.derby.client.net.NetStatement.readPrepareDescribeO > > >>>>>>>> utput > > >>>>>>>> _(U > > >>>>>>>> > > >>>>>>>> > > >>>> nknown > > >>>>>>>> Source) at > > >>>>>>>> org.apache.derby.client.am.Statement.readPrepareDescribeOutpu > > >>>>>>>> t(Unk > > >>>>>>>> now > > >>>>>>>> > > >>>>>>>> > > >>>> n > > >>>>>>>> Source) at > > >>>>>>>> org.apache.derby.client.am.Statement.flowExecute(Unknown > > >>>>>> Source) > > >>>>>>>> at > > >>>>>>>> org.apache.derby.client.am.Statement.executeQueryX(Unknown > > >>>>>>>> Source) ... 41 more [INFO] New Database created for Registry > > >>>>>>>> 59649 airavata_data INFO [Thread-3] openjpa.jdbc.JDBC - > > >>>>>>>> Using dictionary class "org.apache.openjpa.jdbc.sql.DerbyDic > > >>>>>>>> tionary" (Apache Derby 10.9.1.0 - (1344872) ,Apache Derby > > >>>>>>>> Network Client JDBC Driver 10.9.1.0 - (1344872)). [INFO] > > >>>>>>>> Deploying Web > > >>>>>>>> service: airavata-registry-service-0.8.jar - > > >>>>>>>> file:/C:/Users/Viknes/DOWNLO~1/APACHE~1.8-B/APACHE~1.8 > > >>>>>>>> /bin/../repository/services/airavata-registry-service-0.8.jar > > >>>>>>>> > > >>>>>>>> > > >>>> [INFO] Deploying Web service: airavata-xbaya-gui-0.8.jar - > > >>>>>>>> file:/C:/Users/Viknes/DOWNLO~1/APACHE~1.8-B/APACHE~1.8/bin/.. > > >>>>>>>> > > >>>>>>>> > > >>>> /repository/services/airavata-xbaya-gui-0.8.jar > > >>>>>>>> [INFO] Deploying Web service: version-1.5.1.aar - > > >>>>>>>> file:/C:/Users/Viknes/DOWNLO~1/APACHE~1.8-B/APACHE~1.8/bin/.. > > >>>>>>>> /repo > > >>>>>>>> sit > > >>>>>>>> > > >>>>>>>> > > >>>> o > > >>>>>>>> ry/services/version-1.5.1.aar Jul 01, 2013 3:14:42 PM > > >>>>>>>> org.apache.coyote.AbstractProtocol start INFO: Starting > > >>>>>>>> ProtocolHandler ["http-bio-8080"] [ERROR] Unable to create > > >>>>>>>> Airavata API > > >>>>>>>> > > >>> > > org.apache.airavata.client.api.exception.AiravataAPIInvocationException: > > >>>>>>>> > > >>>>>>>> > > >>>> Error while initializing the Airavata API > > >>>>>>>> at > > >>>>>>>> > > >>>>>>>> org.apache.airavata.client.AiravataAPIFactory.getAPI(Airavata > > >>>>>>>> APIFa > > >>>>>>>> cto > > >>>>>>>> > > >>>>>>>> > > >>>> ry.java > > >>>>>>>> :64) at > > >>>>>>>> > > >>>>>>>> org.apache.airavata.client.AiravataAPIFactory.getAPI(Airavata > > >>>>>>>> APIFa > > >>>>>>>> cto > > >>>>>>>> > > >>>>>>>> > > >>>> ry.java > > >>>>>>>> :43) at > > >>>>>>>> > > >>>>>>>> org.apache.airavata.client.AiravataAPIFactory.getAPI(Airavata > > >>>>>>>> APIFa > > >>>>>>>> cto > > >>>>>>>> > > >>>>>>>> > > >>>> ry.java > > >>>>>>>> :39) at > > >>>>>>>> > > >>>>>>>> > org.apache.airavata.xbaya.interpretor.WorkflowInterpretorSkeleton. > > >>>>>>>> get > > >>>>>>>> > > >>>>>>>> > > >>>> Airavat > > >>>>>>>> aAPI(WorkflowInterpretorSkeleton. java:122) at > > >>>>>>>> > > >>>>>>>> > org.apache.airavata.xbaya.interpretor.WorkflowInterpretorSkeleton. > > >>>>>>>> acc > > >>>>>>>> > > >>>>>>>> > > >>>> ess$200 > > >>>>>>>> (WorkflowInterpretorSkeleton.java :78) at > > >>>>>>>> > > >>>>>>>> org.apache.airavata.xbaya.interpretor.WorkflowInterpretorSkel > > >>>>>>>> eton$ > > >>>>>>>> 1.r > > >>>>>>>> > > >>>>>>>> > > >>>> un(Work > > >>>>>>>> flowInterpretorSkeleton.java:158) > > >>>>>>>> > > >>>>>>>> Caused by: > > >>>>>>>> > > >>> > > org.apache.airavata.client.api.exception.AiravataAPIInvocationException: > > >>>>>>>> > > >>>>>>>> > > >>>> Error while initializing the Airavat > > >>>>>>>> a API at > > >>>>>>>> > > >>>>>>>> org.apache.airavata.client.AiravataClient.initialize(Airavata > > >>>>>>>> Clien > > >>>>>>>> t.j > > >>>>>>>> > > >>>>>>>> > > >>>> ava:163 > > >>>>>>>> ) at > > >>>>>>>> > > >>>>>>>> org.apache.airavata.client.AiravataAPIFactory.getAPI(Airavata > > >>>>>>>> APIFa > > >>>>>>>> cto > > >>>>>>>> > > >>>>>>>> > > >>>> ry.java > > >>>>>>>> :61) ... 5 more Caused by: <openjpa-2.2.0-r422266:1244990 > > >>>>>>>> nonfatal user error> > > >>>>>>>> org.apache.openjpa.persistence.ArgumentException: An erro r > > >>>>>>>> occurred while parsing the query filter "SELECT p FROM > > >>>>>>>> Configuration p WHERE p.config_key =:param0". Error message: > > >>>>>>>> Th e name "Configuration" is not a recognized entity or > > >>>>>>>> identifier. Known entity names: [] at > > >>>>>>>> > > >>>>>>>> org.apache.openjpa.kernel.exps.AbstractExpressionBuilder.pars > > >>>>>>>> eExce > > >>>>>>>> pti > > >>>>>>>> > > >>>>>>>> > > >>>> on(Abst > > >>>>>>>> ractExpressionBuilder.java:119) at > > >>>>>>>> > > >>>>>>>> org.apache.openjpa.kernel.jpql.JPQLExpressionBuilder.getClass > > >>>>>>>> MetaD > > >>>>>>>> ata > > >>>>>>>> > > >>>>>>>> > > >>>> (JPQLEx > > >>>>>>>> pressionBuilder.java:197) at > > >>>>>>>> > > >>>>>>>> org.apache.openjpa.kernel.jpql.JPQLExpressionBuilder.resolveC > > >>>>>>>> lassM > > >>>>>>>> eta > > >>>>>>>> > > >>>>>>>> > > >>>> Data(JP > > >>>>>>>> QLExpressionBuilder.java:167) at > > >>>>>>>> > > >>>>>>>> org.apache.openjpa.kernel.jpql.JPQLExpressionBuilder.getCandi > > >>>>>>>> dateM > > >>>>>>>> eta > > >>>>>>>> > > >>>>>>>> > > >>>> Data(JP > > >>>>>>>> QLExpressionBuilder.java:242) at > > >>>>>>>> > > >>>>>>>> org.apache.openjpa.kernel.jpql.JPQLExpressionBuilder.getCandi > > >>>>>>>> dateM > > >>>>>>>> eta > > >>>>>>>> > > >>>>>>>> > > >>>> Data(JP > > >>>>>>>> QLExpressionBuilder.java:212) at > > >>>>>>>> > > >>>>>>>> org.apache.openjpa.kernel.jpql.JPQLExpressionBuilder.getCandi > > >>>>>>>> dateT > > >>>>>>>> ype > > >>>>>>>> > > >>>>>>>> > > >>>> (JPQLEx > > >>>>>>>> pressionBuilder.java:205) at > > >>>>>>>> > > >>>>>>>> org.apache.openjpa.kernel.jpql.JPQLExpressionBuilder.access$2 > > >>>>>>>> 00(JP > > >>>>>>>> QLE > > >>>>>>>> > > >>>>>>>> > > >>>> xpressi > > >>>>>>>> onBuilder.java:80) at > > >>>>>>>> > > >>>>>>>> org.apache.openjpa.kernel.jpql.JPQLExpressionBuilder$ParsedJP > > >>>>>>>> QL.po > > >>>>>>>> pul > > >>>>>>>> > > >>>>>>>> > > >>>> ate(JPQ > > >>>>>>>> LExpressionBuilder.java:2417) at > > >>>>>>>> org.apache.openjpa.kernel.jpql.JPQLParser.populate(JPQLParser > > >>>>>>>> .java > > >>>>>>>> :61) > > >>>>>>>> > > >>>>>>>> > > >>>> at > > >>>>>>>> > > >>>>>>>> org.apache.openjpa.kernel.ExpressionStoreQuery.populateFromCo > > >>>>>>>> mpila > > >>>>>>>> tio > > >>>>>>>> > > >>>>>>>> > > >>>> n(Expre > > >>>>>>>> ssionStoreQuery.java:162) at > > >>>>>>>> > org.apache.openjpa.kernel.QueryImpl.newCompilation(QueryImpl.java: > > >>>>>>>> 673) > > >>>>>>>> > > >>>>>>>> > > >>>> at > > >>>>>>>> > > >>>>>>>> > > >>>>>> org.apache.openjpa.kernel.QueryImpl.compilationFromCache(QueryI > > >>>>>> mpl.j > > >>>>>> ava:654) > > >>>>>>>> > > >>>>>> > > >>>> at > > >>>>>>>> > > >>>>>>>> org.apache.openjpa.kernel.QueryImpl.compileForCompilation(Que > > >>>>>>>> ryImp > > >>>>>>>> l.j > > >>>>>>>> > > >>>>>>>> > > >>>> ava:620 > > >>>>>>>> ) at > > >>>>>>>> > > >>>>>> org.apache.openjpa.kernel.QueryImpl.compileForExecutor(QueryImp > > >>>>>> l.jav > > >>>>>> a:682) > > >>>>>>>> > > >>>>>> > > >>>> at > > >>>> org.apache.openjpa.kernel.QueryImpl.compile(QueryImpl.java:589) > > >>>>>>>> at > > >>>>>>>> > > >>>>>>>> org.apache.openjpa.persistence.EntityManagerImpl.createQuery( > > >>>>>>>> Entit > > >>>>>>>> yMa > > >>>>>>>> > > >>>>>>>> > > >>>> nagerIm > > >>>>>>>> pl.java:997) at > > >>>>>>>> > > >>>>>>>> org.apache.openjpa.persistence.EntityManagerImpl.createQuery( > > >>>>>>>> Entit > > >>>>>>>> yMa > > >>>>>>>> > > >>>>>>>> > > >>>> nagerIm > > >>>>>>>> pl.java:979) at > > >>>>>>>> > > >>>>>>>> org.apache.openjpa.persistence.EntityManagerImpl.createQuery( > > >>>>>>>> Entit > > >>>>>>>> yMa > > >>>>>>>> > > >>>>>>>> > > >>>> nagerIm > > >>>>>>>> pl.java:102) at > > >>>>>>>> > > >>>>>>>> > org.apache.airavata.persistance.registry.jpa.utils.QueryGenerator. > > >>>>>>>> gen > > >>>>>>>> > > >>>>>>>> > > >>>> erateQu > > >>>>>>>> eryWithParameters(QueryGenerator. java:95) at > > >>>>>>>> > > >>>>>>>> > org.apache.airavata.persistance.registry.jpa.utils.QueryGenerator. > > >>>>>>>> sel > > >>>>>>>> > > >>>>>>>> > > >>>> ectQuer > > >>>>>>>> y(QueryGenerator.java:64) at > > >>>>>>>> > > >>>>>>>> org.apache.airavata.persistance.registry.jpa.ResourceUtils.ge > > >>>>>>>> tConf > > >>>>>>>> igu > > >>>>>>>> > > >>>>>>>> > > >>>> rations > > >>>>>>>> (ResourceUtils.java:205) at > > >>>>>>>> > > >>>>>>>> org.apache.airavata.persistance.registry.jpa.ResourceUtils.ge > > >>>>>>>> tConf > > >>>>>>>> igu > > >>>>>>>> > > >>>>>>>> > > >>>> ration( > > >>>>>>>> ResourceUtils.java:223) at > > >>>>>>>> > > >>>>>>>> org.apache.airavata.persistance.registry.jpa.impl.AiravataJPA > > >>>>>>>> Regis > > >>>>>>>> try > > >>>>>>>> > > >>>>>>>> > > >>>> .getCon > > >>>>>>>> figuration(AiravataJPARegistry.ja va:226) at > > >>>>>>>> > > >>>>>>>> org.apache.airavata.persistance.registry.jpa.impl.AiravataJPA > > >>>>>>>> Regis > > >>>>>>>> try > > >>>>>>>> > > >>>>>>>> > > >>>> .initia > > >>>>>>>> lize(AiravataJPARegistry.java:159 ) at > > >>>>>>>> > > >>>>>>>> org.apache.airavata.registry.api.AiravataRegistryFactory.getR > > >>>>>>>> egist > > >>>>>>>> ry( > > >>>>>>>> > > >>>>>>>> > > >>>> Airavat > > >>>>>>>> aRegistryFactory.java:81) at > > >>>>>>>> > > >>>>>>>> > > >>> org.apache.airavata.client.AiravataClient.getRegistry(AiravataClient. > > >>>>>>>> > > >>>>>>>> > > >>>> java:21 > > >>>>>>>> 6) at > > >>>>>>>> > > >>>>>>>> org.apache.airavata.client.AiravataClient.createConfig(Airava > > >>>>>>>> taCli > > >>>>>>>> ent > > >>>>>>>> > > >>>>>>>> > > >>>> .java:1 > > >>>>>>>> 12) at > > >>>>>>>> > > >>>>>>>> org.apache.airavata.client.AiravataClient.initialize(Airavata > > >>>>>>>> Clien > > >>>>>>>> t.j > > >>>>>>>> > > >>>>>>>> > > >>>> ava:144 > > >>>>>>>> ) ... 6 more Exception in thread "Thread-29" > > >>>>>>>> java.lang.NullPointerException at > > >>>>>>>> > > >>>>>>>> org.apache.airavata.xbaya.interpretor.WorkflowInterpretorSkel > > >>>>>>>> eton$ > > >>>>>>>> 1.r > > >>>>>>>> > > >>>>>>>> > > >>>> un(Work > > >>>>>>>> flowInterpretorSkeleton.java:159) > > >>>>>>>> > > >>>>>>>> Thanks Viknes > > >>>>>>>> > > >>>>>>>> -----Original Message----- From: Saminda Wijeratne > > >>>>>>>> [mailto:[email protected]] Sent: Monday, July 01, 2013 12:25 > > >>>>>>>> PM > > >>>>>>>> To: [email protected] Subject: Re: [DISCUSS] Apache > > Airavata > > >>>>>>>> Release 0.8 - RC3 > > >>>>>>>> > > >>>>>>>> ok Suresh. Thanks. > > >>>>>>>> > > >>>>>>>> > > >>>>>>>> On Mon, Jul 1, 2013 at 12:10 PM, Suresh Marru > > >>>>>>>> <[email protected]> > > >>>>>>>> wrote: > > >>>>>>>> > > >>>>>>>>> Hi Saminda, > > >>>>>>>>> > > >>>>>>>>> I should have mentioned this in the vote email. INFRA has > > >>>>>>>>> restricted the distributions to 100MB and the war > > >>>>>>>>> distribution is little over it. I made a request to manually > > >>>>>>>>> checkin the war distribution. Until then, please use this > > >>>>>>>>> link to get the war > > >>>>>>>>> distribution: > > >>>>>>>>> > > >>>>>>>>> http://people.apache.org/~smarru/airavata_tmp_dist/ > > >>>>>>>>> > > >>>>>>>>> Suresh > > >>>>>>>>> > > >>>>>>>>> > > >>>>>>>>> On Jul 1, 2013, at 11:50 AM, Saminda Wijeratne > > >>>>>>>>> <[email protected]> > > >>>>>>>> wrote: > > >>>>>>>>> > > >>>>>>>>>> Suresh, we are missing the war binary from the RC. Can you > > >>>>>>>>>> include that > > >>>>>>>>> as > > >>>>>>>>>> well please. > > >>>>>>>>>> > > >>>>>>>>>> > > >>>>>>>>>> On Mon, Jul 1, 2013 at 11:09 AM, Suresh Marru > > >>>>>>>>>> <[email protected]> > > >>>>>>>> wrote: > > >>>>>>>>>> > > >>>>>>>>>>> Will appreciate if every one can rest this RC sooner than > > >>>>>>>>>>> later. If we start seeing the release validation is going > > >>>>>>>>>>> on well, we can open the > > >>>>>>>>> trunk > > >>>>>>>>>>> for development for 0.9. > > >>>>>>>>>>> > > >>>>>>>>>>> Suresh > > >>>>>>>>>>> > > >>>>>>>>>>> On Jul 1, 2013, at 12:06 AM, Suresh Marru > > >>>>>>>>>>> <[email protected]> > > >>>>>>>>>>> wrote: > > >>>>>>>>>>> > > >>>>>>>>>>>> Discussion thread for vote on Apache Airavata 0.8 release > > >>>>>>>>>>>> candidate > > >>>>>>>> 3. > > >>>>>>>>>>>> > > >>>>>>>>>>>> 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 5 minute or > > >>>>>>>>>>>> 10 minute > > >>>>>>>>> tutorial > > >>>>>>>>>>> as described in README and website. > > >>>>>>>>>>>> * 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, Suresh (On Behalf of Airavata PMC) > > >>>>>>>>>>> > > >>>>>>>>>>> > > >>>>>>>>> > > >>>>>>>>> > > >>>>>>>> > > >>>>>> > > >>>>> > > >>>> -----BEGIN PGP SIGNATURE----- > > >>>> Version: GnuPG/MacGPG2 v2.0.18 (Darwin) > > >>>> Comment: GPGTools - http://gpgtools.org > > >>>> Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/ > > >>>> > > >>>> iQEcBAEBAgAGBQJR1FNcAAoJEOEgD2XReDo57F0H/jnW2iy993DtKasYJEz03rWq > > >>>> v1wTCk1rv7hcKEMle3MndFchqP5bFR9glZqcIOg0lQw+S0adm1XXF9xICsycA3/V > > >>>> A0AjM09y8Pj33VJmhSikbzyPvKBbUFqfh9WUsshKWbuD0tDBG5D+S5jATzFVYDyl > > >>>> gO1i28Lt2XOWG/jZ7nG6aOMK+tbE10riAO7qpTq5dE69agjoxcXbtuaiu57OAULF > > >>>> +TrLoHYQakpZJUrxmui+vEBWMWjkRq0W3n6fLX61UOD91VKXZW0exTiu8hFPT8Eu > > >>>> tYjjwnI/EO0hm+9UlNW3RecBDiNjw0QHFz5OwCfXOH9o978PEFNv5N/uoSp8gsw= > > >>>> =4mIG > > >>>> -----END PGP SIGNATURE----- > > >>> > > >>> > > >> > > > > >
