fermosan opened a new issue, #6828:
URL: https://github.com/apache/cloudstack/issues/6828

   <!--
   Verify first that your issue/request is not already reported on GitHub.
   Also test if the latest release and main branch are affected too.
   Always add information AFTER of these HTML comments, but no need to delete 
the comments.
   -->
   
   ##### ISSUE TYPE
   <!-- Pick one below and delete the rest -->
    * Bug Report
   
   
   ##### COMPONENT NAME
   <!--
   Categorize the issue, e.g. API, VR, VPN, UI, etc.
   -->
   ~~~
   ConsoleProxy
   ~~~
   
   ##### CLOUDSTACK VERSION
   <!--
   New line separated list of affected versions, commit ID for issues on main 
branch.
   -->
   
   ~~~
   main (7936b0)
   ~~~
   
   ##### CONFIGURATION
   <!--
   Information about the configuration if relevant, e.g. basic network, 
advanced networking, etc.  N/A otherwise
   -->
   Advanced Networking
   No SSL
   
   ##### OS / ENVIRONMENT
   <!--
   Information about the environment if relevant, N/A otherwise
   -->
   UBUNTU 22.04 / KVM
   
   ##### SUMMARY
   <!-- Explain the problem/feature briefly -->
   
   running a clean install on current 4.18 tree looks like something is not 
working in consoleproxy.
   (noVNC and classic as well)
   
   An identical 4.17 environment works fine. 
   
   ##### STEPS TO REPRODUCE
   <!--
   For bugs, show exactly how to reproduce the problem, using a minimal 
test-case. Use Screenshots if accurate.
   
   For new features, show how the feature would be used.
   -->
   
   <!-- Paste example playbooks or commands between quotes below -->
   ~~~
   Deploydb for cloudstack current
   Create Zone / Storage 
   Join KVM Host
   Enable Zone
   Try to open console for system vms
   
   ~~~
   
   <!-- You can also paste gist.github.com links for larger files -->
   
   ##### EXPECTED RESULTS
   <!-- What did you expect to happen when running the steps above? -->
   
   ~~~
   Console Window opens for SystemVMS
   ~~~
   
   ##### ACTUAL RESULTS
   <!-- What actually happened? -->
   ~~~
   Authorization Fails. 
   **Logs Consoleproxy System VM:**
   INFO  [cloud.consoleproxy.ConsoleProxyNoVNCHandler] (qtp1954606578-43:null) 
Get websocket connection request from remote IP : 10.8.80.3
   INFO  [cloud.consoleproxy.ConsoleProxyNoVncClient] (Thread-105:null) Connect 
to VNC server directly. host: 172.31.255.12, port: 5901
   INFO  [consoleproxy.vnc.NoVncClient] (Thread-105:null) Connecting to VNC 
server 172.31.255.12:5901...
   INFO  [consoleproxy.vnc.NoVncClient] (Thread-105:null) VNC server requires 
password authentication
   INFO  [cloud.consoleproxy.ConsoleProxyNoVNCHandler] (qtp1954606578-43:null) 
Get websocket connection request from remote IP : 10.8.80.3
   INFO  [cloud.consoleproxy.ConsoleProxyNoVncClient] (Thread-110:null) Connect 
to VNC server directly. host: 172.31.255.12, port: 5901
   INFO  [consoleproxy.vnc.NoVncClient] (Thread-110:null) Connecting to VNC 
server 172.31.255.12:5901...
   INFO  [consoleproxy.vnc.NoVncClient] (Thread-110:null) VNC server requires 
password authentication
   
   **Logs Management vmops**
   WARN  [c.c.a.d.ParamGenericValidationWorker] (qtp1637207591-343:ctx-79672d38 
ctx-0d2376ce) (logid:b4beffac) Received unknown parameters for command 
createConsoleEndpoint. Unknown parameters : client-inet-address
   INFO  [o.a.c.c.ConsoleAccessManagerImpl] (qtp1637207591-343:ctx-79672d38 
ctx-0d2376ce) (logid:b4beffac) Parse host info returned from executing 
GetVNCPortCommand. host info: 172.31.255.211
   WARN  [c.c.a.m.AgentManagerImpl] (qtp1637207591-343:ctx-79672d38 
ctx-0d2376ce) (logid:b4beffac) Unsupported Command: Unsupported command issued: 
com.cloud.agent.api.BadCommand.  Are you sure you got the right type of server?
   ERROR [c.c.c.AgentHookBase] (AgentManager-Handler-3:null) (logid:) Invalid 
session, only one session allowed per token
   <!-- Paste verbatim command output between quotes below -->
   ~~~
   


-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to