SmartClient Version: v13.0p_2023-04-25/PowerEdition Deployment (built 2023-04-25)
This is a stretch for a question, but am stumped at present.
I am trying out a new version of 13.0p, from nightly build 2023-04-25. Everything compiles with no errors, but there is this error at runtime, i.e. loading the webApp, just at the start:
There must be something wrong in my classpath? Never seen this problem before.
Previous version was 13.0p 2022-05-17, almost a year ago.
I should note that we are using Java 8 version.
This is a stretch for a question, but am stumped at present.
I am trying out a new version of 13.0p, from nightly build 2023-04-25. Everything compiles with no errors, but there is this error at runtime, i.e. loading the webApp, just at the start:
Code:
== 2023-04-27 12:45:42,802 [1-64] DEBUG SQLDriver - BEER: Passing JDBC URL only to getConnection [WARN] Server class 'org.ietf.jgss.GSSException' could not be found in the web app, but was found on the system classpath [ERROR] Found resouce but unrecognized URL format: 'jrt:/java.security.jgss/org/ietf/jgss/GSSException.class' === 2023-04-27 12:45:42,806 [1-64] DEBUG DSRequest - About to free up resources for request of type fetch on DataSource Users === 2023-04-27 12:45:42,807 [1-64] WARN RequestContext - dsRequest.execute() failed: java.lang.NoClassDefFoundError: org/ietf/jgss/GSSException at com.microsoft.sqlserver.jdbc.SQLServerDriver.connect(SQLServerDriver.java:621)
Previous version was 13.0p 2022-05-17, almost a year ago.
I should note that we are using Java 8 version.
Comment