What does "getting the usual, and very unhelpful, org.apache.shiro.authc.AuthenticationException" mean? Is the server returning a 500 error? Is logon.jsp being redisplayed? What does logon.jsp look like? Where are you seeing the AuthenticationException? Is there a message in this AuthenticationException? If you can't describe the behavior in detail, I'm not sure how we can be expected to tell you what's wrong.
As far as the log goes, that entire log is just the intialization of shiro. It includes nothing from the actual authentication process. What would be interesting to see at this point is the log output when you attempt to login. Can you share that? Thanks, Jared On Tue 18 Dec 2012 11:22:58 AM CST, David Barron wrote: > It is logon.jsp. I just noticed that mistake in shiro.ini but changing it > doesn't alter anything. > > I'm getting the usual, and very unhelpful, > org.apache.shiro.authc.AuthenticationException when my logon.jsp comes back. > I am not being taken to the error page. > > Here is some of what is in the log, I won't post it all. > > > 18Dec12 12:16:01 DEBUG > org.apache.commons.beanutils.converters.ArrayConverter - Converting > 'java.net.URL[]' value '[Ljava.net.URL;@68c95daa' to type 'java.net.URL[]' > 18Dec12 12:16:01 DEBUG > org.apache.commons.beanutils.converters.ArrayConverter - No conversion > required, value is already a java.net.URL[] > 18Dec12 12:16:01 DEBUG org.apache.commons.beanutils.ConvertUtils - Convert > string 'false' to class 'boolean' > 18Dec12 12:16:01 DEBUG > org.apache.commons.beanutils.converters.BooleanConverter - Converting > 'String' value 'false' to type 'Boolean' > 18Dec12 12:16:01 DEBUG > org.apache.commons.beanutils.converters.BooleanConverter - Converted to > Boolean value 'false' > 18Dec12 12:16:01 DEBUG org.apache.commons.beanutils.ConvertUtils - Convert > string 'select password from users where userid = ?' to class > 'java.lang.String' > 18Dec12 12:16:01 DEBUG > org.apache.commons.beanutils.converters.StringConverter - Converting > 'String' value 'select password from users where userid = ?' to type > 'String' > 18Dec12 12:16:01 DEBUG org.apache.commons.beanutils.ConvertUtils - Convert > string 'select role from users where userid = ?' to class 'java.lang.String' > 18Dec12 12:16:01 DEBUG > org.apache.commons.beanutils.converters.StringConverter - Converting > 'String' value 'select role from users where userid = ?' to type 'String' > 18Dec12 12:16:01 DEBUG org.apache.commons.beanutils.ConvertUtils - Convert > string 'private_rates' to class 'java.lang.String' > 18Dec12 12:16:01 DEBUG > org.apache.commons.beanutils.converters.StringConverter - Converting > 'String' value 'private_rates' to type 'String' > 18Dec12 12:16:01 DEBUG org.apache.commons.beanutils.ConvertUtils - Convert > string 'bA7eChaj' to class 'java.lang.String' > 18Dec12 12:16:01 DEBUG > org.apache.commons.beanutils.converters.StringConverter - Converting > 'String' value 'bA7eChaj' to type 'String' > 18Dec12 12:16:01 DEBUG org.apache.commons.beanutils.ConvertUtils - Convert > string 'zendev10.zencos.com' to class 'java.lang.String' > 18Dec12 12:16:01 DEBUG > org.apache.commons.beanutils.converters.StringConverter - Converting > 'String' value 'zendev10.zencos.com' to type 'String' > 18Dec12 12:16:01 DEBUG org.apache.commons.beanutils.ConvertUtils - Convert > string '1521' to class 'int' > 18Dec12 12:16:01 DEBUG > org.apache.commons.beanutils.converters.IntegerConverter - Converting > 'String' value '1521' to type 'Integer' > 18Dec12 12:16:01 DEBUG > org.apache.commons.beanutils.converters.IntegerConverter - No > NumberFormat, using default conversion > 18Dec12 12:16:01 DEBUG > org.apache.commons.beanutils.converters.IntegerConverter - Converted to > Integer value '1521' > 18Dec12 12:16:01 DEBUG org.apache.commons.beanutils.ConvertUtils - Convert > string 'private_rates' to class 'java.lang.String' > 18Dec12 12:16:01 DEBUG > org.apache.commons.beanutils.converters.StringConverter - Converting > 'String' value 'private_rates' to type 'String' > 18Dec12 12:16:01 DEBUG org.apache.commons.beanutils.ConvertUtils - Convert > string '/logon.jsp' to class 'java.lang.String' > 18Dec12 12:16:01 DEBUG > org.apache.commons.beanutils.converters.StringConverter - Converting > 'String' value '/logon.jsp' to type 'String' > 18Dec12 12:16:01 DEBUG org.apache.commons.beanutils.ConvertUtils - Convert > string 'index.jsp' to class 'java.lang.String' > 18Dec12 12:16:01 DEBUG > org.apache.commons.beanutils.converters.StringConverter - Converting > 'String' value 'index.jsp' to type 'String' > 18Dec12 12:16:01 DEBUG org.apache.commons.beanutils.ConvertUtils - Convert > string 'shiroLoginFailure' to class 'java.lang.String' > 18Dec12 12:16:01 DEBUG > org.apache.commons.beanutils.converters.StringConverter - Converting > 'String' value 'shiroLoginFailure' to type 'String' > 18Dec12 12:16:01 DEBUG org.apache.commons.beanutils.ConvertUtils - Convert > string '/error.jsp' to class 'java.lang.String' > 18Dec12 12:16:01 DEBUG > org.apache.commons.beanutils.converters.StringConverter - Converting > 'String' value '/error.jsp' to type 'String' > 2182 [Thread-9] INFO org.apache.shiro.realm.AuthorizingRealm - No cache or > cacheManager properties have been set. Authorization cache cannot be > obtained. > 2182 [Thread-9] INFO org.apache.shiro.web.env.EnvironmentLoader - Shiro > environment initialized in 2182 ms. > > > > > > -- > View this message in context: > http://shiro-user.582556.n2.nabble.com/Login-failing-tp7578071p7578077.html > Sent from the Shiro User mailing list archive at Nabble.com.
