Splunk Dev

Getting XML parsing error while connecting to Splunk via java SDK.

chitranjan155
New Member

Hi
PFB code

HttpService.setSslSecurityProtocol( SSLSecurityProtocol.TLSv1_2 );

     ServiceArgs serviceArgs = new ServiceArgs();
     serviceArgs.setHost("mycompanyserver.com");
     serviceArgs.setPort(8089);
     serviceArgs.setUsername("myuser");
     serviceArgs.setPassword("mypasword");


     // Create a Service instance and log in with the argument map
     Service service = Service.connect(serviceArgs);  // throwing error here 

     System.out.println(service.getToken().toString());
     for (Application app : service.getApplications().values()) {
         System.out.println(app.getName());
     }

PFB the error

[Fatal Error] :1:3: The markup in the document preceding the root element must be well-formed.
Exception in thread "main" java.lang.RuntimeException: The markup in the document preceding the root element must be well-formed.
at com.splunk.Xml.parse(Xml.java:63)
at com.splunk.Xml.parse(Xml.java:40)
at com.splunk.Service.login(Service.java:1125)
at com.splunk.Service.login(Service.java:1103)
at com.splunk.Service.connect(Service.java:189)
Labels (2)
0 Karma
Get Updates on the Splunk Community!

Introducing the 2024 SplunkTrust!

Hello, Splunk Community! We are beyond thrilled to announce our newest group of SplunkTrust members!  The ...

Introducing the 2024 Splunk MVPs!

We are excited to announce the 2024 cohort of the Splunk MVP program. Splunk MVPs are passionate members of ...

Splunk Custom Visualizations App End of Life

The Splunk Custom Visualizations apps End of Life for SimpleXML will reach end of support on Dec 21, 2024, ...