Thanks, looks like we have a regression in 3.9.0, this doesn't happen in 3.8.0. I've opened a ticket to track this:

https://issues.apache.org/jira/browse/DAFFODIL-2944

Note that this just means Daffodil couldn't find the input file. We have a regression where we don't correctly turn that error in a more helpful diagnostic.


On 2024-10-14 12:49 PM, Roger L Costello wrote:
Apache Daffodil 3.9.0

!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!!   An unexpected exception occurred. This is a bug!   !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

  Please report this bug and help us fix it:

   https://daffodil.apache.org/community/#issue-tracker

  Please include the following exception, the command you
  ran, and any input, schema, or tdml files used that led
  to this bug.


java.nio.file.NoSuchFileException: input\JANAP128
         at 
java.base/sun.nio.fs.WindowsException.translateToIOException(WindowsException.java:85)
         at 
java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:103)
         at 
java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:108)
         at 
java.base/sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:53)
         at 
java.base/sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:38)
         at 
java.base/sun.nio.fs.WindowsFileSystemProvider.readAttributes(WindowsFileSystemProvider.java:198)
         at java.base/java.nio.file.Files.readAttributes(Files.java:1764)
         at java.base/java.nio.file.Files.size(Files.java:2381)
         at org.apache.daffodil.cli.Main.runIgnoreExceptions(Main.scala:1176)
         at org.apache.daffodil.cli.Main.run(Main.scala:1964)
         at org.apache.daffodil.cli.Main$.main(Main.scala:878)
         at org.apache.daffodil.cli.Main.main(Main.scala)

Reply via email to