Changes between Initial Version and Version 1 of GEC17Agenda/GettingStartedWithGENI_III_GIMI/Procedure/TrackIssues/PortalImplement


Ignore:
Timestamp:
07/15/13 21:11:31 (11 years ago)
Author:
divyashri.bhat@gmail.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GEC17Agenda/GettingStartedWithGENI_III_GIMI/Procedure/TrackIssues/PortalImplement

    v1 v1  
     11. I have iRODS, Experiment Service and Labwiki running on emmy9.  In the Execute Window I cannot see the list of slices and experiment IDs. [[BR]]
     2
     3curl -X POST -H "Content-Type: application/json" --data-binary @'+ json_filename +' ' + self.restURL + ':' + str(self.restPort) + '/projects/' + self.proj_name + '/users
     4
     5When I do a GET of  http://emmy9.casa.umass.edu:8002/users/geni-dbhat[[BR]]
     6
     7It does not return the project that the user belongs to.[[BR]]
     8
     9When I do http://emmy9.casa.umass.edu:8002/projects/GIMITesting/users/ , I get geni-dbhat as a member of Project GIMITesting.[[BR]]
     10
     11I believe this is what is causing the problem that I have. Is there anything wrong with the POST and GET I am using?[[BR]]
     12
     132. The iRODs server is now geni-renci.org. Hence, the GENI Portal names and the iRODs user names are now geni-<username>.[[BR]]
     14To solve this I added a hack in labwiki/lib/labwiki/session_init.rb at line 18[[BR]]
     15id = 'geni-' + user.split('=').last