1 Reply Latest reply on Apr 19, 2002 11:16 AM by starksm64

    Problem with concurrent logins

    seonse

      I'm running JBoss 2.4.4. When I start the JBoss and just after startup do multiple requests to server I get error

      java.rmi.ServerException: RemoteException occurred in server thread; nested exception is:
      java.rmi.ServerException: Exception occurred; nested exception is:
      java.lang.SecurityException: Configuration Error:
      Line 41: expected 'option key', found 'null'

      The Configuration Error explanation changes every time.
      It seems that something goes wrong in reading auth.conf file. When I do first one request and then multiple request everything is working just fine. Am I doing something wrong or is this a bug?