- This topic has 7 replies, 4 voices, and was last updated 7 years, 9 months ago by support-swapna.
-
AuthorPosts
-
Tony HerstellParticipantFiollowing:
Pressing the WSDL icon does nothing….
Version: 2016 CI 3
Build id: 14.0.0-20160503
Tony HerstellParticipantClosed
support-swapnaModeratorTony,
I assume the issue is resolved. Let us know if you need any assistance.
–Swapna
MyEclipse Support
mhliuParticipantI use the “2016 CI 7” version, and have the same problem. How to fix it? The error log is as following:
!ENTRY org.eclipse.m2e.logback.appender 2 0 2016-12-06 17:59:32.813
!MESSAGE
!STACK 0
org.apache.jasper.JasperException: java.lang.NullPointerException
at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:432)
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:790)
at org.eclipse.equinox.jsp.jasper.JspServlet.service(JspServlet.java:155)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:790)
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:1232)
at org.eclipse.equinox.http.servlet.internal.registration.EndpointRegistration.service(EndpointRegistration.java:153)
at org.eclipse.equinox.http.servlet.internal.servlet.ResponseStateHandler.processRequest(ResponseStateHandler.java:63)
at org.eclipse.equinox.http.servlet.internal.context.DispatchTargets.doDispatch(DispatchTargets.java:98)
at org.eclipse.equinox.http.servlet.internal.HttpServiceRuntimeImpl.doDispatch(HttpServiceRuntimeImpl.java:372)
at org.eclipse.equinox.http.servlet.internal.servlet.ProxyServlet.service(ProxyServlet.java:70)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:790)
at org.eclipse.equinox.http.jetty.internal.HttpServerManager$InternalHttpServiceServlet.service(HttpServerManager.java:357)
at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:808)
at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:587)
at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:221)
at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1127)
at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:515)
at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:185)
at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1061)
at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:97)
at org.eclipse.jetty.server.Server.handle(Server.java:499)
at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:310)
at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:257)
at org.eclipse.jetty.io.AbstractConnection$2.run(AbstractConnection.java:540)
at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:635)
at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:555)
at java.lang.Thread.run(Thread.java:745)
Caused by: java.lang.NullPointerException
at org.eclipse.wst.ws.internal.explorer.platform.uddi.actions.SwitchPerspectiveFromUDDIAction.run(SwitchPerspectiveFromUDDIAction.java:49)
at org.eclipse.wst.ws.internal.explorer.platform.engine.ActionEngine.executeAction(ActionEngine.java:221)
at org.eclipse.wst.ws.internal.explorer.platform.actions.Action.execute(Action.java:111)
at org.eclipse.wst.ws.internal.explorer.platform.actions.Action.execute(Action.java:105)
at org.apache.jsp.uddi.actions.SwitchPerspectiveFromUDDIActionJSP_jsp._jspService(org.apache.jsp.uddi.actions.SwitchPerspectiveFromUDDIActionJSP_jsp:78)
at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:111)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:790)
at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:403)
… 30 more
support-swapnaModeratormhliu,
Sorry that you are seeing this issue. It is a known bug. Its an issue in Eclipse Mars SR1 which you are seeing in MyEclipse 2016 as MyEclipse 2016 is based on Eclipse Mars SR1.
The bug is already fixed in Eclipse and the fix will be available in MyEclipse 2017 based on Eclipse Neon, due to release in Jan 2017. We will keep you posted about the MyEclipse 2017 release schedule.
Apologies for inconvenience caused.
–Swapna
MyEclipse Support
mhliuParticipantThanks for your reply.
DwightParticipantI’m getting this too. Is there any workaround? Running my web service under MyEclipse Tomcat Server 7.0.
support-swapnaModeratorMhliu/Dwight,
The issue is fixed in our latest release, MyEclipse 2017 which is based on Eclipse Neon.
Please install MyEclipse 2017 alongside your existing MyEclipse installation and use your current license.You can download the latest MyEclipse 2017 installer from here : https://www.genuitec.com/products/myeclipse/download/
Please let us know how it works for you.
–Swapna
MyEclipse Support -
AuthorPosts