I get the same thing.. White screen - Have to kill it..
When I run the CLI I get a 403 error.. Over & over...
java.io.IOException: Server returned HTTP response code: 403 for URL:
https://cex.io/api/balance/ at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(Unknown Source)
at CexAPI.post(CexAPI.java:153)
at CexAPI.apiCall(CexAPI.java:196)
at CexAPI.balance(CexAPI.java:238)
at Reinvestor.execute(Reinvestor.java:279)
at Reinvestor$ReinvestThread.run(Reinvestor.java:541)
Exception in thread "Thread-0" java.util.NoSuchElementException: No line found
at java.util.Scanner.nextLine(Unknown Source)
at Reinvestor$InputThread.run(Reinvestor.java:443)
Looks like something may have changed in the API?

Cheers,
Dan