<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Splunk integration Spring:  Failed to read schema document 'http://www.springframework.org/schema/integration/splunk/spring-integration-splunk.xsd' in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Splunk-integration-Spring-Failed-to-read-schema-document-http/m-p/272451#M190184</link>
    <description>&lt;P&gt;I am getting the below error while running Splunk integration spring adapter.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;org.xml.sax.SAXParseException; lineNumber: 16; columnNumber: 212; schema_reference.4: Failed to read schema document 'http://www.springframework.org/schema/integration/splunk/spring-integration-splunk.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not &amp;lt;xsd:schema&amp;gt;.
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;I tried to search &lt;A href="http://www.springframework.org/schema/integration/splunk/"&gt;http://www.springframework.org/schema/integration/splunk/&lt;/A&gt; but it looks like it is not reachable. Has Spring deprecated the support of Splunk?&lt;/P&gt;

&lt;P&gt;My bean configuration looked like this:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;?xml version="1.0" encoding="UTF-8"?&amp;gt;
&amp;lt;beans xmlns="http://www.springframework.org/schema/beans"
        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns:int="http://www.springframework.org/schema/integration"
        xmlns:int-splunk="http://www.springframework.org/schema/integration/splunk"
        xmlns:stream="http://www.springframework.org/schema/integration/stream"
        xmlns:context="http://www.springframework.org/schema/context"
        xsi:schemaLocation="http://www.springframework.org/schema/integration/stream &lt;A href="http://www.springframework.org/schema/integration/stream/spring-integration-stream.xsd" target="test_blank"&gt;http://www.springframework.org/schema/integration/stream/spring-integration-stream.xsd&lt;/A&gt;
                &lt;A href="http://www.springframework.org/schema/integration/splunk" target="test_blank"&gt;http://www.springframework.org/schema/integration/splunk&lt;/A&gt; &lt;A href="http://www.springframework.org/schema/integration/splunk/spring-integration-splunk.xsd" target="test_blank"&gt;http://www.springframework.org/schema/integration/splunk/spring-integration-splunk.xsd&lt;/A&gt;
                &lt;A href="http://www.springframework.org/schema/integration" target="test_blank"&gt;http://www.springframework.org/schema/integration&lt;/A&gt; &lt;A href="http://www.springframework.org/schema/integration/spring-integration.xsd" target="test_blank"&gt;http://www.springframework.org/schema/integration/spring-integration.xsd&lt;/A&gt;
                &lt;A href="http://www.springframework.org/schema/beans" target="test_blank"&gt;http://www.springframework.org/schema/beans&lt;/A&gt; &lt;A href="http://www.springframework.org/schema/beans/spring-beans.xsd" target="test_blank"&gt;http://www.springframework.org/schema/beans/spring-beans.xsd&lt;/A&gt;
                &lt;A href="http://www.springframework.org/schema/context" target="test_blank"&gt;http://www.springframework.org/schema/context&lt;/A&gt; &lt;A href="http://www.springframework.org/schema/context/spring-context-3.2.4.RELEASE.xsd&amp;quot;&amp;gt;" target="test_blank"&gt;http://www.springframework.org/schema/context/spring-context-3.2.4.RELEASE.xsd"&amp;gt;&lt;/A&gt;;
        &amp;lt;import resource="SplunkInboundChannelAdapterCommon-context.xml"/&amp;gt;

        &amp;lt;int-splunk:inbound-channel-adapter id="splunkInboundChannelAdapter"
                auto-startup="true" search="sourcetype=SplunkRabbitMQ_messaging | spath input=msg_body | where '3' &amp;gt; 0" splunk-server-ref="splunkServer" channel="inputFromSplunk" mode="realtime" initEarliestTime="-1d"&amp;gt;
                &amp;lt;int:poller fixed-rate="5" time-unit="SECONDS"/&amp;gt;
        &amp;lt;/int-splunk:inbound-channel-adapter&amp;gt;

&amp;lt;/beans&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Fri, 27 May 2016 00:12:12 GMT</pubDate>
    <dc:creator>maximus_reborn</dc:creator>
    <dc:date>2016-05-27T00:12:12Z</dc:date>
    <item>
      <title>Splunk integration Spring:  Failed to read schema document 'http://www.springframework.org/schema/integration/splunk/spring-integration-splunk.xsd'</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Splunk-integration-Spring-Failed-to-read-schema-document-http/m-p/272451#M190184</link>
      <description>&lt;P&gt;I am getting the below error while running Splunk integration spring adapter.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;org.xml.sax.SAXParseException; lineNumber: 16; columnNumber: 212; schema_reference.4: Failed to read schema document 'http://www.springframework.org/schema/integration/splunk/spring-integration-splunk.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not &amp;lt;xsd:schema&amp;gt;.
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;I tried to search &lt;A href="http://www.springframework.org/schema/integration/splunk/"&gt;http://www.springframework.org/schema/integration/splunk/&lt;/A&gt; but it looks like it is not reachable. Has Spring deprecated the support of Splunk?&lt;/P&gt;

