Splunk Dev

Getting ClassCastException with Service.connect for Splunk sdk Java

deepaksplunk201
New Member

Hi,
I am using Splunk sdk for Java to access splunk REST API endpoints. I am trying to call API as per below code:
Code Snippet:
...
Map connectArgs=new HashMap();
connectArgs.put("host", "splunk");
connectArgs.put("username", "username");
connectArgs.put("password", "pass");
connectArgs.put("port", "8089");
connectArgs.put("scheme", "https");
Service splunkService=Service.connect(connectArgs); //Line with exception
...

It gives ClassCastException at service call "Service splunkService=Service.connect(connectArgs); ". Please find below for exception log:
...
Exception in thread "main" java.lang.ClassCastException: java.base/java.lang.String cannot be cast to java.base/java.lang.Integer
at com.splunk.Service.(Service.java:166)
...

Is there any dependency needs to be added to avoid exception. Please let me know where is the issue.

Thanks,

0 Karma

kamlesh_vaghela
SplunkTrust
SplunkTrust

@deepaksplunk201  @gayatri001 

I think port is Integer.

 

connectArgs.put("port", 8089);

 

 

Check below link for example.


https://www.programcreek.com/java-api-examples/?code=apache%2Fattic-apex-malhar%2Fattic-apex-malhar-...

 

Thanks
KV
▄︻̷̿┻̿═━一

If any of my reply helps you to solve the problem Or gain knowledge, an upvote would be appreciated.

0 Karma

gayatri001
New Member

Does the issues resolved. If yes may i know how. Even i am facing the same issue.

Tags (1)
0 Karma
Get Updates on the Splunk Community!

[Puzzles] Solve, Learn, Repeat: Dynamic formatting from XML events

This challenge was first posted on Slack #puzzles channelFor a previous puzzle, I needed a set of fixed-length ...

Enter the Agentic Era with Splunk AI Assistant for SPL 1.4

  🚀 Your data just got a serious AI upgrade — are you ready? Say hello to the Agentic Era with the ...

Stronger Security with Federated Search for S3, GCP SQL & Australian Threat ...

Splunk Lantern is a Splunk customer success center that provides advice from Splunk experts on valuable data ...