Skip to content

Instantly share code, notes, and snippets.

@nela
Created November 5, 2022 10:43
Show Gist options
  • Save nela/19c58defb4dd8da4d69a3c8b6e063333 to your computer and use it in GitHub Desktop.
Save nela/19c58defb4dd8da4d69a3c8b6e063333 to your computer and use it in GitHub Desktop.
[ DEBUG ] 2022-11-05T11:32:24Z+0100 ] ...nvim/site/pack/packer/start/nvim-dap/lua/dap/session.lua:1108 ] "Spawning debug adapter" {
command = "/home/nela/.local/repositories/kotlin-debug-adapter/adapter/build/install/adapter/bin/kotlin-debug-adapter",
options = {
disconnect_timeout_sec = 15,
initialize_timeout_sec = 15
},
type = "executable"
}
[ DEBUG ] 2022-11-05T11:32:24Z+0100 ] ...nvim/site/pack/packer/start/nvim-dap/lua/dap/session.lua:1351 ] "request" {
arguments = {
adapterID = "nvim-dap",
clientId = "neovim",
clientname = "neovim",
columnsStartAt1 = true,
linesStartAt1 = true,
locale = "en_US.UTF-8",
pathFormat = "path",
supportsRunInTerminalRequest = true,
supportsVariableType = true
},
command = "initialize",
seq = 0,
type = "request"
}
[ DEBUG ] 2022-11-05T11:32:25Z+0100 ] ...nvim/site/pack/packer/start/nvim-dap/lua/dap/session.lua:838 ] {
event = "initialized",
seq = 1,
type = "event"
}
[ DEBUG ] 2022-11-05T11:32:25Z+0100 ] ...nvim/site/pack/packer/start/nvim-dap/lua/dap/session.lua:1351 ] "request" {
arguments = {
breakpoints = { {
line = 21
} },
lines = { 21 },
source = {
name = "Repository.kt",
path = "/home/nela/projects/ktest/app/src/main/kotlin/ktest/Repository.kt"
},
sourceModified = false
},
command = "setBreakpoints",
seq = 1,
type = "request"
}
[ DEBUG ] 2022-11-05T11:32:25Z+0100 ] ...nvim/site/pack/packer/start/nvim-dap/lua/dap/session.lua:838 ] {
body = {
category = "console",
output = "[INFO] main Connected to client\n"
},
event = "output",
seq = 2,
type = "event"
}
[ DEBUG ] 2022-11-05T11:32:25Z+0100 ] ...nvim/site/pack/packer/start/nvim-dap/lua/dap/session.lua:838 ] {
body = {
exceptionBreakpointFilters = { {
default = false,
filter = "C",
label = "Caught Exceptions"
}, {
default = false,
filter = "U",
label = "Uncaught Exceptions"
} },
supportsCompletionsRequest = true,
supportsConfigurationDoneRequest = true,
supportsExceptionInfoRequest = true
},
command = "initialize",
request_seq = 0,
seq = 3,
success = true,
type = "response"
}
[ DEBUG ] 2022-11-05T11:32:25Z+0100 ] ...nvim/site/pack/packer/start/nvim-dap/lua/dap/session.lua:1351 ] "request" {
arguments = {
mainClass = "ktest.AppKt",
name = "Kotlin",
projectRoot = "/home/nela/projects/ktest/app",
request = "launch",
type = "kotlin"
},
command = "launch",
seq = 2,
type = "request"
}
[ DEBUG ] 2022-11-05T11:32:25Z+0100 ] ...nvim/site/pack/packer/start/nvim-dap/lua/dap/session.lua:838 ] {
body = {
breakpoints = { {
line = 21,
source = {
name = "Repository.kt",
path = "/home/nela/projects/ktest/app/src/main/kotlin/ktest/Repository.kt"
},
verified = true
} }
},
command = "setBreakpoints",
request_seq = 1,
seq = 4,
success = true,
type = "response"
}
[ DEBUG ] 2022-11-05T11:32:25Z+0100 ] ...nvim/site/pack/packer/start/nvim-dap/lua/dap/session.lua:1351 ] "request" {
arguments = {
filters = {}
},
command = "setExceptionBreakpoints",
seq = 3,
type = "request"
}
[ DEBUG ] 2022-11-05T11:32:25Z+0100 ] ...nvim/site/pack/packer/start/nvim-dap/lua/dap/session.lua:838 ] {
event = "initialized",
seq = 5,
type = "event"
}
[ DEBUG ] 2022-11-05T11:32:25Z+0100 ] ...nvim/site/pack/packer/start/nvim-dap/lua/dap/session.lua:1351 ] "request" {
arguments = {
breakpoints = { {
line = 21
} },
lines = { 21 },
source = {
name = "Repository.kt",
path = "/home/nela/projects/ktest/app/src/main/kotlin/ktest/Repository.kt"
},
sourceModified = false
},
command = "setBreakpoints",
seq = 4,
type = "request"
}
[ DEBUG ] 2022-11-05T11:32:25Z+0100 ] ...nvim/site/pack/packer/start/nvim-dap/lua/dap/session.lua:838 ] {
body = {
breakpoints = {}
},
command = "setExceptionBreakpoints",
request_seq = 3,
seq = 6,
success = true,
type = "response"
}
[ DEBUG ] 2022-11-05T11:32:25Z+0100 ] ...nvim/site/pack/packer/start/nvim-dap/lua/dap/session.lua:1351 ] "request" {
command = "configurationDone",
seq = 5,
type = "request"
}
[ DEBUG ] 2022-11-05T11:32:25Z+0100 ] ...nvim/site/pack/packer/start/nvim-dap/lua/dap/session.lua:838 ] {
body = {
breakpoints = { {
line = 21,
source = {
name = "Repository.kt",
path = "/home/nela/projects/ktest/app/src/main/kotlin/ktest/Repository.kt"
},
verified = true
} }
},
command = "setBreakpoints",
request_seq = 4,
seq = 7,
success = true,
type = "response"
}
[ DEBUG ] 2022-11-05T11:32:25Z+0100 ] ...nvim/site/pack/packer/start/nvim-dap/lua/dap/session.lua:1351 ] "request" {
arguments = {
filters = {}
},
command = "setExceptionBreakpoints",
seq = 6,
type = "request"
}
[ DEBUG ] 2022-11-05T11:32:25Z+0100 ] ...nvim/site/pack/packer/start/nvim-dap/lua/dap/session.lua:838 ] {
body = {
breakpoints = {}
},
command = "setExceptionBreakpoints",
request_seq = 6,
seq = 8,
success = true,
type = "response"
}
[ DEBUG ] 2022-11-05T11:32:25Z+0100 ] ...nvim/site/pack/packer/start/nvim-dap/lua/dap/session.lua:1351 ] "request" {
command = "configurationDone",
seq = 7,
type = "request"
}
[ DEBUG ] 2022-11-05T11:32:26Z+0100 ] ...nvim/site/pack/packer/start/nvim-dap/lua/dap/session.lua:838 ] {
body = {
category = "console",
output = "[INFO] async1 Resolving dependencies for 'app' through Gradle's CLI using tasks [kotlinLSPProjectDeps]...\n"
},
event = "output",
seq = 9,
type = "event"
}
[ DEBUG ] 2022-11-05T11:32:27Z+0100 ] ...nvim/site/pack/packer/start/nvim-dap/lua/dap/session.lua:838 ] {
body = {
category = "console",
output = "[INFO] async1 Successfully resolved dependencies for 'app' using Gradle\n"
},
event = "output",
seq = 10,
type = "event"
}
[ DEBUG ] 2022-11-05T11:32:27Z+0100 ] ...nvim/site/pack/packer/start/nvim-dap/lua/dap/session.lua:838 ] {
body = {
category = "console",
output = "[INFO] async1 Resolving dependencies for 'app' through Gradle's CLI using tasks [kotlinLSPProjectDeps]...\n"
},
event = "output",
seq = 11,
type = "event"
}
[ DEBUG ] 2022-11-05T11:32:29Z+0100 ] ...nvim/site/pack/packer/start/nvim-dap/lua/dap/session.lua:838 ] {
body = {
category = "console",
output = "[INFO] async1 Successfully resolved dependencies for 'app' using Gradle\n"
},
event = "output",
seq = 12,
type = "event"
}
[ DEBUG ] 2022-11-05T11:32:30Z+0100 ] ...nvim/site/pack/packer/start/nvim-dap/lua/dap/session.lua:838 ] {
body = {
category = "console",
output = "[INFO] async1 Starting JVM debug session with main class ktest.AppKt\n"
},
event = "output",
seq = 13,
type = "event"
}
[ DEBUG ] 2022-11-05T11:32:30Z+0100 ] ...nvim/site/pack/packer/start/nvim-dap/lua/dap/session.lua:838 ] {
command = "launch",
request_seq = 2,
seq = 14,
success = true,
type = "response"
}
[ DEBUG ] 2022-11-05T11:32:30Z+0100 ] ...nvim/site/pack/packer/start/nvim-dap/lua/dap/session.lua:838 ] {
body = {
reason = "started",
threadId = 493
},
event = "thread",
seq = 15,
type = "event"
}
[ DEBUG ] 2022-11-05T11:32:30Z+0100 ] ...nvim/site/pack/packer/start/nvim-dap/lua/dap/session.lua:838 ] {
body = {
category = "stdout",
output = "Hello World!\n"
},
event = "output",
seq = 16,
type = "event"
}
[ DEBUG ] 2022-11-05T11:32:31Z+0100 ] ...nvim/site/pack/packer/start/nvim-dap/lua/dap/session.lua:838 ] {
body = {
reason = "started",
threadId = 2529
},
event = "thread",
seq = 17,
type = "event"
}
[ DEBUG ] 2022-11-05T11:32:31Z+0100 ] ...nvim/site/pack/packer/start/nvim-dap/lua/dap/session.lua:838 ] {
body = {
reason = "started",
threadId = 2545
},
event = "thread",
seq = 18,
type = "event"
}
[ DEBUG ] 2022-11-05T11:32:31Z+0100 ] ...nvim/site/pack/packer/start/nvim-dap/lua/dap/session.lua:838 ] {
body = {
reason = "started",
threadId = 2546
},
event = "thread",
seq = 19,
type = "event"
}
[ DEBUG ] 2022-11-05T11:32:31Z+0100 ] ...nvim/site/pack/packer/start/nvim-dap/lua/dap/session.lua:838 ] {
body = {
reason = "started",
threadId = 2576
},
event = "thread",
seq = 20,
type = "event"
}
[ DEBUG ] 2022-11-05T11:32:31Z+0100 ] ...nvim/site/pack/packer/start/nvim-dap/lua/dap/session.lua:838 ] {
body = {
reason = "started",
threadId = 2577
},
event = "thread",
seq = 21,
type = "event"
}
[ DEBUG ] 2022-11-05T11:32:31Z+0100 ] ...nvim/site/pack/packer/start/nvim-dap/lua/dap/session.lua:838 ] {
body = {
reason = "breakpoint",
threadId = 1
},
event = "stopped",
seq = 22,
type = "event"
}
[ DEBUG ] 2022-11-05T11:32:31Z+0100 ] ...nvim/site/pack/packer/start/nvim-dap/lua/dap/session.lua:1351 ] "request" {
command = "threads",
seq = 8,
type = "request"
}
[ DEBUG ] 2022-11-05T11:32:31Z+0100 ] ...nvim/site/pack/packer/start/nvim-dap/lua/dap/session.lua:838 ] {
body = {
reason = "breakpoint",
threadId = 1
},
event = "stopped",
seq = 23,
type = "event"
}
[ DEBUG ] 2022-11-05T11:32:31Z+0100 ] ...nvim/site/pack/packer/start/nvim-dap/lua/dap/session.lua:1351 ] "request" {
command = "threads",
seq = 9,
type = "request"
}
[ DEBUG ] 2022-11-05T11:32:31Z+0100 ] ...nvim/site/pack/packer/start/nvim-dap/lua/dap/session.lua:838 ] {
body = {
threads = { {
id = 1,
name = "main"
}, {
id = 2,
name = "Reference Handler"
}, {
id = 3,
name = "Finalizer"
}, {
id = 4,
name = "Signal Dispatcher"
}, {
id = 5,
name = "Notification Thread"
}, {
id = 493,
name = "Common-Cleaner"
}, {
id = 2529,
name = "OkHttp frost.met.no"
}, {
id = 2545,
name = "OkHttp ConnectionPool"
}, {
id = 2546,
name = "OkHttp frost.met.no Writer"
}, {
id = 2576,
name = "OkHttp Http2Connection"
}, {
id = 2577,
name = "Okio Watchdog"
} }
},
command = "threads",
request_seq = 8,
seq = 24,
success = true,
type = "response"
}
[ DEBUG ] 2022-11-05T11:32:31Z+0100 ] ...nvim/site/pack/packer/start/nvim-dap/lua/dap/session.lua:1351 ] "request" {
arguments = {
threadId = 1
},
command = "stackTrace",
seq = 10,
type = "request"
}
[ DEBUG ] 2022-11-05T11:32:31Z+0100 ] ...nvim/site/pack/packer/start/nvim-dap/lua/dap/session.lua:838 ] {
body = {
threads = { {
id = 1,
name = "main"
}, {
id = 2,
name = "Reference Handler"
}, {
id = 3,
name = "Finalizer"
}, {
id = 4,
name = "Signal Dispatcher"
}, {
id = 5,
name = "Notification Thread"
}, {
id = 493,
name = "Common-Cleaner"
}, {
id = 2529,
name = "OkHttp frost.met.no"
}, {
id = 2545,
name = "OkHttp ConnectionPool"
}, {
id = 2546,
name = "OkHttp frost.met.no Writer"
}, {
id = 2576,
name = "OkHttp Http2Connection"
}, {
id = 2577,
name = "Okio Watchdog"
} }
},
command = "threads",
request_seq = 9,
seq = 25,
success = true,
type = "response"
}
[ DEBUG ] 2022-11-05T11:32:31Z+0100 ] ...nvim/site/pack/packer/start/nvim-dap/lua/dap/session.lua:567 ] "Received stopped event, but main is already stopped. Resuming newly stopped thread. To disable this set the `auto_continue_if_many_stopped` option to false."
[ DEBUG ] 2022-11-05T11:32:31Z+0100 ] ...nvim/site/pack/packer/start/nvim-dap/lua/dap/session.lua:1351 ] "request" {
arguments = {
threadId = 1
},
command = "continue",
seq = 11,
type = "request"
}
[ DEBUG ] 2022-11-05T11:32:31Z+0100 ] ...nvim/site/pack/packer/start/nvim-dap/lua/dap/session.lua:838 ] {
body = {
stackFrames = { {
column = 1,
id = 2,
line = 21,
name = "parsedResponse",
source = {
name = "Repository.kt",
path = "/home/nela/projects/ktest/app/src/main/kotlin/ktest/Repository.kt"
}
}, {
column = 1,
id = 3,
line = 10,
name = "makeRequest",
source = {
name = "Repository.kt",
path = "/home/nela/projects/ktest/app/src/main/kotlin/ktest/Repository.kt"
}
}, {
column = 1,
id = 4,
line = 16,
name = "main",
source = {
name = "App.kt",
path = "/home/nela/projects/ktest/app/src/main/kotlin/ktest/App.kt"
}
}, {
column = 1,
id = 5,
line = -1,
name = "main",
source = {
name = "App.kt",
path = "/home/nela/projects/ktest/app/src/main/kotlin/ktest/App.kt"
}
} }
},
command = "stackTrace",
request_seq = 10,
seq = 26,
success = true,
type = "response"
}
[ DEBUG ] 2022-11-05T11:32:31Z+0100 ] ...nvim/site/pack/packer/start/nvim-dap/lua/dap/session.lua:1351 ] "request" {
arguments = {
frameId = 2
},
command = "scopes",
seq = 12,
type = "request"
}
[ DEBUG ] 2022-11-05T11:32:31Z+0100 ] ...nvim/site/pack/packer/start/nvim-dap/lua/dap/session.lua:838 ] {
body = {
allThreadsContinued = false
},
command = "continue",
request_seq = 11,
seq = 27,
success = true,
type = "response"
}
[ DEBUG ] 2022-11-05T11:32:31Z+0100 ] ...nvim/site/pack/packer/start/nvim-dap/lua/dap/session.lua:838 ] {
body = {
category = "console",
output = "[WARN] server Could not fetch scopes, invalid stack frame: Thread has been resumed\n"
},
event = "output",
seq = 28,
type = "event"
}
[ DEBUG ] 2022-11-05T11:32:31Z+0100 ] ...nvim/site/pack/packer/start/nvim-dap/lua/dap/session.lua:838 ] {
body = {
category = "stdout",
output = "{\n"
},
event = "output",
seq = 29,
type = "event"
}
[ DEBUG ] 2022-11-05T11:32:31Z+0100 ] ...nvim/site/pack/packer/start/nvim-dap/lua/dap/session.lua:838 ] {
body = {
category = "stdout",
output = ' "@context" : "https://frost.met.no/schema",\n'
},
event = "output",
seq = 30,
type = "event"
}
[ DEBUG ] 2022-11-05T11:32:31Z+0100 ] ...nvim/site/pack/packer/start/nvim-dap/lua/dap/session.lua:838 ] {
body = {
category = "stdout",
output = ' "@type" : "ErrorResponse",\n'
},
event = "output",
seq = 31,
type = "event"
}
[ DEBUG ] 2022-11-05T11:32:31Z+0100 ] ...nvim/site/pack/packer/start/nvim-dap/lua/dap/session.lua:838 ] {
body = {
category = "stdout",
output = ' "apiVersion" : "v0",\n'
},
event = "output",
seq = 32,
type = "event"
}
[ DEBUG ] 2022-11-05T11:32:31Z+0100 ] ...nvim/site/pack/packer/start/nvim-dap/lua/dap/session.lua:838 ] {
body = {
category = "stdout",
output = ' "license" : "https://creativecommons.org/licenses/by/3.0/no/",\n'
},
event = "output",
seq = 33,
type = "event"
}
[ DEBUG ] 2022-11-05T11:32:31Z+0100 ] ...nvim/site/pack/packer/start/nvim-dap/lua/dap/session.lua:838 ] {
body = {
category = "stdout",
output = ' "createdAt" : "2022-11-05T10:32:31Z",\n'
},
event = "output",
seq = 34,
type = "event"
}
[ DEBUG ] 2022-11-05T11:32:31Z+0100 ] ...nvim/site/pack/packer/start/nvim-dap/lua/dap/session.lua:838 ] {
body = {
category = "stdout",
output = ' "queryTime" : 0,\n'
},
event = "output",
seq = 35,
type = "event"
}
[ DEBUG ] 2022-11-05T11:32:31Z+0100 ] ...nvim/site/pack/packer/start/nvim-dap/lua/dap/session.lua:838 ] {
body = {
category = "stdout",
output = ' "currentLink" : "https://frost.met.no/observations/v0.jsonld?sources=sn18700&referencetime=2010-01-01T12&elements=air_temperature",\n'
},
event = "output",
seq = 36,
type = "event"
}
[ DEBUG ] 2022-11-05T11:32:31Z+0100 ] ...nvim/site/pack/packer/start/nvim-dap/lua/dap/session.lua:838 ] {
body = {
category = "stdout",
output = ' "error" : {\n'
},
event = "output",
seq = 37,
type = "event"
}
[ DEBUG ] 2022-11-05T11:32:31Z+0100 ] ...nvim/site/pack/packer/start/nvim-dap/lua/dap/session.lua:838 ] {
body = {
category = "stdout",
output = ' "code" : 401,\n'
},
event = "output",
seq = 38,
type = "event"
}
[ DEBUG ] 2022-11-05T11:32:31Z+0100 ] ...nvim/site/pack/packer/start/nvim-dap/lua/dap/session.lua:838 ] {
body = {
category = "stdout",
output = ' "message" : "Unauthorized",\n'
},
event = "output",
seq = 39,
type = "event"
}
[ DEBUG ] 2022-11-05T11:32:31Z+0100 ] ...nvim/site/pack/packer/start/nvim-dap/lua/dap/session.lua:838 ] {
body = {
category = "stdout",
output = ' "reason" : "Missing authentication token"\n'
},
event = "output",
seq = 40,
type = "event"
}
[ DEBUG ] 2022-11-05T11:32:31Z+0100 ] ...nvim/site/pack/packer/start/nvim-dap/lua/dap/session.lua:838 ] {
body = {
category = "stdout",
output = " }\n"
},
event = "output",
seq = 41,
type = "event"
}
[ DEBUG ] 2022-11-05T11:32:31Z+0100 ] ...nvim/site/pack/packer/start/nvim-dap/lua/dap/session.lua:838 ] {
body = {
category = "stdout",
output = "}\n"
},
event = "output",
seq = 42,
type = "event"
}
[ DEBUG ] 2022-11-05T11:32:31Z+0100 ] ...nvim/site/pack/packer/start/nvim-dap/lua/dap/session.lua:838 ] {
body = {
reason = "exited",
threadId = 1
},
event = "thread",
seq = 44,
type = "event"
}
[ DEBUG ] 2022-11-05T11:32:31Z+0100 ] ...nvim/site/pack/packer/start/nvim-dap/lua/dap/session.lua:838 ] {
body = {
scopes = {}
},
command = "scopes",
request_seq = 12,
seq = 43,
success = true,
type = "response"
}
[ DEBUG ] 2022-11-05T11:32:31Z+0100 ] ...nvim/site/pack/packer/start/nvim-dap/lua/dap/session.lua:838 ] {
body = {
reason = "started",
threadId = 2593
},
event = "thread",
seq = 45,
type = "event"
}
[ DEBUG ] 2022-11-05T11:32:42Z+0100 ] ...nvim/site/pack/packer/start/nvim-dap/lua/dap/session.lua:1351 ] "request" {
arguments = {
granularity = "statement",
threadId = 1
},
command = "next",
seq = 13,
type = "request"
}
[ ERROR ] 2022-11-05T11:32:42Z+0100 ] ...nvim/site/pack/packer/start/nvim-dap/lua/dap/session.lua:1164 ] "stderr" {
command = "/home/nela/.local/repositories/kotlin-debug-adapter/adapter/build/install/adapter/bin/kotlin-debug-adapter",
options = {
disconnect_timeout_sec = 15,
initialize_timeout_sec = 15
},
type = "executable"
} "Nov 05, 2022 11:32:42 AM org.eclipse.lsp4j.jsonrpc.RemoteEndpoint fallbackResponseError\nSEVERE: Internal error: java.lang.IllegalThreadStateException\njava.util.concurrent.CompletionException: java.lang.IllegalThreadStateException\n\tat java.base/java.util.concurrent.CompletableFuture.encodeThrowable(CompletableFuture.java:315)\n\tat java.base/java.util.concurrent.CompletableFuture.completeThrowable(CompletableFuture.java:320)\n\tat java.base/java.util.concurrent.CompletableFuture$AsyncRun.run(CompletableFuture.java:1807)\n\tat java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)\n\tat java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)\n\tat java.base/java.lang.Thread.run(Thread.java:833)\nCaused by: java.lang.IllegalThreadStateException\n\tat jdk.jdi/com.sun.tools.jdi.JDWPException.toJDIException(JDWPException.java:75)\n\tat jdk.jdi/com.sun.tools.jdi.EventRequestManagerImpl$EventRequestImpl.set(EventRequestManagerImpl.java:233)\n\tat jdk.jdi/com.sun.tools.jdi.EventRequestManagerImpl$EventRequestImpl.setEnabled(EventRequestManagerImpl.java:195)\n\tat jdk.jdi/com.sun.tools.jdi.EventRequestManagerImpl$EventRequestImpl.enable(EventRequestManagerImpl.java:180)\n\tat org.javacs.ktda.jdi.JDIThread.performStep(JDIThread.kt:49)\n\tat org.javacs.ktda.jdi.JDIThread.stepLine(JDIThread.kt:45)\n\tat org.javacs.ktda.jdi.JDIThread.stepOver(JDIThread.kt:37)\n\tat org.javacs.ktda.adapter.KotlinDebugAdapter$next$1.invoke(KotlinDebugAdapter.kt:310)\n\tat org.javacs.ktda.adapter.KotlinDebugAdapter$next$1.invoke(KotlinDebugAdapter.kt:309)\n\tat org.javacs.kt.util.AsyncExecutor.execute$lambda-1(AsyncExecutor.kt:16)\n\tat java.base/java.util.concurrent.CompletableFuture$AsyncRun.run(CompletableFuture.java:1804)\n\t... 3 more\n\n"
[ DEBUG ] 2022-11-05T11:32:42Z+0100 ] ...nvim/site/pack/packer/start/nvim-dap/lua/dap/session.lua:838 ] {
body = {
category = "console",
output = "[ERROR] async0 Internal error: java.lang.IllegalThreadStateException\n"
},
event = "output",
seq = 46,
type = "event"
}
[ DEBUG ] 2022-11-05T11:32:42Z+0100 ] ...nvim/site/pack/packer/start/nvim-dap/lua/dap/session.lua:838 ] {
body = {
category = "console",
output = "[ERROR] java.util.concurrent.CompletionException: java.lang.IllegalThreadStateException\n"
},
event = "output",
seq = 47,
type = "event"
}
[ DEBUG ] 2022-11-05T11:32:42Z+0100 ] ...nvim/site/pack/packer/start/nvim-dap/lua/dap/session.lua:838 ] {
body = {
category = "console",
output = "[ERROR] \tat java.base/java.util.concurrent.CompletableFuture.encodeThrowable(CompletableFuture.java:315)\n"
},
event = "output",
seq = 48,
type = "event"
}
[ DEBUG ] 2022-11-05T11:32:42Z+0100 ] ...nvim/site/pack/packer/start/nvim-dap/lua/dap/session.lua:838 ] {
body = {
category = "console",
output = "[ERROR] \tat java.base/java.util.concurrent.CompletableFuture.completeThrowable(CompletableFuture.java:320)\n"
},
event = "output",
seq = 49,
type = "event"
}
[ DEBUG ] 2022-11-05T11:32:42Z+0100 ] ...nvim/site/pack/packer/start/nvim-dap/lua/dap/session.lua:838 ] {
body = {
category = "console",
output = "[ERROR] \tat java.base/java.util.concurrent.CompletableFuture$AsyncRun.run(CompletableFuture.java:1807)\n"
},
event = "output",
seq = 50,
type = "event"
}
[ DEBUG ] 2022-11-05T11:32:42Z+0100 ] ...nvim/site/pack/packer/start/nvim-dap/lua/dap/session.lua:838 ] {
body = {
category = "console",
output = "[ERROR] \tat java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)\n"
},
event = "output",
seq = 51,
type = "event"
}
[ DEBUG ] 2022-11-05T11:32:42Z+0100 ] ...nvim/site/pack/packer/start/nvim-dap/lua/dap/session.lua:838 ] {
body = {
category = "console",
output = "[ERROR] \tat java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)\n"
},
event = "output",
seq = 52,
type = "event"
}
[ DEBUG ] 2022-11-05T11:32:42Z+0100 ] ...nvim/site/pack/packer/start/nvim-dap/lua/dap/session.lua:838 ] {
body = {
category = "console",
output = "[ERROR] \tat java.base/java.lang.Thread.run(Thread.java:833)\n"
},
event = "output",
seq = 53,
type = "event"
}
[ DEBUG ] 2022-11-05T11:32:42Z+0100 ] ...nvim/site/pack/packer/start/nvim-dap/lua/dap/session.lua:838 ] {
body = {
category = "console",
output = "[ERROR] Caused by: java.lang.IllegalThreadStateException\n"
},
event = "output",
seq = 54,
type = "event"
}
[ DEBUG ] 2022-11-05T11:32:42Z+0100 ] ...nvim/site/pack/packer/start/nvim-dap/lua/dap/session.lua:838 ] {
body = {
category = "console",
output = "[ERROR] \tat jdk.jdi/com.sun.tools.jdi.JDWPException.toJDIException(JDWPException.java:75)\n"
},
event = "output",
seq = 55,
type = "event"
}
[ DEBUG ] 2022-11-05T11:32:42Z+0100 ] ...nvim/site/pack/packer/start/nvim-dap/lua/dap/session.lua:838 ] {
body = {
category = "console",
output = "[ERROR] \tat jdk.jdi/com.sun.tools.jdi.EventRequestManagerImpl$EventRequestImpl.set(EventRequestManagerImpl.java:233)\n"
},
event = "output",
seq = 56,
type = "event"
}
[ DEBUG ] 2022-11-05T11:32:42Z+0100 ] ...nvim/site/pack/packer/start/nvim-dap/lua/dap/session.lua:838 ] {
body = {
category = "console",
output = "[ERROR] \tat jdk.jdi/com.sun.tools.jdi.EventRequestManagerImpl$EventRequestImpl.setEnabled(EventRequestManagerImpl.java:195)\n"
},
event = "output",
seq = 57,
type = "event"
}
[ DEBUG ] 2022-11-05T11:32:42Z+0100 ] ...nvim/site/pack/packer/start/nvim-dap/lua/dap/session.lua:838 ] {
body = {
category = "console",
output = "[ERROR] \tat jdk.jdi/com.sun.tools.jdi.EventRequestManagerImpl$EventRequestImpl.enable(EventRequestManagerImpl.java:180)\n"
},
event = "output",
seq = 58,
type = "event"
}
[ DEBUG ] 2022-11-05T11:32:42Z+0100 ] ...nvim/site/pack/packer/start/nvim-dap/lua/dap/session.lua:838 ] {
body = {
category = "console",
output = "[ERROR] \tat org.javacs.ktda.jdi.JDIThread.performStep(JDIThread.kt:49)\n"
},
event = "output",
seq = 59,
type = "event"
}
[ DEBUG ] 2022-11-05T11:32:42Z+0100 ] ...nvim/site/pack/packer/start/nvim-dap/lua/dap/session.lua:838 ] {
body = {
category = "console",
output = "[ERROR] \tat org.javacs.ktda.jdi.JDIThread.stepLine(JDIThread.kt:45)\n"
},
event = "output",
seq = 60,
type = "event"
}
[ DEBUG ] 2022-11-05T11:32:42Z+0100 ] ...nvim/site/pack/packer/start/nvim-dap/lua/dap/session.lua:838 ] {
body = {
category = "console",
output = "[ERROR] \tat org.javacs.ktda.jdi.JDIThread.stepOver(JDIThread.kt:37)\n"
},
event = "output",
seq = 61,
type = "event"
}
[ DEBUG ] 2022-11-05T11:32:42Z+0100 ] ...nvim/site/pack/packer/start/nvim-dap/lua/dap/session.lua:838 ] {
body = {
category = "console",
output = "[ERROR] \tat org.javacs.ktda.adapter.KotlinDebugAdapter$next$1.invoke(KotlinDebugAdapter.kt:310)\n"
},
event = "output",
seq = 62,
type = "event"
}
[ DEBUG ] 2022-11-05T11:32:42Z+0100 ] ...nvim/site/pack/packer/start/nvim-dap/lua/dap/session.lua:838 ] {
body = {
category = "console",
output = "[ERROR] \tat org.javacs.ktda.adapter.KotlinDebugAdapter$next$1.invoke(KotlinDebugAdapter.kt:309)\n"
},
event = "output",
seq = 63,
type = "event"
}
[ DEBUG ] 2022-11-05T11:32:42Z+0100 ] ...nvim/site/pack/packer/start/nvim-dap/lua/dap/session.lua:838 ] {
body = {
category = "console",
output = "[ERROR] \tat org.javacs.kt.util.AsyncExecutor.execute$lambda-1(AsyncExecutor.kt:16)\n"
},
event = "output",
seq = 64,
type = "event"
}
[ DEBUG ] 2022-11-05T11:32:42Z+0100 ] ...nvim/site/pack/packer/start/nvim-dap/lua/dap/session.lua:838 ] {
body = {
category = "console",
output = "[ERROR] \tat java.base/java.util.concurrent.CompletableFuture$AsyncRun.run(CompletableFuture.java:1804)\n"
},
event = "output",
seq = 65,
type = "event"
}
[ DEBUG ] 2022-11-05T11:32:42Z+0100 ] ...nvim/site/pack/packer/start/nvim-dap/lua/dap/session.lua:838 ] {
body = {
category = "console",
output = "[ERROR] \t... 3 more\n"
},
event = "output",
seq = 66,
type = "event"
}
[ DEBUG ] 2022-11-05T11:32:42Z+0100 ] ...nvim/site/pack/packer/start/nvim-dap/lua/dap/session.lua:838 ] {
body = "java.util.concurrent.CompletionException: java.lang.IllegalThreadStateException\n\tat java.base/java.util.concurrent.CompletableFuture.encodeThrowable(CompletableFuture.java:315)\n\tat java.base/java.util.concurrent.CompletableFuture.completeThrowable(CompletableFuture.java:320)\n\tat java.base/java.util.concurrent.CompletableFuture$AsyncRun.run(CompletableFuture.java:1807)\n\tat java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)\n\tat java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)\n\tat java.base/java.lang.Thread.run(Thread.java:833)\nCaused by: java.lang.IllegalThreadStateException\n\tat jdk.jdi/com.sun.tools.jdi.JDWPException.toJDIException(JDWPException.java:75)\n\tat jdk.jdi/com.sun.tools.jdi.EventRequestManagerImpl$EventRequestImpl.set(EventRequestManagerImpl.java:233)\n\tat jdk.jdi/com.sun.tools.jdi.EventRequestManagerImpl$EventRequestImpl.setEnabled(EventRequestManagerImpl.java:195)\n\tat jdk.jdi/com.sun.tools.jdi.EventRequestManagerImpl$EventRequestImpl.enable(EventRequestManagerImpl.java:180)\n\tat org.javacs.ktda.jdi.JDIThread.performStep(JDIThread.kt:49)\n\tat org.javacs.ktda.jdi.JDIThread.stepLine(JDIThread.kt:45)\n\tat org.javacs.ktda.jdi.JDIThread.stepOver(JDIThread.kt:37)\n\tat org.javacs.ktda.adapter.KotlinDebugAdapter$next$1.invoke(KotlinDebugAdapter.kt:310)\n\tat org.javacs.ktda.adapter.KotlinDebugAdapter$next$1.invoke(KotlinDebugAdapter.kt:309)\n\tat org.javacs.kt.util.AsyncExecutor.execute$lambda-1(AsyncExecutor.kt:16)\n\tat java.base/java.util.concurrent.CompletableFuture$AsyncRun.run(CompletableFuture.java:1804)\n\t... 3 more\n",
command = "next",
message = "Internal error.",
request_seq = 13,
seq = 67,
success = false,
type = "response"
}
[ DEBUG ] 2022-11-05T11:33:31Z+0100 ] ...nvim/site/pack/packer/start/nvim-dap/lua/dap/session.lua:838 ] {
body = {
reason = "exited",
threadId = 2576
},
event = "thread",
seq = 68,
type = "event"
}
[ DEBUG ] 2022-11-05T11:33:31Z+0100 ] ...nvim/site/pack/packer/start/nvim-dap/lua/dap/session.lua:838 ] {
body = {
reason = "exited",
threadId = 2577
},
event = "thread",
seq = 69,
type = "event"
}
[ DEBUG ] 2022-11-05T11:35:32Z+0100 ] ...nvim/site/pack/packer/start/nvim-dap/lua/dap/session.lua:838 ] {
body = {
reason = "exited",
threadId = 2546
},
event = "thread",
seq = 70,
type = "event"
}
[ DEBUG ] 2022-11-05T11:35:32Z+0100 ] ...nvim/site/pack/packer/start/nvim-dap/lua/dap/session.lua:838 ] {
body = {
reason = "exited",
threadId = 2529
},
event = "thread",
seq = 71,
type = "event"
}
[ DEBUG ] 2022-11-05T11:35:32Z+0100 ] ...nvim/site/pack/packer/start/nvim-dap/lua/dap/session.lua:838 ] {
body = {
reason = "started",
threadId = 2612
},
event = "thread",
seq = 72,
type = "event"
}
[ DEBUG ] 2022-11-05T11:35:32Z+0100 ] ...nvim/site/pack/packer/start/nvim-dap/lua/dap/session.lua:838 ] {
body = {
reason = "exited",
threadId = 2612
},
event = "thread",
seq = 73,
type = "event"
}
[ DEBUG ] 2022-11-05T11:35:32Z+0100 ] ...nvim/site/pack/packer/start/nvim-dap/lua/dap/session.lua:838 ] {
body = {
reason = "exited",
threadId = 2593
},
event = "thread",
seq = 74,
type = "event"
}
[ DEBUG ] 2022-11-05T11:35:32Z+0100 ] ...nvim/site/pack/packer/start/nvim-dap/lua/dap/session.lua:838 ] {
body = {
exitCode = 0
},
event = "exited",
seq = 75,
type = "event"
}
[ DEBUG ] 2022-11-05T11:35:32Z+0100 ] ...nvim/site/pack/packer/start/nvim-dap/lua/dap/session.lua:838 ] {
body = vim.empty_dict(),
event = "terminated",
seq = 76,
type = "event"
}
[ INFO ] 2022-11-05T11:35:32Z+0100 ] ...nvim/site/pack/packer/start/nvim-dap/lua/dap/session.lua:1128 ] "Closed all handles"
[ INFO ] 2022-11-05T11:35:32Z+0100 ] ...nvim/site/pack/packer/start/nvim-dap/lua/dap/session.lua:1131 ] "Process closed" 74460 false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment