You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by GitBox <gi...@apache.org> on 2020/02/15 19:36:24 UTC

[GitHub] [cloudstack] weizhouapache commented on issue #3296: [master] noVNC Console Integration

weizhouapache commented on issue #3296: [master] noVNC Console Integration
URL: https://github.com/apache/cloudstack/pull/3296#issuecomment-586634080
 
 
   > @ustcweizhou I'm tying to get this running in a test environment. Can you give me some indications on what maybe wrong. I'm using [master with this PR merged ](https://github.com/DennisKonrad/cloudstack/tree/novnc).
   > 
   > It seems to me after or during the upgrade to a websocket connection something fails with the novnc console.
   > 
   > (After reading the older comments again: No certificate uploaded in this environment and guest.domain.suffix is `test.kvm` )
   > 
   > 
   > The old cs console works fine when I set `novnc.console.default` to `false` and reboot the console system vm.
   
   
   @DennisKonrad I just recall the issue that novnc console does not work if you open the normal console few minutes ago.
   
   the vnc port is occupied when we open the normal console. the port is free again and novnc console should work when the connection is closed after idling for 180 seconds.
   
   https://github.com/apache/cloudstack/blob/master/services/console-proxy/server/src/main/java/com/cloud/consoleproxy/ConsoleProxyGCThread.java#L34
   
   I set up a fresh installation with master + novnc yesterday . it works fine.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services