[ 
https://issues.apache.org/jira/browse/AIRAVATA-2181?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15616484#comment-15616484
 ] 

Marcus Christie commented on AIRAVATA-2181:
-------------------------------------------

This is really odd. The result of
{code}
$currentOutputPath = 
"file://[email protected]:0/var/www/portals/gateway-user-data/dev-seagrid/marcus-user/DefaultProject/echo1477684044/Echo.stdout";
echo parse_url($currentOutputPath, PHP_URL_PATH);
{code}
is the empty string.

The problematic part is the port number. If I take off the ":0", it parses as 
expected
{code}
$currentOutputPath = 
"file://[email protected]/var/www/portals/gateway-user-data/dev-seagrid/marcus-user/DefaultProject/echo1477684044/Echo.stdout";
echo parse_url($currentOutputPath, PHP_URL_PATH);
{code}
echoes 
"/var/www/portals/gateway-user-data/dev-seagrid/marcus-user/DefaultProject/echo1477684044/Echo.stdout".

Assuming this used to work, my guess is a change in the backend code started 
adding the ":0" port number.  Does that ring any bells?

> Cannot view the experiment outputs from PGA. Getting exception: The file 
> "/var/www/portals/gateway-user-data/dev-seagrid/" does not exist
> -----------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: AIRAVATA-2181
>                 URL: https://issues.apache.org/jira/browse/AIRAVATA-2181
>             Project: Airavata
>          Issue Type: Bug
>          Components: PGA PHP Web Gateway
>         Environment: https://dev.seagrid.org
>            Reporter: Eroma
>            Assignee: Marcus Christie
>             Fix For: 0.17-SNAPSHOT
>
>
> When tried to view inputs and outputs from experiment summary;
> 1. Can successfully download the input file
> 2. Cannot view the outputs.
> 3. They exists in the specific data directory of the experiment in gw54 
> machine. (Path: 
> var/www/portals/gateway-user-data/dev-seagrid/ProdE2016/October_21_2016/Clone_of_SLM2_Gaussian_Gordon1477061600)
> Experiment ID: 
> Clone_of_SLM2-Gaussian-Gordon_e44417f0-de47-4baf-aceb-5bd7a6126fef



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to