Hi Nick,
Hi.. I just started the dropwizard frameowrk and while running my
service I am getting below error which trying to run my service please
help me to resolve the issue:
C:\Users\Documents\Workflow\pocProject>java -jar target/pocProject-0.0.1-SNAPSHOT.jar server pocProject.yml
INFO [2013-02-21 17:44:09,584] com.yammer.dropwizard.cli.ServerCommand: Starting hello-world
INFO [2013-02-21 17:44:09,586] org.eclipse.jetty.server.Server: jetty-8.y.z-SNAPSHOT
INFO [2013-02-21 17:44:09,676] com.sun.jersey.server.impl.application.WebApplicationImpl: Initiating Jersey application, version 'Jersey:
INFO [2013-02-21 17:44:09,724] com.yammer.dropwizard.config.Environment:
GET /hello-world (com.ge.workflow.resources.HelloWorldResource)
INFO [2013-02-21 17:44:09,724] com.yammer.dropwizard.config.Environment: tasks =
POST /tasks/gc (com.yammer.dropwizard.tasks.GarbageCollectionTask)
WARN [2013-02-21 17:44:10,003] org.eclipse.jetty.util.component.AbstractLifeCycle: FAILED
SocketC...@0.0.0.0:8081: java.net.BindExce
! java.net.BindException: Address already in use: JVM_Bind
I have changed the port in .yml configuration file but still same error comes when run the project.
Can you help me.