Return-Path: X-Original-To: apmail-incubator-chukwa-user-archive@www.apache.org Delivered-To: apmail-incubator-chukwa-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id A020073FF for ; Wed, 7 Dec 2011 06:32:28 +0000 (UTC) Received: (qmail 8871 invoked by uid 500); 7 Dec 2011 06:32:28 -0000 Delivered-To: apmail-incubator-chukwa-user-archive@incubator.apache.org Received: (qmail 8718 invoked by uid 500); 7 Dec 2011 06:32:26 -0000 Mailing-List: contact chukwa-user-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: chukwa-user@incubator.apache.org Delivered-To: mailing list chukwa-user@incubator.apache.org Received: (qmail 8701 invoked by uid 99); 7 Dec 2011 06:32:25 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 07 Dec 2011 06:32:25 +0000 X-ASF-Spam-Status: No, hits=-0.6 required=5.0 tests=FREEMAIL_ENVFROM_END_DIGIT,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of eric818@gmail.com designates 209.85.213.175 as permitted sender) Received: from [209.85.213.175] (HELO mail-yx0-f175.google.com) (209.85.213.175) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 07 Dec 2011 06:32:18 +0000 Received: by yenm12 with SMTP id m12so158468yen.6 for ; Tue, 06 Dec 2011 22:31:57 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; bh=fSaWxE3QmP4i0eIzwKl0kUPri1r9BEfasSRC51Bw4so=; b=vGOGnqQ1ZIxJeD4vlUD8G/RjkCfYEhkTX/5pLnDboc4WnEnpnVizEJPeumo/69vNwm IOYtOxqEpPyQH2WiBMpPUw8i5QA3cF2GVrUwR/R8QHl97WDeXoaT3RXjFeUPMBdj1Q94 ZaRxkGwkuLRIcyCcZRg0c6LXiau0x9Ur6YeCo= MIME-Version: 1.0 Received: by 10.236.190.97 with SMTP id d61mr24929636yhn.40.1323239517575; Tue, 06 Dec 2011 22:31:57 -0800 (PST) Received: by 10.150.95.4 with HTTP; Tue, 6 Dec 2011 22:31:57 -0800 (PST) In-Reply-To: References: Date: Tue, 6 Dec 2011 22:31:57 -0800 Message-ID: Subject: Re: HICC errors after moving from ant to maven From: Eric Yang To: chukwa-user@incubator.apache.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org This looks like a conflict between jetty and jasper. In the pom.xml, jasper has been commented out. It looks like your environment put jasper back into the system, which causes the problem. Do you need jasper? I would recommend to disable it if possible. In addition, there is a rebase of using Jersey 1.10 over the weekend to solve a stacktrace thrown while starting HICC. It maybe useful to sync up to current trunk to be sure. regards, Eric On Tue, Dec 6, 2011 at 10:00 PM, Schlachter, Matthias wrote: > I can't get hicc running anymore. Tried changing the dependencies for > the build (different versions of jetty/jersey), but no success so far. > Any ideas? Has anybody else the same problem? > > > HTTP ERROR 500 > Problem accessing /hicc/. Reason: > > STANDARD_IMPORTS > > Caused by: > java.lang.NoSuchFieldError: STANDARD_IMPORTS > =A0 =A0 =A0 =A0at org.apache.jasper.compiler.PageInfo.(PageInfo.jav= a:100) > =A0 =A0 =A0 =A0at org.apache.jasper.compiler.Compiler.generateJava(Compil= er.java:98) > =A0 =A0 =A0 =A0at org.apache.jasper.compiler.Compiler.compile(Compiler.ja= va:286) > =A0 =A0 =A0 =A0at org.apache.jasper.compiler.Compiler.compile(Compiler.ja= va:267) > =A0 =A0 =A0 =A0at org.apache.jasper.compiler.Compiler.compile(Compiler.ja= va:255) > =A0 =A0 =A0 =A0at org.apache.jasper.JspCompilationContext.compile(JspComp= ilationContext.java:563) > =A0 =A0 =A0 =A0at org.apache.jasper.servlet.JspServletWrapper.service(Jsp= ServletWrapper.java:293) > =A0 =A0 =A0 =A0at org.apache.jasper.servlet.JspServlet.serviceJspFile(Jsp= Servlet.java:314) > =A0 =A0 =A0 =A0at org.apache.jasper.servlet.JspServlet.service(JspServlet= .java:264) > =A0 =A0 =A0 =A0at javax.servlet.http.HttpServlet.service(HttpServlet.java= :853) > =A0 =A0 =A0 =A0at org.mortbay.jetty.servlet.ServletHolder.handle(ServletH= older.java:511) > =A0 =A0 =A0 =A0at org.mortbay.jetty.servlet.ServletHandler.handle(Servlet= Handler.java:401) > =A0 =A0 =A0 =A0at org.mortbay.jetty.security.SecurityHandler.handle(Secur= ityHandler.java:216) > =A0 =A0 =A0 =A0at org.mortbay.jetty.servlet.SessionHandler.handle(Session= Handler.java:182) > =A0 =A0 =A0 =A0at org.mortbay.jetty.handler.ContextHandler.handle(Context= Handler.java:766) > =A0 =A0 =A0 =A0at org.mortbay.jetty.webapp.WebAppContext.handle(WebAppCon= text.java:450) > =A0 =A0 =A0 =A0at org.mortbay.jetty.servlet.Dispatcher.forward(Dispatcher= .java:327) > =A0 =A0 =A0 =A0at org.mortbay.jetty.servlet.Dispatcher.forward(Dispatcher= .java:126) > =A0 =A0 =A0 =A0at org.mortbay.jetty.servlet.DefaultServlet.doGet(DefaultS= ervlet.java:503) > =A0 =A0 =A0 =A0at javax.servlet.http.HttpServlet.service(HttpServlet.java= :740) > =A0 =A0 =A0 =A0at javax.servlet.http.HttpServlet.service(HttpServlet.java= :853) > =A0 =A0 =A0 =A0at org.mortbay.jetty.servlet.ServletHolder.handle(ServletH= older.java:511) > =A0 =A0 =A0 =A0at org.mortbay.jetty.servlet.ServletHandler.handle(Servlet= Handler.java:401) > =A0 =A0 =A0 =A0at org.mortbay.jetty.security.SecurityHandler.handle(Secur= ityHandler.java:216) > =A0 =A0 =A0 =A0at org.mortbay.jetty.servlet.SessionHandler.handle(Session= Handler.java:182) > =A0 =A0 =A0 =A0at org.mortbay.jetty.handler.ContextHandler.handle(Context= Handler.java:766) > =A0 =A0 =A0 =A0at org.mortbay.jetty.webapp.WebAppContext.handle(WebAppCon= text.java:450) > =A0 =A0 =A0 =A0at org.mortbay.jetty.handler.ContextHandlerCollection.hand= le(ContextHandlerCollection.java:230) > =A0 =A0 =A0 =A0at org.mortbay.jetty.handler.HandlerCollection.handle(Hand= lerCollection.java:114) > =A0 =A0 =A0 =A0at org.mortbay.jetty.handler.HandlerWrapper.handle(Handler= Wrapper.java:152) > =A0 =A0 =A0 =A0at org.mortbay.jetty.Server.handle(Server.java:326) > =A0 =A0 =A0 =A0at org.mortbay.jetty.HttpConnection.handleRequest(HttpConn= ection.java:542) > =A0 =A0 =A0 =A0at org.mortbay.jetty.HttpConnection$RequestHandler.headerC= omplete(HttpConnection.java:928) > =A0 =A0 =A0 =A0at org.mortbay.jetty.HttpParser.parseNext(HttpParser.java:= 549) > =A0 =A0 =A0 =A0at org.mortbay.jetty.HttpParser.parseAvailable(HttpParser.= java:212) > =A0 =A0 =A0 =A0at org.mortbay.jetty.HttpConnection.handle(HttpConnection.= java:404) > =A0 =A0 =A0 =A0at org.mortbay.io.nio.SelectChannelEndPoint.run(SelectChan= nelEndPoint.java:410) > =A0 =A0 =A0 =A0at org.mortbay.thread.QueuedThreadPool$PoolThread.run(Queu= edThreadPool.java:582) >