jamesnetherton commented on issue #8147:
URL: https://github.com/apache/camel-quarkus/issues/8147#issuecomment-3772383961

   Here's the problem:
   
   ```
   NettyConsumerExecutorGroup) Closing channel as an exception was thrown from 
Netty: java.util.MissingResourceException: Can't find bundle for base name 
sun.security.util.resources.security, locale en_US
        at 
[email protected]/java.util.ResourceBundle.throwMissingResourceException(ResourceBundle.java:2012)
        at 
[email protected]/java.util.ResourceBundle.getBundleImpl(ResourceBundle.java:1664)
        at 
org.graalvm.nativeimage.builder/com.oracle.svm.core.jdk.localization.substitutions.Target_java_util_ResourceBundle$1.get(Target_java_util_ResourceBundle.java:123)
        at 
org.graalvm.nativeimage.builder/com.oracle.svm.core.jdk.localization.substitutions.Target_java_util_ResourceBundle$1.get(Target_java_util_ResourceBundle.java:120)
        at 
org.graalvm.nativeimage.builder/com.oracle.svm.core.MissingRegistrationUtils.runIgnoringMissingRegistrations(MissingRegistrationUtils.java:143)
        at 
[email protected]/java.util.ResourceBundle.getBundleImpl(ResourceBundle.java:120)
        at 
[email protected]/java.util.ResourceBundle.getBundleImpl(ResourceBundle.java:1529)
        at 
[email protected]/java.util.ResourceBundle.getBundle(ResourceBundle.java:848)
        at 
[email protected]/java.util.concurrent.ConcurrentHashMap.computeIfAbsent(ConcurrentHashMap.java:1724)
        at 
[email protected]/sun.security.util.ResourcesMgr.getBundle(ResourcesMgr.java:54)
        at 
[email protected]/sun.security.util.ResourcesMgr.getString(ResourcesMgr.java:40)
        at 
[email protected]/javax.security.auth.Subject.collectionNullClean(Subject.java:946)
        at 
[email protected]/javax.security.auth.Subject$SecureSet.addAll(Subject.java:1100)
        at 
[email protected]/java.util.Collections$SynchronizedCollection.addAll(Collections.java:2342)
        at 
org.apache.camel.quarkus.component.http.netty.auth.TestAuthenticator.login(TestAuthenticator.java:61)
        at 
org.apache.camel.component.netty.http.handlers.HttpServerChannelHandler.authenticate(HttpServerChannelHandler.java:299)
        at 
org.apache.camel.component.netty.http.handlers.HttpServerChannelHandler.channelRead0(HttpServerChannelHandler.java:186)
        at 
io.netty.channel.SimpleChannelInboundHandler.channelRead(SimpleChannelInboundHandler.java:99)
        at 
org.apache.camel.component.netty.http.handlers.HttpServerMultiplexChannelHandler.channelRead0(HttpServerMultiplexChannelHandler.java:165)
        at 
io.netty.channel.SimpleChannelInboundHandler.channelRead(SimpleChannelInboundHandler.java:99)
        at 
io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:444)
        at 
io.netty.channel.AbstractChannelHandlerContext.access$600(AbstractChannelHandlerContext.java:61)
        at 
io.netty.channel.AbstractChannelHandlerContext$7.run(AbstractChannelHandlerContext.java:425)
        at 
io.netty.util.concurrent.AbstractEventExecutor.runTask(AbstractEventExecutor.java:173)
        at 
io.netty.util.concurrent.DefaultEventExecutor.run(DefaultEventExecutor.java:66)
        at 
io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:998)
        at 
io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
        at [email protected]/java.lang.Thread.runWith(Thread.java:1487)
        at [email protected]/java.lang.Thread.run(Thread.java:1474)
        at 
org.graalvm.nativeimage.builder/com.oracle.svm.core.thread.PlatformThreads.threadStartRoutine(PlatformThreads.java:832)
        at 
org.graalvm.nativeimage.builder/com.oracle.svm.core.thread.PlatformThreads.threadStartRoutine(PlatformThreads.java:808)
   ```


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