Today when I logged in my Content Server, I was abashed by an error, stated below:
Unable to load the user information. Possible database connection failure encountered. Error message: (!csDbUnableToCreateResultSet,Quser(SELECT * FROM Users WHERE LOWER(dName) = LOWER('weblogic'))!$Closed Connection). java.sql.SQLRecoverableException: Closed Connection.
This error enlightened me with the User table which stores all the Content servers user details. This table is associated with 'User' Admin Applet in Content Server. It shows all data but password. Password is stored as Asterisk sign.
The cause of above error may be- DB is shutdown or the listener is not up and running.
I checked my db and it was up so I bounced the server. The error went away. :)
No comments:
Post a Comment