I run in to new problem . After i provided credentials at cas login page i run in to cas unavailable error, but this time with new exceptions. This is bad gateway exception 502.
Log file has the following exceptions: java.io.IOException: Server returned HTTP response code: 502 for URL: http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source) at org.apache.commons.digester.Digester.createInputSourceFromURL(Digester.java:2072) at org.apache.commons.digester.Digester.resolveEntity(Digester.java:1725) at com.sun.org.apache.xerces.internal.util.EntityResolverWrapper.resolveEntity(Unknown Source) at com.sun.org.apache.xerces.internal.impl.XMLEntityManager.resolveEntityAsPerStax(Unknown Source) at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl$DTDDriver.dispatch(Unknown Source) at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl$DTDDriver.next(Unknown Source) at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl$PrologDriver.next(Unknown Source) at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(Unknown Source) at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source) at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source) at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source) at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(Unknown Source) at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(Unknown Source) at com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown Source) at org.apache.commons.digester.Digester.parse(Digester.java:1887) at com.webapps.webapps.loginsystem.client.LoginSystemClient.authenticate(LoginSystemClient.java:101) at com.webapss.custom.handler.CustomHandler.authenticateUsernamePasswordInternal(WolframCustomHandler.java:65) Could you please what was the problem. I couldn't find any useful info in internet on this with cas integration. On Tue, Mar 29, 2011 at 9:40 AM, Scott Battaglia <[email protected]>wrote: > Thanks! > > > On Tue, Mar 29, 2011 at 10:24 AM, mala s <[email protected]> wrote: > >> Scott, >> >> I added common-beanutils.jar and jsr173_api_1.0. But they are required for >> my code since v r using digester class and its method. >> >> Mala. >> >> On Mon, Mar 28, 2011 at 2:39 PM, Scott Battaglia < >> [email protected]> wrote: >> >>> For purposes of people coming along later with the same issue, can you >>> list what dependencies were missing and how you added them? >>> >>> Thanks >>> Scott >>> >>> >>> On Mon, Mar 28, 2011 at 3:29 PM, mala <[email protected]> wrote: >>> >>>> Scott, >>>> >>>> Thanks. i was able to resolve this by adding some dependencies. >>>> >>>> Thanks. >>>> -- >>>> 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 >>> >>> >> -- >> >> 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 > > -- 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
