-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error while Configuring Butler SoS Yaml file #463
Comments
Hi @vizith "getaddrinfo ENOTFOUND" indicate that some IP address can't be found. I need some more info to make a guess what's going on:
|
Dear Goran, Thanks a lot for writing back on this issue, We have fixed above "getaddrinfo ENOTFOUND" by updating heartbeat details in the yaml file, However now we are facing another error i.e. 2022-12-27T12:40:51.096Z debug: PROXY SESSIONS: Monitor user sessions for these servers/virtual proxies: [ Error: bind EADDRNOTAVAIL 10.1.1.1:9997 D:\Install\OtherTools\butler-sos-win> |
Hi @mountaindude , Can you please have a look at above details and advise us, Thanks in advance. |
It's impossible for me to help you in a good way without knowing what the config file looks like. Best I can do given the information I have is to guess.. The error message indicate that Butler SOS could not begin listening on 10.1.1.1:9997
It's worth noting that if you set
More info about setting up user event monitoring is available here. |
Hi @mountaindude thanks a lot for your response, I understand. PFA yaml file and I have replaced hostname details with some dummy and port is open |
Allright, let's see if we can get this working. First, I would start by disabling as many features as possible, then enable them one by one to make sure each of them work as expected. What version of Sense are you using? The error message you get indicate it's the UDP server to which user session events are sent, that isn't starting as it should. Let's say you have that UDP server enabled though, i.e. So... Let's say you are running Butler SOS on a server with IP 10.11.12.13. Butler SOS should then be configured to start a UDP server that listens for UDP messages on 10.11.12.13:9997 (i.e. port 9997) That is achieved by setting A few things to keep in mind here:
|
Thanks a lot for these inputs @mountaindude , We were able to ovrcome above error, However we are facing another issue now connecting to influx DB. Can you please find attached error details Error looked like this "2023-01-12T07:14:55.724Z error: PROXY SESSIONS: Error saving user session data to InfluxDB! Error: No host available"
|
Are you sure the InfluxDB host is reachable from the computer where Butler SOS is running? Btw, I removed the log file you attached in the previous comment as it contained info that could be considered sensitive. |
Thank you @mountaindude . |
I will verify your inputs |
Hi Goran, we are facing socket hang up error while connecting to influx db now, can you please advise |
Well, that could be anything causing that... Without proper info on what happened, error messages, network configuration etc etc it's impossible to even guess what's causing that problem. If I were you I would first make sure that InfluxDB works. Install it, connect using the command line Good luck! |
Thanks goran, this is a in house influx db environment and we have Grafna as well. But i will try to install local influx db to test configuration if it's not working I will try some other option. |
Regarding Butler SOS' config file: |
What version of Butler SOS are you using?
v9.2.2
What version of Node.js are you using? Not applicable if you use the standalone version of Butler SOS.
16
What command did you use to start Butler SOS?
NA
What operating system are you using?
NA
What CPU architecture are you using?
NA
What Qlik Sense versions are you using?
NA
Describe the Bug
Dear Team,
We are facing Butler-sos configuration issues while setting it up with influxdb and graffana, Can you please advise if you have noticed this issue before.
i have pinged hostname/ip and instance is up with out any issue. Thanks a lot for your help in advance :)
]
node:events:505
throw er; // Unhandled 'error' event
^
Error: getaddrinfo ENOTFOUND
at GetAddrInfoReqWrap.onlookup [as oncomplete] (node:dns:71:26)
Emitted 'error' event on Socket instance at:
at GetAddrInfoReqWrap.callback (node:dgram:320:12)
at GetAddrInfoReqWrap.onlookup [as oncomplete] (node:dns:71:17) {
errno: -3008,
code: 'ENOTFOUND',
syscall: 'getaddrinfo',
hostname: ''
}
Expected Behavior
No response
To Reproduce
No response
The text was updated successfully, but these errors were encountered: