Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jetty-dev] Upgrading from Jetty 7.4.2 to 7.6.0

8.1 and will have to be the 2.2 artifact here:

http://repo2.maven.org/maven2/org/eclipse/jetty/orbit/org.apache.jasper.glassfish/

jesse

--
jesse mcconnell
jesse.mcconnell@xxxxxxxxx



On Fri, Feb 10, 2012 at 09:39, Joakim Erdfelt <joakim@xxxxxxxxxxx> wrote:
> That class is present in
> the org.apache.jasper.glassfish_2.1.0.v201110031002.jar artifact.
> Is there something about the osgi setup for jsps that is preventing it from
> being seen?
>
> --
> Joakim Erdfelt
> joakim@xxxxxxxxxxx
>
> http://webtide.com | http://intalio.com
> (the people behind jetty and cometd)
>
>
>
> On Fri, Feb 10, 2012 at 8:26 AM, Chris Frost <frostc@xxxxxxxxxx> wrote:
>>
>>
>> Hi,
>>
>> I'm making this upgrade on one of the Virgo maintenance branches and I've
>> hit a problem that has got me completely stumped. I've already upgraded our
>> main line of development to 8.1.0 with little problem so what ever has
>> changed going to 7.6 has gone away in 8.1. Basically, it falls over when it
>> tries to compile any JSP page. No Taglibs on the page and nothing else has
>> changed from 7.4.2 where our app worked fine. Just wondering if anyone on
>> here knows what I've missed?
>>
>>
>> HTTP ERROR 500
>>
>> Problem accessing /splash. Reason:
>>
>>    PWC6033: Error in Javac compilation for JSP
>>
>> PWC6199: Generated servlet error:
>> org.glassfish.jsp.api.ResourceInjector cannot be resolved to a type
>>
>> PWC6199: Generated servlet error:
>> _jspx_resourceInjector cannot be resolved to a variable
>>
>> PWC6199: Generated servlet error:
>> org.glassfish.jsp.api.ResourceInjector cannot be resolved to a type
>>
>>
>> Caused by:
>>
>> org.apache.jasper.JasperException: PWC6033: Error in Javac compilation for
>> JSP
>>
>> PWC6199: Generated servlet error:
>> org.glassfish.jsp.api.ResourceInjector cannot be resolved to a type
>>
>> PWC6199: Generated servlet error:
>> _jspx_resourceInjector cannot be resolved to a variable
>>
>> PWC6199: Generated servlet error:
>> org.glassfish.jsp.api.ResourceInjector cannot be resolved to a type
>>
>>
>>        at
>> org.apache.jasper.compiler.DefaultErrorHandler.javacError(DefaultErrorHandler.java:126)
>>        at
>> org.apache.jasper.compiler.ErrorDispatcher.javacError(ErrorDispatcher.java:296)
>>        at
>> org.apache.jasper.compiler.Compiler.generateClass(Compiler.java:372)
>>        at org.apache.jasper.compiler.Compiler.compile(Compiler.java:433)
>>        at
>> org.apache.jasper.JspCompilationContext.compile(JspCompilationContext.java:608)
>>        at
>> org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:374)
>>        at
>> org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:476)
>>        at
>> org.apache.jasper.servlet.JspServlet.service(JspServlet.java:366)
>>        at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
>>        at
>> org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:565)
>>        at
>> org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:479)
>>        at
>> org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:119)
>>        at
>> org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:539)
>>        at
>> org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:227)
>>        at
>> org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1031)
>>        at
>> org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:406)
>>        at
>> org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:186)
>>        at
>> org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:965)
>>        at
>> org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:117)
>>        at org.eclipse.jetty.server.Dispatcher.forward(Dispatcher.java:288)
>>        at org.eclipse.jetty.server.Dispatcher.forward(Dispatcher.java:115)
>>
>>
>> I've checked all the manifests look OK, the "org.glassfish.jsp.api"
>> package is around and being exported, I even tried importing it in to my web
>> application bundle but no joy.
>>
>> Any points are appreciated, thanks.
>>
>> Christopher Frost - VMware
>> Virgo from EclipseRT
>>
>> _______________________________________________
>> jetty-dev mailing list
>> jetty-dev@xxxxxxxxxxx
>> https://dev.eclipse.org/mailman/listinfo/jetty-dev
>
>
>
> _______________________________________________
> jetty-dev mailing list
> jetty-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/jetty-dev
>


Back to the top