Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.
06-05-2020 03:23 AM
Hello Togehter
i did put together a project with javadriver within eclipse and it works fine.
but when adding the java driver dependency to jbpm 7.35 as a project artefact i get the following error when i want to edit data-objects.
java.lang.ClassNotFoundException:org.neo4j.driver.internal.shaded.io.netty.internal.tcnative.CertificateCallb
i also get the following warnings during build and deploy within jbpm workbench.
I am aware that this is not a jbpm forum. but i would like to know which artefacts are involved in the
mentionnend class org.neo4j.driver.* packages and classes not being there.
do i have to add other dependencies than neo4j-java-driver? reactivesrreams and slf4j dependencies are automatically added ...
best regards
Thomas
> 2020-06-05 12:03:48,084 WARN [org.kie.workbench.common.services.backend.builder.core.ClassVerifier] (default task-20) Verification of class org.neo4j.driver.internal.shaded.io.netty.util.internal.Hidden failed and will not be available for authoring.
> Underlying system error is: org/neo4j/driver/internal/shaded/reactor/blockhound/integration/BlockHoundIntegration. Please check the necessary external dependencies for this project are configured correctly.
> 2020-06-05 12:03:48,085 WARN [org.kie.workbench.common.services.backend.builder.core.ClassVerifier] (default task-20) Verification of class org.neo4j.driver.internal.shaded.io.netty.util.internal.Hidden$NettyBlockHoundIntegration failed and will not be available for authoring.
> Underlying system error is: org/neo4j/driver/internal/shaded/reactor/blockhound/integration/BlockHoundIntegration. Please check the necessary external dependencies for this project are configured correctly.
> 2020-06-05 12:03:48,087 WARN [org.kie.workbench.common.services.backend.builder.core.ClassVerifier] (default task-20) Verification of class org.neo4j.driver.internal.shaded.io.netty.util.internal.Hidden$NettyBlockHoundIntegration$1 failed and will not be available for authoring.
> Underlying system error is: org/neo4j/driver/internal/shaded/reactor/blockhound/integration/BlockHoundIntegration. Please check the necessary external dependencies for this project are configured correctly.
> 2020-06-05 12:03:48,232 WARN [org.kie.workbench.common.services.backend.builder.core.ClassVerifier] (default task-20) Verification of class org.neo4j.driver.internal.shaded.io.netty.handler.ssl.util.BouncyCastleSelfSignedCertGenerator failed and will not be available for authoring.
> Underlying system error is: org/bouncycastle/cert/X509v3CertificateBuilder. Please check the necessary external dependencies for this project are configured correctly.
> 2020-06-05 12:03:48,626 WARN [org.kie.workbench.common.services.backend.builder.core.ClassVerifier] (default task-20) Verification of class org.neo4j.driver.internal.shaded.reactor.core.publisher.FluxExtensionsKt$onErrorMap$1 failed and will not be available for authoring.
> Underlying system error is: kotlin/jvm/functions/Function1. Please check the necessary external dependencies for this project are configured correctly.
> 2020-06-05 12:03:48,628 WARN [org.kie.workbench.common.services.backend.builder.core.ClassVerifier] (default task-20) Verification of class org.neo4j.driver.internal.shaded.reactor.core.publisher.FluxExtensionsKt$onErrorResume$1 failed and will not be available for authoring.
> Underlying system error is: kotlin/jvm/functions/Function1. Please check the necessary external dependencies for this project are configured correctly.
> 2020-06-05 12:03:48,645 WARN [org.kie.workbench.common.services.backend.builder.core.ClassVerifier] (default task-20) Verification of class org.neo4j.driver.internal.shaded.reactor.core.publisher.FluxExtensionsKt$switchIfEmpty$1 failed and will not be available for authoring.
> Underlying system error is: kotlin/jvm/functions/Function0. Please check the necessary external dependencies for this project are configured correctly.
> 2020-06-05 12:03:48,677 WARN [org.kie.workbench.common.services.backend.builder.core.ClassVerifier] (default task-20) Verification of class org.neo4j.driver.internal.shaded.reactor.core.publisher.MonoWhenFunctionsKt failed and will not be available for authoring.
> Underlying system error is: kotlin/jvm/functions/Function1. Please check the necessary external dependencies for this project are configured correctly.
> 2020-06-05 12:03:48,680 WARN [org.kie.workbench.common.services.backend.builder.core.ClassVerifier] (default task-20) Verification of class org.neo4j.driver.internal.shaded.reactor.core.publisher.MonoMetrics failed and will not be available for authoring.
> Underlying system error is: io/micrometer/core/instrument/MeterRegistry. Please check the necessary external dependencies for this project are configured correctly.
> 2020-06-05 12:03:48,720 WARN [org.kie.workbench.common.services.backend.builder.core.ClassVerifier] (default task-20) Verification of class org.neo4j.driver.internal.shaded.reactor.core.publisher.FluxMetrics failed and will not be available for authoring.
> Underlying system error is: io/micrometer/core/instrument/MeterRegistry. Please check the necessary external dependencies for this project are configured correctly.
> 2020-06-05 12:03:48,725 WARN [org.kie.workbench.common.services.backend.builder.core.ClassVerifier] (default task-20) Verification of class org.neo4j.driver.internal.shaded.reactor.core.publisher.FluxExtensionsKt failed and will not be available for authoring.
> Underlying system error is: kotlin/reflect/KClass. Please check the necessary external dependencies for this project are configured correctly.
> 2020-06-05 12:03:48,754 WARN [org.kie.workbench.common.services.backend.builder.core.ClassVerifier] (default task-20) Verification of class org.neo4j.driver.internal.shaded.reactor.core.publisher.FluxExtensionsKt$doOnError$1 failed and will not be available for authoring.
> Underlying system error is: kotlin/jvm/functions/Function1. Please check the necessary external dependencies for this project are configured correctly.
> 2020-06-05 12:03:48,761 WARN [org.kie.workbench.common.services.backend.builder.core.ClassVerifier] (default task-20) Verification of class org.neo4j.driver.internal.shaded.reactor.core.publisher.MonoWhenFunctionsKt$zip$1 failed and will not be available for authoring.
> Underlying system error is: kotlin/TypeCastException. Please check the necessary external dependencies for this project are configured correctly.
> 2020-06-05 12:03:48,782 WARN [org.kie.workbench.common.services.backend.builder.core.ClassVerifier] (default task-20) Verification of class org.neo4j.driver.internal.shaded.reactor.core.publisher.FluxMetricsFuseable$MetricsFuseableSubscriber failed and will not be available for authoring.
> Underlying system error is: io/micrometer/core/instrument/MeterRegistry. Please check the necessary external dependencies for this project are configured correctly.
> 2020-06-05 12:03:48,793 WARN [org.kie.workbench.common.services.backend.builder.core.ClassVerifier] (default task-20) Verification of class org.neo4j.driver.internal.shaded.reactor.core.publisher.MonoExtensionsKt$sam$java_util_concurrent_Callable$0 failed and will not be available for authoring.
> Underlying system error is: kotlin/jvm/functions/Function0. Please check the necessary external dependencies for this project are configured correctly.
> 2020-06-05 12:03:48,812 WARN [org.kie.workbench.common.services.backend.builder.core.ClassVerifier] (default task-20) Verification of class org.neo4j.driver.internal.shaded.reactor.core.publisher.Traces$SharedSecretsCallSiteSupplierFactory$TracingException failed and will not be available for authoring.
> Underlying system error is: Lsun/misc/JavaLangAccess;. Please check the necessary external dependencies for this project are configured correctly.
> 2020-06-05 12:03:48,874 WARN [org.kie.workbench.common.services.backend.builder.core.ClassVerifier] (default task-20) Verification of class org.neo4j.driver.internal.shaded.reactor.core.publisher.MonoWhenFunctionsKt$sam$java_util_function_Function$0 failed and will not be available for authoring.
> Underlying system error is: kotlin/jvm/functions/Function1. Please check the necessary external dependencies for this project are configured correctly.
> 2020-06-05 12:03:48,875 WARN [org.kie.workbench.common.services.backend.builder.core.ClassVerifier] (default task-20) Verification of class org.neo4j.driver.internal.shaded.reactor.core.publisher.FluxMetrics$MetricsSubscriber failed and will not be available for authoring.
> Underlying system error is: io/micrometer/core/instrument/MeterRegistry. Please check the necessary external dependencies for this project are configured correctly.
> 2020-06-05 12:03:48,877 WARN [org.kie.workbench.common.services.backend.builder.core.ClassVerifier] (default task-20) Verification of class org.neo4j.driver.internal.shaded.reactor.core.publisher.MonoMetricsFuseable$MetricsFuseableSubscriber failed and will not be available for authoring.
> Underlying system error is: io/micrometer/core/instrument/MeterRegistry. Please check the necessary external dependencies for this project are configured correctly.
> 2020-06-05 12:03:48,880 WARN [org.kie.workbench.common.services.backend.builder.core.ClassVerifier] (default task-20) Verification of class org.neo4j.driver.internal.shaded.reactor.core.publisher.MonoExtensionsKt failed and will not be available for authoring.
> Underlying system error is: kotlin/reflect/KClass. Please check the necessary external dependencies for this project are configured correctly.
> 2020-06-05 12:03:48,888 WARN [org.kie.workbench.common.services.backend.builder.core.ClassVerifier] (default task-20) Verification of class org.neo4j.driver.internal.shaded.reactor.core.publisher.MonoExtensionsKt$onErrorMap$1 failed and will not be available for authoring.
> Underlying system error is: kotlin/jvm/functions/Function1. Please check the necessary external dependencies for this project are configured correctly.
> 2020-06-05 12:03:48,909 WARN [org.kie.workbench.common.services.backend.builder.core.ClassVerifier] (default task-20) Verification of class org.neo4j.driver.internal.shaded.reactor.core.publisher.FluxExtensionsKt$toIterable$1 failed and will not be available for authoring.
> Underlying system error is: kotlin/jvm/internal/markers/KMappedMarker. Please check the necessary external dependencies for this project are configured correctly.
> 2020-06-05 12:03:48,920 WARN [org.kie.workbench.common.services.backend.builder.core.ClassVerifier] (default task-20) Verification of class org.neo4j.driver.internal.shaded.reactor.core.publisher.MonoExtensionsKt$switchIfEmpty$1 failed and will not be available for authoring.
> Underlying system error is: kotlin/jvm/functions/Function0. Please check the necessary external dependencies for this project are configured correctly.
> 2020-06-05 12:03:48,921 WARN [org.kie.workbench.common.services.backend.builder.core.ClassVerifier] (default task-20) Verification of class org.neo4j.driver.internal.shaded.reactor.core.publisher.MonoExtensionsKt$onErrorResume$1 failed and will not be available for authoring.
> Underlying system error is: kotlin/jvm/functions/Function1. Please check the necessary external dependencies for this project are configured correctly.
> 2020-06-05 12:03:48,923 WARN [org.kie.workbench.common.services.backend.builder.core.ClassVerifier] (default task-20) Verification of class org.neo4j.driver.internal.shaded.reactor.core.publisher.MonoMetricsFuseable failed and will not be available for authoring.
> Underlying system error is: io/micrometer/core/instrument/MeterRegistry. Please check the necessary external dependencies for this project are configured correctly.
> 2020-06-05 12:03:48,926 WARN [org.kie.workbench.common.services.backend.builder.core.ClassVerifier] (default task-20) Verification of class org.neo4j.driver.internal.shaded.reactor.core.publisher.FluxMetricsFuseable failed and will not be available for authoring.
> Underlying system error is: io/micrometer/core/instrument/MeterRegistry. Please check the necessary external dependencies for this project are configured correctly.
> 2020-06-05 12:03:48,932 WARN [org.kie.workbench.common.services.backend.builder.core.ClassVerifier] (default task-20) Verification of class org.neo4j.driver.internal.shaded.reactor.core.publisher.FluxExtensionsKt$toFlux$1 failed and will not be available for authoring.
> Underlying system error is: kotlin/jvm/internal/markers/KMappedMarker. Please check the necessary external dependencies for this project are configured correctly.
> 2020-06-05 12:03:48,934 WARN [org.kie.workbench.common.services.backend.builder.core.ClassVerifier] (default task-20) Verification of class org.neo4j.driver.internal.shaded.reactor.core.publisher.MonoExtensionsKt$sam$java_util_function_Supplier$0 failed and will not be available for authoring.
> Underlying system error is: kotlin/jvm/functions/Function0. Please check the necessary external dependencies for this project are configured correctly.
> 2020-06-05 12:03:48,941 WARN [org.kie.workbench.common.services.backend.builder.core.ClassVerifier] (default task-20) Verification of class org.neo4j.driver.internal.shaded.reactor.core.publisher.MonoExtensionsKt$doOnError$1 failed and will not be available for authoring.
> Underlying system error is: kotlin/jvm/functions/Function1. Please check the necessary external dependencies for this project are configured correctly.
> 2020-06-05 12:03:48,953 WARN [org.kie.workbench.common.services.backend.builder.core.ClassVerifier] (default task-20) Verification of class org.neo4j.driver.internal.shaded.reactor.core.publisher.MonoMetrics$MetricsSubscriber failed and will not be available for authoring.
> Underlying system error is: io/micrometer/core/instrument/MeterRegistry. Please check the necessary external dependencies for this project are configured correctly.
> 2020-06-05 12:03:48,957 WARN [org.kie.workbench.common.services.backend.builder.core.ClassVerifier] (default task-20) Verification of class org.neo4j.driver.internal.shaded.reactor.core.publisher.MonoExtensionsKt$toMono$1 failed and will not be available for authoring.
> Underlying system error is: kotlin/jvm/functions/Function0. Please check the necessary external dependencies for this project are configured correctly.
> 2020-06-05 12:03:49,012 WARN [org.kie.workbench.common.services.backend.builder.core.ClassVerifier] (default task-20) Verification of class org.neo4j.driver.internal.shaded.io.netty.handler.codec.protobuf.ProtobufEncoderNano failed and will not be available for authoring.
> Underlying system error is: com/google/protobuf/nano/MessageNano. Please check the necessary external dependencies for this project are configured correctly.
> 2020-06-05 12:03:49,029 WARN [org.kie.workbench.common.services.backend.builder.core.ClassVerifier] (default task-20) Verification of class org.neo4j.driver.internal.shaded.io.netty.handler.ssl.ReferenceCountedOpenSslContext$PrivateKeyMethod failed and will not be available for authoring.
> Underlying system error is: org/neo4j/driver/internal/shaded/io/netty/internal/tcnative/SSLPrivateKeyMethod. Please check the necessary external dependencies for this project are configured correctly.
> 2020-06-05 12:03:49,041 WARN [org.kie.workbench.common.services.backend.builder.core.ClassVerifier] (default task-20) Verification of class org.neo4j.driver.internal.shaded.io.netty.handler.ssl.ReferenceCountedOpenSslServerContext failed and will not be available for authoring.
> Underlying system error is: org/neo4j/driver/internal/shaded/io/netty/internal/tcnative/SSLPrivateKeyMethod. Please check the necessary external dependencies for this project are configured correctly.
> 2020-06-05 12:03:49,044 WARN [org.kie.workbench.common.services.backend.builder.core.ClassVerifier] (default task-20) Verification of class org.neo4j.driver.internal.shaded.io.netty.handler.ssl.ReferenceCountedOpenSslServerContext$OpenSslSniHostnameMatcher failed and will not be available for authoring.
> Underlying system error is: org/neo4j/driver/internal/shaded/io/netty/internal/tcnative/SniHostNameMatcher. Please check the necessary external dependencies for this project are configured correctly.
> 2020-06-05 12:03:49,049 WARN [org.kie.workbench.common.services.backend.builder.core.ClassVerifier] (default task-20) Verification of class org.neo4j.driver.internal.shaded.io.netty.handler.ssl.ConscryptAlpnSslEngine$BufferAdapter failed and will not be available for authoring.
> Underlying system error is: org/conscrypt/AllocatedBuffer. Please check the necessary external dependencies for this project are configured correctly.
> 2020-06-05 12:03:49,052 WARN [org.kie.workbench.common.services.backend.builder.core.ClassVerifier] (default task-20) Verification of class org.neo4j.driver.internal.shaded.io.netty.handler.ssl.ConscryptAlpnSslEngine$ClientEngine failed and will not be available for authoring.
> Underlying system error is: org/conscrypt/BufferAllocator. Please check the necessary external dependencies for this project are configured correctly.
> 2020-06-05 12:03:49,058 WARN [org.kie.workbench.common.services.backend.builder.core.ClassVerifier] (default task-20) Verification of class org.neo4j.driver.internal.shaded.io.netty.handler.ssl.ReferenceCountedOpenSslContext$AbstractCertificateVerifier failed and will not be available for authoring.
> Underlying system error is: org/neo4j/driver/internal/shaded/io/netty/internal/tcnative/CertificateVerifier. Please check the necessary external dependencies for this project are configured correctly.
> 2020-06-05 12:03:49,059 WARN [org.kie.workbench.common.services.backend.builder.core.ClassVerifier] (default task-20) Verification of class org.neo4j.driver.internal.shaded.io.netty.handler.ssl.JettyNpnSslEngine$2 failed and will not be available for authoring.
> Underlying system error is: org/eclipse/jetty/npn/NextProtoNego$ClientProvider. Please check the necessary external dependencies for this project are configured correctly.
> 2020-06-05 12:03:49,061 WARN [org.kie.workbench.common.services.backend.builder.core.ClassVerifier] (default task-20) Verification of class org.neo4j.driver.internal.shaded.io.netty.handler.ssl.JettyNpnSslEngine$1 failed and will not be available for authoring.
> Underlying system error is: org/eclipse/jetty/npn/NextProtoNego$ServerProvider. Please check the necessary external dependencies for this project are configured correctly.
> 2020-06-05 12:03:49,062 WARN [org.kie.workbench.common.services.backend.builder.core.ClassVerifier] (default task-20) Verification of class org.neo4j.driver.internal.shaded.io.netty.handler.ssl.ConscryptAlpnSslEngine failed and will not be available for authoring.
> Underlying system error is: org/conscrypt/BufferAllocator. Please check the necessary external dependencies for this project are configured correctly.
> 2020-06-05 12:03:49,063 WARN [org.kie.workbench.common.services.backend.builder.core.ClassVerifier] (default task-20) Verification of class org.neo4j.driver.internal.shaded.io.netty.handler.ssl.ReferenceCountedOpenSslClientContext failed and will not be available for authoring.
> Underlying system error is: org/neo4j/driver/internal/shaded/io/netty/internal/tcnative/SSLPrivateKeyMethod. Please check the necessary external dependencies for this project are configured correctly.
> 2020-06-05 12:03:49,064 WARN [org.kie.workbench.common.services.backend.builder.core.ClassVerifier] (default task-20) Verification of class org.neo4j.driver.internal.shaded.io.netty.handler.ssl.ConscryptAlpnSslEngine$ServerEngine failed and will not be available for authoring.
> Underlying system error is: org/conscrypt/BufferAllocator. Please check the necessary external dependencies for this project are configured correctly.
> 2020-06-05 12:03:49,065 WARN [org.kie.workbench.common.services.backend.builder.core.ClassVerifier] (default task-20) Verification of class org.neo4j.driver.internal.shaded.io.netty.handler.ssl.JettyAlpnSslEngine$ServerEngine$1 failed and will not be available for authoring.
> Underlying system error is: org/eclipse/jetty/alpn/ALPN$ServerProvider. Please check the necessary external dependencies for this project are configured correctly.
> 2020-06-05 12:03:49,069 WARN [org.kie.workbench.common.services.backend.builder.core.ClassVerifier] (default task-20) Verification of class org.neo4j.driver.internal.shaded.io.netty.handler.ssl.ConscryptAlpnSslEngine$ServerEngine$1 failed and will not be available for authoring.
> Underlying system error is: org/conscrypt/HandshakeListener. Please check the necessary external dependencies for this project are configured correctly.
> 2020-06-05 12:03:49,084 WARN [org.kie.workbench.common.services.backend.builder.core.ClassVerifier] (default task-20) Verification of class org.neo4j.driver.internal.shaded.io.netty.handler.ssl.JettyAlpnSslEngine$ServerEngine failed and will not be available for authoring.
> Underlying system error is: org/eclipse/jetty/alpn/ALPN$Provider. Please check the necessary external dependencies for this project are configured correctly.
> 2020-06-05 12:03:49,086 WARN [org.kie.workbench.common.services.backend.builder.core.ClassVerifier] (default task-20) Verification of class org.neo4j.driver.internal.shaded.io.netty.handler.ssl.ReferenceCountedOpenSslServerContext$ExtendedTrustManagerVerifyCallback failed and will not be available for authoring.
> Underlying system error is: org/neo4j/driver/internal/shaded/io/netty/internal/tcnative/CertificateVerifier. Please check the necessary external dependencies for this project are configured correctly.
> 2020-06-05 12:03:49,089 WARN [org.kie.workbench.common.services.backend.builder.core.ClassVerifier] (default task-20) Verification of class org.neo4j.driver.internal.shaded.io.netty.handler.ssl.ReferenceCountedOpenSslServerContext$TrustManagerVerifyCallback failed and will not be available for authoring.
> Underlying system error is: org/neo4j/driver/internal/shaded/io/netty/internal/tcnative/CertificateVerifier. Please check the necessary external dependencies for this project are configured correctly.
> 2020-06-05 12:03:49,105 WARN [org.kie.workbench.common.services.backend.builder.core.ClassVerifier] (default task-20) Verification of class org.neo4j.driver.internal.shaded.io.netty.handler.ssl.JettyAlpnSslEngine$ClientEngine failed and will not be available for authoring.
> Underlying system error is: org/eclipse/jetty/alpn/ALPN$Provider. Please check the necessary external dependencies for this project are configured correctly.
> 2020-06-05 12:03:49,108 WARN [org.kie.workbench.common.services.backend.builder.core.ClassVerifier] (default task-20) Verification of class org.neo4j.driver.internal.shaded.io.netty.handler.ssl.OpenSslServerContext failed and will not be available for authoring.
> Underlying system error is: org/neo4j/driver/internal/shaded/io/netty/internal/tcnative/SSLPrivateKeyMethod. Please check the necessary external dependencies for this project are configured correctly.
> 2020-06-05 12:03:49,109 WARN [org.kie.workbench.common.services.backend.builder.core.ClassVerifier] (default task-20) Verification of class org.neo4j.driver.internal.shaded.io.netty.handler.ssl.ReferenceCountedOpenSslServerContext$OpenSslServerCertificateCallback failed and will not be available for authoring.
> Underlying system error is: org/neo4j/driver/internal/shaded/io/netty/internal/tcnative/CertificateCallback. Please check the necessary external dependencies for this project are configured correctly.
> 2020-06-05 12:03:49,110 WARN [org.kie.workbench.common.services.backend.builder.core.ClassVerifier] (default task-20) Verification of class org.neo4j.driver.internal.shaded.io.netty.handler.ssl.ReferenceCountedOpenSslContext failed and will not be available for authoring.
> Underlying system error is: org/neo4j/driver/internal/shaded/io/netty/internal/tcnative/SSLPrivateKeyMethod. Please check the necessary external dependencies for this project are configured correctly.
> 2020-06-05 12:03:49,113 WARN [org.kie.workbench.common.services.backend.builder.core.ClassVerifier] (default task-20) Verification of class org.neo4j.driver.internal.shaded.io.netty.handler.ssl.ReferenceCountedOpenSslClientContext$ExtendedTrustManagerVerifyCallback failed and will not be available for authoring.
> Underlying system error is: org/neo4j/driver/internal/shaded/io/netty/internal/tcnative/CertificateVerifier. Please check the necessary external dependencies for this project are configured correctly.
> 2020-06-05 12:03:49,122 WARN [org.kie.workbench.common.services.backend.builder.core.ClassVerifier] (default task-20) Verification of class org.neo4j.driver.internal.shaded.io.netty.handler.ssl.OpenSslSessionTicketKey failed and will not be available for authoring.
> Underlying system error is: Lorg/neo4j/driver/internal/shaded/io/netty/internal/tcnative/SessionTicketKey;. Please check the necessary external dependencies for this project are configured correctly.
> 2020-06-05 12:03:49,124 WARN [org.kie.workbench.common.services.backend.builder.core.ClassVerifier] (default task-20) Verification of class org.neo4j.driver.internal.shaded.io.netty.handler.ssl.ReferenceCountedOpenSslClientContext$TrustManagerVerifyCallback failed and will not be available for authoring.
> Underlying system error is: org/neo4j/driver/internal/shaded/io/netty/internal/tcnative/CertificateVerifier. Please check the necessary external dependencies for this project are configured correctly.
> 2020-06-05 12:03:49,127 WARN [org.kie.workbench.common.services.backend.builder.core.ClassVerifier] (default task-20) Verification of class org.neo4j.driver.internal.shaded.io.netty.handler.ssl.JettyNpnSslEngine failed and will not be available for authoring.
> Underlying system error is: org/eclipse/jetty/npn/NextProtoNego$Provider. Please check the necessary external dependencies for this project are configured correctly.
> 2020-06-05 12:03:49,132 WARN [org.kie.workbench.common.services.backend.builder.core.ClassVerifier] (default task-20) Verification of class org.neo4j.driver.internal.shaded.io.netty.handler.ssl.OpenSslClientContext failed and will not be available for authoring.
> Underlying system error is: org/neo4j/driver/internal/shaded/io/netty/internal/tcnative/SSLPrivateKeyMethod. Please check the necessary external dependencies for this project are configured correctly.
> 2020-06-05 12:03:49,133 WARN [org.kie.workbench.common.services.backend.builder.core.ClassVerifier] (default task-20) Verification of class org.neo4j.driver.internal.shaded.io.netty.handler.ssl.OpenSslContext failed and will not be available for authoring.
> Underlying system error is: org/neo4j/driver/internal/shaded/io/netty/internal/tcnative/SSLPrivateKeyMethod. Please check the necessary external dependencies for this project are configured correctly.
> 2020-06-05 12:03:49,134 WARN [org.kie.workbench.common.services.backend.builder.core.ClassVerifier] (default task-20) Verification of class org.neo4j.driver.internal.shaded.io.netty.handler.ssl.JettyAlpnSslEngine$ClientEngine$1 failed and will not be available for authoring.
> Underlying system error is: org/eclipse/jetty/alpn/ALPN$ClientProvider. Please check the necessary external dependencies for this project are configured correctly.
> 2020-06-05 12:03:49,137 WARN [org.kie.workbench.common.services.backend.builder.core.ClassVerifier] (default task-20) Verification of class org.neo4j.driver.internal.shaded.io.netty.handler.ssl.ConscryptAlpnSslEngine$ClientEngine$1 failed and will not be available for authoring.
> Underlying system error is: org/conscrypt/HandshakeListener. Please check the necessary external dependencies for this project are configured correctly.
> 2020-06-05 12:03:49,144 WARN [org.kie.workbench.common.services.backend.builder.core.ClassVerifier] (default task-20) Verification of class org.neo4j.driver.internal.shaded.io.netty.handler.ssl.ReferenceCountedOpenSslClientContext$OpenSslClientCertificateCallback failed and will not be available for authoring.
> Underlying system error is: org/neo4j/driver/internal/shaded/io/netty/internal/tcnative/CertificateCallback. Please check the necessary external dependencies for this project are configured correctly.
> 2020-06-05 12:03:49,149 WARN [org.kie.workbench.common.services.backend.builder.core.ClassVerifier] (default task-20) Verification of class org.neo4j.driver.internal.shaded.io.netty.handler.ssl.ConscryptAlpnSslEngine$BufferAllocatorAdapter failed and will not be available for authoring.
> Underlying system error is: org/conscrypt/BufferAllocator. Please check the necessary external dependencies for this project are configured correctly.
06-11-2020 03:15 PM
Verification of class org.neo4j.driver.internal.shaded.io.netty.util.internal.Hidden$NettyBlockHoundIntegration failed and will not be available for authoring.
in which maven artefact this is in?
All the sessions of the conference are now available online