nvazquez commented on issue #6828:
URL: https://github.com/apache/cloudstack/issues/6828#issuecomment-1279031588

   @fermosan I think the code running on your CPVM does not contain the latest 
changes. I have checked the following in your logs:
   
   ````
   2022-10-14 05:59:39,720 WARN  [cloud.consoleproxy.ConsoleProxyNoVNCHandler] 
(qtp1810267116-38:null) Failed to create viewer due to External authenticator 
failed request for vm d59c31a5-e4c8-454f-a9ff-432bc8910fcb with sid 
7lXWphOeekTsH0G6x3xWVQ
   com.cloud.consoleproxy.AuthenticationException: External authenticator 
failed request for vm d59c31a5-e4c8-454f-a9ff-432bc8910fcb with sid 
7lXWphOeekTsH0G6x3xWVQ
        at 
com.cloud.consoleproxy.ConsoleProxy.authenticationExternally(ConsoleProxy.java:528)
        at 
com.cloud.consoleproxy.ConsoleProxy.getNoVncViewer(ConsoleProxy.java:562)
        at 
com.cloud.consoleproxy.ConsoleProxyNoVNCHandler.onConnect(ConsoleProxyNoVNCHandler.java:136
   ````
   
   Both lines 528 and 562 point to closing brackets on the latest main branch 
code:
   
https://github.com/apache/cloudstack/blob/main/services/console-proxy/server/src/main/java/com/cloud/consoleproxy/ConsoleProxy.java#L528
   
   
https://github.com/apache/cloudstack/blob/main/services/console-proxy/server/src/main/java/com/cloud/consoleproxy/ConsoleProxy.java#L562
   
   Can you share the commit hash of the main branch you are using? I see the 
latest changes of that file for the console enhancements were merged on 
September 14, is there a change your main branch is older than that? If that's 
the case can you please rebase to the latest main branch?


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