-
Notifications
You must be signed in to change notification settings - Fork 0
Description
com.sun.jersey.api.client.UniformInterfaceException: POST https://api.storj.io/frames returned a response status of 502 Bad Gateway
at com.sun.jersey.api.client.WebResource.handle(WebResource.java:688)
at com.sun.jersey.api.client.WebResource.access$200(WebResource.java:74)
at com.sun.jersey.api.client.WebResource$Builder.post(WebResource.java:560)
at storj.io.restclient.rest.StorjRestClient.createFrame(StorjRestClient.java:235)
at storj.io.client.DefaultStorjClient.uploadFile(DefaultStorjClient.java:61)
at sample.Controller$2.call(Controller.java:353)
at sample.Controller$2.call(Controller.java:349)
at javafx.concurrent.Task$TaskCallable.call(Task.java:1423)
at java.util.concurrent.FutureTask.run(Unknown Source)
at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.util.concurrent.FutureTask.run(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
Response from Server:
POST https://api.storj.io/frames returned a response status of 502 Bad Gateway