- Community Home
- >
- Software
- >
- HPE Morpheus Software
- >
- HPE Morpheus Enterprise Software
- >
- OCP cluster connection error
Categories
Company
Local Language
Forums
Discussions
- Integrity Servers
- Server Clustering
- HPE NonStop Compute
- HPE Apollo Systems
- High Performance Computing
Knowledge Base
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Knowledge Base
Forums
Discussions
- Cloud Mentoring and Education
- Software - General
- HPE OneView
- HPE Ezmeral Software platform
- HPE OpsRamp Software
Knowledge Base
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-03-2024 07:58 AM
12-03-2024 07:58 AM
OCP cluster connection error
Hi Experts,
I have integrated OCP 4.x with CMP 7.0.6. Initially, it was connected and i was able push the deployments. After about 1 day, it is showing disconnected but there were no changes to firewall, OCP and CMP.
Following error i could see when i try refresh / edit and save.
[http-nio-127.0.0.1-8080-exec-2] executeComputeServerCommand error: com.jcraft.jsch.JSchException: Auth fail for methods ‘publickey,gssapi-keyex,gssapi-with-mic’ com.jcraft.jsch.JSchException: Auth fail for methods ‘publickey,gssapi-keyex,gssapi-with-mic’ at com.jcraft.jsch.Session.connect(Session.java:521) at com.jcraft.jsch.Session.connect(Session.java:199) at com.jcraft.jsch.Session$connect$1.call(Unknown Source) at com.morpheus.RpcService.executeSudoCommand(RpcService.groovy:57) at com.morpheus.RpcService.executeSudoCommand(RpcService.groovy) at com.morpheus.RpcService$executeSudoCommand$1.call(Unknown Source) at com.morpheus.provision.KubernetesProvisionService$_executeComputeServerCommand_closure143.doCall(KubernetesProvisionService.groovy:5540) [2 skipped] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at com.morpheus.ComputeServer.withNewSession(ComputeServer.groovy) [16 skipped] at com.morpheus.ComputeServer$withNewSession$0.call(Unknown Source) at com.morpheus.provision.KubernetesProvisionService.executeComputeServerCommand(KubernetesProvisionService.groovy:5503) [3 skipped] at com.morpheus.provision.KubernetesProvisionService$executeComputeServerCommand$6.call(Unknown Source) at com.morpheus.host.KubernetesHostService.prometheusQuery(KubernetesHostService.groovy:2377) at com.morpheus.host.KubernetesHostService$prometheusQuery$24.call(Unknown Source) at com.morpheus.tools.KubernetesController.prometheusQuery(KubernetesController.groovy:69) at com.morpheus.remote.HiddenHttpMethodFilter.doFilterInternal(HiddenHttpMethodFilter.java:20) [19 skipped] at com.morpheus.StompAuthenticationFilter.doFilterInternal(StompAuthenticationFilter.groovy:144) [4 skipped] [90 skipped]
Any advise?
Thanks
BR
- Tags:
- clusters
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-03-2024 08:39 AM
12-03-2024 08:39 AM
Re: OCP cluster connection error
Could the credentials have been invalidated, somehow? There are authentication issues at the top of that log snippet
I work at HPE
HPE Support Center offers support for your HPE services and products when and how you need it. Get started with HPE Support Center today.
[Any personal opinions expressed are mine, and not official statements on behalf of Hewlett Packard Enterprise]
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-03-2024 09:11 AM
12-03-2024 09:11 AM
Re: OCP cluster connection error
@Ollie_Phillips Thanks for pointing. Overlooked default token expiry. it is connected back.
Thank you.