Erlang genserver.call超时数据库连接出现Elixir错误

Erlang genserver.call超时数据库连接出现Elixir错误,erlang,timeout,elixir,otp,Erlang,Timeout,Elixir,Otp,在我安装wxWidgets libs并重新安装我的erlang otp版本以运行“:observer.start”后,我的应用程序出现以下错误: 我正在使用evm管理我的erlang otp版本 [info] GET /dashboard/admin [error] #PID<0.1290.0> running DashboardWeb.Endpoint (cowboy_protocol) terminated Server: test.lvh.me:5000 (http) Requ

在我安装wxWidgets libs并重新安装我的erlang otp版本以运行“:observer.start”后,我的应用程序出现以下错误: 我正在使用evm管理我的erlang otp版本

[info] GET /dashboard/admin
[error] #PID<0.1290.0> running DashboardWeb.Endpoint (cowboy_protocol) terminated
Server: test.lvh.me:5000 (http)
Request: GET /dashboard/admin
** (exit) exited in: :gen_server.call(#PID<0.797.0>, {:checkout, #Reference<0.3971714438.3053715457.259419>, true, 15000}, 5000)
   ** (EXIT) time out
[info]GET/dashboard/admin
[错误]#运行DashboardWeb的PID。终结点(cowboy#U协议)已终止
服务器:test.lvh.me:5000(http)
请求:GET/dashboard/admin
**(退出)退出::gen_server.call(#PID,{:checkout,#Reference,true,15000},5000)
**(退出)超时

我研究试图解决错误,我发现了这个链接“”,但我不能解决错误,我使用elixir 1.6.6和erlang otp 20.3,我安装了erlang otp 21.0,就像链接提到的,但没有工作,有人解决了这个问题吗?

请发布完整的错误消息:
超时后出现的是完全错误,终端没有显示更多错误信息。