Currently my ubuntu has been upgraded from 04.22 to 04.24 and after this, my payara cannot deploy dataverse-5.14 after that and localhost just shows the default payara page. The service.log is shown below:
[2025-01-13T19:54:55.712+0000] [Payara 5.2022.5] [INFO] [AS-WEB-GLUE-00198] [javax.enterprise.web] [tid: _ThreadID=46 _ThreadName=RunLevelControllerThread-1736798092057] [timeMillis: 1736798095712] [levelValue: 800] [[
Created HTTP listener http-listener-1 on host/port
0.0.0.0:8080]]
[2025-01-13T19:54:55.717+0000] [Payara 5.2022.5] [INFO] [AS-WEB-GLUE-00198] [javax.enterprise.web] [tid: _ThreadID=46 _ThreadName=RunLevelControllerThread-1736798092057] [timeMillis: 1736798095717] [levelValue: 800] [[
Created HTTP listener http-listener-2 on host/port
0.0.0.0:8181]]
[2025-01-13T19:54:55.718+0000] [Payara 5.2022.5] [INFO] [AS-WEB-GLUE-00198] [javax.enterprise.web] [tid: _ThreadID=46 _ThreadName=RunLevelControllerThread-1736798092057] [timeMillis: 1736798095718] [levelValue: 800] [[
Created HTTP listener admin-listener on host/port
0.0.0.0:4848]]
[2025-01-13T19:54:55.721+0000] [Payara 5.2022.5] [INFO] [AS-WEB-GLUE-00198] [javax.enterprise.web] [tid: _ThreadID=46 _ThreadName=RunLevelControllerThread-1736798092057] [timeMillis: 1736798095721] [levelValue: 800] [[
Created HTTP listener jk-connector on host/port
0.0.0.0:8009]]
[2025-01-13T19:54:55.740+0000] [Payara 5.2022.5] [INFO] [AS-WEB-GLUE-00200] [javax.enterprise.web] [tid: _ThreadID=46 _ThreadName=RunLevelControllerThread-1736798092057] [timeMillis: 1736798095740] [levelValue: 800] [[
Created virtual server server]]
[2025-01-13T19:54:55.742+0000] [Payara 5.2022.5] [INFO] [AS-WEB-GLUE-00200] [javax.enterprise.web] [tid: _ThreadID=46 _ThreadName=RunLevelControllerThread-1736798092057] [timeMillis: 1736798095742] [levelValue: 800] [[
Created virtual server __asadmin]]
[2025-01-13T19:54:56.644+0000] [Payara 5.2022.5] [INFO] [AS-WEB-GLUE-00201] [javax.enterprise.web] [tid: _ThreadID=46 _ThreadName=RunLevelControllerThread-1736798092057] [timeMillis: 1736798096644] [levelValue: 800] [[
Virtual server server loaded default web module ]]
[2025-01-13T19:55:01.439+0000] [Payara 5.2022.5] [INFO] [AS-CORE-JAVAEE-0002] [
javax.enterprise.system.core.ee] [tid: _ThreadID=46 _ThreadName=RunLevelControllerThread-1736798092057] [timeMillis: 1736798101439] [levelValue: 800] [[
Done with starting web container.]]
[2025-01-13T19:55:06.707+0000] [Payara 5.2022.5] [SEVERE] [] [javax.enterprise.system.core] [tid: _ThreadID=45 _ThreadName=RunLevelControllerThread-1736798092043] [timeMillis: 1736798106707] [levelValue: 1000] [[
Exception while deploying the app [dataverse-5.14]]]
[2025-01-13T19:55:06.708+0000] [Payara 5.2022.5] [SEVERE] [NCLS-CORE-00026] [javax.enterprise.system.core] [tid: _ThreadID=45 _ThreadName=RunLevelControllerThread-1736798092043] [timeMillis: 1736798106708] [levelValue: 1000] [[
Exception during lifecycle processing
java.lang.IllegalArgumentException: Unsupported class file major version 65
at org.objectweb.asm.ClassReader.<init>(ClassReader.java:199)
at org.objectweb.asm.ClassReader.<init>(ClassReader.java:180)
at org.objectweb.asm.ClassReader.<init>(ClassReader.java:166)
at org.objectweb.asm.ClassReader.<init>(ClassReader.java:287)
at org.glassfish.hk2.classmodel.reflect.Parser$1.on(Parser.java:133)
at org.glassfish.hk2.classmodel.reflect.impl.TypesCtr.onNotVisitedEntries(TypesCtr.java:134)
at org.glassfish.hk2.classmodel.reflect.Parser.awaitTermination(Parser.java:116)
at org.glassfish.hk2.classmodel.reflect.Parser.awaitTermination(Parser.java:68)
at com.sun.enterprise.v3.server.ApplicationLifecycle.getDeployableParser(ApplicationLifecycle.java:741)
at com.sun.enterprise.v3.server.ApplicationLifecycle.getDeployableTypes(ApplicationLifecycle.java:678)
at com.sun.enterprise.v3.server.ApplicationLifecycle.prepare(ApplicationLifecycle.java:409)
at com.sun.enterprise.v3.server.ApplicationLoaderService.processApplication(ApplicationLoaderService.java:427)
at com.sun.enterprise.v3.server.ApplicationLoaderService.postConstruct(ApplicationLoaderService.java:259)
at org.jvnet.hk2.internal.ClazzCreator.postConstructMe(ClazzCreator.java:303)
at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:351)
at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:463)
at org.glassfish.hk2.runlevel.internal.AsyncRunLevelContext.findOrCreate(AsyncRunLevelContext.java:281)
at org.glassfish.hk2.runlevel.RunLevelContext.findOrCreate(RunLevelContext.java:65)
at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2102)
at org.jvnet.hk2.internal.ServiceHandleImpl.getService(ServiceHandleImpl.java:93)
at org.jvnet.hk2.internal.ServiceHandleImpl.getService(ServiceHandleImpl.java:67)
at org.glassfish.hk2.runlevel.internal.CurrentTaskFuture$QueueRunner.oneJob(CurrentTaskFuture.java:1213)
at org.glassfish.hk2.runlevel.internal.CurrentTaskFuture$QueueRunner.run(CurrentTaskFuture.java:1144)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)
at java.base/java.lang.Thread.run(Thread.java:1583)
]]
[2025-01-13T19:55:06.717+0000] [Payara 5.2022.5] [SEVERE] [NCLS-CORE-00041] [javax.enterprise.system.core] [tid: _ThreadID=45 _ThreadName=RunLevelControllerThread-1736798092043] [timeMillis: 1736798106717] [levelValue: 1000] [[
Application deployment failed: Exception while deploying the app [dataverse-5.14]]]
[2025-01-13T19:55:06.720+0000] [Payara 5.2022.5] [INFO] [NCLS-CORE-00017] [javax.enterprise.system.core] [tid: _ThreadID=1 _ThreadName=main] [timeMillis: 1736798106720] [levelValue: 800] [[
Payara Server 5.2022.5 #badassfish (492) startup time : Felix (3308ms), startup services(14685ms), total(17993ms)]]
[2025-01-13T19:55:06.723+0000] [Payara 5.2022.5] [INFO] [] [fish.payara.nucleus.cluster.PayaraCluster] [tid: _ThreadID=142 _ThreadName=Executor-Service-1] [timeMillis: 1736798106723] [levelValue: 800] [[
Data Grid Status
Payara Data Grid State: DG Version: 4 DG Name: development DG Size: 1
Instances: {
DataGrid: development Name: server Lite: false This: true UUID: 0558ba99-70bf-4048-8744-380a44eb87c7 Address: /
193.174.154.138:4900}]]
[2025-01-13T19:55:06.724+0000] [Payara 5.2022.5] [INFO] [NCLS-CORE-00101] [javax.enterprise.system.core] [tid: _ThreadID=1 _ThreadName=main] [timeMillis: 1736798106724] [levelValue: 800] [[
Network Listener jk-connector started in: 3ms - bound to [/0.0.0.0:8009]]]
[2025-01-13T19:55:06.746+0000] [Payara 5.2022.5] [INFO] [] [fish.payara.nucleus.notification.NotificationService] [tid: _ThreadID=1 _ThreadName=main] [timeMillis: 1736798106746] [levelValue: 800] [[
Payara Notification Service bootstrapped.]]
[2025-01-13T19:55:06.746+0000] [Payara 5.2022.5] [INFO] [] [monitoring-console-core] [tid: _ThreadID=1 _ThreadName=main] [timeMillis: 1736798106746] [levelValue: 800] [[
Bootstrapping Monitoring Console Runtime]]
[2025-01-13T19:55:06.771+0000] [Payara 5.2022.5] [INFO] [] [monitoring-console-core] [tid: _ThreadID=1 _ThreadName=main] [timeMillis: 1736798106771] [levelValue: 800] [[
Starting monitoring data collection for server]]
[2025-01-13T19:55:06.772+0000] [Payara 5.2022.5] [INFO] [] [monitoring-console-core] [tid: _ThreadID=1 _ThreadName=main] [timeMillis: 1736798106772] [levelValue: 800] [[
Starting monitoring watch collection for server]]
[2025-01-13T19:55:06.957+0000] [Payara 5.2022.5] [INFO] [NCLS-CORE-00101] [javax.enterprise.system.core] [tid: _ThreadID=46 _ThreadName=RunLevelControllerThread-1736798092057] [timeMillis: 1736798106957] [levelValue: 800] [[
Network Listener JMS_PROXY_default_JMS_host started in: 1ms - bound to [/0.0.0.0:7676]]]
[2025-01-13T19:55:06.977+0000] [Payara 5.2022.5] [INFO] [NCLS-JMX-00024] [javax.enterprise.system.jmx] [tid: _ThreadID=158 _ThreadName=Thread-12] [timeMillis: 1736798106977] [levelValue: 800] [[
Creating a SecureRMIServerSocketFactory @ 0.0.0.0 with ssl config = GlassFishConfigBean.org.glassfish.grizzly.config.dom.Ssl]]
[2025-01-13T19:55:06.980+0000] [Payara 5.2022.5] [WARNING] [NCLS-JMX-00020] [javax.enterprise.system.jmx] [tid: _ThreadID=158 _ThreadName=Thread-12] [timeMillis: 1736798106980] [levelValue: 900] [[
All SSL cipher suites disabled for network-listener(s). Using SSL implementation specific defaults]]
[2025-01-13T19:55:07.069+0000] [Payara 5.2022.5] [WARNING] [NCLS-JMX-00020] [javax.enterprise.system.jmx] [tid: _ThreadID=158 _ThreadName=Thread-12] [timeMillis: 1736798107069] [levelValue: 900] [[
All SSL cipher suites disabled for network-listener(s). Using SSL implementation specific defaults]]
[2025-01-13T19:55:07.100+0000] [Payara 5.2022.5] [INFO] [NCLS-JMX-00025] [javax.enterprise.system.jmx] [tid: _ThreadID=158 _ThreadName=Thread-12] [timeMillis: 1736798107100] [levelValue: 800] [[
SSLServerSocket /
0.0.0.0:8686 and [SSL: ServerSocket[addr=/
0.0.0.0,localport=8686]] created]]
If anyone has a suggestion to fix this, please let me know.