Hi Dian,<br><br>you can troubleshoot this problem easily.<br><br>First of all, read documents about setting up noVNC in opennebula website.<br>After making sure that you ran scripts without any problem, check to see if there is any noVNC running in the server:<br>

<br>one the oned node (OpenNebula server), run this:<br><br>ps aux |grep VNC<br><br>you should see something like this:<br><br>oneadmin 24346  0.0  0.2 249764 10632 ?        S    21:19   0:00 python /usr/share/one/noVNC/utils/wsproxy.py  <b style="color: rgb(255, 0, 0);"><span style="color: rgb(51, 204, 0);">35784 </span>yourMTSname</b>:<b><span style="color: rgb(51, 102, 255);">5908</span></b><br>

<br>it means that theres a port forwarding service which forwards request for VNC to <b style="color: rgb(255, 0, 0);">yourMTSname</b>:<b><span style="color: rgb(51, 102, 255);">5908</span></b> which hosts you vm. if this is running, you need to see if the destination(<b style="color: rgb(255, 0, 0);">yourMTSname</b>:<b><span style="color: rgb(51, 102, 255);">5908)</span></b> replies or not. to do so, simply run a telnet in oned server:<br>

<br>telnet <b style="color: rgb(255, 0, 0);">yourMTSname </b><b><span style="color: rgb(51, 102, 255);">5908</span></b><br><br>it should reply something like this<br><br>Trying 192.168.0.4...<br>Connected to <a href="http://mts4.ircloud.net">mts4.ircloud.net</a>.<br>

Escape character is '^]'.<br>RFB 003.008<br><br>if it doesn't, check your firewalls and also, check the server which host your vm to see if it listen to that port or not:<br><br>netstat -antpe |grep <b><span style="color: rgb(51, 102, 255);">5908</span></b><br>

<br><br>These steps was just to troubleshoot, and you can find where the problem is. <br><br>Thanks<br>Davood<br><br><div class="gmail_quote">On Fri, Dec 2, 2011 at 1:48 PM, Dian Djaelani <span dir="ltr"><<a href="mailto:djaelani@maxindo.net.id">djaelani@maxindo.net.id</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">hello any can help me ???<br>
on my project opennebula novnc in sunstone server cannot working,<br>
on mozilla firefox 8 error >>> WebSock error: [object Event]<br>
on chrome error >> connection time out >> server disconected<br>
<br>
please help me<br>
<br>
thnks<span class="HOEnZb"><font color="#888888"><br>
<br>
-- <br>
Regards,<br>
<br>
Dian Djaelani<br>
<a href="mailto:djaelani@maxindo.net.id" target="_blank">djaelani@maxindo.net.id</a><br>
<br>
______________________________<u></u>_________________<br>
Users mailing list<br>
<a href="mailto:Users@lists.opennebula.org" target="_blank">Users@lists.opennebula.org</a><br>
<a href="http://lists.opennebula.org/listinfo.cgi/users-opennebula.org" target="_blank">http://lists.opennebula.org/<u></u>listinfo.cgi/users-opennebula.<u></u>org</a><br>
</font></span></blockquote></div><br>