Skip to main content

Server is hanging in the mutex of obj_is_ready() method.

  • February 16, 2013
  • 0 replies
  • 0 views

Problem:

  • Product Version: VBC 4.5Full
  • Platform Version: Solaris 8
  • JDK Version: NA
  • Compiler Version: NA
  • Product Component: ORB

Server is hanging in the mutex of obj_is_ready() method.

Resolution:

This problem happens because another thread that was cancelled previously had already acquired the mutex in obj_is_ready() method, and therefore no other thread is able to acquire the mutex. The solution to this problem is to refrain from canceling a thread that has acquired a mutex in obj_is_ready() method.


#VisiBroker
#obj_is_ready
#Security