If I login to just my server it is successful, but if I login to my an app
that redirects to CAS, the login page is displayed, but I get this logged
to the tomcat console:
2012-05-18 13:50:02,898 INFO
[com.github.inspektr.audit.support.Slf4jLoggingAuditTrailManager] -<Audit
trail record BEGIN
=============================================================
WHO: [username: testuser]
WHAT: java.lang.NullPointerException
ACTION: TICKET_GRANTING_TICKET_NOT_CREATED
APPLICATION: CAS
WHEN: Fri May 18 13:50:02 MDT 2012
CLIENT IP ADDRESS: fe80:0:0:0:e2f8:47ff:fe2f:eba8%5
SERVER IP ADDRESS: fe80:0:0:0:e2f8:47ff:fe2f:eba8%5
=============================================================
There should be some further logging to help indicate _why_ the TGT was
not created. Turn up the org.jasig.cas category to DEBUG and retry and
see if that gives more information. See
https://wiki.jasig.org/display/CASUM/Logging for more information on
logging config.
Also, when cleaning up I am getting this error:
2012-05-18 13:59:30,297 ERROR [org.quartz.core.JobRunShell] -<Job
DEFAULT.ticketRegistryCleanerJobDetail threw an unhandled Exception:>
org.springframework.scheduling.quartz.JobMethodInvocationFailedException:
Invocation of method 'clean' on target class [class
org.jasig.cas.ticket.registry.support.DefaultTicketRegistryCleaner] failed;
nested exception is java.lang.NullPointerException
at
org.springframework.scheduling.quartz.MethodInvokingJobDetailFactoryBean$MethodInvokingJob.executeInternal(MethodInvokingJobDetailFactoryBean.java:273)
at
org.springframework.scheduling.quartz.QuartzJobBean.execute(QuartzJobBean.java:86)
at org.quartz.core.JobRunShell.run(JobRunShell.java:202)
at
org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:525)
Caused by: java.lang.NullPointerException
Is that the complete stack trace? Knowing exactly where the NPE occurs
would be helpful, but I don't see it from the trace above.
M
--
You are currently subscribed to [email protected] as:
[email protected]
To unsubscribe, change settings or access archives, see
http://www.ja-sig.org/wiki/display/JSG/cas-user