You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
getting NPE when using dev-ui chat with fileserver using attached producer and asking in chat: "what is in my project"
java.lang.NullPointerException: Cannot invoke "dev.langchain4j.service.tool.ToolExecutor.execute(dev.langchain4j.agent.tool.ToolExecutionRequest, Object)" because "toolExecutor" is null
at io.quarkiverse.langchain4j.runtime.devui.ChatJsonRPCService$2.lambda$onComplete$0(ChatJsonRPCService.java:320)
at io.quarkus.vertx.core.runtime.VertxCoreRecorder$15.runWith(VertxCoreRecorder.java:638)
at org.jboss.threads.EnhancedQueueExecutor$Task.doRunWith(EnhancedQueueExecutor.java:2675)
at org.jboss.threads.EnhancedQueueExecutor$Task.run(EnhancedQueueExecutor.java:2654)
at org.jboss.threads.EnhancedQueueExecutor.runThreadBody(EnhancedQueueExecutor.java:1627)
at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1594)
at org.jboss.threads.DelegatingRunnable.run(DelegatingRunnable.java:11)
at org.jboss.threads.ThreadLocalResettingRunnable.run(ThreadLocalResettingRunnable.java:11)
at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
at java.base/java.lang.Thread.run(Thread.java:1583)
I would not expect streaming would make a difference and get npe for tool executor.
Assuming there is something missing then in devui it shouldn't get stuck forever as it currently does.
The text was updated successfully, but these errors were encountered:
getting NPE when using dev-ui chat with fileserver using attached producer and asking in chat: "what is in my project"
reproducer mighty.zip
I would not expect streaming would make a difference and get npe for tool executor.
Assuming there is something missing then in devui it shouldn't get stuck forever as it currently does.
The text was updated successfully, but these errors were encountered: