[ 
https://issues.apache.org/jira/browse/ACCUMULO-758?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13466384#comment-13466384
 ] 

Christopher Tubbs commented on ACCUMULO-758:
--------------------------------------------

That's a good quick fix, but I prefer to have the monitor webapp separated from 
the server, to run as its own thing, with direct dependencies on the version it 
runs against, and simply exclude any conflicting dependencies that get pulled 
in transitively.
                
> Chnage in jetty dependency is causing compile failure
> -----------------------------------------------------
>
>                 Key: ACCUMULO-758
>                 URL: https://issues.apache.org/jira/browse/ACCUMULO-758
>             Project: Accumulo
>          Issue Type: Bug
>            Reporter: Keith Turner
>            Assignee: Keith Turner
>             Fix For: 1.5.0
>
>
> I am seeing the following compile failure when running "mvn clean compile 
> package".  I think this is because a jetty 7 version is all of a sudden being 
> pulled from a maven repo.  One fix is to adjust the pom to exclude jetty >= 
> 7.0
> {noformat}
> [ERROR] Failed to execute goal 
> org.apache.maven.plugins:maven-compiler-plugin:2.3.2:compile 
> (default-compile) on project accumulo-server: Compilation failure: 
> Compilation failure:
> [ERROR] 
> /disk1/rkturn2/workspace/accumulo-TRUNK/server/src/main/java/org/apache/accumulo/server/util/EmbeddedWebServer.java:[26,33]
>  package org.mortbay.jetty.security does not exist
> [ERROR] 
> /disk1/rkturn2/workspace/accumulo-TRUNK/server/src/main/java/org/apache/accumulo/server/util/EmbeddedWebServer.java:[78,19]
>  cannot find symbol
> [ERROR] symbol  : class SslSocketConnector
> [ERROR] location: class 
> org.apache.accumulo.server.util.EmbeddedWebServer.EmbeddedWebServer6_1
> [ERROR] 
> /disk1/rkturn2/workspace/accumulo-TRUNK/server/src/main/java/org/apache/accumulo/server/util/EmbeddedWebServer.java:[79,10]
>  cannot find symbol
> [ERROR] symbol  : class SslSocketConnector
> [ERROR] location: class 
> org.apache.accumulo.server.util.EmbeddedWebServer.EmbeddedWebServer6_1
> [ERROR] 
> /disk1/rkturn2/workspace/accumulo-TRUNK/server/src/main/java/org/apache/accumulo/server/util/EmbeddedWebServer.java:[80,10]
>  cannot find symbol
> [ERROR] symbol  : class SslSocketConnector
> [ERROR] location: class 
> org.apache.accumulo.server.util.EmbeddedWebServer.EmbeddedWebServer6_1
> [ERROR] 
> /disk1/rkturn2/workspace/accumulo-TRUNK/server/src/main/java/org/apache/accumulo/server/util/EmbeddedWebServer.java:[81,10]
>  cannot find symbol
> [ERROR] symbol  : class SslSocketConnector
> [ERROR] location: class 
> org.apache.accumulo.server.util.EmbeddedWebServer.EmbeddedWebServer6_1
> [ERROR] 
> /disk1/rkturn2/workspace/accumulo-TRUNK/server/src/main/java/org/apache/accumulo/server/util/EmbeddedWebServer.java:[82,10]
>  cannot find symbol
> [ERROR] symbol  : class SslSocketConnector
> [ERROR] location: class 
> org.apache.accumulo.server.util.EmbeddedWebServer.EmbeddedWebServer6_1
> {noformat}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to