0

I get a problem when I try to bind MySQL service to my App (AppFog).

Message : name: VmcError, endpoint: POST:/services, statusCode: 502, code: 503, description: Unexpected response from service gateway

What is the issue?

Anthony

tonymx227
  • 5,293
  • 16
  • 48
  • 91

1 Answers1

1

This looks like a problem on AppFog side. 502 is bad gateway, so one of the services server on AppFog is not answering.

Try to do the bind from the web UI, try a different infrastructure, or file a support ticket on AppFog.

Pascal Belloncle
  • 11,184
  • 3
  • 56
  • 56
  • I sent my issue on AppFog Support. And now it works, but I have a new issue. See below. – tonymx227 Feb 22 '13 at 20:54
  • you should create a new question instead of adding more questions as an answer. Does your code work locally? It seems jsdom creates a window without document, and this is why it fails. – Pascal Belloncle Feb 22 '13 at 21:42
  • check what your app is doing line 50 of index.js, and log what you pass to jsdom. It might not be what you expect. – Pascal Belloncle Feb 22 '13 at 22:00
  • Line 50 I call JSDOM from module. But there is no errors in local... I think it's a problem with AppFog. Maybe JSDOM is not supported... – tonymx227 Feb 22 '13 at 22:14
  • I would think this is something else that fails, then the code passes some junk to jsdom, but without seeing more code, and logs, I can't help much. – Pascal Belloncle Feb 22 '13 at 22:16