-
Notifications
You must be signed in to change notification settings - Fork 50
Can't start instances in custom juliabox install on AWS with 0.4.0. #307
Comments
@ianshmean, the error in At present, a default installation according to the instructions will install 0.3.11 (from the preconfigured docker image), but will also download and install 0.4.0-rc2. If you modified your installation to be based on a 0.4 image, it may be that the subsequent installation of 0.4.0-rc2 performed by the container Dockerfile has caused some conflict. I can't test this at the moment, @tanmaykm, is it obvious to you if this will be a problem? You have two options if you want to use 0.4:
|
I hadn't realised 0.3.11 provided both, so I've gone back and installed 0.3.11 on a fresh server.. With greater success. I can now launch JuliaBox instances, but I'm having a websockets issue that prevents the notebook from activating, i.e. I saw #271 and I think it may be a similar issue. Chrome is telling me:
I'm accessing my juliabox via a custom domain i.e. juliabox.domain.com, but as you can see, the websockets are being pointed to the AWS FQDN above, rather than this custom one. I tried to override Thanks for the help |
Also, I'm assuming the websocket connection is happening over 80, and obviously have that open on AWS. |
@ianshmean You need to make your server's IP resolve to |
@tanmaykm perfect, that fixed it. I just added Thanks all! |
I am actually running into the same problem, websocket failure on firefox for aws deployment.
I am trying to use the aws provided public dns name and added a line ( |
@fqiang Maybe this would work instead: http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/set-hostname.html ? |
@tanmaykm Thanks for your suggestion. Now, I brought a domain and tried the setup for my google cloud instance. But I still no success yet. |
Following the install instructions was seamless, the site loads and oauth works, but the cog just spins while trying to create an instance, until it timeouts with no further information on the page.
Any ideas? Is there a good log to look at?
Thanks
Edit: I've looked into
JuliaBox/engine/logs/engineinteractive.log
but the errors aren't any more descriptive. Here's a sampleAlthough
/JuliaBox/engine/logs/enginedaemon_err.log
gives:Also, my relevant config is:
and
docker ps -a
returns:The text was updated successfully, but these errors were encountered: