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
Failure was with the integration test: io.openliberty.guides.hello.it.EndpointIT > testServlet FAILED
java.lang.AssertionError: HTTP GET failed expected:<200> but was:<404>
at org.junit.Assert.fail(Assert.java:88)
at org.junit.Assert.failNotEquals(Assert.java:834)
at org.junit.Assert.assertEquals(Assert.java:645)
at io.openliberty.guides.hello.it.EndpointIT.testServlet(EndpointIT.java:42)
This was due to an already running Liberty server from working with another guide. The guides need to handle such situation better.
The text was updated successfully, but these errors were encountered:
yeekangc
changed the title
Gradle build failed
Need to handle running server/port conflict
Sep 20, 2018
gradle build -i
(as per the guide) failed.Failure was with the integration test:
io.openliberty.guides.hello.it.EndpointIT > testServlet FAILED
java.lang.AssertionError: HTTP GET failed expected:<200> but was:<404>
at org.junit.Assert.fail(Assert.java:88)
at org.junit.Assert.failNotEquals(Assert.java:834)
at org.junit.Assert.assertEquals(Assert.java:645)
at io.openliberty.guides.hello.it.EndpointIT.testServlet(EndpointIT.java:42)
This was due to an already running Liberty server from working with another guide. The guides need to handle such situation better.
The text was updated successfully, but these errors were encountered: