Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jakartaee-platform-dev] GlassFish 7.0.0-M9.1 error at admin gui load

Hi, Tom,

It's a known and, unfortunately, still not resolved issue that Admin Console doesn't work in GlassFish 7 yet: https://github.com/eclipse-ee4j/glassfish/issues/23782.

This is due to Jakarta Faces 4.0 and compatible Mojarra implementation dropped support for some deprecated features that the Admin Console uses. It's not trivial to fix the Admin Console although a lot of work has been done to fix it and the GlassFish team is close to fixing it completely. But still, it's not easy to fix all the missing pieces because the Admin Console uses an old JSF templating engine and it's pretty complicated to uplift it for Jakarta Faces 4.0.

Hopefully, the Admin console will be fixed soon and the final GlassFish 7 version will provide a working Admin console.

All the best,
Ondro Mihalyi

Director, Jakarta EE expert
OmniFish - Jakarta EE Consulting & Support | www.omnifish.ee
Omnifish OÜ, Narva mnt 5, 10117 Tallinn, Estonia | VAT: EE102487932

On Sat, Oct 8, 2022 at 6:16 AM Tom Prodehl <tom@xxxxxxxxxxx> wrote:
Env: Java 17.0.4+8-Ubuntu-122.04    no eclipse ide   Ubuntu 22.04.1 LTS

Fresh install. When an attempt is made to access http;//localhost:4848,
the following is logged.
[2022-10-07T22:34:08.709432-05:00] [GlassFish 7.0] [SEVERE]
[NCLS-CORE-00026] [jakarta.enterprise.system.core] [tid: _ThreadID=121
_ThreadName=Thread-23] [levelValue: 1000] [[

   Exception during lifecycle processing
com.sun.enterprise.module.ResolveError: Not able to locate a unique
module by name org.glassfish.jakarta.el
     at
com.sun.enterprise.v3.server.ClassLoaderHierarchyImpl.createApplicationParentCL(ClassLoaderHierarchyImpl.java:149)
     at
org.glassfish.deployment.common.DeploymentContextImpl.createClassLoader(DeploymentContextImpl.java:229)
     at
org.glassfish.deployment.common.DeploymentContextImpl.createDeploymentClassLoader(DeploymentContextImpl.java:213)
     at
com.sun.enterprise.v3.server.ApplicationLifecycle.deploy(ApplicationLifecycle.java:401)
     at
com.sun.enterprise.v3.server.ApplicationLoaderService.processApplication(ApplicationLoaderService.java:382)
     at
com.sun.enterprise.v3.admin.adapter.InstallerThread.load(InstallerThread.java:188)
     at
com.sun.enterprise.v3.admin.adapter.InstallerThread.run(InstallerThread.java:77)
]]

[2022-10-07T22:34:08.710630-05:00] [GlassFish 7.0] [SEVERE]
[NCLS-CORE-00041] [jakarta.enterprise.system.core] [tid: _ThreadID=121
_ThreadName=Thread-23] [levelValue: 1000] [[
   Application deployment failed: Exception while deploying the app
[__admingui]]]


_______________________________________________
jakartaee-platform-dev mailing list
jakartaee-platform-dev@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/jakartaee-platform-dev

Back to the top