venus
venus copied to clipboard
IllegalStateException: this version of Venus's drive handler ([object Object]) is not compatible with the mounted file server
I ran java -jar tools/venus.jar . -dm --port 6162
on local terminal and saw To connect, enter mount http://localhost:6162 vmfs
on Venus., but when I tried to run mount http://localhost:6162 vmfs
on Venus terminal, I got an IllegalStateException shown above. What should I do to solve this problem?