Skip to content

Instantly share code, notes, and snippets.

[INFO] --- quarkus-bootstrap-maven-plugin:999-SNAPSHOT:build-tree (default-cli) @ hibernate-reactive ---
[INFO] io.quarkus.benchmark:hibernate-reactive:jar:1.0-SNAPSHOT
[INFO] ├─ io.quarkus.benchmark:base:jar:1.0-SNAPSHOT (compile)
[INFO] │ └─ io.quarkus:quarkus-scheduler-deployment:jar:999-SNAPSHOT (compile)
[INFO] │ └─ io.quarkus:quarkus-scheduler:jar:999-SNAPSHOT (compile)
[INFO] │ └─ com.cronutils:cron-utils:jar:9.0.2 (compile)
[INFO] ├─ io.quarkus:quarkus-reactive-pg-client-deployment:jar:999-SNAPSHOT (compile)
[INFO] │ ├─ io.quarkus:quarkus-reactive-datasource-deployment:jar:999-SNAPSHOT (compile)
[INFO] │ │ ├─ io.quarkus:quarkus-vertx-core-deployment:jar:999-SNAPSHOT (compile)
[INFO] │ │ │ └─ io.quarkus:quarkus-vertx-core:jar:999-SNAPSHOT (compile)
18:12:12.111 INFO [org.jboss.threads] (main) JBoss Threads version 2.3.2.Final
Jan 21, 2020 6:12:12 PM org.jboss.as.arquillian.container.managed.ManagedDeployableContainer startInternal
INFO: Starting container with: [/usr/lib/jvm/java-9-openjdk-amd64/bin/java, -D[Standalone], -server, -Xms256m, -Xmx1G, -Djboss.bind.address=${node}, -Djboss.bind.address.management=${node}, -Dnode=${node}, -Dipv6=${ipv6}, --add-exports=java.base/sun.nio.ch=ALL-UNNAMED, --add-exports=jdk.unsupported/sun.misc=ALL-UNNAMED, --add-exports=jdk.unsupported/sun.reflect=ALL-UNNAMED, --add-modules=java.se, -Djboss.socket.binding.port-offset=0, -ea, -Djboss.home.dir=/home/stephane/src/java-eclipse/resteasy/testsuite/integration-tests/target/test-server/wildfly-18.0.1.Final, --add-exports=java.base/sun.nio.ch=ALL-UNNAMED, --add-exports=jdk.unsupported/sun.reflect=ALL-UNNAMED, --add-exports=jdk.unsupported/sun.misc=ALL-UNNAMED, --add-modules=java.se, -Dorg.jboss.boot.log.file=/home/stephane/src/java-eclipse/resteasy/testsuite/integration-
@Entity
public class Person {
@Id
@GeneratedValue
private long id;
private String name;
private boolean married;
private Address address;
@ManyToOne
<profile>
<id>docker-postgresql</id>
<activation>
<property>
<name>docker</name>
</property>
</activation>
<properties>
<postgres.url>jdbc:postgresql://localhost:5431/hibernate_orm_test</postgres.url>
</properties>
[INFO] [io.quarkus.deployment.pkg.steps.NativeImageBuildStep] Running Quarkus native-image plugin on GraalVM Version 19.3.0 CE
[INFO] [io.quarkus.deployment.pkg.steps.NativeImageBuildStep] /home/stephane/no-backup/src/graalvm-ce-java8-19.3.0/bin/native-image -J-Djava.util.logging.manager=org.jboss.logmanager.LogManager -J-Dsun.nio.ch.maxUpdateArraySize=100 -J-DCoordinatorEnvironmentBean.transactionStatusManagerEnable=false -J-Dio.netty.leakDetection.level=DISABLED -J-Dio.netty.allocator.maxOrder=1 -J-Dvertx.logger-delegate-factory-class-name=io.quarkus.vertx.core.runtime.VertxLogDelegateFactory -J-Dvertx.disableDnsResolver=true --initialize-at-build-time= -H:InitialCollectionPolicy=com.oracle.svm.core.genscavenge.CollectionPolicy$BySpaceAndTime -jar security-jpa-quickstart-1.0-SNAPSHOT-runner.jar -J-Djava.util.concurrent.ForkJoinPool.common.parallelism=1 -H:FallbackThreshold=0 -H:+ReportExceptionStackTraces -H:+AddAllCharsets -H:EnableURLProtocols=http,https --enable-all-security-services -H:NativeLinkerOptio
private void awaitWriteable() throws IOException {
if (first) {
first = false;
return;
}
assert Thread.holdsLock(request.connection());
while (request.response().writeQueueFull()) {
if (throwable != null) {
throw new IOException(throwable);
}
private List<org.jboss.jandex.Type> findArgumentsToSuperType(DotName currentClass, List<org.jboss.jandex.Type> args,
DotName soughtSuperType) {
// stop if we didn't find it
if (currentClass.equals(OBJECT_DOT_NAME)) {
return null;
}
final ClassInfo classByName = indexView.getClassByName(currentClass);
// build a map of this classe's type params to their arguments
org.junit.jupiter.api.extension.TestInstantiationException: TestInstanceFactory [io.quarkus.test.junit.QuarkusTestExtension] failed to instantiate test class [io.quarkus.it.reactive.pg.client.FruitsEndpointTest]: io.quarkus.builder.BuildException: Build failure: Build failed due to errors
[error]: Build step io.quarkus.deployment.logging.LoggingResourceProcessor#setupLoggingRuntimeInit threw an exception: java.lang.IllegalArgumentException: Unknown root class: class io.quarkus.runtime.logging.LogConfig
at io.quarkus.deployment.configuration.ConfigDefinition.getRealizedInstance(ConfigDefinition.java:545)
at io.quarkus.deployment.ExtensionLoader.lambda$85(ExtensionLoader.java:702)
at io.quarkus.deployment.ExtensionLoader$1.execute(ExtensionLoader.java:836)
at io.quarkus.builder.BuildContext.run(BuildContext.java:415)
at org.jboss.threads.ContextClassLoaderSavingRunnable.run(ContextClassLoaderSavingRunnable.java:35)
at org.jboss.threads.EnhancedQueueExecutor.safeRun(EnhancedQueueExecutor.java:2011)
at or
quarkus: 2019-08-23 13:24:33,864 ERROR [io.qua.resteasy] (vert.x-worker-thread-17) Unexpected failure: java.io.IOException: java.lang.NullPointerException
quarkus: at io.quarkus.resteasy.runtime.standalone.VertxOutputStream.close(VertxOutputStream.java:120)
quarkus: at org.jboss.resteasy.util.CommitHeaderOutputStream.close(CommitHeaderOutputStream.java:87)
quarkus: at io.quarkus.resteasy.runtime.standalone.VertxHttpResponse.finish(VertxHttpResponse.java:136)
quarkus: at io.quarkus.resteasy.runtime.standalone.VertxRequestHandler.dispatch(VertxRequestHandler.java:109)
quarkus: at io.quarkus.resteasy.runtime.standalone.VertxRequestHandler.dispatchRequestContext(VertxRequestHandler.java:64)
quarkus: at io.quarkus.resteasy.runtime.standalone.VertxRequestHandler.lambda$handle$0(VertxRequestHandler.java:55)
quarkus: at io.vertx.core.impl.ContextImpl.lambda$executeBlocking$2(ContextImpl.java:316)
quarkus: at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
quarkus: at
package com.test;
import java.util.List;
import io.quarkus.panache.json.JpaIntegration;
import io.quarkus.panache.json.NestledRelation;
import io.quarkus.panache.json.Relation;
import io.quarkus.panache.json.Rename;
import io.quarkus.panache.json.SerializedView;
import io.quarkus.panache.json.ViewDescription;