&lt;P&gt;My bean configuration looked like this:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;?xml version="1.0" encoding="UTF-8"?&amp;gt;
&amp;lt;beans xmlns="http://www.springframework.org/schema/beans"
        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns:int="http://www.springframework.org/schema/integration"
        xmlns:int-splunk="http://www.springframework.org/schema/integration/splunk"
        xmlns:stream="http://www.springframework.org/schema/integration/stream"
        xmlns:context="http://www.springframework.org/schema/context"
        xsi:schemaLocation="http://www.springframework.org/schema/integration/stream &lt;A href="http://www.springframework.org/schema/integration/stream/spring-integration-stream.xsd" target="test_blank"&gt;http://www.springframework.org/schema/integration/stream/spring-integration-stream.xsd&lt;/A&gt;
                &lt;A href="http://www.springframework.org/schema/integration/splunk" target="test_blank"&gt;http://www.springframework.org/schema/integration/splunk&lt;/A&gt; &lt;A href="http://www.springframework.org/schema/integration/splunk/spring-integration-splunk.xsd" target="test_blank"&gt;http://www.springframework.org/schema/integration/splunk/spring-integration-splunk.xsd&lt;/A&gt;
                &lt;A href="http://www.springframework.org/schema/integration" target="test_blank"&gt;http://www.springframework.org/schema/integration&lt;/A&gt; &lt;A href="http://www.springframework.org/schema/integration/spring-integration.xsd" target="test_blank"&gt;http://www.springframework.org/schema/integration/spring-integration.xsd&lt;/A&gt;
                &lt;A href="http://www.springframework.org/schema/beans" target="test_blank"&gt;http://www.springframework.org/schema/beans&lt;/A&gt; &lt;A href="http://www.springframework.org/schema/beans/spring-beans.xsd" target="test_blank"&gt;http://www.springframework.org/schema/beans/spring-beans.xsd&lt;/A&gt;
                &lt;A href="http://www.springframework.org/schema/context" target="test_blank"&gt;http://www.springframework.org/schema/context&lt;/A&gt; &lt;A href="http://www.springframework.org/schema/context/spring-context-3.2.4.RELEASE.xsd&amp;quot;&amp;gt;" target="test_blank"&gt;http://www.springframework.org/schema/context/spring-context-3.2.4.RELEASE.xsd"&amp;gt;&lt;/A&gt;;
        &amp;lt;import resource="SplunkInboundChannelAdapterCommon-context.xml"/&amp;gt;

        &amp;lt;int-splunk:inbound-channel-adapter id="splunkInboundChannelAdapter"
                auto-startup="true" search="sourcetype=SplunkRabbitMQ_messaging | spath input=msg_body | where '3' &amp;gt; 0" splunk-server-ref="splunkServer" channel="inputFromSplunk" mode="realtime" initEarliestTime="-1d"&amp;gt;
                &amp;lt;int:poller fixed-rate="5" time-unit="SECONDS"/&amp;gt;
        &amp;lt;/int-splunk:inbound-channel-adapter&amp;gt;

&amp;lt;/beans&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 27 May 2016 00:12:12 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Splunk-integration-Spring-Failed-to-read-schema-document-http/m-p/272451#M190184</guid>
      <dc:creator>maximus_reborn</dc:creator>
      <dc:date>2016-05-27T00:12:12Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk integration Spring:  Failed to read schema document 'http://www.springframework.org/schema/integration/splunk/spring-integration-splunk.xsd'</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Splunk-integration-Spring-Failed-to-read-schema-document-http/m-p/272452#M190185</link>
      <description>&lt;P&gt;I also don't see the XML schema there, but it does look like schema may be a resource in the built JAR... here's &lt;A href="https://github.com/spring-projects/spring-integration-splunk/tree/master/src/main/resources/org/springframework/integration/splunk/config/xml"&gt;the github project&lt;/A&gt;. I also see there's an interesting  comment in one of the other schemas: &lt;/P&gt;

&lt;P&gt;from &lt;A href="http://www.springframework.org/schema/integration/spring-integration.xsd"&gt;http://www.springframework.org/schema/integration/spring-integration.xsd&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;```&lt;BR /&gt;
     This schema is for the 1.0 version of Spring Integration Core. We cannot update it to the current schema&lt;BR /&gt;
     because that will break any applications using 1.0.3 or lower. For subsequent versions, the unversioned&lt;BR /&gt;
     schema is resolved from the classpath and obtained from the jar.&lt;BR /&gt;
     Please refer to github:&lt;/P&gt;

&lt;P&gt;&lt;A href="https://github.com/spring-projects/spring-integration/tree/master/spring-integration-core/src/main/resources/org/springframework/integration/config/xml"&gt;https://github.com/spring-projects/spring-integration/tree/master/spring-integration-core/src/main/resources/org/springframework/integration/config/xml&lt;/A&gt;&lt;BR /&gt;
```&lt;/P&gt;

&lt;P&gt;So not knowing much about Spring's integrations here, could it be they moved newer versions?&lt;/P&gt;</description>
      <pubDate>Fri, 27 May 2016 04:36:51 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Splunk-integration-Spring-Failed-to-read-schema-document-http/m-p/272452#M190185</guid>
      <dc:creator>acharlieh</dc:creator>
      <dc:date>2016-05-27T04:36:51Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk integration Spring:  Failed to read schema document 'http://www.springframework.org/schema/integration/splunk/spring-integration-splunk.xsd'</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Splunk-integration-Spring-Failed-to-read-schema-document-http/m-p/272453#M190186</link>
      <description>&lt;P&gt;Building Spring-Splunk adapter itself contains all the XSDs. So just put the jar in the classpath while executing the Spring application.&lt;/P&gt;</description>
      <pubDate>Sun, 05 Jun 2016 18:09:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Splunk-integration-Spring-Failed-to-read-schema-document-http/m-p/272453#M190186</guid>
      <dc:creator>maximus_reborn</dc:creator>
      <dc:date>2016-06-05T18:09:45Z</dc:date>
    </item>
  </channel>
</rss>

