私は最近、コンピューターのクラッシュ後に Java EE セットアップを復元しており、Open JDK 16 と Glassfish 6.1.0 を試してみようと思っていましたが、アプリケーションをデプロイすると、これまでに見たことのない次の例外が発生します。
java.io.IOException: com.sun.enterprise.admin.remote.RemoteFailureException: Error occurred during deployment: Exception while deploying the app [myapp-0.0.1-SNAPSHOT] : org.xml.sax.SAXException: Requested schema is not found in local repository, please ensure that there are no typos in the XML namespace declaration.. Please see server.log for more details.
それを解決する方法がわからないか、JDK11 にロールバックする必要があるかもしれません。以前は JDK 1.8.0 と Glassfish 5.1.0 を実行していました