Closed FDULeolu closed 4 months ago
Make sure you download the latest venus.jar
file. If this is for CS61C, make sure you get the latest from them and make sure you end up using the correct venus website as they may have modified their version which may prevent it from working on other venus forks.
I ran
java -jar tools/venus.jar . -dm --port 6162
on local terminal and saw To connect, entermount http://localhost:6162 vmfs
on Venus., but when I tried to runmount http://localhost:6162 vmfs
on Venus terminal, I got an IllegalStateException shown above. What should I do to solve this problem?