Closed altsv closed 4 months ago
The exception comes from not being able to locate the website in the JAR files, which is a little weird.
My first guess would be that maybe you're using a self-compiled version of Yamcs 5.9.6, and did not compile the webapp (?).
Can you check contents of ~/.m2/repository/org/yamcs/yamcs-web/5.9.6/yamcs-web-5.9.6.jar.sha1 ? It should show: 1f739ab6de068486ce7f362a1f50228115ce3456, same as https://repo.maven.apache.org/maven2/org/yamcs/yamcs-web/5.9.6/yamcs-web-5.9.6.jar.sha1
@fqqb Thanks so much for the quick reply!
Here is what my quickstart directory looks like:
I apologize if I am misinterpreting the question since I am new to Java/Docker, but there does not appear to be any .jar files or .sha1 hash files when I search my quickstart directory. All I am doing is running ./mvnw yamcs:run
. I also tried running ./mvnw compile
then ./mvnw yamcs:run
to no avail.
Should I be looking somewhere else? Or are there any other commands I should run?
The path I gave is in your home directory, there should be a .m2
there. That's where maven saves downloaded (or self-compiled) JARs.
@fqqb I deleted that folder to reset, re-cloned and recompiled, and now it seems to have fixed itself. Thank you for the help!
Hello,
I'm running into the following error when attempting to run the quickstart:
Yamcs: java.lang.NullPointerException
in WebFileDeployer.java This error occurs starting with 030698d4fd7bb3918ff207a298b52eb6d6cfb9d7. 33239f52c starts up YAMCS as expected.Full error log:
Maven Version:
Please let me know if this is a problem on my end. Thank you!