Re: Remote Interactive Visualization on Airavata Gateways

2020-01-22 Thread Reagan, David Michael
You might have a chat with Soichi Hayashi (hayas...@iu.edu?) about remote vis options. I'm pretty sure he took the NoVNC route with Brainlife(https://brainlife.io/?). -- David Reagan Advanced Visualization Lab Indiana University avl.iu.edu The Advanced Visualization Lab is part of the Research

Re: Requirements for an updated portal architecture

2017-02-06 Thread Reagan, David Michael
Hi Marcus, devs, I'd also suggest taking a look at Vue[1] for the front end. See [2] and [3] for a couple of comparisons between Vue and React. I haven't used either yet, but from what I understand they are quite similar. The primary differences seem to be that the React community is larger, bu

Re: [VOTE] New website and logo

2016-04-13 Thread Reagan, David Michael
+1 for me, too. I really like the logo and the basic site design is solid. It will continue to evolve as the content gets filled in. -- David Reagan Advanced Visualization Lab Indiana University avl.iu.edu The Advanced Visualization Lab is part of the Research Technologies division of UITS; R

RE: API Docs

2014-07-07 Thread Reagan, David Michael
, Are you still getting the same 404? This is a public website and should not ask for any authentication. Suresh On Jul 7, 2014, at 11:01 AM, Reagan, David Michael wrote: > Yes, please, for more documentation. We don't want to force users to dig > through the whole Airavata source t

RE: API Docs

2014-07-07 Thread Reagan, David Michael
Yes, please, for more documentation. We don't want to force users to dig through the whole Airavata source tree to find Thrift files for documentation (which is what I do). However, I'm getting a 404 not found error after authenticating at this address. Dave -Original Message- From: Su

App Catalog ComputationalProjectAccount

2014-07-03 Thread Reagan, David Michael
When I want to assemble an Experiment object, I need to define a ComputationProjectAccount which is dependent on the resourceHostId (such as sds128 or TG-STA110014S). Is this value reachable via the App Catalog? Thanks, Dave -- David Reagan Advanced Visualization Lab Indiana University avl.iu.ed

RE: app catalog php commandline scripts need updating

2014-07-03 Thread Reagan, David Michael
Some of these scripts also reference values (APP_CATALOG_SERVER and APP_CATALOG_PORT) which don't exist in airavata-client-properties.ini. What server and port can I connect to in order to fetch an app catalog client? Dave -Original Message- From: Pierce, Marlon Sent: Thursday, July 0

RE: [GSoC] Status Update

2014-07-02 Thread Reagan, David Michael
the current version of the server and get the PHP Reference Gateway work with user API. I can deploy it in the same server where wso2 IS is deployed. Is it okay to do so? On Wed, Jul 2, 2014 at 11:24 PM, Reagan, David Michael mailto:dmrea...@iu.edu>> wrote: OK, thanks. When do you ex

RE: [GSoC] Status Update

2014-07-02 Thread Reagan, David Michael
the code from [1] and run the server locally and test the API. I have not yet added the configuration files. It will take default localhost as the server. Supun [1] - https://github.com/scnakandala/airavata-userapi/tree/master/userapi On Wed, Jul 2, 2014 at 10:39 PM, Reagan, David Michael

RE: [GSoC] Status Update

2014-07-02 Thread Reagan, David Michael
Hey, Supun. I’m trying to use the new user API, but I’m getting an exception with the following message: “TSocket: Could not connect to localhost:8932 (No connection could be made because the target machine actively refused it. [10061])” It looks like this is coming from UserAPIClientFactory.ph

RE: [GSoC] Status Update

2014-06-20 Thread Reagan, David Michael
erAPI. On Fri, Jun 20, 2014 at 8:17 PM, Reagan, David Michael mailto:dmrea...@iu.edu>> wrote: Hi, Supun. Are the adminLogin and adminLogout functions just for admin users? Can you explain a bit about how the ID server differentiates standard vs admin users, and how you think the gateway s

RE: [GSoC] Status Update

2014-06-20 Thread Reagan, David Michael
Hi, Supun. Are the adminLogin and adminLogout functions just for admin users? Can you explain a bit about how the ID server differentiates standard vs admin users, and how you think the gateway should be able to tell which kind a user a person is? Thanks, Dave From: Amila Jayasekara [mailto:th

RE: [GSoC] Passing a json string as input to an applciation in PHP-SDK

2014-06-13 Thread Reagan, David Michael
"input2":"1", ...'" which again does'nt work with the application. On Thu, Jun 12, 2014 at 7:51 PM, Reagan, David Michael mailto:dmrea...@iu.edu>> wrote: Do you think the quotes are the problem? If so, you can try formatting it like this: $json = &

RE: [GSoC] Passing a json string as input to an applciation in PHP-SDK

2014-06-12 Thread Reagan, David Michael
Do you think the quotes are the problem? If so, you can try formatting it like this: $json = '{"input1":"0", "input2":"1", ...' In PHP you can nest "" inside '' without having to escape the characters. Dave From: Nadeem Anjum [mailto:nadeem.cs@gmail.com] Sent: Thursday, June 12, 2014 11:5

RE: PHP-Reference-Gateway | Queries

2014-06-09 Thread Reagan, David Michael
These are valid points. I’ll create and handle JIRA issues for 1 and 2. I’ll defer to someone else about 3. Dave From: Gagan Juneja [mailto:gagandeepjun...@gmail.com] Sent: Sunday, June 08, 2014 1:05 PM To: dev@airavata.apache.org Subject: PHP-Reference-Gateway | Queries Hi Team, I was just exp

RE: Summary of Thrift lessons learned

2014-06-04 Thread Reagan, David Michael
A few quick things off the top of my head: - No documentation was generated for the PHP SDK. This is critical since the generated code is absolutely unreadable - Many TTransportExceptions which required setting timeouts to be quite long (up to 20 sec!) - Some issues with data types. For instance

RE: PHP-Reference-Gateway | Query

2014-06-04 Thread Reagan, David Michael
Hi, Gagan. I’m not sure how the API handles a null search query, but I purposefully chose to make the field mandatory in the gateway. Maybe it’s just me, but I find it strange that it would return everything when you search for nothing. If it behaved as you describe, the page would list all of

RE: [GSoC] Status Update and Queries

2014-06-04 Thread Reagan, David Michael
com] Sent: Thursday, May 29, 2014 6:15 PM To: dev@airavata.apache.org Subject: Re: [GSoC] Status Update and Queries Thanks David. Additionally, could you tell me where does one specify the experiment which is to be run? Thanks, Nadeem. On Fri, May 30, 2014 at 3:24 AM, Reagan, David Michael mai

RE: [GSoC] Status Update and Queries

2014-05-29 Thread Reagan, David Michael
Hi Nadeem, resourceHostId is the machine on which the experiment is run. ComputationalProjectAccount is the shared account on that machine which is used for all experiments initiated from the gateway. I'm not familiar with GenApp, so I'll defer to someone else for the rest of your questions.

RE: Unable to run PHP Reference Gateway.

2014-05-22 Thread Reagan, David Michael
l. It would be great if we can have a >>>>> Google >>>>>>>> hangout to resolve the issues. What time is convenient for you? >>>>>>>> >>>>>>>> Supun >>>>>>>> >>>>>>>> >

RE: Transient Thrift errors

2014-05-19 Thread Reagan, David Michael
I've seen these exceptions occasionally also, but I don't have any idea what is causing them. Dave -Original Message- From: Pierce, Marlon Sent: Monday, May 19, 2014 5:24 PM To: dev@airavata.apache.org Subject: Transient Thrift errors Does anyone have any insight into the transient con

RE: Unable to run PHP Reference Gateway.

2014-05-16 Thread Reagan, David Michael
9 AM, Supun Nakandala wrote: >>>>>>>> Hi Marlon, >>>>>>>> >>>>>>>> Now only I received you? mail. It would be great if we can have >>>>>>>> a >>>>> Google >>>>>>>>

RE: Unable to run PHP Reference Gateway.

2014-05-06 Thread Reagan, David Michael
The PHP Reference Gateway is connecting to the server correctly for me. The timeout is set to be 5 seconds, so it shouldn’t be timing out. You can try making it longer in utilities.php (get_airavata_client()). What is your webserver environment? I’ve personally only run it from a local WAMP sta

RE: SELinux configuration for Airavata PHP client

2014-04-30 Thread Reagan, David Michael
I started seeing a similar error on gw111 yesterday afternoon, and it continues today. Since I was out of the office, I just assumed someone was messing with the server temporarily, but perhaps it is something more? ( ! ) Fatal error: Uncaught exception 'Thrift\Exception\TException' with messa

RE: Conveying Errors through the Thrift API

2014-04-24 Thread Reagan, David Michael
This discussion came out of a particular problem I had with getAllExperimentsInProject(). If you ask for all experiments in a project which doesn't exist, it throws a generic AiravataSystemException. I requested that the exception be more meaningful, so that I can print a message to the user sa

RE: Airavata Thrift API Review - Experiment Object

2014-04-15 Thread Reagan, David Michael
My PHP code uses ~28 lines to create an experiment. The Thrift-generated code is quite confusing, so it’s difficult for me to tell what is really required. Are there sensible defaults for some of an Experiment’s properties, or can some of them be filled in automatically somewhere else down the l

PHP Client Hackathon

2014-03-25 Thread Reagan, David Michael
Hello, I was asked to send a quick note to the list to document the progress we made on the PHP client during the recent hackathon. You can find the code on GitHub here - https://github.com/SciGaP/Airavata-PHP-Client-Samples. SUCCESS GetAPIVersion createExperiment getExperiment launchExperiment