When the XSD configured in XML is 4.0, and the referenced package is below 4 Spring-bean.jar, when the server is able to connect to the network, no problem, when the network is not connected, the following similar error is reported:
org.xml.sax.SAXParseException; lineNumber: 14; columnNumber: 75; schema_reference.4: Failed to read schema document ‘http://www.springframework.org/schema/beans/spring-beans-4.1.xsd‘, because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
workaround : Upgrade the referenced Spring-bean.jar to more than 4 versions
reason : When the XML used in the Spring-bean-4.1.xsd, the server can not be connected to the network, the local from the Spring-ben.jar can not find the words will be error.
Spring-bean version of the problem (error: org.xml.sax.SAXParseException; linenumber:14; columnnumber:75;)