You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@camel.apache.org by "Bozhong Lin (JIRA)" <ji...@apache.org> on 2007/10/11 05:08:23 UTC

[jira] Created: (CAMEL-172) org.apache.camel.example.JAXBConvertTest failure

org.apache.camel.example.JAXBConvertTest failure
------------------------------------------------

                 Key: CAMEL-172
                 URL: https://issues.apache.org/activemq/browse/CAMEL-172
             Project: Apache Camel
          Issue Type: Bug
          Components: examples
    Affects Versions: 1.1.0
         Environment: SUSE Linux 10.0.1
            Reporter: Bozhong Lin


Running org.apache.camel.example.JAXBConvertTest
2007-10-11 10:58:30,209 [mponent@1a99561] ERROR FileConsumer                   - com.sun.xml.bind.v2.runtime.IllegalAnnotationsException: 1 counts of IllegalAnnotationExceptions
XmlElementRef points to a non-existent class.
        this problem is related to the following location:
                at java.util.List org.apache.camel.converter.jaxb.MessageType.headers
                at org.apache.camel.converter.jaxb.MessageType

org.apache.camel.RuntimeCamelException: com.sun.xml.bind.v2.runtime.IllegalAnnotationsException: 1 counts of IllegalAnnotationExceptions
XmlElementRef points to a non-existent class.
        this problem is related to the following location:
                at java.util.List org.apache.camel.converter.jaxb.MessageType.headers
                at org.apache.camel.converter.jaxb.MessageType

        at org.apache.camel.converter.jaxb.FallbackTypeConverter.convertTo(FallbackTypeConverter.java:70)
        at org.apache.camel.impl.converter.DefaultTypeConverter.convertTo(DefaultTypeConverter.java:68)
        at org.apache.camel.builder.ExpressionBuilder$16.evaluate(ExpressionBuilder.java:339)
        at org.apache.camel.builder.ValueBuilder.evaluate(ValueBuilder.java:36)
        at org.apache.camel.builder.ProcessorBuilder$1.process(ProcessorBuilder.java:42)
        at org.apache.camel.impl.converter.AsyncProcessorTypeConverter$ProcessorToAsynProcessorBridge.process(AsyncProcessorTypeConverter.java:44)
        at org.apache.camel.processor.DeadLetterChannel.process(DeadLetterChannel.java:136)
        at org.apache.camel.processor.DeadLetterChannel.process(DeadLetterChannel.java:86)
        at org.apache.camel.processor.Pipeline.process(Pipeline.java:103)
        at org.apache.camel.processor.Pipeline.process(Pipeline.java:87)
        at org.apache.camel.processor.UnitOfWorkProcessor.process(UnitOfWorkProcessor.java:40)
        at org.apache.camel.component.file.FileConsumer.pollFile(FileConsumer.java:131)
        at org.apache.camel.component.file.FileConsumer.pollFileOrDirectory(FileConsumer.java:68)
        at org.apache.camel.component.file.FileConsumer.pollFileOrDirectory(FileConsumer.java:76)
        at org.apache.camel.component.file.FileConsumer.poll(FileConsumer.java:49)
        at org.apache.camel.impl.ScheduledPollConsumer.run(ScheduledPollConsumer.java:63)
        at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:417)
        at java.util.concurrent.FutureTask$Sync.innerRunAndReset(FutureTask.java:280)
        at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:135)
        at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$101(ScheduledThreadPoolExecutor.java:65)
        at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.runPeriodic(ScheduledThreadPoolExecutor.java:142)
        at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:166)
        at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:650)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:675)
        at java.lang.Thread.run(Thread.java:595)
Caused by: com.sun.xml.bind.v2.runtime.IllegalAnnotationsException: 1 counts of IllegalAnnotationExceptions
XmlElementRef points to a non-existent class.
        this problem is related to the following location:
                at java.util.List org.apache.camel.converter.jaxb.MessageType.headers
                at org.apache.camel.converter.jaxb.MessageType

        at com.sun.xml.bind.v2.runtime.IllegalAnnotationsException$Builder.check(IllegalAnnotationsException.java:66)
        at com.sun.xml.bind.v2.runtime.JAXBContextImpl.getTypeInfoSet(JAXBContextImpl.java:361)
        at com.sun.xml.bind.v2.runtime.JAXBContextImpl.<init>(JAXBContextImpl.java:217)
        at com.sun.xml.bind.v2.ContextFactory.createContext(ContextFactory.java:76)
        at com.sun.xml.bind.v2.ContextFactory.createContext(ContextFactory.java:55)


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Closed: (CAMEL-172) org.apache.camel.example.JAXBConvertTest failure

Posted by "Claus Ibsen (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/CAMEL-172?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Claus Ibsen closed CAMEL-172.
-----------------------------

    Fix Version/s: 1.3.0
       Resolution: Cannot Reproduce

