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!

Cultivate Your Career Growth with Fresh Splunk Training

Growth doesn’t just happen—it’s nurtured. Like tending a garden, developing your Splunk skills takes the right ...

Introducing a Smarter Way to Discover Apps on Splunkbase

We’re excited to announce the launch of a foundational enhancement to Splunkbase: App Tiering.  Because we’ve ...

How to Send Splunk Observability Alerts to Webex teams in Minutes

As a Developer Evangelist at Splunk, my team and I are constantly tinkering with technology to explore its ...