You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I'm having trouble getting the server to return any data. I'm happy to help debug, but not sure where to start.
Run mvn install on target project
mvn install
[INFO] To view your build scan, start-up the server:
[INFO] java -jar /opt/homebrew/Cellar/maven/3.9.9/libexec/lib/ext/maven-build-scanner-jar-with-dependencies.jar
[INFO] Then open http://localhost:3000/?projectId=com.arryved:Backend&sessionId=c70d026c-39b2-4e4b-9715-74a06a0d9deb
Start the server
output="$(mvn help:evaluate -Dexpression=maven.home -DforceStdout -q)/lib/ext/maven-build-scanner-jar-with-dependencies.jar"
java -jar $output# Open http://localhost:3000 to view build scan results
Empty response from server
curl localhost:3000
curl: (52) Empty reply from server
Debugging
java -version
openjdk version "17.0.13" 2024-10-15
OpenJDK Runtime Environment Temurin-17.0.13+11 (build 17.0.13+11)
OpenJDK 64-Bit Server VM Temurin-17.0.13+11 (build 17.0.13+11, mixed mode, sharing)
The text was updated successfully, but these errors were encountered:
I worked around the issue by copying the index.html file to a local directory and serving it with the IntelliJ bundled server. Then, I copied the data from ~/.mvn and lightly edited the JS to use hardcoded paths.
Hi, I'm having trouble getting the server to return any data. I'm happy to help debug, but not sure where to start.
Run mvn install on target project
Start the server
Empty response from server
Debugging
The text was updated successfully, but these errors were encountered: