icclab / cf-webui

Single page CloudFoundry web user interface using AngularJS and Bootstrap
Apache License 2.0
50 stars 18 forks source link

Instance not starting #7

Open ghost opened 8 years ago

ghost commented 8 years ago

Hi, I was trying to use the cf-webui. After changing the API Endpoint, I tried pushing the app to CF but it fails to start an instance everytime I try to upload it. Here is the log file:

2016-04-10T15:30:11.82+0530 [DEA/52] OUT Starting app instance (index 0) with guid f706a434-7e0d-48dd-830d-a9d703171e80 2016-04-10T15:30:13.47+0530 [App/0] OUT ==> /home/vcap/app/openresty/nginx/logs/access.log <== 2016-04-10T15:30:13.47+0530 [App/0] OUT ==> /home/vcap/app/openresty/nginx/logs/error.log <== 2016-04-10T15:30:13.51+0530 [App/0] ERR nginx: [emerg] open() "/home/vcap/app/nginx/logs/error.log" failed (2: No such file or directory) 2016-04-10T15:30:13.53+0530 [DEA/52] ERR Instance (index 0) failed to start accepting connections 2016-04-10T15:30:13.54+0530 [API/2] OUT App instance exited with guid f706a434-7e0d-48dd-830d-a9d703171e80 payload: {"cc_partition"=>"default", "droplet"=>"f706a434-7e0d-48dd-830d-a9d703171e80", "version"=>"2c159327-b495-4570-a5da-1ee4f99f727b", "instance"=>"098aedad7fa244e78b2a2cb416aed644", "index"=>0, "reason"=>"CRASHED", "exit_status"=>1, "exit_description"=>"failed to accept connections within health check timeout", "crash_timestamp"=>1460282413}

lidiafgarces commented 8 years ago

Can you try again with the last commit?

srinat999 commented 8 years ago

Hey, this issue is still happening. Were you guys able to fix it?