Hariprasad tammineni created TOMEE-2915:
-------------------------------------------
Summary: Impact of not starting TomcatSecurityService on TOMEE
plus (7.0.7)
Key: TOMEE-2915
URL: https://issues.apache.org/jira/browse/TOMEE-2915
Project: TomEE
Issue Type: Bug
Affects Versions: 7.0.7
Reporter: Hariprasad tammineni
During server (tomee plus 7.0.7)startup of my application with java 14, I have
observed couple of errors added in Startup log.
As per Java 14 release notes
https://bugs.openjdk.java.net/browse/JDK-8191138
The problem is that java.security.acl.Group is being deprecated since JRE 9 and
marked for removal in future versions.java.security.acl.Group is being used
internally in TOMEE and resulting in NoClassDefFoundError.
While invoking TomcatSecurityService() errors,I have observed the following
error. This issue is observed when run with JDK 14.It is working as expected in
older JDK versions. Is there any workaround regarding this issue or is it fixed
in latest tomee versions?
=================
while invoking org.apache.tomee.catalina.TomcatSecurityService().
org.apache.openejb.util.OpenEJBErrorHandler handleUnknownError SEVERE: FATAL
ERROR: Unknown error in Assembler. Please send the following stack trace and
this message to [email protected] : \{{
org.apache.xbean.recipe.ConstructionException: Error invoking constructor:
public org.apache.tomee.catalina.TomcatSecurityService()}}
=============================================================
--
This message was sent by Atlassian Jira
(v8.3.4#803005)