Re: questions regarding dashboards to get quick statistics

2023-08-25 Thread saurav kumar jha
Hi Community, I have added an implementation of the handler for getCpuUsages. The commit is updated in the same PR . Thanks & Regards, Saurav Kumar Jha On Thu, Aug 24, 2023 at 2:47 PM saurav kumar jha < imsauravgaurav...@gmail.com> wrote: > Hi M

Re: questions regarding dashboards to get quick statistics

2023-08-24 Thread saurav kumar jha
Hi Marcus, Thankyou for the response. I am working on this, I added a method for getting cpu usage. implementation of the handler is to be done. Thanks & Regards, Saurav Kumar Jha On Mon, Aug 14, 2023 at 10:03 PM Christie, Marcus Aaron wrote: > Hi Saurav, > > This is a little tricky to answer.

Re: questions regarding dashboards to get quick statistics

2023-08-14 Thread Christie, Marcus Aaron
Hi Saurav, This is a little tricky to answer. I believe what you would need to do is look at JOB_STATUS table for a given experiment/process. There will be a SUBMITTED status, an ACTIVE status and then either a COMPLETED or FAILED or CANCELED status. You would want to get the time different be

Re: questions regarding dashboards to get quick statistics.

2023-07-03 Thread saurav kumar jha
whole thing. But again, you might >> have to do it a couple of times. >> >> >> >> *From: *saurav kumar jha >> *Date: *Monday, June 12, 2023 at 10:45 PM >> *To: *Christie, Marcus Aaron >> *Cc: *dev@airavata.apache.org >> *Subject: *Re:

Re: questions regarding dashboards to get quick statistics.

2023-06-14 Thread saurav kumar jha
*From: *saurav kumar jha > *Date: *Monday, June 12, 2023 at 10:45 PM > *To: *Christie, Marcus Aaron > *Cc: *dev@airavata.apache.org > *Subject: *Re: questions regarding dashboards to get quick statistics. > > Hi Marcus, > > I turned off the Autobuild : Enabled option. >

Re: questions regarding dashboards to get quick statistics.

2023-06-13 Thread Christie, Marcus Aaron
@airavata.apache.org Subject: Re: questions regarding dashboards to get quick statistics. Hi Marcus, I turned off the Autobuild : Enabled option. Did a clean install, cloned the repo again but getting the same openJpa error in all cases. Thanks & Regards, Saurav Kumar Jha On Tue, Ju

Re: questions regarding dashboards to get quick statistics.

2023-06-12 Thread saurav kumar jha
Hi Marcus, I turned off the Autobuild : Enabled option. Did a clean install, cloned the repo again but getting the same openJpa error in all cases. Thanks & Regards, Saurav Kumar Jha On Tue, Jun 13, 2023 at 2:08 AM Christie, Marcus Aaron wrote: > Hi Saurav, > > > On Jun 11, 2023, at 10:15 AM

Re: questions regarding dashboards to get quick statistics.

2023-06-12 Thread Christie, Marcus Aaron
Hi Saurav, > On Jun 11, 2023, at 10:15 AM, saurav kumar jha > wrote: > > I use VS Code ide but I couldn't find any option "Auto Build" . It will be > very helpful if you can elaborate on where I can find this option. > Go into Settings, and search for "Auto Build". Turn off the "Java > Autob

Re: questions regarding dashboards to get quick statistics.

2023-06-11 Thread saurav kumar jha
Error thrown on running /modules/ide-integration/src/main/java/org/apache/airavata/ide/integration/ *APIServerStarter.java* [main] ERROR org.apache.airavata.registry.core.repositories.AbstractRepository {} - Failed to get EntityManager *org.apache.openjpa.persistence.ArgumentException: This config

Re: questions regarding dashboards to get quick statistics.

2023-06-11 Thread saurav kumar jha
Hi Marcus, Thanks a lot for the responses. 1. Now I am not getting any issues from Airavata-Django-Portal. *airavata.host* was somehow removed from /etc/hosts. After adding it doesn't give ssl version related error. but login still fails saying Login failed: Could not connect to any of [('127.0.0

Re: questions regarding dashboards to get quick statistics.

2023-06-08 Thread Christie, Marcus Aaron
Hi Saurav, > On Jun 7, 2023, at 10:34 AM, saurav kumar jha > wrote: > > 2. Fixing 1 fixed the second one as you said. but there is another exception > related to expcatalog database: > I just went through the instructions to make sure I could bring up the API server and django portal locall

Re: questions regarding dashboards to get quick statistics.

2023-06-08 Thread Christie, Marcus Aaron
Hi Saurav, > On Jun 7, 2023, at 10:34 AM, saurav kumar jha > wrote: > > Hi Marcus, > Thanks for the help! > 1. Applying database migrations worked as you said to look at running > containers using docker ps I observed that the name of the container was > containers_db_1 and not containers-d

Re: questions regarding dashboards to get quick statistics.

2023-06-07 Thread saurav kumar jha
Hi Marcus, Thanks for the help! 1. Applying database migrations worked as you said to look at running containers using *docker ps *I observed that the name of the container was containers_db_1 and not containers-db-1 as shown in documentation here

Re: questions regarding dashboards to get quick statistics.

2023-06-06 Thread Christie, Marcus Aaron
Hi Saurav, > On Jun 6, 2023, at 12:51 PM, saurav kumar jha > wrote: > > 1. While Following the steps mentioned at below link: > airavata/README.md at develop · apache/airavata · GitHub > > Apply any database migrations. Go to src/main/containers directory and run >cat ./database_s

