[ https://jira.codehaus.org/browse/MINDEXER-89?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=351975#comment-351975 ]
Martin Todorov commented on MINDEXER-89: ---------------------------------------- Created [pull/6|https://github.com/apache/maven-indexer/pull/6]. @cstamas / @hboutemy: Could you please review this change and merge it? Thanks! > Use a more uncommon port for Jetty in the DefaultIndexUpdaterEmbeddingIT to > avoid "Address already in use" > ---------------------------------------------------------------------------------------------------------- > > Key: MINDEXER-89 > URL: https://jira.codehaus.org/browse/MINDEXER-89 > Project: Maven Indexer > Issue Type: Task > Reporter: Martin Todorov > Assignee: Martin Todorov > Fix For: 6.0 > > > The DefaultIndexUpdaterEmbeddingIT integration test will fail, if executing > on a system which is already using port 8080. It's quite common for this port > to already be open on a developer's machine (or server), if they're running > Tomcat or Jenkins. > {code} > DefaultIndexUpdaterEmbeddingIT.setUp:77 » Bind Address already in use > DefaultIndexUpdaterEmbeddingIT.setUp:77 » Bind Address already in use > DefaultIndexUpdaterEmbeddingIT.setUp:77 » Bind Address already in use > DefaultIndexUpdaterEmbeddingIT.setUp:77 » Bind Address already in use > DefaultIndexUpdaterEmbeddingIT.setUp:77 » Bind Address already in use > DefaultIndexUpdaterEmbeddingIT.setUp:77 » Bind Address already in use > {code} > Perhaps the build-helper-maven-plugin could be used here to reserve a port. -- This message was sent by Atlassian JIRA (v6.1.6#6162)