michael-hoke commented on issue #697: URL: https://github.com/apache/daffodil-vscode/issues/697#issuecomment-1711982010
Unable to reproduce. Steps: ``` git clone https://github.com/DFDLSchemas/PCAP git clone https://github.com/DFDLSchemas/ethernetIP cd ethernetIP sbt package ``` add /path/to/ethernetIP/target/dfdl-ethernetip-1.3.0.jar to daffodilDebugClasspath in the launch config Adding/Removing the TDMLConfig block from the launch config does not change the behavior. I don't see the stack trace in the capture above ``` [E] java.lang.Error: Parse Error: Assertion failed: Magic number was not 0xA1B2C3D4 (for bigEndian) or 0xD4C3B2A1 (for littleEndian). [E] Schema context: MagicNumber Location line 87 column 14 in file:/Users/arosien/nteligen/PCAP/src/main/resources/com/tresys/pcap/xsd/pcap.dfdl.xsd [E] Data location was preceding byte 4 [E] at org.apache.daffodil.debugger.dap.Parse$$anon$1.$anonfun$run$2(Parse.scala:113) [E] at as @ com.monovore.decline.effect.CommandIOApp$.addVersionFlag(CommandIOApp.scala:67) ``` However, it does not appear to be a successful run because the infoset is empty. I was using a png instead of a jpg. -- 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]
