Skip to content

Can't start nextPYP: java.nio.file.FileSystemException: /mnt/data0: Function not implemented #103

Closed Answered by cuchaz
asarnow asked this question in Q&A
Discussion options

You must be logged in to vote

Wow, ok. Found the cause of the issue. It's complicated.

Turns out a bug in my code was causing the server startup routines to be called during the CLI processing of the config file, which is waaay too early. That's why it looked like the server process was starting, because it was actually trying to do that, but that's not the right time to do it. I've already fixed the bug in the code, but you'll have to wait for the next release to get the fix.

In the meantime, you can work around the issue by putting the local and shared folders somewhere under your home directory. Through sheer dumb luck, that takes a code path that avoids the bug. If you need more space than your home folder has, yo…

Replies: 1 comment 25 replies

Comment options

You must be logged in to vote
25 replies
@cuchaz
Comment options

@cuchaz
Comment options

@cuchaz
Comment options

@cuchaz
Comment options

Answer selected by asarnow
@asarnow
Comment options

@asarnow
Comment options

@asarnow
Comment options

@cuchaz
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants