Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ModuleUtil throws Exception #222

Closed
thmarx opened this issue Jul 4, 2024 · 0 comments
Closed

ModuleUtil throws Exception #222

thmarx opened this issue Jul 4, 2024 · 0 comments
Labels
bug Something isn't working
Milestone

Comments

@thmarx
Copy link
Collaborator

thmarx commented Jul 4, 2024

2024-07-04 09:40:31 ERROR ModulesUtil -
java.nio.file.NoSuchFileException: hosts
at java.base/sun.nio.fs.UnixException.translateToIOException(UnixException.java:92) ~[?:?]
at java.base/sun.nio.fs.UnixException.asIOException(UnixException.java:115) ~[?:?]
at java.base/sun.nio.fs.UnixFileSystemProvider.newDirectoryStream(UnixFileSystemProvider.java:477) ~[?:?]
at java.base/java.nio.file.Files.newDirectoryStream(Files.java:481) ~[?:?]
at java.base/java.nio.file.Files.list(Files.java:3772) ~[?:?]
at com.github.thmarx.cms.cli.tools.ModulesUtil.getRequiredModules(ModulesUtil.java:53) [cms-server-5.1.0.jar:?]
at com.github.thmarx.cms.cli.commands.server.Startup.run(Startup.java:52) [cms-server-5.1.0.jar:?]
at picocli.CommandLine.executeUserObject(CommandLine.java:2030) [picocli-4.7.6.jar:4.7.6]
at picocli.CommandLine.access$1500(CommandLine.java:148) [picocli-4.7.6.jar:4.7.6]
at picocli.CommandLine$RunLast.executeUserObjectOfLastSubcommandWithSameParent(CommandLine.java:2465) [picocli-4.7.6.jar:4.7.6]
at picocli.CommandLine$RunLast.handle(CommandLine.java:2457) [picocli-4.7.6.jar:4.7.6]
at picocli.CommandLine$RunLast.handle(CommandLine.java:2419) [picocli-4.7.6.jar:4.7.6]
at picocli.CommandLine$AbstractParseResultHandler.execute(CommandLine.java:2277) [picocli-4.7.6.jar:4.7.6]
at picocli.CommandLine$RunLast.execute(CommandLine.java:2421) [picocli-4.7.6.jar:4.7.6]
at picocli.CommandLine.execute(CommandLine.java:2174) [picocli-4.7.6.jar:4.7.6]
at com.github.thmarx.cms.cli.CMSCli.main(CMSCli.java:38) [cms-server-5.1.0.jar:?]

@thmarx thmarx added the bug Something isn't working label Jul 4, 2024
@thmarx thmarx added this to the 5.2.0 milestone Jul 4, 2024
@thmarx thmarx closed this as completed Jul 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant