带有标签 驱动程序 的文章
在应用程序中启用事务超时
Neo4j 在 neo4j.conf 文件中有一个全局设置 dbms.transaction.timeout,可以设置超时时间阈值。如果任何用户的查询超出该阈值,查询将…
使用统一驱动程序进行会话连接时错误的说明
如 /docs/developer-manual/current/drivers/#_trust 所述,在建立加密连接时,需要验证远程对等方是否是我们期望连接的对象。默认的连接是…
“Failed to update routing table with server” 错误说明
如果在 $NEO4J_HOME/logs/debug.log 中遇到类似 “Failed to update routing table with server” 的错误:可以通过检查 DNS 条目来解决此问题。路由驱动程序是…
为什么会出现 “Kernel API returned non-existent relationship type: -1” 异常?
在罕见情况下,Neo4j Bolt 驱动会抛出 IllegalStateException。堆栈的顶部部分如下所示:实际上,发生的情况是这样的。getRelationshipTypeById(int type) 方法是…
如何解决 Python Bolt 驱动执行时出现错误 “(Failed to establish connection to {!r}.format(address))”
以最新的 Bolt 驱动 1.2 的 Python 为例。以下是示例代码,运行时出现以下错误:有两种解决方案…
java.lang.OutOfMemoryError:无法创建新本地线程
当客户端应用程序通过 bolt 或 bolt+routing 协议与 Neo4j 服务器建立会话时,服务器会分配一个线程作为服务器端的 bolt 工作线程,以…
在 Neo4j 4.0 中使用 Python 1.7.x 驱动程序
在撰写本文时,适用于 Neo4j 4.0 的 Python Bolt 驱动程序尚未发布。v4 Python 驱动程序将在年底前才可用…