This repository was archived by the owner on Nov 14, 2018. It is now read-only.
  
  
  
  
  
Description
I deployed the juliabox on google computing engine instance. I got a blank page once I configured the hostname. The blank page source is
<html>
    <head>
        <script>
            parent.JuliaBox.inform_logged_out();
        </script>
    </head>
</html>hostname -f gives  juliabox.ermiaolive.com.
And /etc/hosts as
127.0.0.1 localhost
127.0.0.1 juliabox.xxxxx.com juliabox
146.148.95.123 juliabox.xxxxx.com juliabox
The log file at /JuliaBox/webserver/logs/error.log gives following connection refused error.
2016/10/05 19:44:37 [error] 7#0: *1 connect() failed (111: Connection refused), client: 209.89.19.68, server: , request: "GET / HTTP/1.1", host: "juliabox.xxxxx.com"
2016/10/05 19:44:38 [error] 7#0: *1 connect() failed (111: Connection refused), client: 209.89.19.68, server: , request: "GET / HTTP/1.1", host: "juliabox.xxxxx.com"
2016/10/05 19:44:39 [warn] 7#0: *1 [lua] router.lua:223: check_forward_addr(): replacing inaccessible forward address http://127.0.0.1:8888 with http://127.0.0.1:8888, client: 209.89.19.68, server: , request: "GET / HTTP/1.1", host: "juliabox.xxxxx.com"
2016/10/05 19:44:39 [error] 7#0: *1 connect() failed (111: Connection refused) while connecting to upstream, client: 209.89.19.68, server: , request: "GET / HTTP/1.1", upstream: "http://127.0.0.1:8888/", host: "juliabox.xxxxx.com"
Just wondering if anyone has a clue to fix or debug this problem?
Thanks.