<?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 Re: com.splunk.HttpException: HTTP 404 ..while trying to connect to spunk in Splunk Dev</title>
    <link>https://community.splunk.com/t5/Splunk-Dev/Getting-errors-like-this-while-trying-to-connect-to-Splunk-com/m-p/449711#M8159</link>
    <description>&lt;P&gt;Below is the code snippet I am using from sdk/java end to connect to splunk  :&lt;BR /&gt;
              ServiceArgs loginArgs = new ServiceArgs();&lt;BR /&gt;
        loginArgs.setUsername("XXXX");&lt;BR /&gt;
        loginArgs.setPassword("XXXXX");&lt;BR /&gt;
        loginArgs.setHost("XXXX");&lt;BR /&gt;
        loginArgs.setPort(8000);&lt;BR /&gt;
        SSLSecurityProtocol securityProtocol = SSLSecurityProtocol.TLSv1_2;&lt;BR /&gt;
        loginArgs.setSSLSecurityProtocol(securityProtocol );&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;    // Create a Service instance and log in with the argument map
    Service service = Service.connect(loginArgs);
&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Tue, 13 Aug 2019 23:19:38 GMT</pubDate>
    <dc:creator>dhananjay1singh</dc:creator>
    <dc:date>2019-08-13T23:19:38Z</dc:date>
    <item>
      <title>Getting errors like this while trying to connect to Splunk: com.splunk.HttpException: HTTP 404.</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/Getting-errors-like-this-while-trying-to-connect-to-Splunk-com/m-p/449710#M8158</link>
      <description>&lt;P&gt;com.splunk.HttpException: HTTP 404 -- &lt;BR /&gt;....................................................................&lt;/P&gt;
&lt;PRE&gt;&lt;CODE&gt;at com.splunk.HttpException.create(HttpException.java:84)
at com.splunk.HttpService.send(HttpService.java:500)
at com.splunk.Service.send(Service.java:1295)
at com.splunk.HttpService.post(HttpService.java:348)
at com.splunk.Service.login(Service.java:1124)
at com.splunk.Service.login(Service.java:1103)
at com.splunk.Service.connect(Service.java:189)
at com.citifintech.baas.accountopening.service.SplunkTest.testConnectService(SplunkTest.java:38)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:47)
at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:44)
at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:271)
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:70)
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63)
at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236)
at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53)
at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229)
at org.junit.runners.ParentRunner.run(ParentRunner.java:309)
at org.eclipse.jdt.internal.junit4.runner.JUnit4TestReference.run(JUnit4TestReference.java:89)
at org.eclipse.jdt.internal.junit.runner.TestExecution.run(TestExecution.java:41)
at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:541)
at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:763)
at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.run(RemoteTestRunner.java:463)
at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.main(RemoteTestRunner.java:209)
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 17 Jun 2020 22:38:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/Getting-errors-like-this-while-trying-to-connect-to-Splunk-com/m-p/449710#M8158</guid>
      <dc:creator>dhananjay1singh</dc:creator>
      <dc:date>2020-06-17T22:38:38Z</dc:date>
    </item>
    <item>
      <title>Re: com.splunk.HttpException: HTTP 404 ..while trying to connect to spunk</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/Getting-errors-like-this-while-trying-to-connect-to-Splunk-com/m-p/449711#M8159</link>
      <description>&lt;P&gt;Below is the code snippet I am using from sdk/java end to connect to splunk  :&lt;BR /&gt;
              ServiceArgs loginArgs = new ServiceArgs();&lt;BR /&gt;
        loginArgs.setUsername("XXXX");&lt;BR /&gt;
        loginArgs.setPassword("XXXXX");&lt;BR /&gt;
        loginArgs.setHost("XXXX");&lt;BR /&gt;
        loginArgs.setPort(8000);&lt;BR /&gt;
        SSLSecurityProtocol securityProtocol = SSLSecurityProtocol.TLSv1_2;&lt;BR /&gt;
        loginArgs.setSSLSecurityProtocol(securityProtocol );&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;    // Create a Service instance and log in with the argument map
    Service service = Service.connect(loginArgs);
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 13 Aug 2019 23:19:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/Getting-errors-like-this-while-trying-to-connect-to-Splunk-com/m-p/449711#M8159</guid>
      <dc:creator>dhananjay1singh</dc:creator>
      <dc:date>2019-08-13T23:19:38Z</dc:date>
    </item>
  </channel>
</rss>

