Understanding components in Airavata

2017-12-15 Thread DImuthu Upeksha
Hi Folks, While I was trying to update the java sample clients for the Airavata, there were some unclear areas that I came across. I'll use this thread to get them clarified. What is the role of Resource Job Manager and Job Manager Command? Thanks Dimuthu

Re: Understanding components in Airavata

2017-12-15 Thread Suresh Marru
Hi Dimuthu, Since Airavata supports different type of computational resources from simple local executions to batch systems to cloud, the Resource Job Manager specifies the types of job submissions executed on a given resource, the protocol used and so forth [2]. The job manager commands are

Re: Understanding components in Airavata

2017-12-15 Thread DImuthu Upeksha
Hi Suresh, I'm getting following error when launching the experiment [ERROR] Thread Thread[pool-41-thread-13,5,main] died java.lang.NullPointerException: null at org.apache.airavata.gfac.impl.job.ForkJobConfiguration.getSubmitCommand(ForkJobConfiguration.java:85) at

Re: Understanding components in Airavata

2017-12-15 Thread DImuthu Upeksha
Managed to fix this by adding job manager commands in client code ResourceJobManager resourceJobManager = RegisterSampleApplicationsUtils. createResourceJobManager(ResourceJobManagerType.FORK, null, null, null); resourceJobManager.setJobManagerBinPath("/bin/"); Map

Re: Final Report - Load Balancing Django Portal

2017-12-15 Thread Jerrin Suresh
I have added it to course wiki as well. ~jerrin On Thu, Dec 14, 2017 at 10:22 AM, Suresh Marru wrote: > Hi Jerrin, > > Can you put the report on your course wiki instead? > > Suresh > > On Dec 11, 2017, at 5:01 PM, Jerrin Suresh wrote: > > Hi all, >