According to the directions 
here 
https://github.com/dropwizard/dropwizard/tree/master/dropwizard-example#running-the-application
 
in order to run the dropwizard-example application I should first go to the 
root directory and run "mvn package".  But this fails for me on two 
different computers.  Sometimes it fails on "Dropwizard Logging Support" 
and sometimes it's on "Dropwizard Example Application"

[INFO] Reactor Summary:
[INFO] 
[INFO] Dropwizard Project 1.4.0-SNAPSHOT .................. SUCCESS [01:12 
min]
[INFO] Dropwizard Documentation ........................... SUCCESS [  
6.587 s]
[INFO] Dropwizard BOM ..................................... SUCCESS [  
2.074 s]
[INFO] Dropwizard Utility Classes ......................... SUCCESS [ 
14.459 s]
[INFO] Dropwizard Jackson Support ......................... SUCCESS [  
9.516 s]
[INFO] Dropwizard Validation Support ...................... SUCCESS [  
9.174 s]
[INFO] Dropwizard Configuration Support ................... SUCCESS [ 
17.970 s]
[INFO] Dropwizard Logging Support ......................... FAILURE [ 
10.196 s]
[INFO] Dropwizard Lifecycle Support ....................... SKIPPED
[INFO] Dropwizard Metrics Support ......................... SKIPPED
[INFO] Dropwizard Jersey Support .......................... SKIPPED
[INFO] Dropwizard Servlet Support ......................... SKIPPED
[INFO] Dropwizard Jetty Support ........................... SKIPPED
[INFO] Dropwizard Request Logging Support ................. SKIPPED
[INFO] Dropwizard ......................................... SKIPPED
[INFO] Dropwizard Test Helpers ............................ SKIPPED
[INFO] Dropwizard HTTP Client ............................. SKIPPED
[INFO] Dropwizard Database Support ........................ SKIPPED
[INFO] Dropwizard JDBI Support ............................ SKIPPED
[INFO] Dropwizard JDBI3 Support ........................... SKIPPED
[INFO] Dropwizard Migrations .............................. SKIPPED
[INFO] Dropwizard Hibernate Support ....................... SKIPPED
[INFO] Dropwizard Authentication .......................... SKIPPED
[INFO] Dropwizard Asset Bundle ............................ SKIPPED
[INFO] Dropwizard HTTP/2 Support .......................... SKIPPED
[INFO] Dropwizard Views ................................... SKIPPED
[INFO] Dropwizard Freemarker Views ........................ SKIPPED
[INFO] Dropwizard Mustache Views .......................... SKIPPED
[INFO] Dropwizard Metrics Support for Graphite ............ SKIPPED
[INFO] Dropwizard Example Application ..................... SKIPPED
[INFO] Dropwizard Multipart Form Support .................. SKIPPED
[INFO] Dropwizard Archetypes .............................. SKIPPED
[INFO] Dropwizard Archetype for Simple Java Services ...... SKIPPED
[INFO] Dropwizard Benchmarks .............................. SKIPPED
[INFO] Dropwizard End-to-end Tests ........................ SKIPPED
[INFO] Dropwizard JSON logging 1.4.0-SNAPSHOT ............. SKIPPED

In the "surefire reports" I find this:

Caused by: java.net.BindException: Address already in use (Bind failed)
    at 
io.dropwizard.logging.TcpSocketAppenderFactoryTest.createServerSocket(TcpSocketAppenderFactoryTest.java:43)
    at 
io.dropwizard.logging.TcpSocketAppenderFactoryTest.<init>(TcpSocketAppenderFactoryTest.java:30)

-- 
You received this message because you are subscribed to the Google Groups 
"dropwizard-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to dropwizard-user+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to