You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Upgrading from 3.0.19 to 3.1.0 leads to the following error and prevents our app from starting up. Not yet sure where this comes from. I guess change in EventBusAdapter at line 42 could be related.
Unluckily there's nothing in the stack that would point me to a usable place inside our app.
2024-01-10T15:54:48,631 test houston ERROR ContextImpl - Unhandled exception
java.lang.IncompatibleClassChangeError: class org.swisspush.reststorage.EventBusAdapter$MappedHttpServerRequest has interface io.vertx.core.http.impl.HttpServerRequestInternal as super class
at java.lang.ClassLoader.defineClass1(Native Method) ~[?:?]
at java.lang.ClassLoader.defineClass(ClassLoader.java:1022) ~[?:?]
at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:174) ~[?:?]
at jdk.internal.loader.BuiltinClassLoader.defineClass(BuiltinClassLoader.java:800) ~[?:?]
at jdk.internal.loader.BuiltinClassLoader.findClassOnClassPathOrNull(BuiltinClassLoader.java:698) ~[?:?]
at jdk.internal.loader.BuiltinClassLoader.loadClassOrNull(BuiltinClassLoader.java:621) ~[?:?]
at jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:579) ~[?:?]
at jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:178) ~[?:?]
at java.lang.ClassLoader.loadClass(ClassLoader.java:527) ~[?:?]
at org.swisspush.reststorage.EventBusAdapter.lambda$init$0(EventBusAdapter.java:39) ~[rest-storage-3.1.0.jar:?]
at io.vertx.core.impl.EventLoopContext.emit(EventLoopContext.java:50) ~[vertx-core-4.2.1.jar:4.2.1]
at io.vertx.core.impl.DuplicatedContext.emit(DuplicatedContext.java:168) ~[vertx-core-4.2.1.jar:4.2.1]
at io.vertx.core.eventbus.impl.MessageConsumerImpl.dispatch(MessageConsumerImpl.java:177) ~[vertx-core-4.2.1.jar:4.2.1]
at io.vertx.core.eventbus.impl.HandlerRegistration$InboundDeliveryContext.next(HandlerRegistration.java:169) ~[vertx-core-4.2.1.jar:4.2.1]
at io.vertx.core.eventbus.impl.HandlerRegistration$InboundDeliveryContext.dispatch(HandlerRegistration.java:134) ~[vertx-core-4.2.1.jar:4.2.1]
at io.vertx.core.impl.AbstractContext.dispatch(AbstractContext.java:111) ~[vertx-core-4.2.1.jar:4.2.1]
at io.vertx.core.eventbus.impl.HandlerRegistration.dispatch(HandlerRegistration.java:105) ~[vertx-core-4.2.1.jar:4.2.1]
at io.vertx.core.eventbus.impl.MessageConsumerImpl.deliver(MessageConsumerImpl.java:183) ~[vertx-core-4.2.1.jar:4.2.1]
at io.vertx.core.eventbus.impl.MessageConsumerImpl.doReceive(MessageConsumerImpl.java:168) ~[vertx-core-4.2.1.jar:4.2.1]
at io.vertx.core.eventbus.impl.HandlerRegistration.lambda$receive$0(HandlerRegistration.java:56) ~[vertx-core-4.2.1.jar:4.2.1]
at io.netty.util.concurrent.AbstractEventExecutor.safeExecute(AbstractEventExecutor.java:164) ~[netty-common-4.1.69.Final.jar:4.1.69.Final]
at io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:469) ~[netty-common-4.1.69.Final.jar:4.1.69.Final]
at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:500) ~[netty-transport-4.1.69.Final.jar:4.1.69.Final]
at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986) ~[netty-common-4.1.69.Final.jar:4.1.69.Final]
at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.69.Final.jar:4.1.69.Final]
at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.69.Final.jar:4.1.69.Final]
at java.lang.Thread.run(Thread.java:829) ~[?:?]
The text was updated successfully, but these errors were encountered:
hiddenalpha
changed the title
Since 3.0.33: IncompatibleClassChangeError MappedHttpServerRequest has interface HttpServerRequestInternal as super class
Since 3.1.0: IncompatibleClassChangeError MappedHttpServerRequest has interface HttpServerRequestInternal as super class
Jan 11, 2024
Upgrading from 3.0.19 to 3.1.0 leads to the following error and prevents our app from starting up. Not yet sure where this comes from. I guess change in EventBusAdapter at line 42 could be related.
Unluckily there's nothing in the stack that would point me to a usable place inside our app.
The text was updated successfully, but these errors were encountered: