neo4j问题
发布于 4 年前 作者 lymlala 1458 次浏览 来自 问答

ERROR Unexpected error detected in bolt session ‘bolt-9065’. Failed to process a bolt message org.neo4j.bolt.runtime.BoltConnectionFatality: Failed to process a bolt message at org.neo4j.bolt.v1.runtime.BoltStateMachineV1.handleFailure(BoltStateMachineV1.java:301) at org.neo4j.bolt.v1.messaging.BoltStateMachineV1Context.handleFailure(BoltStateMachineV1Context.java:58) at org.neo4j.bolt.v1.runtime.StreamingState.processStreamResultMessage(StreamingState.java:121) at org.neo4j.bolt.v1.runtime.StreamingState.processPullAllMessage(StreamingState.java:91) at org.neo4j.bolt.v1.runtime.StreamingState.process(StreamingState.java:51) at org.neo4j.bolt.v1.runtime.BoltStateMachineV1.nextState(BoltStateMachineV1.java:144) at org.neo4j.bolt.v1.runtime.BoltStateMachineV1.process(BoltStateMachineV1.java:92) at org.neo4j.bolt.messaging.BoltRequestMessageReader.lambda$doRead$1(BoltRequestMessageReader.java:89) at org.neo4j.bolt.runtime.DefaultBoltConnection.processNextBatch(DefaultBoltConnection.java:191) at org.neo4j.bolt.runtime.DefaultBoltConnection.processNextBatch(DefaultBoltConnection.java:139) at org.neo4j.bolt.runtime.ExecutorBoltScheduler.executeBatch(ExecutorBoltScheduler.java:171) at org.neo4j.bolt.runtime.ExecutorBoltScheduler.lambda$scheduleBatchOrHandleError$2(ExecutorBoltScheduler.java:154) at java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1590) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) Caused by: org.neo4j.bolt.messaging.BoltIOException: Bolt connection [/172.16.3.102:52404] will be closed because the client did not consume outgoing buffers for 00:15:00.000 which is not expected. at org.neo4j.bolt.v1.transport.ChunkedOutput.flush(ChunkedOutput.java:136) at org.neo4j.bolt.v1.transport.ChunkedOutput.messageSucceeded(ChunkedOutput.java:105) at org.neo4j.bolt.v1.messaging.BoltResponseMessageWriterV1.packCompleteMessageOrFail(BoltResponseMessageWriterV1.java:105) at org.neo4j.bolt.v1.messaging.BoltResponseMessageWriterV1.write(BoltResponseMessageWriterV1.java:79) at org.neo4j.bolt.v1.messaging.ResultHandler$1.visit(ResultHandler.java:47) at org.neo4j.bolt.v1.runtime.CypherAdapterStream.lambda$accept$0(CypherAdapterStream.java:75) at org.neo4j.cypher.internal.runtime.RuntimeJavaValueConverter$feedIteratorToVisitable.accept(RuntimeJavaValueConverter.scala:55) at org.neo4j.cypher.internal.compatibility.v3_5.runtime.PipeExecutionResult.accept(PipeExecutionResult.scala:76) at org.neo4j.cypher.internal.compatibility.v3_5.runtime.executionplan.StandardInternalExecutionResult.accept(StandardInternalExecutionResult.scala:192) at org.neo4j.cypher.internal.compatibility.ClosingExecutionResult$$anonfun$accept$2.apply$mcV$sp(ClosingExecutionResult.scala:158) at org.neo4j.cypher.internal.compatibility.ClosingExecutionResult$$anonfun$accept$2.apply(ClosingExecutionResult.scala:158) at org.neo4j.cypher.internal.compatibility.ClosingExecutionResult$$anonfun$accept$2.apply(ClosingExecutionResult.scala:158) at org.neo4j.cypher.internal.compatibility.ClosingExecutionResult$$anonfun$safelyAndClose$1.apply(ClosingExecutionResult.scala:171) at org.neo4j.cypher.exceptionHandler$runSafely$.apply(exceptionHandler.scala:89) at org.neo4j.cypher.internal.compatibility.ClosingExecutionResult.safelyAndClose(ClosingExecutionResult.scala:174) at org.neo4j.cypher.internal.compatibility.ClosingExecutionResult.accept(ClosingExecutionResult.scala:157) at org.neo4j.bolt.v1.runtime.CypherAdapterStream.accept(CypherAdapterStream.java:73) at org.neo4j.bolt.v1.messaging.ResultHandler.onRecords(ResultHandler.java:40) at org.neo4j.bolt.v1.runtime.StreamingState.lambda$processStreamResultMessage$0(StreamingState.java:110) at org.neo4j.bolt.v1.runtime.TransactionStateMachine$State.consumeResult(TransactionStateMachine.java:484) at org.neo4j.bolt.v1.runtime.TransactionStateMachine$State$1.streamResult(TransactionStateMachine.java:328) at org.neo4j.bolt.v1.runtime.TransactionStateMachine.streamResult(TransactionStateMachine.java:128) at org.neo4j.bolt.v1.runtime.StreamingState.processStreamResultMessage(StreamingState.java:109) … 13 more Caused by: org.neo4j.bolt.transport.TransportThrottleException: Bolt connection [/172.16.3.102:52404] will be closed because the client did not consume outgoing buffers for 00:15:00.000 which is not expected. at org.neo4j.bolt.transport.TransportWriteThrottle.acquire(TransportWriteThrottle.java:101) at org.neo4j.bolt.v1.transport.ChunkedOutput.flush(ChunkedOutput.java:132) … 35 more 2020-01-17 08:37:19.814+0000 WARN The client is unauthorized due to authentication failure. 2020-01-17 08:38:12.160+0000 WARN The client is unauthorized due to authentication failure. 2020-01-17 08:44:36.911+0000 WARN The client is unauthorized due to authentication failure. 2020-01-17 08:50:44.591+0000 WARN The client is unauthorized due to authentication failure. 2020-01-17 08:50:46.650+0000 WARN The client is unauthorized due to authentication failure. 2020-01-17 08:50:46.829+0000 WARN The client is unauthorized due to authentication failure. 2020-01-17 09:00:30.317+0000 INFO Neo4j Server shutdown initiated by request 2020-01-17 09:00:30.420+0000 INFO Stopping… 2020-01-17 09:00:30.751+0000 INFO Stopped.

3 回复

这个问题大神门谁遇到过请指点一下谢谢

关闭所有 杀毒、防护类软件及其服务,试试

回到顶部