Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [epp-dev] EPP 2022-09 M2

Hi Bernd,

This is a known problem, initially tracked in https://bugs.eclipse.org/bugs/show_bug.cgi?id=578221 and migrated to GitHub https://github.com/eclipse-platform/eclipse.platform.ua/issues/18

The most recent comments indicate that it is known to still be broken - https://github.com/eclipse-platform/eclipse.platform.ua/issues/18#issuecomment-1182751885 

I guess it needs some help?

Jonah


~~~
Jonah Graham
Kichwa Coders
www.kichwacoders.com


On Thu, 4 Aug 2022 at 21:31, Bernd Hufmann via epp-dev <epp-dev@xxxxxxxxxxx> wrote:
Hi,

I just downloaded the eclipse-cpp-2022-09-M2-linux-gtk-x86_64.tar.gz and the help content seems to be broken. I get the error message below in the help browser.

I noticed the same error first when building the Eclipse Trace Compass RCP with the platform integration build I20220804-0700 from today. Then I tried it with some older integration builds and noticed that it starts failing with integration build I20220701-1800 [1].

Is anybody else able to reproduce? Any ideas on the cause?

Thanks,
Bernd



----------------------------------------------------------

HTTP ERROR 500 org.apache.jasper.JasperException: PWC6349: Cannot find a java compiler for compilation. If running with JDK 5 or before, Ant or JDT compiler can be used, if the corresponding jars and bridge classes (org.apache.jasper.compiler.AntJavaCompiler or org.apache.jasper.compiler.JDTJavaCompiler) are included

URI:  /help/index.jsp
STATUS:     500
MESSAGE:    org.apache.jasper.JasperException: PWC6349: Cannot find a java compiler for compilation. If running with JDK 5 or before, Ant or JDT compiler can be used, if the corresponding jars and bridge classes (org.apache.jasper.compiler.AntJavaCompiler or org.apache.jasper.compiler.JDTJavaCompiler) are included
SERVLET:    org.eclipse.equinox.http.jetty.internal.HttpServerManager$InternalHttpServiceServlet-39931c74
CAUSED BY:  org.apache.jasper.JasperException: PWC6349: Cannot find a java compiler for compilation. If running with JDK 5 or before, Ant or JDT compiler can be used, if the corresponding jars and bridge classes (org.apache.jasper.compiler.AntJavaCompiler or org.apache.jasper.compiler.JDTJavaCompiler) are included
Caused by:

