[jboss-jira] [JBoss JIRA] (WFLY-11717) Illegal reflective access - org.jboss.invocation.proxy.AbstractProxyFactory
Brian Stansberry (Jira)
issues at jboss.org
Wed Mar 20 20:22:00 EDT 2019
[ https://issues.jboss.org/browse/WFLY-11717?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13702817#comment-13702817 ]
Brian Stansberry edited comment on WFLY-11717 at 3/20/19 8:21 PM:
------------------------------------------------------------------
[~krisgerhard] Do you have some kind of reproducer app you can attach? I just scanned through the server.log produced by the testsuite/integration/basic part of our testsuite from a JDK 11 job[1] looking for "lllegal ref" and don't find any occurrences. That job runs all sorts of EE related tests, i.e. various EJB apps the testsuite deploys. So if it doesn't report the illegal reflective access my assumption is it won't be trivial to reproduce. Looking at the code I didn't see why it would happen either. So perhaps something about your app is key to identifying the cause.
[1] https://ci.wildfly.org/repository/download/WF_MasterLinuxJdk11/141561:id/testsuite/integration/basic/target/wildfly/standalone/log/server.log -- a link that will break eventually as ci server cleans out old jobs.
was (Author: brian.stansberry):
[~krisgerhard] Do you have some kind of reproducer app you can attach? I just scanned through the server.log produced by the testsuite/integration/basic part of our testsuite from a JDK 11 job[1] looking for "llegal ref" and don't find any occurrences. That job runs all sorts of EE related tests, i.e. various EJB apps the testsuite deploys. So if it doesn't report the illegal reflective access my assumption is it won't be trivial to reproduce. Looking at the code I didn't see why it would happen either. So perhaps something about your app is key to identifying the cause.
[1] https://ci.wildfly.org/repository/download/WF_MasterLinuxJdk11/141561:id/testsuite/integration/basic/target/wildfly/standalone/log/server.log -- a link that will break eventually as ci server cleans out old jobs.
> Illegal reflective access - org.jboss.invocation.proxy.AbstractProxyFactory
> ---------------------------------------------------------------------------
>
> Key: WFLY-11717
> URL: https://issues.jboss.org/browse/WFLY-11717
> Project: WildFly
> Issue Type: Bug
> Affects Versions: 15.0.1.Final
> Reporter: Kris-Gerhard Aabrams
> Assignee: Brian Stansberry
> Priority: Major
> Labels: Java11
>
> WARNING: An illegal reflective access operation has occurred
> WARNING: Illegal reflective access by org.jboss.invocation.proxy.AbstractProxyFactory$1 (jar:file:/opt/jboss/wildfly/modules/system/layers/base/org/jboss/invocation/main/jboss-invocation-1.5.1.Final.jar!/) to method java.lang.Object.clone()
> WARNING: Please consider reporting this to the maintainers of org.jboss.invocation.proxy.AbstractProxyFactory$1
> WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
> WARNING: All illegal access operations will be denied in a future release
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
More information about the jboss-jira
mailing list