Too many threads blocked in cxf-core sync method

Hey. Providing 300 concurrent requests to the SOAP web service, a significant number of BLOCKED threads in org.apache.cxf.configuration.spring.ConfigurerImpl.configureBean(ConfigurerImpl.java:132)

Inside this method of the configureBean class, synchronization is performed.

  "[ACTIVE] ExecuteThread: '1483' for queue: 'weblogic.kernel.Default (self-tuning)'" # 162920 daemon prio = 5 os_prio = 64 tid = 0x000000013b64d800 nid = 0x27d93 waiting for monitor entry [0xffffffff44afe000]
    java.lang.Thread.State: BLOCKED (on object monitor)
     at org.apache.cxf.configuration.spring.ConfigurerImpl.configureBean (ConfigurerImpl.java:132)
     - waiting to lock (a org.apache.cxf.configuration.spring.ConfigurerImpl)
     at org.apache.cxf.configuration.spring.ConfigurerImpl.configureBean (ConfigurerImpl.java:128)
     at org.apache.cxf.jaxws.ServiceImpl.configureObject (ServiceImpl.javaโˆ—68)
     at org.apache.cxf.jaxws.ServiceImpl.configureObject (ServiceImpl.javaโˆ—62)
     at org.apache.cxf.jaxws.ServiceImpl.createDispatch (ServiceImpl.java:696)
     at org.apache.cxf.jaxws.ServiceImpl.createDispatch (ServiceImpl.java:722)
     at org.apache.cxf.jaxws.ServiceImpl.createDispatch (ServiceImpl.java:714)
     at javax.xml.ws.Service.createDispatch (Service.java:503)

Can someone help me overcome this problem? because of this, overall performance is reduced when deployed to a weblogic server

thanks

+7
java spring soap web-services cxf
source share

No one has answered this question yet.

See similar questions:

one
Weblogic Workmanagers and JAX-WS Web Services

or similar:

4
Cannot start SQL Developer 4.0.1
2
Too many parks to wait for flows
2
Orphan threads in a Java Thread dump
2
Tomcat webapp error - application starts thread [AWT-Windows], but failed to stop it - memory leak?
one
as possible, 3 threads are in a blocked state, waiting for the same monitor, and there is no thread belonging to this monitor
one
Tomcat7 servlet memory leak
one
BTrace Script to kill Java Virtual Machine Thread
one
Log4j sending email on error
0
Are these java threads waiting on the lock that it acquires?
-5
Themes are waiting, but why?

All Articles