-
Notifications
You must be signed in to change notification settings - Fork 3k
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
issues running shopizer downloaded from the git repository #707
Comments
Hi, Until it is fixed correctly, you can try one of the following options: |
Hi JustFlavi, Thank you for your support. I hope it helps others, too. 2022-03-27 11:44:35.175 WARN 5805 --- [ main] ConfigServletWebServerApplicationContext : Exception encountered during context initialization - cancelling refresh attempt: org.springframework.context.ApplicationContextException: Unable to start web server; nested exception is org.springframework.boot.web.server.WebServerException: Unable to start embedded Tomcat Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled. org.springframework.context.ApplicationContextException: Unable to start web server; nested exception is org.springframework.boot.web.server.WebServerException: Unable to start embedded Tomcat The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server. The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server. [INFO] ------------------------------------------------------------------------ |
Hi, If you start from scratch and clone the repo again, there is no need to do any text replacements anymore and you should advance in applications start |
downloaded latest shopizer and did the following found install succeeded, run is fine, http://localhost:8080 listening |
Hello,
I tried to clone the current (3.0.0) git repository and get shopizer up and running on my machine (first tried Mac, then Ubuntu) like described on the starting page. Both attemps failed at the same point.
"mvnw clean install" worked fine
but mvnw spring-boot:run failed with an error.
I tried running from the root directory as well as from the sm-shop. Both approaches didn't work.
It looks to me that more people have the same issue. Maybe the readme can be more precise, or is there a bug?
The error was generated by mvnw
[ERROR] Failed to execute goal on project sm-shop: Could not resolve dependencies for project com.shopizer:sm-shop:jar:3.0.0: Failed to collect dependencies at com.shopizer:sm-core:jar:3.0.0:
Help or fix would be appreciated.
The text was updated successfully, but these errors were encountered: