Hello Dietmar,
I did the installation as described in the TechMining video.
System:
Windows 11
Oracle XE 21c
Apex 24.2
ords 24.4
jdk-23
tomcat 9.0.99
I get the following error message during the connectivity test:
Message in the tomcat-stderr:
Exception in thread "shutdown hook" java.lang.NoClassDefFoundError: oracle/ucp/common/DiagnosticsSummary
at oracle.ucp.admin.UniversalConnectionPoolManagerBase.lambda$static$1(UniversalConnectionPoolManagerBase.java:1989)
at java.base/java.lang.Thread.run(Thread.java:1575)
Caused by: java.lang.ClassNotFoundException: Illegal access: this web application instance has been stopped already. Could not load [oracle.ucp.common.DiagnosticsSummary]. The following stack trace is thrown for debugging purposes as well as to attempt to terminate the thread which caused the illegal access.
at org.apache.catalina.loader.WebappClassLoaderBase.checkStateForClassLoading(WebappClassLoaderBase.java:1359)
at org.apache.catalina.loader.WebappClassLoaderBase.loadClass(WebappClassLoaderBase.java:1191)
at org.apache.catalina.loader.WebappClassLoaderBase.loadClass(WebappClassLoaderBase.java:1158)
... 2 more
Caused by: java.lang.IllegalStateException: Illegal access: this web application instance has been stopped already. Could not load [oracle.ucp.common.DiagnosticsSummary]. The following stack trace is thrown for debugging purposes as well as to attempt to terminate the thread which caused the illegal access.
at org.apache.catalina.loader.WebappClassLoaderBase.checkStateForResourceLoading(WebappClassLoaderBase.java:1369)
at org.apache.catalina.loader.WebappClassLoaderBase.checkStateForClassLoading(WebappClassLoaderBase.java:1357)
Do you have a solution to the problem?
Greetings
Eberhard