Yutao Shuai
Yutao Shuai

Reputation: 53

Deploying nodecellar in Cloudify,nodecellar can't start

2015-07-14T02:33:19 LOG <nodecellar> [nodecellar_e32b8.start] INFO: [GET] http://localhost:8080 404

2015-07-14T02:33:20 LOG [nodecellar_e32b8.start] INFO: Nodecellar has not started. waiting... 2015-07-14T02:33:21 LOG [nodecellar_e32b8.start] INFO: [GET] http://localhost:8080 404 2015-07-14T02:33:21 LOG [nodecellar_e32b8.start] INFO: Nodecellar has not started. waiting... 2015-07-14T02:33:22 LOG [nodecellar_e32b8.start] INFO: [GET] http://localhost:8080 404 2015-07-14T02:33:22 LOG [nodecellar_e32b8.start] INFO: Nodecellar has not started. waiting...

Cloudify can't start the nodecellar node...A proxy problem???

Upvotes: 0

Views: 130

Answers (1)

earthmant
earthmant

Reputation: 86

This is not an error.

During the install workflow the agent regularly checks to see if the application is started. If the application did fail to start you would see this error:

"http://localhost:8080 failed to start. waited for a 120 seconds."

Or the install workflow might time out. In which case, there could be an issue with a proxy, or it may be something else. However, given the log you've provided it's impossible to say.

Upvotes: 1

Related Questions