Re: questions regarding dashboards to get quick statistics.

2023-06-06 Thread saurav kumar jha
Hi Everyone, Thanks for your responses. I am having problems running airavata locally. Please help me solve these issues. 1. While Following the steps mentioned at below link: airavata/README.md at develop · apache/airavata · GitHub

Re: questions regarding dashboards to get quick statistics.

2023-06-04 Thread Pamidighantam, Sudhakar V
Saurav: While you are at it, Please do a pull request for the documentation as well. Thanks, Sudhakar. From: Lahiru Jayathilake Date: Sunday, June 4, 2023 at 11:53 AM To: saurav kumar jha Cc: dev@airavata.apache.org , sma...@apache.org , Abeysinghe, Eroma Subject: Re: questions regarding

Re: questions regarding dashboards to get quick statistics.

2023-06-04 Thread Lahiru Jayathilake
Hi Saurav, The reason for the issue is missing account credentials for email job monitoring. To resolve this, follow the instructions in section [1] to create an email account. Then, update the 'email.based.monitor.address' and 'email.based.monitor.password' properties within the modules/distribut

Re: questions regarding dashboards to get quick statistics.

2023-06-02 Thread saurav kumar jha
Hi Lahiru, Thanks a lot for the response. while trying to run Airavata locally on Ubuntu using this command ```docker-compose -f modules/ide-integration/src/main/containers/docker-compose.yml -f modules/distribution/src/main/docker/docker-compose.yml up``` Email store Authentication related erro

Re: questions regarding dashboards to get quick statistics.

2023-05-30 Thread Lahiru Jayathilake
Hi Saurav, Regarding the development environments. You can do the development with the OS that you prefer. (However, based on my experience, I'd recommend going with Linux) You can follow this document [1, 2] to set up a local Airavata development environment and use it in the settings file. Alte

Re: Questions

2016-10-13 Thread Eroma Abeysinghe
Hi Zhong, Please check my answers in line. On Wed, Oct 12, 2016 at 4:20 PM, Zhong Wang wrote: > After I use the Airavata platform, I do have 4 questions. > > > > 1) Can I lock the setting values for some properties after we > customize these values for a specified computer source, e.g.

Re: Questions about job submissions / RabbitMQ

2015-08-12 Thread Eroma Abeysinghe
Hi John, I am not the best person to answer but thought it might direct you on the right direction. In Airavata API there is a method called getExperimentStatus. By giving the authtoken and exp ID you can obtain experiment status. you need to have a python sample and call this method. Hope this

Re: Questions about Custom Application Registration and Complex Input/Output Data

2014-11-20 Thread Suresh Marru
as output of experiment the results > of my applications? Which are the steps that I should follow? > > Thank you again and sorry for my harassment but these questions have become > completely blocking in the last days... > > Alfredo > > From: smash...@hotmail.it >

RE: Questions about Custom Application Registration and Complex Input/Output Data

2014-11-20 Thread SmashRod Alfredo
but these questions have become completely blocking in the last days... Alfredo From: smash...@hotmail.it To: dev@airavata.apache.org Subject: RE: Questions about Custom Application Registration and Complex Input/Output Data Date: Thu, 13 Nov 2014 16:47:35 +0100 Hi Suresh and Raminder, Thank y

RE: Questions about Custom Application Registration and Complex Input/Output Data

2014-11-13 Thread SmashRod Alfredo
Hi Suresh and Raminder, Thank you so much for all the explanations and the references, there will be really useful! Thanks again for your support, Alfredo Date: Thu, 13 Nov 2014 10:12:25 -0500 Subject: Re: Questions about Custom Application Registration and Complex Input/Output Data From

Re: Questions about Custom Application Registration and Complex Input/Output Data

2014-11-13 Thread Suresh Marru
and gsisshTokenId mean (into launchExperiment method)? In the samples are hard-coded values.. are they really influent? At least using localhost as computeHost it's unnecessary to use/generate them right? Thanks again, Alfredo > Subject: Re: Questions about Custom Application Registration and C

Re: Questions about Custom Application Registration and Complex Input/Output Data

2014-11-13 Thread Raminder Singh
samples are hard-coded values.. are they really influent? At least using > localhost as computeHost it's unnecessary to use/generate them right? > > Thanks again, > > Alfredo > > > Subject: Re: Questions about Custom Application Registration and Complex > >

RE: Questions about Custom Application Registration and Complex Input/Output Data

2014-11-13 Thread SmashRod Alfredo
erate them right? Thanks again, Alfredo > Subject: Re: Questions about Custom Application Registration and Complex > Input/Output Data > From: sma...@apache.org > Date: Tue, 11 Nov 2014 16:54:39 -0500 > To: dev@airavata.apache.org > > Hi Alfredo, > > Thank you for these

Re: Questions about Custom Application Registration and Complex Input/Output Data

2014-11-11 Thread Suresh Marru
Hi Alfredo, Thank you for these thoughtful questions. I will get back to you in detail ASAP. Suresh On Nov 11, 2014, at 1:00 PM, SmashRod Alfredo wrote: > Hi everyone! > > I understand how to retrieves specific experiment results directly into a > customized version of CreateLaunchExperiment

Re: Questions about properties in airavata-server.properties

2013-01-25 Thread Saminda Wijeratne
On Fri, Jan 25, 2013 at 3:10 PM, Amila Jayasekara wrote: > Hi All, > > In airavata-server.properties file i see following properties defined, > > system.gateway=default > system.user=admin > system.password=admin > These are the credentials & gateway used by the the axis2 web services (WorkflowInt