JiriOndrusek commented on issue #1298: URL: https://github.com/apache/camel-quarkus/issues/1298#issuecomment-777488041
Because https://github.com/oracle/graal/pull/2730 is fixed in GraalVM 21.0 , it should be possible to finish this issue. I've updated work in progress into a new commit: https://github.com/JiriOndrusek/camel-quarkus/commit/48a709caa5daf893ea943271f5d19e10ccd88b70 Unfortunately I see a different exception: > at org.h2.mvstore.MVStore$BackgroundWriterThread.run(MVStore.java:3290) ... 2 more Caused by: java.lang.IllegalArgumentException: Could not serialize [19403199913046]NO₂ [1.4.200/0] at org.h2.mvstore.DataUtils.newIllegalArgumentException(DataUtils.java:924) at org.h2.mvstore.type.ObjectDataType.serialize(ObjectDataType.java:359) at org.h2.mvstore.type.ObjectDataType$SerializedObjectType.write(ObjectDataType.java:1527) at org.h2.mvstore.type.ObjectDataType.write(ObjectDataType.java:127) at org.h2.mvstore.type.ObjectDataType.write(ObjectDataType.java:121) at org.h2.mvstore.Page.write(Page.java:669) at org.h2.mvstore.Page$Leaf.writeUnsavedRecursive(Page.java:1525) at org.h2.mvstore.MVStore.storeNow(MVStore.java:1427) at org.h2.mvstore.MVStore.store(MVStore.java:1334) ... 6 more Caused by: java.lang.UnsupportedOperationException: Serialization of class definitions not supported at java.io.ObjectStreamClass.lookup(ObjectStreamClass.java:14) at java.io.ObjectOutputStream.writeObject0(ObjectOutputStream.java:1135) at java.io.ObjectOutputStream.writeObject(ObjectOutputStream.java:349) at org.h2.mvstore.type.ObjectDataType.serialize(ObjectDataType.java:356) ... 13 more I found opened issue on GraalVM (https://github.com/oracle/graal/issues/2685), which shows very similar exception with a statement, that it is happening on GraalVM 21.0 It looks like this extension is still blocked... ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org