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 <marvin.addi...@gmail.com>
> 
> > 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 cas-user@lists.jasig.org as:
> > kjlore...@gmail.com
> > 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 cas-user@lists.jasig.org as: albe...@unex.es
> To unsubscribe, change settings or access archives, see 
> http://www.ja-sig.org/wiki/display/JSG/cas-user

-- 
-----------------------
Alberto Cabello Sánchez
albe...@unex.es

-- 
You are currently subscribed to cas-user@lists.jasig.org as: 
arch...@mail-archive.com
To unsubscribe, change settings or access archives, see 
http://www.ja-sig.org/wiki/display/JSG/cas-user

Reply via email to