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:53:00 UTC

[jira] [Commented] (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:comment-tabpanel&focusedCommentId=17211109#comment-17211109 ] 

Michael Vorburger commented on FINERACT-1181:
---------------------------------------------

> If you try to start Fineract on a machine that is not connected to the internet, at least I get the following error:

Thanks for capturing this with a dedicated issue here in Jira (instead of only on the mailing list). I was able to locally reproduce and can confirm this issue.

> 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.

Indeed. But such XSD should never have to be downloaded from the Intercobweb in the first place! ;) Well behaved libraries bundle them.

> Given these are related to Spring Security, I wonder if this will be fixed by upgrading the Spring Security JARs? 

It would. But FINERACT-1180 is an even easier short term solution.

I'm duplicating this to FINERACT-1180.

PS: FINERACT-898 old issue about same! (Search JIRA when creating new issues.)

> 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:
>   
> {noformat}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|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|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’.{noformat}
>   
> 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)