Hi
I'm investigating why my application keeps crashing. Last time I was able
to take a thread dump and found a possible deadlock in PropertyUtilsBean.
"http-apr-8080-exec-197" #7560 daemon prio=5 os_prio=0
tid=0x00007fa1b82fd000 nid=0x692f waiting for monitor entry
[0x00007fa18b242000]
java.lang.Thread.State: BLOCKED (on object monitor)
at
java.beans.PropertyDescriptor.getReadMethod(PropertyDescriptor.java:206)
- waiting to lock <0x00000000b8ac7640> (a java.beans.PropertyDescriptor)
at
org.apache.commons.beanutils.PropertyUtilsBean.getReadMethod(PropertyUtilsBean.java:1175)
I'm using grails 3, java 8 and beanutils-1.9.2. All my tomcat threads have
that same stacktrace.
Your help would be much appreciated.
Regards,
Elias