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
Context: Currently, I am studying ways to test scalability of cloud-deployed web applications. I wanted to recreate the project, running it locally on my machine.
How to get the error:
Try running mvn install in order to build the choreosvv project.
Expected behaviour:
The project is built succesfully.
Current behaviour:
Currently the build fails with the message Failed to execute goal on project BookStoreRS: Could not resolve dependencies for project eu.choreos.vvrs:BookStoreRS:war:1.0-SNAPSHOT: Failed to collect dependencies at com.sun.jersey:jersey-bundle:jar:1.7-SNAPSHOT: Failed to read artifact descriptor for com.sun.jersey:jersey-bundle:jar:1.7-SNAPSHOT: Could not transfer artifact com.sun.jersey:jersey-bundle:pom:1.7-SNAPSHOT from/to ccslrepository (http://valinhos.ime.usp.br:54080/maven/): No route to host (Host unreachable)
The text was updated successfully, but these errors were encountered:
Context: Currently, I am studying ways to test scalability of cloud-deployed web applications. I wanted to recreate the project, running it locally on my machine.
How to get the error:
Try running
mvn install
in order to build the choreosvv project.Expected behaviour:
The project is built succesfully.
Current behaviour:
Currently the build fails with the message
Failed to execute goal on project BookStoreRS: Could not resolve dependencies for project eu.choreos.vvrs:BookStoreRS:war:1.0-SNAPSHOT: Failed to collect dependencies at com.sun.jersey:jersey-bundle:jar:1.7-SNAPSHOT: Failed to read artifact descriptor for com.sun.jersey:jersey-bundle:jar:1.7-SNAPSHOT: Could not transfer artifact com.sun.jersey:jersey-bundle:pom:1.7-SNAPSHOT from/to ccslrepository (http://valinhos.ime.usp.br:54080/maven/): No route to host (Host unreachable)
The text was updated successfully, but these errors were encountered: