You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@fineract.apache.org by "Michael Vorburger (Jira)" <ji...@apache.org> on 2020/10/09 15:38:00 UTC

[jira] [Updated] (FINERACT-1181) Fineract does not start unless machine is connected to internet

     [ https://issues.apache.org/jira/browse/FINERACT-1181?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Michael Vorburger updated FINERACT-1181:
----------------------------------------
    Fix Version/s: 1.5.0

> Fineract does not start unless machine is connected to internet
> ---------------------------------------------------------------
>
>                 Key: FINERACT-1181
>                 URL: https://issues.apache.org/jira/browse/FINERACT-1181
>             Project: Apache Fineract
>          Issue Type: Bug
>    Affects Versions: 1.4.0
>            Reporter: Petri Tuomola
>            Assignee: Michael Vorburger
>            Priority: Major
>             Fix For: 1.5.0
>
>
> If you try to start Fineract on a machine that is not connected to the internet, at least I get the following error:
>  
> org.springframework.beans.factory.parsing.BeanDefinitionParsingException: Configuration problem: Failed to import bean definitions from relative location [securityContext.xml]
> Offending resource: URL [file:/usr/local/Cellar/tomcat/9.0.38/libexec/webapps/fineract-provider/WEB-INF/classes/META-INF/spring/appContext.xml]; nested exception is org.springframework.beans.factory.xml.XmlBeanDefinitionStoreException: Line 223 in XML document from URL [file:/usr/local/Cellar/tomcat/9.0.38/libexec/webapps/fineract-provider/WEB-INF/classes/META-INF/spring/securityContext.xml] is invalid; nested exception is org.xml.sax.SAXParseException; lineNumber: 223; columnNumber: 63; cvc-complex-type.2.4.c: The matching wildcard is strict, but no declaration can be found for element 'oauth:authorization-server’.
>  
> It seems that our JAR/WAR does not include some xsds needed to validate the XML config files. If the machine used is connected to the internet, these are downloaded automatically - but if not, Fineract does not start.
>  
> Given these are related to Spring Security, I wonder if this will be fixed by upgrading the Spring Security JARs? 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)