Hi Abhishek, You can use getExperimentOutputs(String airavataExperimentId) method of the Airavata API to get the outputs you defined at the application registration.
Thanks. Chathuri On Thu, Jun 4, 2015 at 9:17 AM, Emre Brookes <[email protected]> wrote: > Yes, this is a good question. > > Anyone - What are the client API calls to retrieve stdout & stderr ? > > -E. > > > Abhishek Kapoor wrote: > >> Hello, >> I am trying to run experiments in airavata via xbaya-gui and and >> java-client api. >> The output that I am getting in /tmp/ExpId contains >> input - folder(empty) >> output - folder(empty) >> module.stderr (empty if there is no error) >> module.stdout (expected output) >> >> Is it the correct output or am I missing something? >> Because when I am trying to get output (getExperimentOutputs(ExpId)), I >> am getting >> [OutputDataObjectType(name:Json_Output, value:, type:STRING)] for a >> genapp module, where name and type are defined by me. >> If the output is correct, how can I get the output using any client api >> -- >> Regards, >> *Abhishek Kapoor* >> *Under Graduate Student* >> *Indian Institute of Technology Kharagpur.* >> >> >> >
