Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
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