You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by "John Vines (JIRA)" <ji...@apache.org> on 2012/09/28 20:57:08 UTC

[jira] [Commented] (ACCUMULO-758) Chnage in jetty dependency is causing compile failure

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

John Vines commented on ACCUMULO-758:
-------------------------------------

I also agree with setting hte version range to [5.1,7), at least as a quick fix.
                
> 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