Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

URI must have scheme and server #13

Closed
lodygens opened this issue Jun 28, 2017 · 3 comments
Closed

URI must have scheme and server #13

lodygens opened this issue Jun 28, 2017 · 3 comments

Comments

@lodygens
Copy link
Owner

URI(String) should set default scheme and server, if not found in the provided String

@mocamircea
Copy link

Otherwise, this is a valid URI but without a scheme or server. This leads to incapacity of downloading data.

@mocamircea
Copy link

Example of job that tries to use data URI without scheme and server:
<?xml version='1.0' encoding='UTF-8'?><get><work><uid>5cf037c3-403c-4fdf-b8eb-83a945b2d628</uid><owneruid>e6052959-b809-457a-a974-427aace56ccb</owneruid><accessrights>0x755</accessrights><errormsg>IOError_:_can_t_download_work_:can_t_download_dirin_(scheme_is_null)</errormsg><isservice>false</isservice><appuid>cb841a3f-15ab-470e-b3a5-3c80d7732d73</appuid><returncode>0</returncode><cmdline>evolutions=2 clusters=3 minfit=2 file=data</cmdline><dirinuri>72762f47-dfee-4a99-bf3b-64b2788047a6</dirinuri><arrivaldate>2017-06-28 14:47:46</arrivaldate><readydate>2017-06-28 14:47:46</readydate><sendtoclient>false</sendtoclient><local>true</local><active>true</active><replications>0</replications><totalr>0</totalr><sizer>0</sizer><maxretry>10</maxretry><maxwallclocktime>21600</maxwallclocktime><retry>0</retry><diskspace>0</diskspace><minmemory>0</minmemory><mincpuspeed>0</mincpuspeed><status>ERROR</status><minfreemassstorage>0</minfreemassstorage></work></get>

lodygens pushed a commit that referenced this issue Jun 29, 2017
@lodygens
Copy link
Owner Author

This is solved by commit e3a5a9632f8a6890513e019194b4639e467e048b

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants