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!

Last Post!

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

vegabook
I’m brand new to Phoenix and I have stripped one of the demo applications to the bone. I just want to get an svg up on the screen. Here i...
New
joaquinalcerro
Hi there, I am working with Ecto-Postgresql and I need to call all of the records from a specific table but the table has 40,000 records...
New
hariharasudhan94
lets say i have a sample like a = 20; b = 10; if (a &gt; b) do {:ok, "a"} end if (a &lt; b) do {:ok, b} end if (a == b) do {:ok, "equa...
New
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
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
9mm
I am constructing a JSON object (map) and I need to conditionally set a field. I’m trying to write proper elixir-way code… and I’m at a l...
New
Harrisonl
We have an ECS cluster with 4 services, where each task joins a single cluster, via discovery ECS discovery service. Currently when I de...
New

Other popular topics Top

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
aadeshere1
I have a another noob question about loop. Since elixir is immutable, while loop is not directly possible. total = 10 while total != 0 ...
New
joeerl
Hello again - after a longish gap I’ve decided I really must dig into Elixir and see what’s been happening here - so I have a few questio...
New
AstonJ
Seen any cool LiveView demos, sample apps or examples? Please post them here! :003:
New
JorisKok
I have a server on AWS, and was running a load test using artillery. When looking at the Phoenix dashboard I see the Ports going to 100% ...
New
jason.o
In the code below, if the create action is not set to accept “extra_key” as an input, it errors out with a message shown above. Is there ...
New

We're in Beta

About us Mission Statement