Home > Back-end >  Ehcache shiro * * wrong XML start times
Ehcache shiro * * wrong XML start times

Time:01-02

<? The XML version="1.0" encoding="utf-8"?>
Xsi: noNamespaceSchemaLocation="http://ehcache.org/ehcache.xsd"
UpdateCheck="false" & gt;
MaxElementsInMemory="10000"
Eternal="false"
TimeToIdleSeconds="120"
TimeToLiveSeconds="120"
OverflowToDisk="false"
DiskPersistent="false"
DiskExpiryThreadIntervalSeconds="120"/& gt;
Eternal="false"
TimeToIdleSeconds="3600"
TimeToLiveSeconds="0"
OverflowToDisk="false"
The statistics="true" & gt;

Eternal="false"
TimeToIdleSeconds="3600"
TimeToLiveSeconds="0"
OverflowToDisk="false"
The statistics="true" & gt;


Error: org. XML. Sax. SAXParseException; SystemId: http://ehcache.org/ehcache.xsd; LineNumber: 2; ColumnNumber: 35; S4s - elt - character: solution element is not allowed except for 'xs: appinfo' and 'xs: documentation' outside the space character, found '301 version Permanently'
A novice, a great god, please grant instruction!

CodePudding user response:

With illegal characters in your configuration file, it is recommended that you use a text editor, you can see a newline, Spaces and the editor of a carriage return
  • Related