1 Reply Latest reply on Oct 8, 2002 5:07 PM by sdixit

    JBoss 3.0.3 hangs

    sdixit

      I am using JBoss 3.0.3 and Tomcat 4.1.12 release. Everything works fine except when I try to do simultaneous clicks on web-pages. This hangs JBoss. The last line in the console varies. Most of the times it is JDBCEntityLoad.

      My question is how do I understand what is causing this error. This has started happening after I moved code from JavaBean clients to Stateless session beans. I have set RequiresNew attribute on all the methods, hoping to avoid deadlock issue.

      Any help would be appreciated,
      Sandeep

        • 1. Re: JBoss 3.0.3 hangs
          sdixit

          I don't know if this would help, the following is a last line that appeared before it got stuck:

          2002-10-08 16:14:35,308 INFO [STDOUT] 131219 [HttpProcessor[8080][2]] DEBUG org.jboss.ejb.plugins.cmp.jdbc.JDBCDeclaredSQLQuery.ActivityTypeHierarchyBean.findByMechanismIDAndOriginatorPrivilege ActivityTypeHierarchyManagerBean ActivityTypeHierarchyBean - Executing SQL: SELECT "activityTypeHierarchyID" FROM ACTIVITYTYPEHIERARCHY WHERE "organizationID" = ? AND EXISTS (SELECT 'TRUE'



          - Sandeep