scfinder configs for running in real-time #54
Unanswered
dufangqing
asked this question in
Q&A
Replies: 1 comment 4 replies
-
Dear @dufangqing Socket connet error16:01:29 [error] SocketException: Socket connect error; Try to reconnect Means that database.inventory errorDepending on the version, the global seiscomp parameter database.inventory = mysql://host.docker.internal/seiscomp But this kind of complex config is irrelevant to 99% of users so I will remove it from the documentation. Thanks a lot for spotting this. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi there,
To run scfinder in realtime, I simply executed "seiscomp-finder exec scfinder --debug', because I assume scfinder would read inventory and record streams from the host by default.
However, in my case, it seems scfinder was only able to read the inventory from the host but not the real-time streaming waveforms since I kept getting the "too few stations in raw data list, exit trigger check!" info.
I wonder if there are extra configs that I have to specify and do you think the connection error message I get from the log is critical for the issue?
ps., a little configuration issue that I noticed: if adding "database.inventory = host.docker.internal/seiscomp" to the config file, I would get the error below, one may just exclude this specification to avoid the issue...
Thanks a lot,
Du
Beta Was this translation helpful? Give feedback.
All reactions