Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
Mrugesh
Contributor II
Contributor II

Qlik Sense connection from java client response with "SESSION_ATTACHED" instead of "SESSION_CREATED"

Trying to implement Java client to connect with qlik server via certificate connection.

1) Using websocket connection, wss://server.domain.com:4747/app/ 

2) Client and Root certificate used at time of connection

However, sometimes it responses with below message :

java.lang.Exception: {"jsonrpc":"2.0","method":"OnConnected","params":{"qSessionState":"SESSION_ATTACHED"}}

 

I do not understand the reason of why some time it is responding as "SESSION_ATTACHED" instead of "SESSION_CREATED" ? Is that means multiple connections ?

 

How can we resolve this issue ?

Labels (2)
0 Replies