jiangML opened a new issue, #28152: URL: https://github.com/apache/shardingsphere/issues/28152
## Feature Request **For English only**, other languages will not be accepted. Please pay attention on issues you submitted, because we maybe need more details. If no response anymore and we cannot make decision by current information, we will **close it**. Please answer these questions before submitting your issue. Thanks! ### Is your feature request related to a problem? Ref: https://github.com/apache/shardingsphere/pull/28120 ```log Exception in thread "main" java.lang.reflect.InvocationTargetException at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at java.instrument/sun.instrument.InstrumentationImpl.loadClassAndStartAgent(InstrumentationImpl.java:491) at java.instrument/sun.instrument.InstrumentationImpl.loadClassAndCallPremain(InstrumentationImpl.java:503) Caused by: java.lang.NoSuchMethodError: 'void org.apache.shardingsphere.shade.com.google.common.base.Preconditions.checkState(boolean, java.lang.String, java.lang.Object)' at org.apache.shardingsphere.agent.core.path.AgentPath.getJarFile(AgentPath.java:50) at org.apache.shardingsphere.agent.core.path.AgentPath.getRootPath(AgentPath.java:44) at org.apache.shardingsphere.agent.core.ShardingSphereAgent.premain(ShardingSphereAgent.java:53) ... 6 more *** java.lang.instrument ASSERTION FAILED ***: "result" with message agent load/premain call failed at open/src/java.instrument/share/native/libinstrument/JPLISAgent.c line: 422 FATAL ERROR in native method: processing of -javaagent failed, processJavaStart failed ``` ### Describe the feature you would like. Since guava is relatively commonly used, I still hope to use guava, and I hope that the guava shade can be used normally in the agent -- 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]
