scott,
I run in to SAXParserException. I tried to solve it in many ways. But i
couldn't.
I attached my complete web.xml. we are authenticating user on restful api
and using spring security also for autherization.
Could you please tell me is there any problem in my xml file.
Tomcat Log file has exception:
2011-03-29 12:33:43,719 ERROR [org.apache.commons.digester.Digester] -
<Parse Fatal Error at line 87 column 101: The reference to entity "locale"
must end with the ';' delimiter.>
org.xml.sax.SAXParseException: The reference to entity "locale" must end
with the ';' delimiter.
at
com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper.createSAXParseException(Unknown
Source)
at
com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper.fatalError(Unknown
Source)
at
com.sun.org.apache.xerces.internal.impl.XMLErrorReporter.reportError(Unknown
Source)
at
com.sun.org.apache.xerces.internal.impl.XMLScanner.reportFatalError(Unknown
Source)
at
com.sun.org.apache.xerces.internal.impl.XMLScanner.scanAttributeValue(Unknown
Source)
at
com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanAttribute(Unknown
Source)
at
com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanStartElement(Unknown
Source)
at
com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.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
Thanks.
On Sat, Mar 26, 2011 at 10:45 PM, Scott Battaglia <[email protected]
> wrote:
> First you should not be adding your code to our jars. You should be
> maintaining it separately.
>
> Second, can you post any of your code? (removing any private/secret
> stuff). The auditing is failing because the resource is null.
>
> Cheers,
> Scott
>
>
> On Wed, Mar 23, 2011 at 4:50 PM, mala <[email protected]> wrote:
>
>> i implemented custom handle in cas-server-core module. i deploy that
>> cas-server-core.jar file in tomcat/cas-server-webapp.
>>
>> when i used my credintials to login at cas-login page then it thows
>> exception.
>>
>> "CAS is Unavailable
>>
>> There was an error trying to complete your request. Please notify your
>> support desk or try again."
>>
>> I attached tomcat.logs.
>> log file has this exception:
>>
>> java.lang.IllegalArgumentException: resourceOperatedUpon cannot be null
>> at
>> com.github.inspektr.audit.AuditActionContext.assertNotNull(AuditActionContext.java:81)
>> at
>> com.github.inspektr.audit.AuditActionContext.<init>(AuditActionContext.java:64)
>> at
>>
>> can anybody tell me what i m doing wrong here.
>>
>>
>> --
>> 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