On Tue, Jun 18, 2013 at 07:39:53AM +0100, Carlos Lorenzo wrote: > Hi! Marvin. > I mean the message: > > Hibernate: insert into TICKETGRANTINGTICKET (NUMBER_OF_TIMES_USED, > CREATION_TIME, EXPIRATION_POLICY, LAST_TIME_USED, PREVIOUS_LAST_TIME_USED, > ticketGrantingTicket_ID, AUTHENTICATION, EXPIRED, > SERVICES_GRANTED_ACCESS_TO, ID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
This is a typical Hibernate message when in verbose mode. If you are not acquainted with Hibernate, you can find confusing all these question marks, but they are normal (it means query has bound values, and not hard-coded ones or concatenated). > > > > 2013/6/17 Marvin S. Addison <[email protected]> > > > Jun 17, 2013 10:43:58 AM org.apache.catalina.tribes.io.**XByteBuffer > >> append > >> SEVERE: Discarded the package, invalid header > >> > > > > The above is the only abnormal message I see and it's not related to CAS. > > Looks like you're doing Tomcat clustering with the Tribes components and > > it's reporting a rejected message due to bad header. > > > > > > 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<http://www.ja-sig.org/wiki/display/JSG/cas-user> > > > > -- > 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 -- ----------------------- Alberto Cabello Sánchez [email protected] -- 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
