Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Application deployment failed: Exception while deploying the app [__admingui] #24126

Closed
Serj-C opened this issue Oct 5, 2022 · 1 comment
Closed
Milestone

Comments

@Serj-C
Copy link

Serj-C commented Oct 5, 2022

Environment Details

  • GlassFish Version (and build number): 7.0.0-M8, M9
  • JDK version: OpenJDK 19
  • OS: Windows 11
  • Database: N/A (GlassFish Default DB)

Problem Description

Today I tried to install and run GlassFish 7.0.0-M9 but unfortunately ran into a problem (same happened with M8 build).
Issue appears when accessing the admin console: https://localhost:4848 after starting domain1 with command:

asadmin.bat start-domain --verbose

Admin Console loads forever with following status: "Status: The Admin Console application is loaded.".
If page is refreshed, it becomes blank.

Logged stack trace in terminal:
[#|2022-10-05T21:54:12.915167+03:00|SEVERE|GlassFish 7.0|jakarta.enterprise.system.core|_ThreadID=170;_ThreadName=Thread-23;_LevelValue=1000;|
Exception while deploying the app [__admingui]|#]

[#|2022-10-05T21:54:12.916167+03:00|SEVERE|GlassFish 7.0|jakarta.enterprise.system.core|_ThreadID=170;_ThreadName=Thread-23;_LevelValue=1000;_MessageID=NCLS-CORE-00026;|
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-05T21:54:12.921166+03:00|SEVERE|GlassFish 7.0|jakarta.enterprise.system.core|_ThreadID=170;_ThreadName=Thread-23;_LevelValue=1000;_MessageID=NCLS-CORE-00041;|
Application deployment failed: Exception while deploying the app [__admingui]|#]

Steps to reproduce

  1. Start domain1 with: asadmin.bat start-domain --verbose
  2. Access Admin Console in the browser: https://localhost:4848

Impact of Issue

Couldn't load the admin console and use the GUI features.

terminal

adminConsole

@dmatej
Copy link
Contributor

dmatej commented Oct 5, 2022

Hi, we know about this, see #23782
Fixing admin UI is still on the todo list, unfortunatellty.

@dmatej dmatej closed this as completed Oct 5, 2022
@dmatej dmatej added this to the 7.0.0 milestone Oct 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants