[
https://issues.apache.org/jira/browse/CXF-3935?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13157940#comment-13157940
]
Sergey Beryozkin commented on CXF-3935:
---------------------------------------
It's mot likely to be a CXF issue, at least this is what I'm guessing after
reading
http://docs.oracle.com/javase/6/docs/api/java/lang/AbstractMethodError.html
> Abstract method error making a fault in a JAX-RS service
> --------------------------------------------------------
>
> Key: CXF-3935
> URL: https://issues.apache.org/jira/browse/CXF-3935
> Project: CXF
> Issue Type: Bug
> Components: Core
> Affects Versions: 2.5
> Reporter: Benson Margulies
>
> I'm not entirely sure yet how I did this, but I'll be adding to this as I
> learn more.
> Caused by: java.lang.AbstractMethodError:
> java.lang.Throwable.toString()Ljava/lang/String;
> at java.lang.Exception.<init>(Exception.java:77)
> at java.lang.RuntimeException.<init>(RuntimeException.java:77)
> at
> org.apache.cxf.common.i18n.UncheckedException.<init>(UncheckedException.java:43)
> at org.apache.cxf.interceptor.Fault.<init>(Fault.java:83)
> at
> org.apache.cxf.service.invoker.AbstractInvoker.createFault(AbstractInvoker.java:155)
> at
> org.apache.cxf.service.invoker.AbstractInvoker.invoke(AbstractInvoker.java:121)
> at org.apache.cxf.jaxrs.JAXRSInvoker.invoke(JAXRSInvoker.java:166)
> at org.apache.cxf.jaxrs.JAXRSInvoker.invoke(JAXRSInvoker.java:93)
> at
> org.apache.cxf.interceptor.ServiceInvokerInterceptor$1.run(ServiceInvokerInterceptor.java:58)
> at
> java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
> at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
> at java.util.concurrent.FutureTask.run(FutureTask.java:138)
> at
> org.apache.cxf.workqueue.SynchronousExecutor.execute(SynchronousExecutor.java:37)
> at
> org.apache.cxf.interceptor.ServiceInvokerInterceptor.handleMessage(ServiceInvokerInterceptor.java:106)
> ... 25 more
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira