Hi,
we have a problem in our environment maybe with ticket login authentication.
We have a WDK application based on Record Manager. We use the ticket login authentication to implement
a Single Sign On infrastructure. In this way a user when login to application must not insert the pasword.
Our application have 2 point when it uses the ticket login authentication.
1. a custom servlet that retrieves object content
2. a custom Authentication Scheme
After a not defined number of succes access to the application by servlet and/or by direct WDK application with custom
authentication scheme it isn't more possible login to the application and the error is:
====================================================================================================================================================================================================
"DfAuthenticationException:: THREAD: ExecuteThread: '21' for queue: 'weblogic.kernel.Default'; MSG: [DM_SESSION_E_AUTH_FAIL]error: "Authentication failed for user U002893 with docbase docmoi."""
====================================================================================================================================================================================================
When this message appear it isn't more possible to login to the application. To unlock the situation
it's necessary to restart the content server.
I have attached three files:
- exception.log: the stack trace of the error
- createSessionServlet.txt: Java code to create a ticket session login from the servlet
- authenticationScheme.zip: Java classes used to create a ticket login session from the WDK application
Our environment is composed by:
Application Server
BEA Weblogic version 8.1 SP4 with DFC 5.3 SP3
Content Server
Version 5.3 SP6
Database
Oracle version 10.2.0.3
Thanks
Luca