VMware to GCP issue #510
Unanswered
kkbaum
asked this question in
Troubleshooting
Replies: 2 comments 1 reply
-
It's normal to see that maybe once or twice during startup, but eventually once opensearch starts it should resolve. The most likely issues is a lack of resources for the OpenSearch container. So, a couple of questions for you:
|
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a working MALCOLM image from VMWare Workstation that our network engineer converted and uploaded to our Google Cloud platform. When starting MALCOLM I get the following errors constantly till I kill the script:
pcap-monitor-1 | 2024-11-22 18:49:50 WARNING: GET http://opensearch:9200/_cluster/health [status:N/A request:4.345s]
pcap-monitor-1 | ConnectionRefusedError: [Errno 111] Connection refused
pcap-monitor-1 |
pcap-monitor-1 | The above exception was the direct cause of the following exception:
pcap-monitor-1 |
pcap-monitor-1 | urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f6062989f50>: Failed to establish a new connection: [Errno 111] Connection refused
I know Google makes changes to accommodate the image but I have yet in three days discovered what could be causing the issue. I have rebuilt MALCOLM from the Git files, verified network settings, turned off any firewalls and even changed the MTU of the Docker0 interface to match the local adapter.
Beta Was this translation helpful? Give feedback.
All reactions