Saoforest opened a new issue, #5752:
URL: https://github.com/apache/shenyu/issues/5752
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current Behavior
An InaccessibleObjectException was thrown when the application started.
### Expected Behavior
_No response_
### Steps To Reproduce
_No response_
### Environment
```markdown
ShenYu version(s): origin/master
JDK: 21
```
### Debug logs
Exception in thread "Thread-5"
java.lang.reflect.InaccessibleObjectException: Unable to make field private
static java.util.IdentityHashMap java.lang.ApplicationShutdownHooks.hooks
accessible: module java.base does not "opens java.lang" to unnamed module
@3327bd23
at
java.base/java.lang.reflect.AccessibleObject.throwInaccessibleObjectException(AccessibleObject.java:391)
at
java.base/java.lang.reflect.AccessibleObject.checkCanSetAccessible(AccessibleObject.java:367)
at
java.base/java.lang.reflect.AccessibleObject.checkCanSetAccessible(AccessibleObject.java:315)
at
java.base/java.lang.reflect.Field.checkCanSetAccessible(Field.java:183)
at java.base/java.lang.reflect.Field.setAccessible(Field.java:177)
at
org.apache.shenyu.client.core.shutdown.ShenyuClientShutdownHook$TakeoverOtherHooksThread.run(ShenyuClientShutdownHook.java:89)
### Anything else?
_No response_
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]