Не могу запустить UAA на Win7x64
Что сделано:
- Развернул архив в корень диска,
- Внес в uaa/uaa.yml настройку на IP дельты,
- Добавил в БАТник set JRE_HOME.
Поначалу ругалась на TLD и, типа, из за этого не стартовала.
Отключил проверку TLD, на который ругалось раньше, теперь на TLD не ругается, но все равно не стартует.
Проверял на JRE 1.8.0 ... 231, 301 и 321 - результат одинаковый
В логах (с JRE 1.8.0 .321) следующее:
catalina.2022-04-06.log:
----------
Цитата
06-Apr-2022 13:44:55.888 INFO [main] org.apache.catalina.startup.HostConfig.deployDirectory Установка веб приложения в папку [C:\apache-tomcat-9.0.38\webapps\uaa]
06-Apr-2022 13:44:55.888 WARNING [main] org.apache.tomcat.util.digester.Digester.endElement No rules found matching [Context/JarScanFilter]
06-Apr-2022 13:44:58.197 SEVERE [main] org.apache.catalina.core.StandardContext.startInternal One or more Filters failed to start. Full details will be found in the appropriate container log file
06-Apr-2022 13:44:58.212 SEVERE [main] org.apache.catalina.core.StandardContext.startInternal Context [/uaa] startup failed due to previous errors
----------
localhost.2022-04-06.log
----------
Цитата
java.lang.UnsupportedClassVersionError: org/cloudfoundry/identity/uaa/web/BackwardsCompatibleScopeParsingFilter has been compiled by a more recent version of the Java Runtime (class file version 55.0), this version of the Java Runtime only recognizes class file versions up to 52.0 (unable to load class [org.cloudfoundry.identity.uaa.web.BackwardsCompatibleScopeParsingFilter])
----------
Куда копать?