You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lens.apache.org by "Amareshwari Sriramadasu (JIRA)" <ji...@apache.org> on 2016/03/21 06:41:25 UTC

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

Amareshwari Sriramadasu created LENS-991:
--------------------------------------------

             Summary: 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


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)