You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by GitBox <gi...@apache.org> on 2020/03/18 10:33:10 UTC

[GitHub] [camel-quarkus] ppalaga opened a new issue #901: GraphQLResource should read from the classpath instead from the filesystem

ppalaga opened a new issue #901: GraphQLResource should read from the classpath instead from the filesystem
URL: https://github.com/apache/camel-quarkus/issues/901
 
 
   This is important for a flawless running of the test outside of the Camel Quarkus source tree.
   
   ```
   java.lang.RuntimeException: java.lang.RuntimeException: java.lang.RuntimeException: Failed to start quarkus
           at io.quarkus.test.junit.QuarkusTestExtension.beforeEach(QuarkusTestExtension.java:164)
           at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeEachCallbacks$1(TestMethodTestDescriptor.java:154)
           at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeMethodsOrCallbacksUntilExceptionOccurs$5(TestMethodTestDescriptor.java:190)
           at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
           at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeMethodsOrCallbacksUntilExceptionOccurs(TestMethodTestDescriptor.java:190)
           at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeEachCallbacks(TestMethodTestDescriptor.java:153)
           at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:131)
           at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:71)
           at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$5(NodeTestTask.java:135)
           at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
           at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$7(NodeTestTask.java:125)
           at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:135)
           at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:123)
           at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
           at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:122)
           at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:80)
           at java.util.ArrayList.forEach(ArrayList.java:1257)
           at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:38)
           at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$5(NodeTestTask.java:139)
           at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
           at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$7(NodeTestTask.java:125)
           at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:135)
           at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:123)
           at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
           at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:122)
           at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:80)
           at java.util.ArrayList.forEach(ArrayList.java:1257)
           at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:38)
           at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$5(NodeTestTask.java:139)
           at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
           at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$7(NodeTestTask.java:125)
           at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:135)
           at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:123)
           at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
           at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:122)
           at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:80)
           at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.submit(SameThreadHierarchicalTestExecutorService.java:32)
           at org.junit.platform.engine.support.hierarchical.HierarchicalTestExecutor.execute(HierarchicalTestExecutor.java:57)
           at org.junit.platform.engine.support.hierarchical.HierarchicalTestEngine.execute(HierarchicalTestEngine.java:51)
           at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:170)
           at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:154)
           at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:90)
           at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:142)
           at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:117)
           at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:383)
           at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:344)
           at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:125)
           at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:417)
   Caused by: java.lang.RuntimeException: java.lang.RuntimeException: Failed to start quarkus
           at io.quarkus.test.junit.QuarkusTestExtension.doJavaStart(QuarkusTestExtension.java:125)
           at io.quarkus.test.junit.QuarkusTestExtension.ensureStarted(QuarkusTestExtension.java:180)
           at io.quarkus.test.junit.QuarkusTestExtension.beforeAll(QuarkusTestExtension.java:208)
           at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$invokeBeforeAllCallbacks$7(ClassBasedTestDescriptor.java:359)
           at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
           at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.invokeBeforeAllCallbacks(ClassBasedTestDescriptor.java:359)
           at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.before(ClassBasedTestDescriptor.java:189)
           at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.before(ClassBasedTestDescriptor.java:78)
           at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$5(NodeTestTask.java:132)
           ... 29 more
   Caused by: java.lang.RuntimeException: Failed to start quarkus
           at io.quarkus.runner.ApplicationImpl.doStart(ApplicationImpl.zig:248)
           at io.quarkus.runtime.Application.start(Application.java:90)
           at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
           at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
           at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
           at java.lang.reflect.Method.invoke(Method.java:498)
           at io.quarkus.runner.bootstrap.StartupActionImpl.run(StartupActionImpl.java:96)
           at io.quarkus.test.junit.QuarkusTestExtension.doJavaStart(QuarkusTestExtension.java:89)
           ... 37 more
   Caused by: java.lang.RuntimeException: java.nio.file.NoSuchFileException: target/classes/graphql/schema.graphql
           at graphql.schema.idl.SchemaParser.parse(SchemaParser.java:45)
           at org.apache.camel.quarkus.component.graphql.it.GraphQLResource.setupRouter(GraphQLResource.java:61)
           at org.apache.camel.quarkus.component.graphql.it.GraphQLResource_Observer_setupRouter_a04aa4cee34cc6a553eb86f8b0ddaf1a4d6cb9e4.notify(GraphQLResource_Observer_setupRouter_a04aa4cee34cc6a553eb86f8b0ddaf1a4d6cb9e4.zig:51)
           at io.quarkus.arc.impl.EventImpl$Notifier.notifyObservers(EventImpl.java:282)
           at io.quarkus.arc.impl.EventImpl$Notifier.notify(EventImpl.java:267)
           at io.quarkus.arc.impl.EventImpl.fire(EventImpl.java:69)
           at io.quarkus.vertx.http.runtime.VertxHttpRecorder.finalizeRouter(VertxHttpRecorder.java:196)
           at io.quarkus.deployment.steps.VertxHttpProcessor$finalizeRouter38.deploy_0(VertxHttpProcessor$finalizeRouter38.zig:205)
           at io.quarkus.deployment.steps.VertxHttpProcessor$finalizeRouter38.deploy(VertxHttpProcessor$finalizeRouter38.zig:273)
           at io.quarkus.runner.ApplicationImpl.doStart(ApplicationImpl.zig:194)
           ... 44 more
   Caused by: java.nio.file.NoSuchFileException: target/classes/graphql/schema.graphql
           at sun.nio.fs.UnixException.translateToIOException(UnixException.java:86)
           at sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:102)
           at sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:107)
           at sun.nio.fs.UnixFileSystemProvider.newByteChannel(UnixFileSystemProvider.java:214)
           at java.nio.file.Files.newByteChannel(Files.java:361)
           at java.nio.file.Files.newByteChannel(Files.java:407)
           at java.nio.file.spi.FileSystemProvider.newInputStream(FileSystemProvider.java:384)
           at java.nio.file.Files.newInputStream(Files.java:152)
           at java.nio.file.Files.newBufferedReader(Files.java:2784)
           at graphql.schema.idl.SchemaParser.parse(SchemaParser.java:43)
           ... 53 more
   ```

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [camel-quarkus] oscerd closed issue #901: GraphQLResource should read from the classpath instead from the filesystem

Posted by GitBox <gi...@apache.org>.
oscerd closed issue #901: GraphQLResource should read from the classpath instead from the filesystem
URL: https://github.com/apache/camel-quarkus/issues/901
 
 
   

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services