You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@juneau.apache.org by Gary Gregory <ga...@gmail.com> on 2021/03/09 16:20:31 UTC

Build failure on Windows

Hi All:

Git master fails to build on Windows with Java 8:

https://gist.github.com/garydgregory/c955306987a284f3e19981110e3bdf03

Gary

Re: Build failure on Windows

Posted by James Bognar <ja...@apache.org>.
Looks like it's failing here:

[INFO] Running org.apache.juneau.config.ConfigImportsTest
java.nio.file.NoSuchFileException:
C:\Users\ggregory\AppData\Local\Temp\kwjcp5vwx8d8\TestGet.cfg
at sun.nio.fs.WindowsException.translateToIOException(WindowsException.java:79)
at sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:97)
at sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:102)
at sun.nio.fs.WindowsFileSystemProvider.newFileChannel(WindowsFileSystemProvider.java:115)
at java.nio.channels.FileChannel.open(FileChannel.java:287)
at java.nio.channels.FileChannel.open(FileChannel.java:335)
at org.apache.juneau.config.store.ConfigFileStore.read(ConfigFileStore.java:276)
at org.apache.juneau.config.store.ConfigFileStore.onFileEvent(ConfigFileStore.java:495)
at org.apache.juneau.config.store.ConfigFileStore$WatcherThread.run(ConfigFileStore.java:461)
Exception in thread "Thread-3" java.lang.RuntimeException:
java.nio.file.NoSuchFileException:
C:\Users\ggregory\AppData\Local\Temp\kwjcp5vwx8d8\TestGet.cfg
at org.apache.juneau.config.store.ConfigFileStore$WatcherThread.run(ConfigFileStore.java:468)
Caused by: java.nio.file.NoSuchFileException:
C:\Users\ggregory\AppData\Local\Temp\kwjcp5vwx8d8\TestGet.cfg
at sun.nio.fs.WindowsException.translateToIOException(WindowsException.java:79)
at sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:97)
at sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:102)
at sun.nio.fs.WindowsFileSystemProvider.newFileChannel(WindowsFileSystemProvider.java:115)
at java.nio.channels.FileChannel.open(FileChannel.java:287)
at java.nio.channels.FileChannel.open(FileChannel.java:335)
at org.apache.juneau.config.store.ConfigFileStore.read(ConfigFileStore.java:276)
at org.apache.juneau.config.store.ConfigFileStore.onFileEvent(ConfigFileStore.java:495)
at org.apache.juneau.config.store.ConfigFileStore$WatcherThread.run(ConfigFileStore.java:461)


Not sure what's going on there.


On Tue, Mar 9, 2021 at 11:20 AM Gary Gregory <ga...@gmail.com> wrote:
>
> Hi All:
>
> Git master fails to build on Windows with Java 8:
>
> https://gist.github.com/garydgregory/c955306987a284f3e19981110e3bdf03
>
> Gary
>

Re: Build failure on Windows

Posted by James Bognar <ja...@apache.org>.
On Tue, Mar 9, 2021 at 11:20 AM Gary Gregory <ga...@gmail.com> wrote:
>
> Hi All:
>
> Git master fails to build on Windows with Java 8:
>
> https://gist.github.com/garydgregory/c955306987a284f3e19981110e3bdf03
>
> Gary
>