You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lens.apache.org by "Raju Bairishetti (JIRA)" <ji...@apache.org> on 2016/07/01 11:52:11 UTC

[jira] [Updated] (LENS-991) Seeing multiple close calls and failures of connection after LENS-853

     [ https://issues.apache.org/jira/browse/LENS-991?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Raju Bairishetti updated LENS-991:
----------------------------------
    Attachment: LENS-991.patch

> Seeing multiple close calls and failures of connection after LENS-853
> ---------------------------------------------------------------------
>
>                 Key: LENS-991
>                 URL: https://issues.apache.org/jira/browse/LENS-991
>             Project: Apache Lens
>          Issue Type: Bug
>          Components: client
>    Affects Versions: 2.6
>            Reporter: Amareshwari Sriramadasu
>            Assignee: Raju Bairishetti
>             Fix For: 2.6
>
>         Attachments: LENS-991.patch
>
>
> Seeing the following whenever we exit lens-cli :
> {noformat}
> Exception in thread "Thread-4" Exception in thread "Thread-10" java.lang.IllegalStateException: Unable to close lens connection with params LensConnectionParams{dbName='default', baseUrl='http://0.0.0.0:9999/lensapi', user=anonymous, lensConfs={}, lensVars={}, sessionVars={}}
> 	at org.apache.lens.client.LensConnection.close(LensConnection.java:206)
> 	at org.apache.lens.client.LensClient.closeConnection(LensClient.java:326)
> 	at org.apache.lens.cli.commands.BaseLensCommand.closeClientConnection(BaseLensCommand.java:92)
> 	at org.apache.lens.cli.commands.BaseLensCommand$2.run(BaseLensCommand.java:81)
> java.lang.IllegalStateException: Unable to close lens connection with params LensConnectionParams{dbName='default', baseUrl='http://0.0.0.0:9999/lensapi', user=anonymous, lensConfs={}, lensVars={}, sessionVars={}}
> 	at org.apache.lens.client.LensConnection.close(LensConnection.java:206)
> 	at org.apache.lens.client.LensClient.closeConnection(LensClient.java:326)
> 	at org.apache.lens.cli.commands.BaseLensCommand.closeClientConnection(BaseLensCommand.java:92)
> 	at org.apache.lens.cli.commands.BaseLensCommand$2.run(BaseLensCommand.java:81)
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)