Return-Path: X-Original-To: apmail-incubator-hama-dev-archive@minotaur.apache.org Delivered-To: apmail-incubator-hama-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id A2C977BB6 for ; Wed, 17 Aug 2011 12:43:04 +0000 (UTC) Received: (qmail 93700 invoked by uid 500); 17 Aug 2011 12:43:04 -0000 Delivered-To: apmail-incubator-hama-dev-archive@incubator.apache.org Received: (qmail 93398 invoked by uid 500); 17 Aug 2011 12:43:02 -0000 Mailing-List: contact hama-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: hama-dev@incubator.apache.org Delivered-To: mailing list hama-dev@incubator.apache.org Received: (qmail 93378 invoked by uid 99); 17 Aug 2011 12:43:02 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 17 Aug 2011 12:43:02 +0000 X-ASF-Spam-Status: No, hits=-2001.1 required=5.0 tests=ALL_TRUSTED,RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 17 Aug 2011 12:43:00 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 7007EC0439 for ; Wed, 17 Aug 2011 12:42:40 +0000 (UTC) Date: Wed, 17 Aug 2011 12:42:40 +0000 (UTC) From: "Edward J. Yoon (JIRA)" To: hama-dev@incubator.apache.org Message-ID: <409732610.44849.1313584960455.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <1179606149.41688.1313509287440.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Commented] (HAMA-421) Maven build issues using proxy MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/HAMA-421?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13086273#comment-13086273 ] Edward J. Yoon commented on HAMA-421: ------------------------------------- Hama web UI works well with jetty 6.1.14 on my computer. Build also OK. {code} 11/08/17 21:38:18 INFO http.HttpServer: listener.getLocalPort() returned 40013 webServer.getConnectors()[0].getLocalPort() returned 40013 11/08/17 21:38:18 INFO http.HttpServer: Jetty bound to port 40013 2011-08-17 21:38:18.183::INFO: jetty-6.1.14 {code} BTW, I get the following stacktrace snip from the server and a 500 error shows in any browser. {code} java.lang.NoClassDefFoundError: org/apache/tools/ant/BuildListener at org.apache.jasper.compiler.Compiler.initJavaCompiler(Compiler.java:716) at org.apache.jasper.compiler.Compiler.(Compiler.java:116) at org.apache.jasper.JspCompilationContext.createCompiler(JspCompilationContext.java:272) at org.apache.jasper.JspCompilationContext.compile(JspCompilationContext.java:589) at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:344) at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:470) at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:364) at javax.servlet.http.HttpServlet.service(HttpServlet.java:820) at org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:487) at org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:362) at org.mortbay.jetty.security.SecurityHandler.handle(SecurityHandler.java:216) {code} I think, we have to add ant dependencies to core pom.xml file. {code} org.apache.ant ant ${ant.version} org.apache.ant ant-launcher ${ant.version} {code} > Maven build issues using proxy > ------------------------------ > > Key: HAMA-421 > URL: https://issues.apache.org/jira/browse/HAMA-421 > Project: Hama > Issue Type: Bug > Components: build > Reporter: Joe Crobak > Assignee: Joe Crobak > Attachments: HAMA-421.patch > > > We use Artifactory as a maven proxy and it doesn't like some of the pom's that Hama depends on. In particular: > # The zookeeper dependency in pom.xml of several services references zookeeper with groupId org.apache.hadoop. This doesn't match the groupid in the zookeeper-3.3.1.pom, which causes our proxy to return a 409 with the following in the logs: > {{The target deployment path 'org/apache/hadoop/zookeeper/3.3.1/zookeeper-3.3.1.pom' does not match the POM's expected path prefix 'org/apache/zookeeper/zookeeper/3.3.1'. Please verify your POM content for correctness and make sure the source path is a valid Maven 2 repository root path.}} > # The jsp-2.1-6.1.4.pom is malformed -- it has an nested inside of (should be inside ). This is fixed in jsp-2.1-6.1.12. -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira