-
Notifications
You must be signed in to change notification settings - Fork 10
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
Java 11 Parsing error of swim.codec #3
Comments
@prrose sorry about the error you are encountering. We can't seem to reproduce it locally so can you help us troubleshoot by trying the following- Please remove line #7 (https://github.com/swimos/tutorial/blob/master/server/src/main/resources/server.recon#L7) from the |
Hi @prrose, sorry that you've been having issues with this. It seems like the parser doesn't like the space your username. If you move the tutorial folder to a path that doesn't contain any spaces then it should solve the issue that you've been having. |
@prrose Did removing the space fix the issue? Sorry for this, we will file an issue with the core library regarding this. |
Yes it did! Thank you. I have a space in my name, so I had to move it outside of the user folder structure. |
@prrose thank you for discovering this issue for us. We have filed an issue with the [swimos/swim repo]((swimos/swim#56). |
Closing, since this is an issue with the swim core libraries, please refer to issue 56 in the swimos/swim repo |
Hi. Still trying to get the swim server to build on my machine. I've tried Java 9,11, and 14, and Gradle versions 5.1, 6.0.1, 6.3, 6.5. on Windows 10.
I downloaded a fresh version of the tutorial repo this afternoon, knowing that you recently updated it.
Using java 11.0.7 and gradle 6.0.1 which matches the gradlew version:
I get the following error at 80% execution.
Prairie Rose@DESKTOP-4SLV1D8 MINGW64 ~/Downloads/tutorial-master/tutorial-master/server
$ java -version
java version "11.0.7" 2020-04-14 LTS
Java(TM) SE Runtime Environment 18.9 (build 11.0.7+8-LTS)
Java HotSpot(TM) 64-Bit Server VM 18.9 (build 11.0.7+8-LTS, mixed mode)
Prairie Rose@DESKTOP-4SLV1D8 MINGW64 ~/Downloads/tutorial-master/tutorial-master/server
$ gradle -v
Gradle 6.0.1
Build time: 2019-11-18 20:25:01 UTC
Revision: fad121066a68c4701acd362daf4287a7c309a0f5
Kotlin: 1.3.50
Groovy: 2.5.8
Ant: Apache Ant(TM) version 1.10.7 compiled on September 1 2019
JVM: 11.0.7 (Oracle Corporation 11.0.7+8-LTS)
OS: Windows 10 10.0 amd64
Prairie Rose@DESKTOP-4SLV1D8 MINGW64 ~/Downloads/tutorial-master/tutorial-master/server
$ ./gradlew.bat -v
Gradle 6.0.1
Build time: 2019-11-18 20:25:01 UTC
Revision: fad121066a68c4701acd362daf4287a7c309a0f5
Kotlin: 1.3.50
Groovy: 2.5.8
Ant: Apache Ant(TM) version 1.10.7 compiled on September 1 2019
JVM: 11.0.7 (Oracle Corporation 11.0.7+8-LTS)
OS: Windows 10 10.0 amd64
Prairie Rose@DESKTOP-4SLV1D8 MINGW64 ~/Downloads/tutorial-master/tutorial-master/server
$ ./gradlew run
Starting a Gradle Daemon, 2 busy Daemons could not be reused, use --status for details
The text was updated successfully, but these errors were encountered: