Skip to main content

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

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]]]




Back to the top