Marcus Christie

Results 9 comments of Marcus Christie

Hi @dinukadesilva. As a sanity check, can you confirm that you are getting a valid access token? Is there any chance of turning on debugging or maybe changing the generated...

Thanks @bd2019us , this looks good. However, can you submit this PR against the develop branch?

@vivekshresta, Regarding validating internally, I would add the check to launchExperiment instead of createExperiment. > We will check the size limit only after the experiment creation is done. That's true,...

Looks good but the registry changes should be in the registry-refactoring module instead of registry-core.

If this branch were based on develop then it would have the registry-refactoring module. Is there a reason it is based on staging?

@isururanawaka looks like you're still working on this? Let me know when you want me to review it.

I've done some debugging and I've found that for some reason the private key is invalid. But also, when the exception is thrown it is causing the thread pool mechanism...

It turns out it was a private key format issue. Downloading a file uses the SCPReceiver/SCPSender classes and these classes use the JSch library instead of the ssh4j library. JSch...

@DImuthuUpe I have this fixed for now but I think there are still a few issues here: - exception handling needs to be fixed in HttpServerHandler. The [pullStatusFuture](https://github.com/apache/airavata-mft/blob/machristie/issue33/agent/src/main/java/org/apache/airavata/mft/agent/http/HttpServerHandler.java#L128) results in...