Hi,

We're experiencing a Stackoverflow error in our RESTEasy backend.  We
aren't sure why it is happening.  Has anyone else seen this?  The strange
thing is that it seems to only for certain endpoint calls.  Restarting the
server seemed to fix it, but then a different end point started having this
issue.

We are using RESTEasy 3.0.12.Final running in JBoss 7.1.1.Final on Java
1.7.0_75.

Thanks!

Nate

Here is a truncated stack trace it as it just repeats over and over with no
other information:

2015-12-14 15:00:00,281 ERROR [org.apache.catalina.core.ContainerBase.
[jboss.web].[default-host].[/].[com.fi.rest.RestService]]
Servlet.service() for servlet com.fi.rest.RestService threw exception:
java.lang.StackOverflowError
at
com.fasterxml.jackson.databind.introspect.AnnotationIntrospectorPair.isAnnotationBundle(AnnotationIntrospectorPair.ja
va:89) [jackson-databind-2.4.1.jar:2.4.1]
at
com.fasterxml.jackson.databind.introspect.AnnotationIntrospectorPair.isAnnotationBundle(AnnotationIntrospectorPair.ja
va:89) [jackson-databind-2.4.1.jar:2.4.1]
....
------------------------------------------------------------------------------
_______________________________________________
Resteasy-users mailing list
Resteasy-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/resteasy-users

Reply via email to