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/06 12:11:10 UTC

[GitHub] [camel-quarkus] jamesnetherton opened a new issue #854: CustomDefaultServletClassTest Failed to index: org.apache.camel.quarkus.component.servlet.test.CustomServlet

jamesnetherton opened a new issue #854: CustomDefaultServletClassTest Failed to index: org.apache.camel.quarkus.component.servlet.test.CustomServlet
URL: https://github.com/apache/camel-quarkus/issues/854
 
 
   ```
   [INFO] Running org.apache.camel.quarkus.component.servlet.test.CustomDefaultServletClassTest
   [ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.342 s <<< FAILURE! - in org.apache.camel.quarkus.component.servlet.test.CustomDefaultServletClassTest
   [ERROR] org.apache.camel.quarkus.component.servlet.test.CustomDefaultServletClassTest  Time elapsed: 0.341 s  <<< ERROR!
   java.lang.RuntimeException: 
   java.lang.RuntimeException: io.quarkus.builder.BuildException: Build failure: Build failed due to errors
   	[error]: Build step io.quarkus.arc.deployment.BeanArchiveProcessor#build threw an exception: java.lang.IllegalStateException: Failed to index: org.apache.camel.quarkus.component.servlet.test.CustomServlet
   	at io.quarkus.deployment.index.IndexingUtil.indexClass(IndexingUtil.java:35)
   	at io.quarkus.arc.deployment.BeanArchiveProcessor.build(BeanArchiveProcessor.java:63)
   	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.deployment.ExtensionLoader$2.execute(ExtensionLoader.java:938)
   	at io.quarkus.builder.BuildContext.run(BuildContext.java:273)
   	at org.jboss.threads.ContextClassLoaderSavingRunnable.run(ContextClassLoaderSavingRunnable.java:35)
   	at org.jboss.threads.EnhancedQueueExecutor.safeRun(EnhancedQueueExecutor.java:2027)
   	at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.doRunTask(EnhancedQueueExecutor.java:1551)
   	at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1442)
   	at java.lang.Thread.run(Thread.java:748)
   	at org.jboss.threads.JBossThread.run(JBossThread.java:479)
   Caused by: java.io.IOException: Stream closed
   	at java.io.BufferedInputStream.getInIfOpen(BufferedInputStream.java:159)
   	at java.io.BufferedInputStream.fill(BufferedInputStream.java:246)
   	at java.io.BufferedInputStream.read1(BufferedInputStream.java:286)
   	at java.io.BufferedInputStream.read(BufferedInputStream.java:345)
   	at java.io.DataInputStream.readFully(DataInputStream.java:195)
   	at java.io.DataInputStream.readFully(DataInputStream.java:169)
   	at org.jboss.jandex.Indexer.verifyMagic(Indexer.java:1289)
   	at org.jboss.jandex.Indexer.index(Indexer.java:1585)
   	at io.quarkus.deployment.index.IndexingUtil.indexClass(IndexingUtil.java:32)
   	... 13 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] lburgazzoli closed issue #854: CustomDefaultServletClassTest Failed to index: org.apache.camel.quarkus.component.servlet.test.CustomServlet

Posted by GitBox <gi...@apache.org>.
lburgazzoli closed issue #854: CustomDefaultServletClassTest Failed to index: org.apache.camel.quarkus.component.servlet.test.CustomServlet
URL: https://github.com/apache/camel-quarkus/issues/854
 
 
   

----------------------------------------------------------------
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