You should check your test server to see exactly what value is being passed. If your CAS is fronted by Apache, it should be in the access log.
-Scott Battaglia PGP Public Key Id: 0x383733AA LinkedIn: http://www.linkedin.com/in/scottbattaglia On Fri, Apr 19, 2013 at 5:29 PM, Karl Nielsen <[email protected]>wrote: > Trying to track down a problem with my cas configuration. It is working > locally, but when I deploy it to my test server I get: > > 2013-04-19 14:48:45,776 ERROR > [org.jasig.cas.web.ServiceValidateController] - <Error constructing pgtUrl> > java.net.MalformedURLException: no protocol: proxyCallback > at java.net.URL.<init>(URL.java:595) > at java.net.URL.<init>(URL.java:492) > at java.net.URL.<init>(URL.java:441) > > From what I have read, it seems that it is the bean (using Spring) that is > throwing the error: > > <beans:property name="ticketValidator"> > <beans:bean > class="org.jasig.cas.client.validation.Cas20ServiceTicketValidator"> > <beans:constructor-arg index="0" > value="https://cas.wcfgroup.com:8443/cas" /> > </beans:bean> > </beans:property> > > The url is hard coded and has a protocol so I am not exactly sure why it > would be complaining about no protocol. Any ideas about how to troubleshoot > this? Again it works on my local machine. > > Thanks, > > ~karl~ > > -- > 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 > > -- 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
