hi all,
i have configured openstack icehouse with VMware vpshere 5.5. when i try to connect instance console via google chrome its give following error.
New state 'failed', was 'ProtocolVersion'. Msg: Failed to connect to server (code: 1006)
util.js:111
Util.Error util.js:111
RFB.updateState rfb.js:432
RFB.fail rfb.js:522
(anonymous function) rfb.js:251
websocket.onclose websock.js:354
New state 'disconnected', was 'failed'. util.js:110
but i can connect instance console using firefox without any issue. internet explorer is giving same error.
related nova-novncproxy as follows.
193: 103.247.50.149: new handler Process
193: 103.247.50.149: "GET /vnc_auto.html?token=dc609313-d098-4727-8e84-4e55e317b45e&title=cloud(24883611-12be-401b-873f-e84bec460900) HTTP/1.1" 200 -
194: 103.247.50.149: new handler Process
195: 103.247.50.149: new handler Process
194: 103.247.50.149: "GET /include/base.css HTTP/1.1" 200 -
195: 103.247.50.149: "GET /include/util.js HTTP/1.1" 200 -
196: 103.247.50.149: new handler Process
197: 103.247.50.149: new handler Process
196: 103.247.50.149: "GET /include/base64.js HTTP/1.1" 200 -
197: 103.247.50.149: "GET /include/webutil.js HTTP/1.1" 200 -
198: 103.247.50.149: new handler Process
199: 103.247.50.149: new handler Process
200: 103.247.50.149: new handler Process
201: 103.247.50.149: new handler Process
198: 103.247.50.149: "GET /include/des.js HTTP/1.1" 200 -
200: 103.247.50.149: "GET /include/websock.js HTTP/1.1" 200 -
201: 103.247.50.149: "GET /include/display.js HTTP/1.1" 200 -
199: 103.247.50.149: "GET /include/input.js HTTP/1.1" 200 -
202: 103.247.50.149: new handler Process
203: 103.247.50.149: new handler Process
202: 103.247.50.149: "GET /include/jsunzip.js HTTP/1.1" 200 -
203: 103.247.50.149: "GET /include/rfb.js HTTP/1.1" 200 -
204: 103.247.50.149: new handler Process
204: 103.247.50.149: Plain non-SSL (ws://) WebSocket connection
204: 103.247.50.149: Version hybi-13, base64: 'False'
204: 103.247.50.149: Path: '/websockify'
204: handler exception: Invalid Token
204: Traceback (most recent call last):
File "/usr/lib/python2.7/dist-packages/websockify/websocket.py", line 711, in top_new_client
self.new_client()
File "/usr/lib/python2.7/dist-packages/nova/console/websocketproxy.py", line 56, in new_client
raise Exception(_("Invalid Token"))
Exception: Invalid Token