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
<[email protected]> 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
>        at org.apache.jasper.compiler.PageInfo.<init>(PageInfo.java:100)
>        at org.apache.jasper.compiler.Compiler.generateJava(Compiler.java:98)
>        at org.apache.jasper.compiler.Compiler.compile(Compiler.java:286)
>        at org.apache.jasper.compiler.Compiler.compile(Compiler.java:267)
>        at org.apache.jasper.compiler.Compiler.compile(Compiler.java:255)
>        at 
> org.apache.jasper.JspCompilationContext.compile(JspCompilationContext.java:563)
>        at 
> org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:293)
>        at 
> org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:314)
>        at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:264)
>        at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
>        at 
> org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:511)
>        at 
> org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:401)
>        at 
> org.mortbay.jetty.security.SecurityHandler.handle(SecurityHandler.java:216)
>        at 
> org.mortbay.jetty.servlet.SessionHandler.handle(SessionHandler.java:182)
>        at 
> org.mortbay.jetty.handler.ContextHandler.handle(ContextHandler.java:766)
>        at 
> org.mortbay.jetty.webapp.WebAppContext.handle(WebAppContext.java:450)
>        at org.mortbay.jetty.servlet.Dispatcher.forward(Dispatcher.java:327)
>        at org.mortbay.jetty.servlet.Dispatcher.forward(Dispatcher.java:126)
>        at 
> org.mortbay.jetty.servlet.DefaultServlet.doGet(DefaultServlet.java:503)
>        at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
>        at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
>        at 
> org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:511)
>        at 
> org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:401)
>        at 
> org.mortbay.jetty.security.SecurityHandler.handle(SecurityHandler.java:216)
>        at 
> org.mortbay.jetty.servlet.SessionHandler.handle(SessionHandler.java:182)
>        at 
> org.mortbay.jetty.handler.ContextHandler.handle(ContextHandler.java:766)
>        at 
> org.mortbay.jetty.webapp.WebAppContext.handle(WebAppContext.java:450)
>        at 
> org.mortbay.jetty.handler.ContextHandlerCollection.handle(ContextHandlerCollection.java:230)
>        at 
> org.mortbay.jetty.handler.HandlerCollection.handle(HandlerCollection.java:114)
>        at 
> org.mortbay.jetty.handler.HandlerWrapper.handle(HandlerWrapper.java:152)
>        at org.mortbay.jetty.Server.handle(Server.java:326)
>        at 
> org.mortbay.jetty.HttpConnection.handleRequest(HttpConnection.java:542)
>        at 
> org.mortbay.jetty.HttpConnection$RequestHandler.headerComplete(HttpConnection.java:928)
>        at org.mortbay.jetty.HttpParser.parseNext(HttpParser.java:549)
>        at org.mortbay.jetty.HttpParser.parseAvailable(HttpParser.java:212)
>        at org.mortbay.jetty.HttpConnection.handle(HttpConnection.java:404)
>        at 
> org.mortbay.io.nio.SelectChannelEndPoint.run(SelectChannelEndPoint.java:410)
>        at 
> org.mortbay.thread.QueuedThreadPool$PoolThread.run(QueuedThreadPool.java:582)
>

Reply via email to