DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=32646>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=32646
Summary: Serious: Exception retrieving password for "username"
Product: Tomcat 5
Version: 5.5.5
Platform: PC
OS/Version: Linux
Status: NEW
Severity: critical
Priority: P2
Component: Catalina
AssignedTo: tomcat-dev@jakarta.apache.org
ReportedBy: sueder14@hotmail.com
Dear there,
When I tried to update the Web AP from 5.0.28 to 5.5.5, I had the following
error.
It was OK for the first login but when the session timeout, it had the
following error. And could not login again.
2004/12/7 10:22:50 org.apache.catalina.realm.JDBCRealm getPassword
Serious: Exception retrieving password for "username"
But there is no such problem for 5.0.28 for Mysql JDBCRealm
<Realm className="org.apache.catalina.realm.JDBCRealm"
driverName="org.gjt.mm.mysql.Driver"
connectionURL="jdbc:mysql://localhost/mydb"
connectionName="user" connectionPassword="password"
digest="SHA"
userTable="users" userNameCol="user_name" userCredCol="user_pass"
userRoleTable="user_roles" roleNameCol="role_name" />
Is that a bug for 5.5.5.
Thanks in advance.
--
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org
|