2003-12-01 03:37:35 UTC
Installation without any problem, but I can't login into infoglue.
The Broswer show me a 403 error with message"Access to the requested resource has been denied".
I investigated the log, and was told that "
2003-12-01 11:23:13 JDBCRealm[/infoglueCMS]: Username administrator does NOT have role cmsUser
2003-12-01 11:23:13 JDBCRealm[/infoglueCMS]: Username administrator does NOT have role administrators
"
.
The following is part of tomcat's log.
2003-12-01 11:23:11 Authenticator[/infoglueCMS]: Security checking request GET /infoglueCMS/ViewCMSTool.action
2003-12-01 11:23:11 Authenticator[/infoglueCMS]: Checking constraint 'SecurityConstraint[CMS Application]' against GET /ViewCMSTool.action --> true
2003-12-01 11:23:11 Authenticator[/infoglueCMS]: Subject to constraint SecurityConstraint[CMS Application]
2003-12-01 11:23:11 Authenticator[/infoglueCMS]: Calling checkUserData()
2003-12-01 11:23:11 Authenticator[/infoglueCMS]: User data constraint has no restrictions
2003-12-01 11:23:11 Authenticator[/infoglueCMS]: Calling authenticate()
2003-12-01 11:23:11 JDBCRealm[/infoglueCMS]: Getting connection for Realm: jdbc:mysql://10.1.1.109/infoglue - infoglue:infoglue(com.mysql.jdbc.Driver)
2003-12-01 11:23:11 JDBCRealm[/infoglueCMS]: Username administrator successfully authenticated
2003-12-01 11:23:11 JDBCRealm[/infoglueCMS]: Roles SQL:SELECT r.name FROM cmRole r, cmSystemUser u, cmSystemUserRole ur WHERE r.roleId = ur.roleId AND ur.systemUserId = u.systemUserId AND u.userName = ?:administrator
2003-12-01 11:23:11 Authenticator[/infoglueCMS]: Authenticated 'administrator' with type 'BASIC'
2003-12-01 11:23:11 Authenticator[/infoglueCMS]: Calling accessControl()
2003-12-01 11:23:11 JDBCRealm[/infoglueCMS]: Username administrator does NOT have role cmsUser
2003-12-01 11:23:11 JDBCRealm[/infoglueCMS]: Username administrator does NOT have role administrators
2003-12-01 11:23:11 Authenticator[/infoglueCMS]: Failed accessControl() test
2003-12-01 11:23:13 Authenticator[/infoglueCMS]: Security checking request GET /infoglueCMS/ViewCMSTool.action
2003-12-01 11:23:13 Authenticator[/infoglueCMS]: Checking constraint 'SecurityConstraint[CMS Application]' against GET /ViewCMSTool.action --> true
2003-12-01 11:23:13 Authenticator[/infoglueCMS]: Subject to constraint SecurityConstraint[CMS Application]
2003-12-01 11:23:13 Authenticator[/infoglueCMS]: Calling checkUserData()
2003-12-01 11:23:13 Authenticator[/infoglueCMS]: User data constraint has no restrictions
2003-12-01 11:23:13 Authenticator[/infoglueCMS]: Calling authenticate()
2003-12-01 11:23:13 JDBCRealm[/infoglueCMS]: Getting connection for Realm: jdbc:mysql://10.1.1.109/infoglue - infoglue:infoglue(com.mysql.jdbc.Driver)
2003-12-01 11:23:13 JDBCRealm[/infoglueCMS]: Username administrator successfully authenticated
2003-12-01 11:23:13 Authenticator[/infoglueCMS]: Authenticated 'administrator' with type 'BASIC'
2003-12-01 11:23:13 Authenticator[/infoglueCMS]: Calling accessControl()
2003-12-01 11:23:13 JDBCRealm[/infoglueCMS]: Username administrator does NOT have role cmsUser
2003-12-01 11:23:13 JDBCRealm[/infoglueCMS]: Username administrator does NOT have role administrators
2003-12-01 11:23:13 Authenticator[/infoglueCMS]: Failed accessControl() test