Haven't seen this error on the 1.3 trunk on either local or Bamboo.

Bozhong you you try again on the latest SVN code to see if you can reproduce the problem on your machine.
If you still have a problem then we can reopen this ticket.

> org.apache.camel.example.JAXBConvertTest failure
> ------------------------------------------------
>
>                 Key: CAMEL-172
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-172
>             Project: Apache Camel
>          Issue Type: Bug
>          Components: examples
>    Affects Versions: 1.1.0
>         Environment: SUSE Linux 10.0.1
>            Reporter: Bozhong Lin
>             Fix For: 1.3.0
>
>
> Running org.apache.camel.example.JAXBConvertTest
> 2007-10-11 10:58:30,209 [mponent@1a99561] ERROR FileConsumer                   - com.sun.xml.bind.v2.runtime.IllegalAnnotationsException: 1 counts of IllegalAnnotationExceptions
> XmlElementRef points to a non-existent class.
>         this problem is related to the following location:
>                 at java.util.List org.apache.camel.converter.jaxb.MessageType.headers
>                 at org.apache.camel.converter.jaxb.MessageType
> org.apache.camel.RuntimeCamelException: com.sun.xml.bind.v2.runtime.IllegalAnnotationsException: 1 counts of IllegalAnnotationExceptions
> XmlElementRef points to a non-existent class.
>         this problem is related to the following location:
>                 at java.util.List org.apache.camel.converter.jaxb.MessageType.headers
>                 at org.apache.camel.converter.jaxb.MessageType
>         at org.apache.camel.converter.jaxb.FallbackTypeConverter.convertTo(FallbackTypeConverter.java:70)
>         at org.apache.camel.impl.converter.DefaultTypeConverter.convertTo(DefaultTypeConverter.java:68)
>         at org.apache.camel.builder.ExpressionBuilder$16.evaluate(ExpressionBuilder.java:339)
>         at org.apache.camel.builder.ValueBuilder.evaluate(ValueBuilder.java:36)
>         at org.apache.camel.builder.ProcessorBuilder$1.process(ProcessorBuilder.java:42)
>         at org.apache.camel.impl.converter.AsyncProcessorTypeConverter$ProcessorToAsynProcessorBridge.process(AsyncProcessorTypeConverter.java:44)
>         at org.apache.camel.processor.DeadLetterChannel.process(DeadLetterChannel.java:136)
>         at org.apache.camel.processor.DeadLetterChannel.process(DeadLetterChannel.java:86)
>         at org.apache.camel.processor.Pipeline.process(Pipeline.java:103)
>         at org.apache.camel.processor.Pipeline.process(Pipeline.java:87)
>         at org.apache.camel.processor.UnitOfWorkProcessor.process(UnitOfWorkProcessor.java:40)
>         at org.apache.camel.component.file.FileConsumer.pollFile(FileConsumer.java:131)
>         at org.apache.camel.component.file.FileConsumer.pollFileOrDirectory(FileConsumer.java:68)
>         at org.apache.camel.component.file.FileConsumer.pollFileOrDirectory(FileConsumer.java:76)
>         at org.apache.camel.component.file.FileConsumer.poll(FileConsumer.java:49)
>         at org.apache.camel.impl.ScheduledPollConsumer.run(ScheduledPollConsumer.java:63)
>         at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:417)
>         at java.util.concurrent.FutureTask$Sync.innerRunAndReset(FutureTask.java:280)
>         at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:135)
>         at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$101(ScheduledThreadPoolExecutor.java:65)
>         at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.runPeriodic(ScheduledThreadPoolExecutor.java:142)
>         at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:166)
>         at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:650)
>         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:675)
>         at java.lang.Thread.run(Thread.java:595)
> Caused by: com.sun.xml.bind.v2.runtime.IllegalAnnotationsException: 1 counts of IllegalAnnotationExceptions
> XmlElementRef points to a non-existent class.
>         this problem is related to the following location:
>                 at java.util.List org.apache.camel.converter.jaxb.MessageType.headers
>                 at org.apache.camel.converter.jaxb.MessageType
>         at com.sun.xml.bind.v2.runtime.IllegalAnnotationsException$Builder.check(IllegalAnnotationsException.java:66)
>         at com.sun.xml.bind.v2.runtime.JAXBContextImpl.getTypeInfoSet(JAXBContextImpl.java:361)
>         at com.sun.xml.bind.v2.runtime.JAXBContextImpl.<init>(JAXBContextImpl.java:217)
>         at com.sun.xml.bind.v2.ContextFactory.createContext(ContextFactory.java:76)
>         at com.sun.xml.bind.v2.ContextFactory.createContext(ContextFactory.java:55)

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.