otuv

otuv

Bolt sips driver times out

Hi,
I have an app up and running just fine until a few database queries have passed. It then freaks out on me (lacking more precise terms).

I get the error message:

** (exit) exited in: :gen_server.call(#PID<0.292.0>, {#Port<0.569>, “this is latest query”, %{}}, 15000)

Through the observer I can trace that back to my (Bolt.Sips) connector

What rises mys suspicion is that all six processes spawned by the bolt_sips_pool start out with two linked processes but this number grows to ~100 before it dies. They seem to be some kind of generic genserver that seem to become a few more for every query I make and then never die.

I am not very experienced in this kind of error tracking. Could anyone suggest where to go on from here?

Marked As Solved

OvermindDL1

OvermindDL1

Uh, if this happens I’d recommend making a minimal reproducible test project and submit it to their bug tracker. o.O

Also Liked

domvas

domvas

Same as @OvermindDL1, please add an issue.
We’ll be pleased to fix it :slight_smile:

otuv

otuv

There has been a plot twist. It turns out that the answer was update your dependencies (dumbass)…

But great thanks for the open minded response :slight_smile:

domvas

domvas

It happens :slight_smile:
Glad to read that everything went fine in the end.
Keep in touch with Bolt Sips, there were a lot of changes recently and florin is currently on a new major version to have the driver (finally) compliant with the Neo4j entreprise edition!

Where Next?

Popular in Questions Top

bsollish-terakeet
Credo is smart enough to check for (something like) this: assert length(the_list) == 0 with this response: Checking if an enum is empt...
New
Jim
As a follow up to my earlier question: I have the code compiling and running but not getting a successful login from the rest server. ...
New
polypush135
As many of you may have realized by now (sorry for all the posts here) I’ve been working on a db problem where I’m trying to aggregate a ...
New
freewebwithme
Using vs code and installed ElixirLS: support and debugger. And I got an error popped up on start up says Failed to run ‘elixir’ comma...
New
rms.mrcs
Hi, I need to transform a list of numbers into a map where the keys are the indexes and the values are the original values of the list....
New
Fl4m3Ph03n1x
Background Let’s assume I have a typical GenServer that receives messages as requests, does some operation in a DB and returns responses....
New
LegitStack
I’m trying to make a websocket server in Phoenix or raw Elixir. I heard about gun, I think I could use cowboy, but since I’m not that sma...
New
kostonstyle
Hi all I want to have a unix time, from the current time plus 1 hour. DateTime.now + 1 hour How to get it in elixir? Thanks
New
belgoros
I’m not a pro in using Regex and can’t figure out why the following behaviour happens, especially if we take into account the difference ...
New
jay1
Why is it that the mnesia database isn’t the most preferred database for use in Elixir/Phoenix?
New

Other popular topics Top

Brian
What is the proper way to load a module from a file in to IEX? In the python world, doing something like this pretty standard: from ....
New
bsollish-terakeet
Credo is smart enough to check for (something like) this: assert length(the_list) == 0 with this response: Checking if an enum is empt...
New
gshaw
What is the idiomatic way of matching for not nil in Elixir? E.g., First way: defp halt_if_not_signed_in(conn, signed_in_account) when...
New
aalberti333
As the title describes, I’m trying to run Enum.map() over a list of key/value pairs, where the value is a map. My data looks like this: ...
New
vac
Hi, I'm quite new in Elixir and I'm trying to format a string to a PEM format. I have the certificate value like MIIDBTCCAe2...... and ...
New
mcarvalho
What is the difference between System.get_env and Application.get_env? For example, what are best practices to use one versus another.
New
mgjohns61585
Could someone help me? I'm making my first elixir program, number guessing game. I can't figure out how to convert the user's guess from ...
New
msaraiva
Surface is an experimental library built on top of Phoenix LiveView and its new LiveComponent API that aims to provide a more declarative...
564 42633 214
New
baxterw3b
Hi guys, i’m new in the Elixir world, and i have to say, that i love it! i’m having some problem to understand anonymous functions with ...
New
lanycrost
Hi everyone! I need implement if…else if…else condition from my elixir code, and anymore of this control flow structures not work proper...
New

We're in Beta

About us Mission Statement