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

Tests are failing for me. #39

Open
rgrinberg opened this issue Apr 6, 2017 · 0 comments
Open

Tests are failing for me. #39

rgrinberg opened this issue Apr 6, 2017 · 0 comments

Comments

@rgrinberg
Copy link

$ mvn test gives me:

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
OpenJDK 64-Bit Server VM warning: ignoring option MaxPermSize=512m; support was removed in 8.0
Running com.clarkparsia.pellet.server.ConfigurationReaderTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.08 sec - in com.clarkparsia.pellet.server.ConfigurationReaderTest
Running com.clarkparsia.pellet.server.protege.model.ProtegeServerStateTest
/tmp/1491516298555-0
18:04:59 [main] ERROR - Failed to connect to localhost/0:0:0:0:0:0:0:1:8080
java.net.ConnectException: Failed to connect to localhost/0:0:0:0:0:0:0:1:8080
	at okhttp3.internal.io.RealConnection.connectSocket(RealConnection.java:139) ~[protege-client-3.0.0-SNAPSHOT.jar:na]
	at okhttp3.internal.io.RealConnection.connect(RealConnection.java:108) ~[protege-client-3.0.0-SNAPSHOT.jar:na]
	at okhttp3.internal.http.StreamAllocation.findConnection(StreamAllocation.java:188) ~[protege-client-3.0.0-SNAPSHOT.jar:na]
	at okhttp3.internal.http.StreamAllocation.findHealthyConnection(StreamAllocation.java:127) ~[protege-client-3.0.0-SNAPSHOT.jar:na]
	at okhttp3.internal.http.StreamAllocation.newStream(StreamAllocation.java:97) ~[protege-client-3.0.0-SNAPSHOT.jar:na]
	at okhttp3.internal.http.HttpEngine.connect(HttpEngine.java:273) ~[protege-client-3.0.0-SNAPSHOT.jar:na]

Am I running them incorrectly?

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