Skip to content
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

initial mvn clean package defunct #1

Open
nicodewet opened this issue May 14, 2018 · 0 comments
Open

initial mvn clean package defunct #1

nicodewet opened this issue May 14, 2018 · 0 comments

Comments

@nicodewet
Copy link

If you check out the project and follow the "run the project in local mode" instructions, on my side I get a test failure with ${project-home} $ mvn clean package

SpringBootArtemisProducerApplicationTests.contextLoads » IllegalState Failed t...

Failed to load application context.

Caused by:

Caused by: org.springframework.web.client.ResourceAccessException: I/O error on POST request for "http://localhost:8080/produce": Connection refused (Connection refused); nested exception is java.net.ConnectException: Connection refused (Connection refused)
at org.springframework.web.client.RestTemplate.doExecute(RestTemplate.java:673)
at org.springframework.web.client.RestTemplate.execute(RestTemplate.java:620)
at org.springframework.web.client.RestTemplate.postForObject(RestTemplate.java:387)
at com.sbm.artemis.demo.SpringBootArtemisProducerApplication.personPublisher(SpringBootArtemisProducerApplication.java:64)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant