Hi All,
I am doing  Integration test locally and the commit, "FINERACT-724 disable
csrf on oauth configuration" causing the build to fail and I have attached
the error log with this mail.

However, the other two commits - "FINERACT-724 fix oauth configuration" &
"FINERACT-724 fix travis build after spring version migration" - Currently,
Integration test is going on and let you know soon.

Let me know if I am missing anything.

On Thu, Nov 21, 2019 at 5:17 PM Awasum Yannick <[email protected]> wrote:

> Hi All,
>
> We now have Travis passing again for
> https://github.com/apache/fineract/pull/642
>
> This is ready to go, I think.
>
> One thing I have not done is to test the security aspect to make sure the
> upgrade to spring boot 2.1.7 has not caused any problems.
>
> Please, will a few people help to test the PR locally, especially the
> spring security side of things. Probably by end of day or tomorrow, I will
> merge the PR and if there are any subsequent issues, we can fix in the
> coming days and weeks.
>
> This is critical for Fineract 1.x, we have always been using spring boot
> 1.2 (Spring 4.x). This new PR upgrades Fineract 1.x to Spring Boot 2.1.7
> (Spring 5.x). This is a major change and I encourage more people to test
> this.
>
> Thanks.
> Awasum
>
> On Thu, Nov 21, 2019 at 12:37 PM Awasum Yannick <[email protected]> wrote:
>
>> Hi Ivan,
>>
>>
>>
>> On Thu, Nov 21, 2019 at 10:26 AM Ivan Bondarenko <[email protected]>
>> wrote:
>>
>>> Hi, Ed, Awasum, All
>>>
>>> 1) My tests are passing locally, I have ran it many times.
>>> 2) My local machine has really powerful configuration. I think there is
>>> some race conditions in the integration tests that cause the random test
>>> fail.
>>>
>>
>> I noticed this. Even on Travis you see some Optimistic locking problems
>> once in  a while. Maybe an issue should be created for this?
>>
>>
>>> 3) Awasum, I have just connected mifos-comunity app to the upgraded
>>> version of the back-endand it works fine.
>>> Do you use basic auth mode? If not please update the code. I have just
>>> committed fix for oauth config, hope it helps.
>>> If you use basic - could you confirm that
>>> `V353__migrate_passwords_to_ss_5.sql` was executed on startup?
>>>
>>
>> Yes,..I missed this..I was using my old DB for testing which had flyway
>> versions above 353 and so could not log in. I used a clean DB now and i can
>> login from UI. Thanks Ivan.
>>
>>
>>> PS: Unfortunately I have found that integration tests have bugs and some
>>> critical cases are not covered, examples :
>>> 1) As I can see
>>> `HookIntegrationTest.shouldSendOfficeCreationNotification` will pas in any
>>> case, it has no assertions(just "sout" logging)
>>> 2) I can't find tests with oauth config
>>> 3) Can't find test for documents and image uploads
>>> 4) I think there is some race conditions on job execution and job's
>>> status checks in integration tests. (I hope get it wrong)
>>>
>>> I will create jira issues for found problems, but a little bit later.
>>> (If someone confirm the described issues it would be really helpfull)
>>>
>>
>> You are right on all the above. Go ahead and create issues on Jira for
>> these.
>>
>> Thanks for your contributions and patience, Ivan.
>>
>> чт, 21 нояб. 2019 г. в 09:51, Awasum Yannick <[email protected]>:
>>>
>>>> Hi All,
>>>>
>>>> I left some review comments here:
>>>> https://github.com/apache/fineract/pull/642#issuecomment-556962459
>>>> on why Travis is failing and also problems when connecting the front
>>>> end to the upgraded (Spring 5.x) Fineract branch/PR.
>>>>
>>>> Any ideas?
>>>>
>>>> On Wed, Nov 20, 2019 at 11:18 PM Ed Cable <[email protected]> wrote:
>>>>
>>>>> Hi all,
>>>>>
>>>>> I just wanted to follow up on this as we're trying to wrap up the 1.4
>>>>> release and bring it to a vote.
>>>>>
>>>>> Ed
>>>>>
>>>>> On Fri, Nov 15, 2019 at 12:01 PM Ed Cable <[email protected]> wrote:
>>>>>
>>>>>> Michael and Ivan,
>>>>>>
>>>>>> So we can ship the 1.4 release on time, I wanted to inquire about the
>>>>>> status of merging https://github.com/apache/fineract/pull/642
>>>>>>
>>>>>> Is there anything blocking it? It looks like Ivan's test are passing
>>>>>> locally but the build is still failing.
>>>>>>
>>>>>> Once that's merged, I believe we can then merge
>>>>>> https://github.com/apache/fineract/pull/649
>>>>>>
>>>>>> THanks,
>>>>>>
>>>>>> Ed
>>>>>>
>>>>>>
>>>>>
>>>>> --
>>>>> *Ed Cable*
>>>>> President/CEO, Mifos Initiative
>>>>> [email protected] | Skype: edcable | Mobile: +1.484.477.8649
>>>>>
>>>>> *Collectively Creating a World of 3 Billion Maries | *http://mifos.org
>>>>>   <http://facebook.com/mifos>  <http://www.twitter.com/mifos>
>>>>>
>>>>>

-- 
Thanks & Regards

Santosh Math

*QA Engineer*

*Conflux Technologies Pvt Ltd <http://www.confluxtechnologies.com/>*
| *Office*: +91-080-41208662 |

*Address*: #304, 2nd Floor, 7th Main Road, HRBR Layout 1st Block,
Bengaluru, Karnataka, 560043 INDIA
835  [localhost-startStop-1] INFO  o.a.f.i.c.b.WarWebApplicationInitializer - Starting WarWebApplicationInitializer on Conflux with PID 27258 (/home/conflux/fineract/fineract/build/tmp/tomcatRunWarAsDaemonForIntegrationTest/work/Tomcat/localhost/fineract-provider/WEB-INF/classes started by conflux in /home/conflux/fineract/fineract)
841  [localhost-startStop-1] DEBUG o.a.f.i.c.b.WarWebApplicationInitializer - Running with Spring Boot v1.2.8.RELEASE, Spring v4.1.9.RELEASE
889  [localhost-startStop-1] INFO  o.s.b.c.e.AnnotationConfigEmbeddedWebApplicationContext - Refreshing org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext@4336b5e4: startup date [Fri Nov 22 16:28:57 IST 2019]; root of context hierarchy
2658 [localhost-startStop-1] INFO  o.s.b.f.xml.XmlBeanDefinitionReader - Loading XML bean definitions from URL [file:/home/conflux/fineract/fineract/build/tmp/tomcatRunWarAsDaemonForIntegrationTest/work/Tomcat/localhost/fineract-provider/WEB-INF/classes/META-INF/spring/jndi.xml]
2746 [localhost-startStop-1] INFO  o.s.b.f.xml.XmlBeanDefinitionReader - Loading XML bean definitions from URL [file:/home/conflux/fineract/fineract/build/tmp/tomcatRunWarAsDaemonForIntegrationTest/work/Tomcat/localhost/fineract-provider/WEB-INF/classes/META-INF/spring/appContext.xml]
2819 [localhost-startStop-1] INFO  o.s.s.c.SpringSecurityCoreVersion - You are running with Spring Security Core 3.2.9.RELEASE
2826 [localhost-startStop-1] INFO  o.s.s.c.SecurityNamespaceHandler - Spring Security 'config' module version is 3.2.9.RELEASE
2859 [localhost-startStop-1] INFO  o.s.s.c.m.GlobalMethodSecurityBeanDefinitionParser - Expressions were enabled for method security but no SecurityExpressionHandler was configured. All hasPermision() expressions will evaluate to false.
12990 [localhost-startStop-1] INFO  o.s.b.f.xml.XmlBeanDefinitionReader - Loading XML bean definitions from URL [file:/home/conflux/fineract/fineract/build/tmp/tomcatRunWarAsDaemonForIntegrationTest/work/Tomcat/localhost/fineract-provider/WEB-INF/classes/META-INF/spring/infrastructure.xml]
13008 [localhost-startStop-1] INFO  o.s.b.f.xml.XmlBeanDefinitionReader - Loading XML bean definitions from URL [file:/home/conflux/fineract/fineract/build/tmp/tomcatRunWarAsDaemonForIntegrationTest/work/Tomcat/localhost/fineract-provider/WEB-INF/classes/META-INF/spring/securityContext.xml]
13050 [localhost-startStop-1] WARN  o.s.b.c.e.AnnotationConfigEmbeddedWebApplicationContext - Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.parsing.BeanDefinitionParsingException: Configuration problem: Failed to import bean definitions from relative location [securityContext.xml]
Offending resource: URL [file:/home/conflux/fineract/fineract/build/tmp/tomcatRunWarAsDaemonForIntegrationTest/work/Tomcat/localhost/fineract-provider/WEB-INF/classes/META-INF/spring/appContext.xml]; nested exception is org.springframework.beans.factory.xml.XmlBeanDefinitionStoreException: Line 127 in XML document from URL [file:/home/conflux/fineract/fineract/build/tmp/tomcatRunWarAsDaemonForIntegrationTest/work/Tomcat/localhost/fineract-provider/WEB-INF/classes/META-INF/spring/securityContext.xml] is invalid; nested exception is org.xml.sax.SAXParseException; lineNumber: 127; columnNumber: 36; cvc-complex-type.3.2.2: Attribute 'disabled' is not allowed to appear in element 'csrf'.
13050 [localhost-startStop-1] INFO  o.s.b.l.ClasspathLoggingApplicationListener - Application failed to start with classpath: [file:/home/conflux/fineract/fineract/build/tmp/tomcatRunWarAsDaemonForIntegrationTest/work/Tomcat/localhost/fineract-provider/WEB-INF/classes/, file:/home/conflux/fineract/fineract/build/tmp/tomcatRunWarAsDaemonForIntegrationTest/work/Tomcat/localhost/fineract-provider/WEB-INF/lib/activemq-broker-5.9.1.jar, file:/home/conflux/fineract/fineract/build/tmp/tomcatRunWarAsDaemonForIntegrationTest/work/Tomcat/localhost/fineract-provider/WEB-INF/lib/activemq-client-5.9.1.jar, file:/home/conflux/fineract/fineract/build/tmp/tomcatRunWarAsDaemonForIntegrationTest/work/Tomcat/localhost/fineract-provider/WEB-INF/lib/activemq-openwire-legacy-5.9.1.jar, file:/home/conflux/fineract/fineract/build/tmp/tomcatRunWarAsDaemonForIntegrationTest/work/Tomcat/localhost/fineract-provider/WEB-INF/lib/aopalliance-1.0.jar, file:/home/conflux/fineract/fineract/build/tmp/tomcatRunWarAsDaemonForIntegrationTest/work/Tomcat/localhost/fineract-provider/WEB-INF/lib/asm-3.1.jar, file:/home/conflux/fineract/fineract/build/tmp/tomcatRunWarAsDaemonForIntegrationTest/work/Tomcat/localhost/fineract-provider/WEB-INF/lib/aspectjrt-1.8.7.jar, file:/home/conflux/fineract/fineract/build/tmp/tomcatRunWarAsDaemonForIntegrationTest/work/Tomcat/localhost/fineract-provider/WEB-INF/lib/aspectjweaver-1.8.7.jar, file:/home/conflux/fineract/fineract/build/tmp/tomcatRunWarAsDaemonForIntegrationTest/work/Tomcat/localhost/fineract-provider/WEB-INF/lib/aws-java-sdk-core-1.11.80.jar, file:/home/conflux/fineract/fineract/build/tmp/tomcatRunWarAsDaemonForIntegrationTest/work/Tomcat/localhost/fineract-provider/WEB-INF/lib/aws-java-sdk-kms-1.11.80.jar, file:/home/conflux/fineract/fineract/build/tmp/tomcatRunWarAsDaemonForIntegrationTest/work/Tomcat/localhost/fineract-provider/WEB-INF/lib/aws-java-sdk-s3-1.11.80.jar, file:/home/conflux/fineract/fineract/build/tmp/tomcatRunWarAsDaemonForIntegrationTest/work/Tomcat/localhost/fineract-provider/WEB-INF/lib/backport-util-concurrent-3.1.jar, file:/home/conflux/fineract/fineract/build/tmp/tomcatRunWarAsDaemonForIntegrationTest/work/Tomcat/localhost/fineract-provider/WEB-INF/lib/commons-codec-1.9.jar, file:/home/conflux/fineract/fineract/build/tmp/tomcatRunWarAsDaemonForIntegrationTest/work/Tomcat/localhost/fineract-provider/WEB-INF/lib/commons-collections-3.2.2.jar, file:/home/conflux/fineract/fineract/build/tmp/tomcatRunWarAsDaemonForIntegrationTest/work/Tomcat/localhost/fineract-provider/WEB-INF/lib/commons-email-1.3.3.jar, file:/home/conflux/fineract/fineract/build/tmp/tomcatRunWarAsDaemonForIntegrationTest/work/Tomcat/localhost/fineract-provider/WEB-INF/lib/commons-lang-2.6.jar, file:/home/conflux/fineract/fineract/build/tmp/tomcatRunWarAsDaemonForIntegrationTest/work/Tomcat/localhost/fineract-provider/WEB-INF/lib/commons-lang3-3.3.2.jar, file:/home/conflux/fineract/fineract/build/tmp/tomcatRunWarAsDaemonForIntegrationTest/work/Tomcat/localhost/fineract-provider/WEB-INF/lib/commons-pool-1.6.jar, file:/home/conflux/fineract/fineract/build/tmp/tomcatRunWarAsDaemonForIntegrationTest/work/Tomcat/localhost/fineract-provider/WEB-INF/lib/compiler-0.8.12.jar, file:/home/conflux/fineract/fineract/build/tmp/tomcatRunWarAsDaemonForIntegrationTest/work/Tomcat/localhost/fineract-provider/WEB-INF/lib/dom4j-1.6.1.jar, file:/home/conflux/fineract/fineract/build/tmp/tomcatRunWarAsDaemonForIntegrationTest/work/Tomcat/localhost/fineract-provider/WEB-INF/lib/drizzle-jdbc-1.4.jar, file:/home/conflux/fineract/fineract/build/tmp/tomcatRunWarAsDaemonForIntegrationTest/work/Tomcat/localhost/fineract-provider/WEB-INF/lib/ehcache-2.7.2.jar, file:/home/conflux/fineract/fineract/build/tmp/tomcatRunWarAsDaemonForIntegrationTest/work/Tomcat/localhost/fineract-provider/WEB-INF/lib/flyway-core-2.1.1.jar, file:/home/conflux/fineract/fineract/build/tmp/tomcatRunWarAsDaemonForIntegrationTest/work/Tomcat/localhost/fineract-provider/WEB-INF/lib/geronimo-j2ee-management_1.1_spec-1.0.1.jar, file:/home/conflux/fineract/fineract/build/tmp/tomcatRunWarAsDaemonForIntegrationTest/work/Tomcat/localhost/fineract-provider/WEB-INF/lib/geronimo-jms_1.1_spec-1.1.1.jar, file:/home/conflux/fineract/fineract/build/tmp/tomcatRunWarAsDaemonForIntegrationTest/work/Tomcat/localhost/fineract-provider/WEB-INF/lib/geronimo-jpa_2.0_spec-1.1.jar, file:/home/conflux/fineract/fineract/build/tmp/tomcatRunWarAsDaemonForIntegrationTest/work/Tomcat/localhost/fineract-provider/WEB-INF/lib/geronimo-jta_1.1_spec-1.1.1.jar, file:/home/conflux/fineract/fineract/build/tmp/tomcatRunWarAsDaemonForIntegrationTest/work/Tomcat/localhost/fineract-provider/WEB-INF/lib/gson-2.2.4.jar, file:/home/conflux/fineract/fineract/build/tmp/tomcatRunWarAsDaemonForIntegrationTest/work/Tomcat/localhost/fineract-provider/WEB-INF/lib/guava-20.0.jar, file:/home/conflux/fineract/fineract/build/tmp/tomcatRunWarAsDaemonForIntegrationTest/work/Tomcat/localhost/fineract-provider/WEB-INF/lib/hawtbuf-1.9.jar, file:/home/conflux/fineract/fineract/build/tmp/tomcatRunWarAsDaemonForIntegrationTest/work/Tomcat/localhost/fineract-provider/WEB-INF/lib/httpclient-4.5.2.jar, file:/home/conflux/fineract/fineract/build/tmp/tomcatRunWarAsDaemonForIntegrationTest/work/Tomcat/localhost/fineract-provider/WEB-INF/lib/httpcore-4.4.4.jar, file:/home/conflux/fineract/fineract/build/tmp/tomcatRunWarAsDaemonForIntegrationTest/work/Tomcat/localhost/fineract-provider/WEB-INF/lib/ical4j-1.0.4.jar, file:/home/conflux/fineract/fineract/build/tmp/tomcatRunWarAsDaemonForIntegrationTest/work/Tomcat/localhost/fineract-provider/WEB-INF/lib/ion-java-1.0.1.jar, file:/home/conflux/fineract/fineract/build/tmp/tomcatRunWarAsDaemonForIntegrationTest/work/Tomcat/localhost/fineract-provider/WEB-INF/lib/itext-2.1.7.jar, file:/home/conflux/fineract/fineract/build/tmp/tomcatRunWarAsDaemonForIntegrationTest/work/Tomcat/localhost/fineract-provider/WEB-INF/lib/jackson-annotations-2.8.7.jar, file:/home/conflux/fineract/fineract/build/tmp/tomcatRunWarAsDaemonForIntegrationTest/work/Tomcat/localhost/fineract-provider/WEB-INF/lib/jackson-core-2.8.7.jar, file:/home/conflux/fineract/fineract/build/tmp/tomcatRunWarAsDaemonForIntegrationTest/work/Tomcat/localhost/fineract-provider/WEB-INF/lib/jackson-core-asl-1.9.13.jar, file:/home/conflux/fineract/fineract/build/tmp/tomcatRunWarAsDaemonForIntegrationTest/work/Tomcat/localhost/fineract-provider/WEB-INF/lib/jackson-databind-2.8.7.jar, file:/home/conflux/fineract/fineract/build/tmp/tomcatRunWarAsDaemonForIntegrationTest/work/Tomcat/localhost/fineract-provider/WEB-INF/lib/jackson-dataformat-cbor-2.6.6.jar, file:/home/conflux/fineract/fineract/build/tmp/tomcatRunWarAsDaemonForIntegrationTest/work/Tomcat/localhost/fineract-provider/WEB-INF/lib/jackson-dataformat-yaml-2.8.7.jar, file:/home/conflux/fineract/fineract/build/tmp/tomcatRunWarAsDaemonForIntegrationTest/work/Tomcat/localhost/fineract-provider/WEB-INF/lib/jackson-jaxrs-1.9.2.jar, file:/home/conflux/fineract/fineract/build/tmp/tomcatRunWarAsDaemonForIntegrationTest/work/Tomcat/localhost/fineract-provider/WEB-INF/lib/jackson-mapper-asl-1.9.13.jar, file:/home/conflux/fineract/fineract/build/tmp/tomcatRunWarAsDaemonForIntegrationTest/work/Tomcat/localhost/fineract-provider/WEB-INF/lib/jackson-xc-1.9.2.jar, file:/home/conflux/fineract/fineract/build/tmp/tomcatRunWarAsDaemonForIntegrationTest/work/Tomcat/localhost/fineract-provider/WEB-INF/lib/javassist-3.21.0-GA.jar, file:/home/conflux/fineract/fineract/build/tmp/tomcatRunWarAsDaemonForIntegrationTest/work/Tomcat/localhost/fineract-provider/WEB-INF/lib/javax.transaction-api-1.2.jar, file:/home/conflux/fineract/fineract/build/tmp/tomcatRunWarAsDaemonForIntegrationTest/work/Tomcat/localhost/fineract-provider/WEB-INF/lib/jcl-over-slf4j-1.7.13.jar, file:/home/conflux/fineract/fineract/build/tmp/tomcatRunWarAsDaemonForIntegrationTest/work/Tomcat/localhost/fineract-provider/WEB-INF/lib/jersey-core-1.17.jar, file:/home/conflux/fineract/fineract/build/tmp/tomcatRunWarAsDaemonForIntegrationTest/work/Tomcat/localhost/fineract-provider/WEB-INF/lib/jersey-json-1.17.jar, file:/home/conflux/fineract/fineract/build/tmp/tomcatRunWarAsDaemonForIntegrationTest/work/Tomcat/localhost/fineract-provider/WEB-INF/lib/jersey-multipart-1.17.jar, file:/home/conflux/fineract/fineract/build/tmp/tomcatRunWarAsDaemonForIntegrationTest/work/Tomcat/localhost/fineract-provider/WEB-INF/lib/jersey-server-1.17.jar, file:/home/conflux/fineract/fineract/build/tmp/tomcatRunWarAsDaemonForIntegrationTest/work/Tomcat/localhost/fineract-provider/WEB-INF/lib/jersey-servlet-1.17.jar, file:/home/conflux/fineract/fineract/build/tmp/tomcatRunWarAsDaemonForIntegrationTest/work/Tomcat/localhost/fineract-provider/WEB-INF/lib/jersey-spring-1.17.jar, file:/home/conflux/fineract/fineract/build/tmp/tomcatRunWarAsDaemonForIntegrationTest/work/Tomcat/localhost/fineract-provider/WEB-INF/lib/jettison-1.1.jar, file:/home/conflux/fineract/fineract/build/tmp/tomcatRunWarAsDaemonForIntegrationTest/work/Tomcat/localhost/fineract-provider/WEB-INF/lib/jmespath-java-1.11.80.jar, file:/home/conflux/fineract/fineract/build/tmp/tomcatRunWarAsDaemonForIntegrationTest/work/Tomcat/localhost/fineract-provider/WEB-INF/lib/joda-time-2.8.1.jar, file:/home/conflux/fineract/fineract/build/tmp/tomcatRunWarAsDaemonForIntegrationTest/work/Tomcat/localhost/fineract-provider/WEB-INF/lib/json-path-0.9.1.jar, file:/home/conflux/fineract/fineract/build/tmp/tomcatRunWarAsDaemonForIntegrationTest/work/Tomcat/localhost/fineract-provider/WEB-INF/lib/json-smart-1.2.jar, file:/home/conflux/fineract/fineract/build/tmp/tomcatRunWarAsDaemonForIntegrationTest/work/Tomcat/localhost/fineract-provider/WEB-INF/lib/jsr311-api-1.1.1.jar, file:/home/conflux/fineract/fineract/build/tmp/tomcatRunWarAsDaemonForIntegrationTest/work/Tomcat/localhost/fineract-provider/WEB-INF/lib/log4j-over-slf4j-1.7.13.jar, file:/home/conflux/fineract/fineract/build/tmp/tomcatRunWarAsDaemonForIntegrationTest/work/Tomcat/localhost/fineract-provider/WEB-INF/lib/logback-classic-1.1.3.jar, file:/home/conflux/fineract/fineract/build/tmp/tomcatRunWarAsDaemonForIntegrationTest/work/Tomcat/localhost/fineract-provider/WEB-INF/lib/logback-core-1.1.3.jar, file:/home/conflux/fineract/fineract/build/tmp/tomcatRunWarAsDaemonForIntegrationTest/work/Tomcat/localhost/fineract-provider/WEB-INF/lib/mail-1.4.5.jar, file:/home/conflux/fineract/fineract/build/tmp/tomcatRunWarAsDaemonForIntegrationTest/work/Tomcat/localhost/fineract-provider/WEB-INF/lib/mimepull-1.6.jar, file:/home/conflux/fineract/fineract/build/tmp/tomcatRunWarAsDaemonForIntegrationTest/work/Tomcat/localhost/fineract-provider/WEB-INF/lib/okhttp-2.0.0.jar, file:/home/conflux/fineract/fineract/build/tmp/tomcatRunWarAsDaemonForIntegrationTest/work/Tomcat/localhost/fineract-provider/WEB-INF/lib/okhttp-urlconnection-2.0.0.jar, file:/home/conflux/fineract/fineract/build/tmp/tomcatRunWarAsDaemonForIntegrationTest/work/Tomcat/localhost/fineract-provider/WEB-INF/lib/okio-1.0.0.jar, file:/home/conflux/fineract/fineract/build/tmp/tomcatRunWarAsDaemonForIntegrationTest/work/Tomcat/localhost/fineract-provider/WEB-INF/lib/openjpa-2.4.3.jar, file:/home/conflux/fineract/fineract/build/tmp/tomcatRunWarAsDaemonForIntegrationTest/work/Tomcat/localhost/fineract-provider/WEB-INF/lib/org.apache.bval.bundle-2.0.2.jar, file:/home/conflux/fineract/fineract/build/tmp/tomcatRunWarAsDaemonForIntegrationTest/work/Tomcat/localhost/fineract-provider/WEB-INF/lib/poi-3.9.jar, file:/home/conflux/fineract/fineract/build/tmp/tomcatRunWarAsDaemonForIntegrationTest/work/Tomcat/localhost/fineract-provider/WEB-INF/lib/poi-ooxml-3.9.jar, file:/home/conflux/fineract/fineract/build/tmp/tomcatRunWarAsDaemonForIntegrationTest/work/Tomcat/localhost/fineract-provider/WEB-INF/lib/poi-ooxml-schemas-3.9.jar, file:/home/conflux/fineract/fineract/build/tmp/tomcatRunWarAsDaemonForIntegrationTest/work/Tomcat/localhost/fineract-provider/WEB-INF/lib/quartz-2.1.7.jar, file:/home/conflux/fineract/fineract/build/tmp/tomcatRunWarAsDaemonForIntegrationTest/work/Tomcat/localhost/fineract-provider/WEB-INF/lib/reflections-0.9.11.jar, file:/home/conflux/fineract/fineract/build/tmp/tomcatRunWarAsDaemonForIntegrationTest/work/Tomcat/localhost/fineract-provider/WEB-INF/lib/retrofit-1.6.1.jar, file:/home/conflux/fineract/fineract/build/tmp/tomcatRunWarAsDaemonForIntegrationTest/work/Tomcat/localhost/fineract-provider/WEB-INF/lib/serp-1.15.1.jar, file:/home/conflux/fineract/fineract/build/tmp/tomcatRunWarAsDaemonForIntegrationTest/work/Tomcat/localhost/fineract-provider/WEB-INF/lib/slf4j-api-1.7.22.jar, file:/home/conflux/fineract/fineract/build/tmp/tomcatRunWarAsDaemonForIntegrationTest/work/Tomcat/localhost/fineract-provider/WEB-INF/lib/snakeyaml-1.17.jar, file:/home/conflux/fineract/fineract/build/tmp/tomcatRunWarAsDaemonForIntegrationTest/work/Tomcat/localhost/fineract-provider/WEB-INF/lib/spring-aop-4.1.9.RELEASE.jar, file:/home/conflux/fineract/fineract/build/tmp/tomcatRunWarAsDaemonForIntegrationTest/work/Tomcat/localhost/fineract-provider/WEB-INF/lib/spring-aspects-4.1.9.RELEASE.jar, file:/home/conflux/fineract/fineract/build/tmp/tomcatRunWarAsDaemonForIntegrationTest/work/Tomcat/localhost/fineract-provider/WEB-INF/lib/spring-beans-4.1.9.RELEASE.jar, file:/home/conflux/fineract/fineract/build/tmp/tomcatRunWarAsDaemonForIntegrationTest/work/Tomcat/localhost/fineract-provider/WEB-INF/lib/spring-boot-1.2.8.RELEASE.jar, file:/home/conflux/fineract/fineract/build/tmp/tomcatRunWarAsDaemonForIntegrationTest/work/Tomcat/localhost/fineract-provider/WEB-INF/lib/spring-boot-actuator-1.2.8.RELEASE.jar, file:/home/conflux/fineract/fineract/build/tmp/tomcatRunWarAsDaemonForIntegrationTest/work/Tomcat/localhost/fineract-provider/WEB-INF/lib/spring-boot-autoconfigure-1.2.8.RELEASE.jar, file:/home/conflux/fineract/fineract/build/tmp/tomcatRunWarAsDaemonForIntegrationTest/work/Tomcat/localhost/fineract-provider/WEB-INF/lib/spring-boot-starter-1.2.8.RELEASE.jar, file:/home/conflux/fineract/fineract/build/tmp/tomcatRunWarAsDaemonForIntegrationTest/work/Tomcat/localhost/fineract-provider/WEB-INF/lib/spring-boot-starter-actuator-1.2.8.RELEASE.jar, file:/home/conflux/fineract/fineract/build/tmp/tomcatRunWarAsDaemonForIntegrationTest/work/Tomcat/localhost/fineract-provider/WEB-INF/lib/spring-boot-starter-aop-1.2.8.RELEASE.jar, file:/home/conflux/fineract/fineract/build/tmp/tomcatRunWarAsDaemonForIntegrationTest/work/Tomcat/localhost/fineract-provider/WEB-INF/lib/spring-boot-starter-data-jpa-1.2.8.RELEASE.jar, file:/home/conflux/fineract/fineract/build/tmp/tomcatRunWarAsDaemonForIntegrationTest/work/Tomcat/localhost/fineract-provider/WEB-INF/lib/spring-boot-starter-jdbc-1.2.8.RELEASE.jar, file:/home/conflux/fineract/fineract/build/tmp/tomcatRunWarAsDaemonForIntegrationTest/work/Tomcat/localhost/fineract-provider/WEB-INF/lib/spring-boot-starter-logging-1.2.8.RELEASE.jar, file:/home/conflux/fineract/fineract/build/tmp/tomcatRunWarAsDaemonForIntegrationTest/work/Tomcat/localhost/fineract-provider/WEB-INF/lib/spring-boot-starter-security-1.2.8.RELEASE.jar, file:/home/conflux/fineract/fineract/build/tmp/tomcatRunWarAsDaemonForIntegrationTest/work/Tomcat/localhost/fineract-provider/WEB-INF/lib/spring-boot-starter-web-1.2.8.RELEASE.jar, file:/home/conflux/fineract/fineract/build/tmp/tomcatRunWarAsDaemonForIntegrationTest/work/Tomcat/localhost/fineract-provider/WEB-INF/lib/spring-context-4.1.9.RELEASE.jar, file:/home/conflux/fineract/fineract/build/tmp/tomcatRunWarAsDaemonForIntegrationTest/work/Tomcat/localhost/fineract-provider/WEB-INF/lib/spring-context-support-4.1.9.RELEASE.jar, file:/home/conflux/fineract/fineract/build/tmp/tomcatRunWarAsDaemonForIntegrationTest/work/Tomcat/localhost/fineract-provider/WEB-INF/lib/spring-core-4.1.9.RELEASE.jar, file:/home/conflux/fineract/fineract/build/tmp/tomcatRunWarAsDaemonForIntegrationTest/work/Tomcat/localhost/fineract-provider/WEB-INF/lib/spring-data-commons-1.9.4.RELEASE.jar, file:/home/conflux/fineract/fineract/build/tmp/tomcatRunWarAsDaemonForIntegrationTest/work/Tomcat/localhost/fineract-provider/WEB-INF/lib/spring-data-jpa-1.7.4.RELEASE.jar, file:/home/conflux/fineract/fineract/build/tmp/tomcatRunWarAsDaemonForIntegrationTest/work/Tomcat/localhost/fineract-provider/WEB-INF/lib/spring-expression-4.1.9.RELEASE.jar, file:/home/conflux/fineract/fineract/build/tmp/tomcatRunWarAsDaemonForIntegrationTest/work/Tomcat/localhost/fineract-provider/WEB-INF/lib/spring-jdbc-4.1.9.RELEASE.jar, file:/home/conflux/fineract/fineract/build/tmp/tomcatRunWarAsDaemonForIntegrationTest/work/Tomcat/localhost/fineract-provider/WEB-INF/lib/spring-jms-4.0.7.RELEASE.jar, file:/home/conflux/fineract/fineract/build/tmp/tomcatRunWarAsDaemonForIntegrationTest/work/Tomcat/localhost/fineract-provider/WEB-INF/lib/spring-orm-4.1.9.RELEASE.jar, file:/home/conflux/fineract/fineract/build/tmp/tomcatRunWarAsDaemonForIntegrationTest/work/Tomcat/localhost/fineract-provider/WEB-INF/lib/spring-security-config-3.2.9.RELEASE.jar, file:/home/conflux/fineract/fineract/build/tmp/tomcatRunWarAsDaemonForIntegrationTest/work/Tomcat/localhost/fineract-provider/WEB-INF/lib/spring-security-core-3.2.9.RELEASE.jar, file:/home/conflux/fineract/fineract/build/tmp/tomcatRunWarAsDaemonForIntegrationTest/work/Tomcat/localhost/fineract-provider/WEB-INF/lib/spring-security-oauth2-2.0.4.RELEASE.jar, file:/home/conflux/fineract/fineract/build/tmp/tomcatRunWarAsDaemonForIntegrationTest/work/Tomcat/localhost/fineract-provider/WEB-INF/lib/spring-security-web-3.2.9.RELEASE.jar, file:/home/conflux/fineract/fineract/build/tmp/tomcatRunWarAsDaemonForIntegrationTest/work/Tomcat/localhost/fineract-provider/WEB-INF/lib/spring-tx-4.1.9.RELEASE.jar, file:/home/conflux/fineract/fineract/build/tmp/tomcatRunWarAsDaemonForIntegrationTest/work/Tomcat/localhost/fineract-provider/WEB-INF/lib/spring-web-4.1.9.RELEASE.jar, file:/home/conflux/fineract/fineract/build/tmp/tomcatRunWarAsDaemonForIntegrationTest/work/Tomcat/localhost/fineract-provider/WEB-INF/lib/spring-webmvc-4.1.9.RELEASE.jar, file:/home/conflux/fineract/fineract/build/tmp/tomcatRunWarAsDaemonForIntegrationTest/work/Tomcat/localhost/fineract-provider/WEB-INF/lib/swagger-annotations-1.5.15.jar, file:/home/conflux/fineract/fineract/build/tmp/tomcatRunWarAsDaemonForIntegrationTest/work/Tomcat/localhost/fineract-provider/WEB-INF/lib/swagger-core-1.5.15.jar, file:/home/conflux/fineract/fineract/build/tmp/tomcatRunWarAsDaemonForIntegrationTest/work/Tomcat/localhost/fineract-provider/WEB-INF/lib/swagger-jaxrs-1.5.15.jar, file:/home/conflux/fineract/fineract/build/tmp/tomcatRunWarAsDaemonForIntegrationTest/work/Tomcat/localhost/fineract-provider/WEB-INF/lib/swagger-jersey-jaxrs-1.5.15.jar, file:/home/conflux/fineract/fineract/build/tmp/tomcatRunWarAsDaemonForIntegrationTest/work/Tomcat/localhost/fineract-provider/WEB-INF/lib/swagger-models-1.5.15.jar, file:/home/conflux/fineract/fineract/build/tmp/tomcatRunWarAsDaemonForIntegrationTest/work/Tomcat/localhost/fineract-provider/WEB-INF/lib/tika-core-1.9.jar, file:/home/conflux/fineract/fineract/build/tmp/tomcatRunWarAsDaemonForIntegrationTest/work/Tomcat/localhost/fineract-provider/WEB-INF/lib/tomcat-jdbc-8.0.30.jar, file:/home/conflux/fineract/fineract/build/tmp/tomcatRunWarAsDaemonForIntegrationTest/work/Tomcat/localhost/fineract-provider/WEB-INF/lib/tomcat-juli-8.0.30.jar, file:/home/conflux/fineract/fineract/build/tmp/tomcatRunWarAsDaemonForIntegrationTest/work/Tomcat/localhost/fineract-provider/WEB-INF/lib/validation-api-2.0.0.Final.jar, file:/home/conflux/fineract/fineract/build/tmp/tomcatRunWarAsDaemonForIntegrationTest/work/Tomcat/localhost/fineract-provider/WEB-INF/lib/xbean-asm6-shaded-4.8.jar, file:/home/conflux/fineract/fineract/build/tmp/tomcatRunWarAsDaemonForIntegrationTest/work/Tomcat/localhost/fineract-provider/WEB-INF/lib/xml-apis-1.0.b2.jar, file:/home/conflux/fineract/fineract/build/tmp/tomcatRunWarAsDaemonForIntegrationTest/work/Tomcat/localhost/fineract-provider/WEB-INF/lib/xmlbeans-2.3.0.jar]
13062 [localhost-startStop-1] ERROR o.s.boot.SpringApplication - Application startup failed
org.springframework.beans.factory.parsing.BeanDefinitionParsingException: Configuration problem: Failed to import bean definitions from relative location [securityContext.xml]
Offending resource: URL [file:/home/conflux/fineract/fineract/build/tmp/tomcatRunWarAsDaemonForIntegrationTest/work/Tomcat/localhost/fineract-provider/WEB-INF/classes/META-INF/spring/appContext.xml]; nested exception is org.springframework.beans.factory.xml.XmlBeanDefinitionStoreException: Line 127 in XML document from URL [file:/home/conflux/fineract/fineract/build/tmp/tomcatRunWarAsDaemonForIntegrationTest/work/Tomcat/localhost/fineract-provider/WEB-INF/classes/META-INF/spring/securityContext.xml] is invalid; nested exception is org.xml.sax.SAXParseException; lineNumber: 127; columnNumber: 36; cvc-complex-type.3.2.2: Attribute 'disabled' is not allowed to appear in element 'csrf'.
	at org.springframework.beans.factory.parsing.FailFastProblemReporter.error(FailFastProblemReporter.java:70) ~[spring-beans-4.1.9.RELEASE.jar:4.1.9.RELEASE]
	at org.springframework.beans.factory.parsing.ReaderContext.error(ReaderContext.java:85) ~[spring-beans-4.1.9.RELEASE.jar:4.1.9.RELEASE]
	at org.springframework.beans.factory.parsing.ReaderContext.error(ReaderContext.java:76) ~[spring-beans-4.1.9.RELEASE.jar:4.1.9.RELEASE]
	at org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader.importBeanDefinitionResource(DefaultBeanDefinitionDocumentReader.java:261) ~[spring-beans-4.1.9.RELEASE.jar:4.1.9.RELEASE]
	at org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader.parseDefaultElement(DefaultBeanDefinitionDocumentReader.java:186) ~[spring-beans-4.1.9.RELEASE.jar:4.1.9.RELEASE]
	at org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader.parseBeanDefinitions(DefaultBeanDefinitionDocumentReader.java:171) ~[spring-beans-4.1.9.RELEASE.jar:4.1.9.RELEASE]
	at org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader.doRegisterBeanDefinitions(DefaultBeanDefinitionDocumentReader.java:144) ~[spring-beans-4.1.9.RELEASE.jar:4.1.9.RELEASE]
	at org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader.registerBeanDefinitions(DefaultBeanDefinitionDocumentReader.java:100) ~[spring-beans-4.1.9.RELEASE.jar:4.1.9.RELEASE]
	at org.springframework.beans.factory.xml.XmlBeanDefinitionReader.registerBeanDefinitions(XmlBeanDefinitionReader.java:510) ~[spring-beans-4.1.9.RELEASE.jar:4.1.9.RELEASE]
	at org.springframework.beans.factory.xml.XmlBeanDefinitionReader.doLoadBeanDefinitions(XmlBeanDefinitionReader.java:392) ~[spring-beans-4.1.9.RELEASE.jar:4.1.9.RELEASE]
	at org.springframework.beans.factory.xml.XmlBeanDefinitionReader.loadBeanDefinitions(XmlBeanDefinitionReader.java:336) ~[spring-beans-4.1.9.RELEASE.jar:4.1.9.RELEASE]
	at org.springframework.beans.factory.xml.XmlBeanDefinitionReader.loadBeanDefinitions(XmlBeanDefinitionReader.java:304) ~[spring-beans-4.1.9.RELEASE.jar:4.1.9.RELEASE]
	at org.springframework.beans.factory.support.AbstractBeanDefinitionReader.loadBeanDefinitions(AbstractBeanDefinitionReader.java:181) ~[spring-beans-4.1.9.RELEASE.jar:4.1.9.RELEASE]
	at org.springframework.beans.factory.support.AbstractBeanDefinitionReader.loadBeanDefinitions(AbstractBeanDefinitionReader.java:217) ~[spring-beans-4.1.9.RELEASE.jar:4.1.9.RELEASE]
	at org.springframework.beans.factory.support.AbstractBeanDefinitionReader.loadBeanDefinitions(AbstractBeanDefinitionReader.java:188) ~[spring-beans-4.1.9.RELEASE.jar:4.1.9.RELEASE]
	at org.springframework.context.annotation.ConfigurationClassBeanDefinitionReader.loadBeanDefinitionsFromImportedResources(ConfigurationClassBeanDefinitionReader.java:347) ~[spring-context-4.1.9.RELEASE.jar:4.1.9.RELEASE]
	at org.springframework.context.annotation.ConfigurationClassBeanDefinitionReader.loadBeanDefinitionsForConfigurationClass(ConfigurationClassBeanDefinitionReader.java:150) ~[spring-context-4.1.9.RELEASE.jar:4.1.9.RELEASE]
	at org.springframework.context.annotation.ConfigurationClassBeanDefinitionReader.loadBeanDefinitions(ConfigurationClassBeanDefinitionReader.java:124) ~[spring-context-4.1.9.RELEASE.jar:4.1.9.RELEASE]
	at org.springframework.context.annotation.ConfigurationClassPostProcessor.processConfigBeanDefinitions(ConfigurationClassPostProcessor.java:318) ~[spring-context-4.1.9.RELEASE.jar:4.1.9.RELEASE]
	at org.springframework.context.annotation.ConfigurationClassPostProcessor.postProcessBeanDefinitionRegistry(ConfigurationClassPostProcessor.java:239) ~[spring-context-4.1.9.RELEASE.jar:4.1.9.RELEASE]
	at org.springframework.context.support.PostProcessorRegistrationDelegate.invokeBeanDefinitionRegistryPostProcessors(PostProcessorRegistrationDelegate.java:254) ~[spring-context-4.1.9.RELEASE.jar:4.1.9.RELEASE]
	at org.springframework.context.support.PostProcessorRegistrationDelegate.invokeBeanFactoryPostProcessors(PostProcessorRegistrationDelegate.java:94) ~[spring-context-4.1.9.RELEASE.jar:4.1.9.RELEASE]
	at org.springframework.context.support.AbstractApplicationContext.invokeBeanFactoryPostProcessors(AbstractApplicationContext.java:610) ~[spring-context-4.1.9.RELEASE.jar:4.1.9.RELEASE]
	at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:462) ~[spring-context-4.1.9.RELEASE.jar:4.1.9.RELEASE]
	at org.springframework.boot.context.embedded.EmbeddedWebApplicationContext.refresh(EmbeddedWebApplicationContext.java:118) ~[spring-boot-1.2.8.RELEASE.jar:1.2.8.RELEASE]
	at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:690) ~[spring-boot-1.2.8.RELEASE.jar:1.2.8.RELEASE]
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:322) ~[spring-boot-1.2.8.RELEASE.jar:1.2.8.RELEASE]
	at org.springframework.boot.context.web.SpringBootServletInitializer.run(SpringBootServletInitializer.java:135) [spring-boot-1.2.8.RELEASE.jar:1.2.8.RELEASE]
	at org.springframework.boot.context.web.SpringBootServletInitializer.createRootApplicationContext(SpringBootServletInitializer.java:126) [spring-boot-1.2.8.RELEASE.jar:1.2.8.RELEASE]
	at org.springframework.boot.context.web.SpringBootServletInitializer.onStartup(SpringBootServletInitializer.java:82) [spring-boot-1.2.8.RELEASE.jar:1.2.8.RELEASE]
	at org.springframework.web.SpringServletContainerInitializer.onStartup(SpringServletContainerInitializer.java:175) [spring-web-4.1.9.RELEASE.jar:4.1.9.RELEASE]
	at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5709) [tomcat-embed-core-7.0.94.jar:7.0.94]
	at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:145) [tomcat-embed-core-7.0.94.jar:7.0.94]
	at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1707) [tomcat-embed-core-7.0.94.jar:7.0.94]
	at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1697) [tomcat-embed-core-7.0.94.jar:7.0.94]
	at java.util.concurrent.FutureTask.run(FutureTask.java:266) [na:1.8.0_222]
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [na:1.8.0_222]
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [na:1.8.0_222]
	at java.lang.Thread.run(Thread.java:748) [na:1.8.0_222]
Caused by: org.springframework.beans.factory.xml.XmlBeanDefinitionStoreException: Line 127 in XML document from URL [file:/home/conflux/fineract/fineract/build/tmp/tomcatRunWarAsDaemonForIntegrationTest/work/Tomcat/localhost/fineract-provider/WEB-INF/classes/META-INF/spring/securityContext.xml] is invalid; nested exception is org.xml.sax.SAXParseException; lineNumber: 127; columnNumber: 36; cvc-complex-type.3.2.2: Attribute 'disabled' is not allowed to appear in element 'csrf'.
	at org.springframework.beans.factory.xml.XmlBeanDefinitionReader.doLoadBeanDefinitions(XmlBeanDefinitionReader.java:399) ~[spring-beans-4.1.9.RELEASE.jar:4.1.9.RELEASE]
	at org.springframework.beans.factory.xml.XmlBeanDefinitionReader.loadBeanDefinitions(XmlBeanDefinitionReader.java:336) ~[spring-beans-4.1.9.RELEASE.jar:4.1.9.RELEASE]
	at org.springframework.beans.factory.xml.XmlBeanDefinitionReader.loadBeanDefinitions(XmlBeanDefinitionReader.java:304) ~[spring-beans-4.1.9.RELEASE.jar:4.1.9.RELEASE]
	at org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader.importBeanDefinitionResource(DefaultBeanDefinitionDocumentReader.java:245) ~[spring-beans-4.1.9.RELEASE.jar:4.1.9.RELEASE]
	... 35 common frames omitted
Caused by: org.xml.sax.SAXParseException: cvc-complex-type.3.2.2: Attribute 'disabled' is not allowed to appear in element 'csrf'.
	at com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper.createSAXParseException(ErrorHandlerWrapper.java:203) ~[na:1.8.0_222]
	at com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper.error(ErrorHandlerWrapper.java:134) ~[na:1.8.0_222]
	at com.sun.org.apache.xerces.internal.impl.XMLErrorReporter.reportError(XMLErrorReporter.java:396) ~[na:1.8.0_222]
	at com.sun.org.apache.xerces.internal.impl.XMLErrorReporter.reportError(XMLErrorReporter.java:327) ~[na:1.8.0_222]
	at com.sun.org.apache.xerces.internal.impl.XMLErrorReporter.reportError(XMLErrorReporter.java:284) ~[na:1.8.0_222]
	at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator$XSIErrorReporter.reportError(XMLSchemaValidator.java:453) ~[na:1.8.0_222]
	at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.reportSchemaError(XMLSchemaValidator.java:3231) ~[na:1.8.0_222]
	at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.processAttributes(XMLSchemaValidator.java:2708) ~[na:1.8.0_222]
	at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.handleStartElement(XMLSchemaValidator.java:2051) ~[na:1.8.0_222]
	at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.emptyElement(XMLSchemaValidator.java:761) ~[na:1.8.0_222]
	at com.sun.org.apache.xerces.internal.impl.XMLNSDocumentScannerImpl.scanStartElement(XMLNSDocumentScannerImpl.java:351) ~[na:1.8.0_222]
	at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(XMLDocumentFragmentScannerImpl.java:2784) ~[na:1.8.0_222]
	at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(XMLDocumentScannerImpl.java:602) ~[na:1.8.0_222]
	at com.sun.org.apache.xerces.internal.impl.XMLNSDocumentScannerImpl.next(XMLNSDocumentScannerImpl.java:112) ~[na:1.8.0_222]
	at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(XMLDocumentFragmentScannerImpl.java:505) ~[na:1.8.0_222]
	at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:842) ~[na:1.8.0_222]
	at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:771) ~[na:1.8.0_222]
	at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(XMLParser.java:141) ~[na:1.8.0_222]
	at com.sun.org.apache.xerces.internal.parsers.DOMParser.parse(DOMParser.java:243) ~[na:1.8.0_222]
	at com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderImpl.parse(DocumentBuilderImpl.java:339) ~[na:1.8.0_222]
	at org.springframework.beans.factory.xml.DefaultDocumentLoader.loadDocument(DefaultDocumentLoader.java:76) ~[spring-beans-4.1.9.RELEASE.jar:4.1.9.RELEASE]
	at org.springframework.beans.factory.xml.XmlBeanDefinitionReader.doLoadDocument(XmlBeanDefinitionReader.java:429) ~[spring-beans-4.1.9.RELEASE.jar:4.1.9.RELEASE]
	at org.springframework.beans.factory.xml.XmlBeanDefinitionReader.doLoadBeanDefinitions(XmlBeanDefinitionReader.java:391) ~[spring-beans-4.1.9.RELEASE.jar:4.1.9.RELEASE]
	... 38 common frames omitted

Reply via email to