glassfish-5

JSF 2.3 Websockets throw a NullPointerException when using PrimeFaces MenuItem with ajax=true

此生再无相见时 提交于 2020-06-29 04:15:38
问题 I get a NullPointerException when navigating on a PrimeFaces menu item with ajax = true when JSF 2.3 websockets are present in the pages. Below is the exception: java.lang.NullPointerException at com.sun.faces.push.WebsocketFacesListener.processEvent(WebsocketFacesListener.java:100) at javax.faces.event.SystemEvent.processListener(SystemEvent.java:123) at javax.faces.event.ComponentSystemEvent.processListener(ComponentSystemEvent.java:110) at com.sun.faces.application.applicationimpl.Events

java.lang.NoClassDefFoundError: sun/security/ssl/SupportedEllipticCurvesExtension

蹲街弑〆低调 提交于 2019-12-22 05:25:20
问题 I am trying to secure a web application so that I can use a secure data transport layer TLS/SSL with HTTPS. I am using glassfish server 5. After starting the server I did a https://localhost:8181 and it gave me this exception: Warning: GRIZZLY0013: Exception during FilterChain execution java.lang.NoClassDefFoundError: sun/security/ssl/SupportedEllipticCurvesExtension at sun.security.ssl.HelloExtensions.<init>(HelloExtensions.java:82) at sun.security.ssl.HandshakeMessage$ClientHello.<init>

Cannot install Glassfish tools in Eclipse Photon / Eclipse IDE

*爱你&永不变心* 提交于 2019-11-30 12:47:00
Eclipse cannot install glassfish tools. under Oracle folder of server there is only options for Webllogic and cloud, The glassfish option appears only ONE time whe I first tried to install it. an after it no longer shows up I have tried to remove eclipse an re-extartc it again but the same problem still occurs. What's the problem here? does Anyboy have installed glassfish tools on Phtoton successfully? Go to Help > Install New Software... Add the GlassFish Tools Update Site http://download.eclipse.org/glassfish-tools/1.0.0/repository as repository (or add the URL under Work with: directly) and

Cannot install Glassfish tools in Eclipse Photon / Eclipse IDE

醉酒当歌 提交于 2019-11-29 18:19:49
问题 Eclipse cannot install glassfish tools. under Oracle folder of server there is only options for Webllogic and cloud, The glassfish option appears only ONE time whe I first tried to install it. an after it no longer shows up I have tried to remove eclipse an re-extartc it again but the same problem still occurs. What's the problem here? does Anyboy have installed glassfish tools on Phtoton successfully? 回答1: Go to Help > Install New Software... Add the GlassFish Tools Update Site http:/