You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by "JiriOndrusek (via GitHub)" <gi...@apache.org> on 2023/04/24 07:36:19 UTC

[GitHub] [camel-quarkus] JiriOndrusek opened a new issue, #4820: Snmp: add native support

JiriOndrusek opened a new issue, #4820:
URL: https://github.com/apache/camel-quarkus/issues/4820

   Follows https://github.com/apache/camel-quarkus/issues/4797
   
   With test coverage, it should be possible to add support of the native for Snmp extension. (or at least to investigate it)


-- 
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: commits-unsubscribe@camel.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [camel-quarkus] JiriOndrusek closed issue #4820: Snmp: add native support

Posted by "JiriOndrusek (via GitHub)" <gi...@apache.org>.
JiriOndrusek closed issue #4820: Snmp: add native support
URL: https://github.com/apache/camel-quarkus/issues/4820


-- 
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: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [camel-quarkus] JiriOndrusek commented on issue #4820: Snmp: add native support

Posted by "JiriOndrusek (via GitHub)" <gi...@apache.org>.
JiriOndrusek commented on issue #4820:
URL: https://github.com/apache/camel-quarkus/issues/4820#issuecomment-1520339185

   ok, I'll close this one


-- 
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: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [camel-quarkus] jamesnetherton commented on issue #4820: Snmp: add native support

Posted by "jamesnetherton (via GitHub)" <gi...@apache.org>.
jamesnetherton commented on issue #4820:
URL: https://github.com/apache/camel-quarkus/issues/4820#issuecomment-1520336316

   FYI - There's an existing issue for this:
   
   https://github.com/apache/camel-quarkus/issues/1705


-- 
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: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [camel-quarkus] JiriOndrusek commented on issue #4820: Snmp: add native support

Posted by "JiriOndrusek (via GitHub)" <gi...@apache.org>.
JiriOndrusek commented on issue #4820:
URL: https://github.com/apache/camel-quarkus/issues/4820#issuecomment-1520284262

   Work in progress is in my forked branch  [4820-snmp_native-support](https://github.com/JiriOndrusek/camel-quarkus/commits/4820-snmp_native-support).
   
   Currently I'm not able to fix following problem:
   
   ```
   Error: Classes that should be initialized at run time got initialized during image building:
    java.net.Inet4Address the class was requested to be initialized at run time (from feature io.quarkus.runner.Feature.beforeAnalysis with 'Inet4Address.class'). com.sun.jndi.dns.DnsClient caused initialization of this class with the following trace: 
   	at java.net.Inet4Address.<clinit>(Inet4Address.java:99)
   	at java.net.Inet4AddressImpl.anyLocalAddress(Inet4AddressImpl.java:42)
   	at java.net.Inet6AddressImpl.anyLocalAddress(Inet6AddressImpl.java:104)
   	at java.net.InetAddress.anyLocalAddress(InetAddress.java:1685)
   	at java.net.InetSocketAddress.<init>(InetSocketAddress.java:196)
   	at java.net.DatagramSocket.<init>(DatagramSocket.java:389)
   	at java.net.DatagramSocket.<init>(DatagramSocket.java:355)
   	at com.sun.jndi.dns.DNSDatagramSocketFactory.lambda$findFirstFreePort$0(DNSDatagramSocketFactory.java:56)
   	at com.sun.jndi.dns.DNSDatagramSocketFactory$$Lambda$347/0x00000007c1536b10.run(Unknown Source)
   	at java.security.AccessController.executePrivileged(AccessController.java:807)
   	at java.security.AccessController.doPrivileged(AccessController.java:569)
   	at com.sun.jndi.dns.DNSDatagramSocketFactory.findFirstFreePort(DNSDatagramSocketFactory.java:60)
   	at com.sun.jndi.dns.DNSDatagramSocketFactory.<init>(DNSDatagramSocketFactory.java:113)
   	at com.sun.jndi.dns.DNSDatagramSocketFactory.<init>(DNSDatagramSocketFactory.java:128)
   	at com.sun.jndi.dns.DnsClient.<clinit>(DnsClient.java:93)
   ``` 


-- 
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: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org