chenyyyang commented on issue #156:
URL: 
https://github.com/apache/apisix-java-plugin-runner/issues/156#issuecomment-1170656446

   @tzssangglass 
   As you said, I have tried this steps,but there is something wrong with Netty 
of JDK libs.
   
   Could you mind kindly give me some advice o this case?
   
   ```
    <dependency>
               <groupId>io.netty</groupId>
               <artifactId>netty-transport-native-kqueue</artifactId>
               <classifier>osx-aarch_64</classifier>
               <version>4.1.78.Final</version>
           </dependency>
    ```
   KQueue.isAvailable() still is false at my macbook pro with Apple chip...
   
   the detail messages of the error is shown below:
   Possible multiple incompatible native libraries on the classpath for 
'/var/folders/w5/y1kzc6d148jgxslydddz33_80000gp/T/libnetty_transport_native_kqueue_aarch_6413407257086972134466.dylib'?


-- 
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]

Reply via email to