org.apache.jasper.JasperException: PWC6349: Cannot find a java compiler for compilation.  If running with JDK 5 or before, Ant or JDT compiler can be used, if the corresponding jars and bridge classes (org.apache.jasper.compiler.AntJavaCompiler or org.apache.jasper.compiler.JDTJavaCompiler) are included
      at org.apache.jasper.compiler.DefaultErrorHandler.jspError(DefaultErrorHandler.java:92)
      at org.apache.jasper.compiler.ErrorDispatcher.dispatch(ErrorDispatcher.java:378)
      at org.apache.jasper.compiler.ErrorDispatcher.jspError(ErrorDispatcher.java:119)
      at org.apache.jasper.compiler.Compiler.initJavaCompiler(Compiler.java:772)
      at org.apache.jasper.compiler.Compiler.<init>(Compiler.java:140)
      at org.apache.jasper.JspCompilationContext.createCompiler(JspCompilationContext.java:288)
      at org.apache.jasper.JspCompilationContext.compile(JspCompilationContext.java:622)
      at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:374)
      at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:492)
      at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:378)
      at javax.servlet.http.HttpServlet.service(HttpServlet.java:584)
      at org.eclipse.equinox.jsp.jasper.JspServlet.service(JspServlet.java:164)
      at javax.servlet.http.HttpServlet.service(HttpServlet.java:584)
      at org.eclipse.equinox.http.registry.internal.ServletManager$ServletWrapper.service(ServletManager.java:180)
      at org.eclipse.equinox.http.servlet.internal.HttpServiceRuntimeImpl$LegacyServlet.service(HttpServiceRuntimeImpl.java:1457)
      at org.eclipse.equinox.http.servlet.internal.registration.EndpointRegistration.service(EndpointRegistration.java:159)
      at org.eclipse.equinox.http.servlet.internal.servlet.ResponseStateHandler.processRequest(ResponseStateHandler.java:67)
      at org.eclipse.equinox.http.servlet.internal.context.DispatchTargets.doDispatch(DispatchTargets.java:118)
      at org.eclipse.equinox.http.servlet.internal.servlet.ProxyServlet.dispatch(ProxyServlet.java:147)
      at org.eclipse.equinox.http.servlet.internal.servlet.ProxyServlet.preprocess(ProxyServlet.java:115)
      at org.eclipse.equinox.http.servlet.internal.servlet.ProxyServlet.service(ProxyServlet.java:104)
      at javax.servlet.http.HttpServlet.service(HttpServlet.java:584)
      at org.eclipse.equinox.http.jetty.internal.HttpServerManager$InternalHttpServiceServlet.service(HttpServerManager.java:308)
      at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:764)
      at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:529)
      at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:221)
      at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1571)
      at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:221)
      at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1378)
      at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:176)
      at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:484)
      at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1544)
      at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:174)
      at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1300)
      at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:129)
      at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:122)
      at org.eclipse.jetty.server.Server.handle(Server.java:562)
      at org.eclipse.jetty.server.HttpChannel.lambda$handle$0(HttpChannel.java:505)
      at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:762)
      at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:497)
      at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:282)
      at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:319)
      at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:100)
      at org.eclipse.jetty.io.SelectableChannelEndPoint$1.run(SelectableChannelEndPoint.java:53)
      at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:894)
      at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:1038)
      at java.base/java.lang.Thread.run(Thread.java:833)
Powered by Jetty:// 10.0.11

From: epp-dev <epp-dev-bounces@xxxxxxxxxxx> on behalf of Jonah Graham <jonah@xxxxxxxxxxxxxxxx>
Sent: August 4, 2022 7:26 PM
To: Eclipse Packaging Project <epp-dev@xxxxxxxxxxx>
Subject: [epp-dev] EPP 2022-09 M2
 
Hi everyone,

Our next milestone build is available for testing: EPP 2022-09 M2

Only issue to report is that a couple of 3rd party libraries in Eclipse Platform have gone backwards version number + signature wise. I have reported that issue.

I have been following the steps on https://hackmd.io/@jonahgraham/eclipse-epp-release-process - you can see the checkmarks as to what is done.

Download link: https://download.eclipse.org/technology/epp/downloads/release/2022-09/M2/_mirrors.php

EPP was built with the p2 repositories at:

https://download.eclipse.org/releases/2022-09/202208051000/ and
https://download.eclipse.org/technology/epp/packages/2022-09/202208041200/

Please test and send your +1 to this mailing list. +1s are optional as the package will be published anyway.

Last +1 received for each package and platform (apologies if I missed one of your +1 emails, just let me know and I will update Last Recorded +1) I have highlighted those packages/platforms that I haven't seen any confirmation in this release cycle on.

Packages:
committers - 2022-06 RC2
cpp - 2022-06 RC2
dsl - 2022-06 RC2
embedcpp - 2022-06 RC2
java - 2022-06 RC2
jee - 2022-06 RC2
modeling - 2022-06 M3
parallel - 2022-03 RC2
php - 2020-12 RC2 (tested by Ed in 2022-03 RC2)
rcp - 2022-09 M1
scout - 2022-06 RC1

Platforms:
Linux x86_64 - 2022-09 M1
Linux aarch64 - 2022-06 RC2
Windows - 2022-06 RC2
macOS x86_64 - 2022-06 RC2
macOS aarch64 - 2022-06 RC2

Thank you for testing!

Regards,
Jonah
~~~
Jonah Graham
Kichwa Coders
www.kichwacoders.com
_______________________________________________
epp-dev mailing list
epp-dev@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/epp-dev

Back to the top