mbeckerle commented on issue #648:
URL: 
https://github.com/apache/daffodil-vscode/issues/648#issuecomment-1603311093

   Uninstalling the debugger should delete ~/.local/share/daffodil-dap if it 
installs it there. 
   
   I do indeed get an assert-related error to the terminal now. But then a big 
noisy backtrace due to exception in initializer error. 
   
   Can we turn down the Logging level from INFO to remove some of the noise 
from the terminal?
   
   ```
   java.lang.Error: Parse Error: Assertion failed: Magic number was not 
0xA1B2C3D4 (for bigEndian) or 0xD4C3B2A1 (for littleEndian).
   Schema context: MagicNumber Location line 87 column 14 in 
file:/home/mbeckerle/dataiti/opensource/DFDLSchemas/PCAP/src/main/resources/com/tresys/pcap/xsd/pcap.dfdl.xsd
   Data location was preceding byte 4
           at 
org.apache.daffodil.debugger.dap.Parse$$anon$1.$anonfun$run$2(Parse.scala:113)
           at as @ 
com.monovore.decline.effect.CommandIOApp$.addVersionFlag(CommandIOApp.scala:67)
   2023-06-22 16:54:18,313 [io-compute-3] INFO  o.a.d.d.d.DAPSession - R> #16 
disconnect {"restart":false} 
   2023-06-22 16:54:18,315 [io-compute-7] INFO  o.a.d.d.d.DAPSession - <R #16 
disconnect success null 
   2023-06-22 16:54:18,316 [io-compute-blocker-5] DEBUG o.a.d.d.d.DAPodil - 
launched: Succeeded 
   2023-06-22 16:54:18,316 [io-compute-blocker-5] DEBUG o.a.d.d.d.Parse - 
signalling a stop 
   2023-06-22 16:54:18,317 [io-compute-blocker-5] DEBUG o.a.d.d.d.Parse - parse 
done, no interruption 
   Exception in thread "io-compute-6" java.lang.ExceptionInInitializerError
           at 
com.sun.xml.bind.v2.runtime.reflect.opt.AccessorInjector.prepare(AccessorInjector.java:81)
           at 
com.sun.xml.bind.v2.runtime.reflect.opt.OptimizedAccessorFactory.get(OptimizedAccessorFactory.java:179)
           at 
com.sun.xml.bind.v2.runtime.reflect.Accessor$FieldReflection.optimize(Accessor.java:285)
           at 
com.sun.xml.bind.v2.runtime.property.ArrayProperty.<init>(ArrayProperty.java:68)
           at 
com.sun.xml.bind.v2.runtime.property.ArrayERProperty.<init>(ArrayERProperty.java:88)
           at 
com.sun.xml.bind.v2.runtime.property.ArrayElementProperty.<init>(ArrayElementProperty.java:100)
           at 
com.sun.xml.bind.v2.runtime.property.ArrayElementNodeProperty.<init>(ArrayElementNodeProperty.java:62)
           at 
java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native
 Method)
           at 
java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77)
           at 
java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
           at 
java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499)
           at 
java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:480)
           at 
com.sun.xml.bind.v2.runtime.property.PropertyFactory.create(PropertyFactory.java:128)
           at 
com.sun.xml.bind.v2.runtime.ClassBeanInfoImpl.<init>(ClassBeanInfoImpl.java:181)
           at 
com.sun.xml.bind.v2.runtime.JAXBContextImpl.getOrCreate(JAXBContextImpl.java:503)
      ...
   ```
   


-- 
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]

Reply via email to