lrbarber opened a new issue, #1321:
URL: https://github.com/apache/daffodil-vscode/issues/1321
**This is showing up in the terminal window after starting the debugger and
quickly scrolls of the screen.
The debugging session seems unaffected by this problem, although there may
be an issue with some logging?**
Microsoft Windows [Version 10.0.26100.4349]
(c) Microsoft Corporation. All rights reserved.
C:\Users\larry.barber\OneDrive - Nteligen\Documents\River>set
"DAFFODIL_DEBUG_CLASSPATH="
C:\Users\larry.barber\OneDrive - Nteligen\Documents\River>set
"DAFFODIL_DEBUG_LOG_LEVEL=INFO"
C:\Users\larry.barber\OneDrive - Nteligen\Documents\River>set
"DAFFODIL_DEBUG_LOG_FILE=c:\Users\larry.barber\OneDrive -
Nteligen\Documents\River/daffodil-debugger.log"
C:\Users\larry.barber\OneDrive - Nteligen\Documents\River>set
"JAVA_HOME=C:\Program Files\Java\jdk-17"
C:\Users\larry.barber\OneDrive -
Nteligen\Documents\River>c:\Users\larry.barber\.vscode\extensions\asf.apache-daffodil-vscode-1.4.1\daffodil-debugger-3.10.0-1.4.1\bin\daffodil-debugger.bat
--listenPort 4711 -J"--add-opens=java.base/java.lang=ALL-UNNAMED"
10:02:00,324 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Could
NOT find resource [logback-test.xml]
10:02:00,324 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found
resource [logback.xml] at
[jar:file:/C:/Users/larry.barber/.vscode/extensions/asf.apache-daffodil-vscode-1.4.1/daffodil-debugger-3.10.0-1.4.1/lib/org.apache.daffodil.daffodil-debugger-1.4.1.jar!/logback.xml]
10:02:00,341 |-INFO in
ch.qos.logback.core.joran.spi.ConfigurationWatchList@563e4951 - URL
[jar:file:/C:/Users/larry.barber/.vscode/extensions/asf.apache-daffodil-vscode-1.4.1/daffodil-debugger-3.10.0-1.4.1/lib/org.apache.daffodil.daffodil-debugger-1.4.1.jar!/logback.xml]
is not of type file
10:02:00,391 |-INFO in
ch.qos.logback.classic.joran.action.ConfigurationAction - debug attribute not
set
10:02:00,391 |-INFO in ch.qos.logback.core.joran.action.AppenderAction -
About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
10:02:00,391 |-INFO in ch.qos.logback.core.joran.action.AppenderAction -
Naming appender as [STDOUT]
10:02:00,404 |-INFO in
ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default
type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder]
property
10:02:00,441 |-INFO in ch.qos.logback.core.ConsoleAppender[STDOUT] -
Enabling JANSI WindowsAnsiOutputStream for the console.
10:02:00,441 |-WARN in ch.qos.logback.core.ConsoleAppender[STDOUT] - Failed
to create WindowsAnsiOutputStream. Falling back on the default stream.
ch.qos.logback.core.util.DynamicClassLoadingException: Failed to instantiate
type org.fusesource.jansi.WindowsAnsiOutputStream
at ch.qos.logback.core.util.DynamicClassLoadingException: Failed to
instantiate type org.fusesource.jansi.WindowsAnsiOutputStream
at at
ch.qos.logback.core.util.OptionHelper.instantiateByClassNameAndParameter(OptionHelper.java:68)
at at
ch.qos.logback.core.util.OptionHelper.instantiateByClassNameAndParameter(OptionHelper.java:39)
at at
ch.qos.logback.core.ConsoleAppender.getTargetStreamForWindows(ConsoleAppender.java:88)
at at
ch.qos.logback.core.ConsoleAppender.start(ConsoleAppender.java:79)
at at
ch.qos.logback.core.joran.action.AppenderAction.end(AppenderAction.java:90)
at at
ch.qos.logback.core.joran.spi.Interpreter.callEndAction(Interpreter.java:309)
at at
ch.qos.logback.core.joran.spi.Interpreter.endElement(Interpreter.java:193)
at at
ch.qos.logback.core.joran.spi.Interpreter.endElement(Interpreter.java:179)
at at
ch.qos.logback.core.joran.spi.EventPlayer.play(EventPlayer.java:62)
at at
ch.qos.logback.core.joran.GenericConfigurator.doConfigure(GenericConfigurator.java:165)
at at
ch.qos.logback.core.joran.GenericConfigurator.doConfigure(GenericConfigurator.java:152)
at at
ch.qos.logback.core.joran.GenericConfigurator.doConfigure(GenericConfigurator.java:110)
at at
ch.qos.logback.core.joran.GenericConfigurator.doConfigure(GenericConfigurator.java:53)
at at
ch.qos.logback.classic.util.ContextInitializer.configureByResource(ContextInitializer.java:64)
at at
ch.qos.logback.classic.util.ContextInitializer.autoConfig(ContextInitializer.java:134)
at at
org.slf4j.impl.StaticLoggerBinder.init(StaticLoggerBinder.java:84)
at at
org.slf4j.impl.StaticLoggerBinder.<clinit>(StaticLoggerBinder.java:55)
at at org.slf4j.LoggerFactory.bind(LoggerFactory.java:150)
at at
org.slf4j.LoggerFactory.performInitialization(LoggerFactory.java:124)
at at
org.slf4j.LoggerFactory.getILoggerFactory(LoggerFactory.java:417)
at at org.slf4j.LoggerFactory.getLogger(LoggerFactory.java:362)
at at
org.typelevel.log4cats.slf4j.Slf4jLogger$.getLoggerFromName(Slf4jLogger.scala:30)
at at
org.typelevel.log4cats.slf4j.Slf4jLogger$.getLogger(Slf4jLogger.scala:27)
at at
org.apache.daffodil.debugger.dap.DAPodil$.<init>(DAPodil.scala:439)
at at
org.apache.daffodil.debugger.dap.DAPodil$.<clinit>(DAPodil.scala)
at at
org.apache.daffodil.debugger.dap.DAPodil.main(DAPodil.scala)
Caused by: java.lang.ClassNotFoundException:
org.fusesource.jansi.WindowsAnsiOutputStream
at at
java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:641)
at at
java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:188)
at at
java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:525)
at at
ch.qos.logback.core.util.OptionHelper.instantiateByClassNameAndParameter(OptionHelper.java:55)
at ... 25 common frames omitted
10:02:00,441 |-INFO in ch.qos.logback.core.joran.action.AppenderAction -
About to instantiate appender of type [ch.qos.logback.core.FileAppender]
10:02:00,441 |-INFO in ch.qos.logback.core.joran.action.AppenderAction -
Naming appender as [FILE]
10:02:00,448 |-INFO in
ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default
type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder]
property
10:02:00,448 |-INFO in ch.qos.logback.core.FileAppender[FILE] - File
property is set to [c:\Users\larry.barber\OneDrive -
Nteligen\Documents\River/daffodil-debugger.log]
10:02:00,448 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction
- Setting level of ROOT logger to INFO
10:02:00,448 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction -
Attaching appender named [STDOUT] to Logger[ROOT]
10:02:00,448 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction -
Attaching appender named [FILE] to Logger[ROOT]
10:02:00,448 |-INFO in
ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration.
10:02:00,448 |-INFO in
ch.qos.logback.classic.joran.JoranConfigurator@6cdba6dc - Registering current
configuration as safe fallback point
2025-07-08 10:02:00,772 [io-compute-19] INFO o.a.d.d.d.DAPodil -
******************************************************
A DAP server for debugging Daffodil schema processors.
Build info:
version: 1.4.1
daffodilVersion: 3.10.0
scalaVersion: 2.12.15
sbtVersion: 1.10.6
Runtime info:
JVM version: 17.0.12 (C:\Program Files\Java\jdk-17)
******************************************************
2025-07-08 10:02:00,774 [io-compute-19] INFO o.a.d.d.d.DAPodil - launched
with options listenPort: 4711, listenTimeout: 10 seconds
2025-07-08 10:02:00,790 [io-compute-19] INFO o.a.d.d.d.DAPodil - waiting at
tcp://localhost:4711
2025-07-08 10:02:04,393 [io-compute-blocker-19] INFO o.a.d.d.d.DAPodil -
connected at tcp://localhost:4711
2025-07-08 10:02:04,540 [io-compute-20] INFO o.a.d.d.d.DAPSession - R> #1
initialize {"clientID":"vscode","clientName":"Visual Studio
Code","adapterID":"dfdl","pathFormat":"path","linesStartAt1":true,"columnsStartAt1":true,"supportsVariableType":true,"supportsVariablePaging":true,"supportsRunInTerminalRequest":true,"locale":"en","supportsProgressReporting":true,"supportsInvalidatedEvent":true,"supportsMemoryReferences":true,"supportsArgsCanBeInterpretedByShell":true,"supportsMemoryEvent":true,"supportsStartDebuggingRequest":true,"supportsANSIStyling":true}
2025-07-08 10:02:04,572 [io-compute-3] INFO o.a.d.d.d.DAPSession - <R #1
initialize success
{"supportsConfigurationDoneRequest":true,"supportsHitConditionalBreakpoints":false,"supportsConditionalBreakpoints":false,"supportsEvaluateForHovers":false,"supportsCompletionsRequest":false,"supportsRestartFrame":false,"supportsSetVariable":false,"supportsRestartRequest":false,"supportTerminateDebuggee":false,"supportsDelayedStackTraceLoading":false,"supportsLogPoints":false,"supportsExceptionInfoRequest":false,"supportsDataBreakpoints":false,"supportsClipboardContext":false,"supportsLoadedSourcesRequest":false}
2025-07-08 10:02:04,573 [io-compute-blocker-3] INFO o.a.d.d.d.DAPSession -
<E initialized
2025-07-08 10:02:04,573 [io-compute-8] INFO o.a.d.d.d.DAPSession - R> #2
launch {"request":"launch","type":"dfdl","name":"Wizard
Config","schema":{"path":"C:\\Users\\larry.barber\\OneDrive -
Nteligen\\Documents\\River\\scpi.dfdl.xsd","rootName":null,"rootNamespace":null},"data":"C:\\Users\\larry.barber\\OneDrive
-
Nteligen\\Documents\\River\\rug.rdds","debugServer":4711,"infosetFormat":"xml","infosetOutput":{"type":"file","path":"C:\\Users\\larry.barber\\OneDrive
-
Nteligen\\Documents\\River/target/infoset.xml"},"tdmlConfig":{"action":"generate","path":"C:\\Users\\LARRY~1.BAR\\AppData\\Local\\Temp\\generatedTDML.tdml","name":"Default
Test Case","description":"Generated by DFDL VSCode
Extension"},"trace":true,"stopOnEntry":true,"useExistingServer":false,"openDataEditor":true,"openInfosetView":true,"openInfosetDiffView":false,"daffodilDebugClasspath":[],"dataEditor":{"port":9000,"logging":{"file":"C:\\Users\\larry.barber\\OneDrive
- Nteligen\\Documents\\River/dataEditor-${omegaEdit
Port}.log","level":"info"}},"dfdlDebugger":{"logging":{"file":"C:\\Users\\larry.barber\\OneDrive
-
Nteligen\\Documents\\River/daffodil-debugger.log","level":"INFO"}},"__configurationTarget":6,"__sessionId":"0a1e69e0-ff80-40d6-88a5-9f6cddbf24af"}
2025-07-08 10:02:04,573 [io-compute-5] INFO o.a.d.d.d.DAPSession - R> #3
configurationDone null
2025-07-08 10:02:06,289 [io-compute-15] INFO o.a.d.d.d.DAPSession - <E
thread started
2025-07-08 10:02:06,291 [io-compute-10] INFO o.a.d.d.d.DAPSession - <E
daffodil.config
2025-07-08 10:02:06,294 [io-compute-10] INFO o.a.d.d.d.DAPSession - <E
stopped entry null
2025-07-08 10:02:06,294 [io-compute-4] INFO o.a.d.d.d.DAPSession - <E
daffodil.data 1
2025-07-08 10:02:06,294 [io-compute-21] INFO o.a.d.d.d.DAPSession - R> #4
threads null
2025-07-08 10:02:06,294 [io-compute-blocker-15] INFO o.a.d.d.d.DAPSession -
<R #2 launch success null
2025-07-08 10:02:06,305 [io-compute-blocker-15] INFO o.a.d.d.d.DAPSession -
<R #3 configurationDone success null
2025-07-08 10:02:06,308 [io-compute-blocker-15] INFO o.a.d.d.d.DAPSession -
<R #4 threads success {"threads":[{"id":1,"name":"daffodil"}]}
2025-07-08 10:02:06,314 [io-compute-5] INFO o.a.d.d.d.DAPSession - R> #5
threads null
2025-07-08 10:02:06,315 [io-compute-10] INFO o.a.d.d.d.DAPSession - <R #5
threads success {"threads":[{"id":1,"name":"daffodil"}]}
2025-07-08 10:02:06,315 [io-compute-13] INFO o.a.d.d.d.DAPSession - R> #6
stackTrace {"threadId":1,"startFrame":0,"levels":20}
2025-07-08 10:02:06,315 [io-compute-blocker-1] INFO o.a.d.d.d.DAPSession -
<R #6 stackTrace success
{"stackFrames":[{"id":1,"source":{"name":"scpi.dfdl.xsd","path":"C:\\Users\\larry.barber\\OneDrive
-
Nteligen\\Documents\\River\\scpi.dfdl.xsd","sourceReference":0},"line":2,"column":0,"name":"SCPI"}],"totalFrames":1}
2025-07-08 10:02:06,409 [io-compute-5] INFO o.a.d.d.d.DAPSession - R> #7
threads null
2025-07-08 10:02:06,409 [io-compute-15] INFO o.a.d.d.d.DAPSession - <R #7
threads success {"threads":[{"id":1,"name":"daffodil"}]}
2025-07-08 10:02:06,739 [io-compute-11] INFO o.a.d.d.d.DAPSession - R> #8
scopes {"frameId":1}
2025-07-08 10:02:06,739 [io-compute-13] INFO o.a.d.d.d.DAPSession - <R #8
scopes success
{"scopes":[{"name":"Parse","variablesReference":1,"expensive":false},{"name":"Schema","variablesReference":2,"expensive":false},{"name":"Data","variablesReference":3,"expensive":false}]}
2025-07-08 10:02:06,739 [io-compute-2] INFO o.a.d.d.d.DAPSession - R> #9
variables {"variablesReference":1}
2025-07-08 10:02:06,739 [io-compute-14] INFO o.a.d.d.d.DAPSession - <R #9
variables success
{"variables":[{"name":"Delimiters","value":"","variablesReference":6,"namedVariables":0,"indexedVariables":0},{"name":"Diagnostics","value":"","variablesReference":7,"namedVariables":0,"indexedVariables":0},{"name":"Points
of
uncertainty","value":"","variablesReference":5,"namedVariables":0,"indexedVariables":0},{"name":"childIndex","value":"1","variablesReference":0,"namedVariables":0,"indexedVariables":0},{"name":"groupIndex","value":"1","variablesReference":0,"namedVariables":0,"indexedVariables":0},{"name":"hidden","value":"false","type":"bool","variablesReference":0,"namedVariables":0,"indexedVariables":0},{"name":"occursIndex","value":"1","variablesReference":0,"namedVariables":0,"indexedVariables":0}]}
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]