You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ambari.apache.org by "DIPAYAN BHOWMICK (JIRA)" <ji...@apache.org> on 2016/09/14 10:05:20 UTC

[jira] [Created] (AMBARI-18387) Unable to delete Hive view

DIPAYAN BHOWMICK created AMBARI-18387:
-----------------------------------------

             Summary: Unable to delete Hive view
                 Key: AMBARI-18387
                 URL: https://issues.apache.org/jira/browse/AMBARI-18387
             Project: Ambari
          Issue Type: Bug
          Components: ambari-views
    Affects Versions: 2.4.0
            Reporter: DIPAYAN BHOWMICK
            Assignee: DIPAYAN BHOWMICK
             Fix For: 2.5.0


STR:
1. Install cluster without Hive.
2. Create Hive view.
3. Try to remove Hive view.

Error is returned.
{noformat}
{
  "status": 500,
  "message": "Server Error"
}
{noformat}

Then the same error is returned when you are trying to open edit view page and as result UI is unable to load data about instance.

From ambari-server.log:
{noformat}
02 Aug 2016 11:57:04,669 ERROR [ambari-client-thread-118] ContainerResponse:419 - The RuntimeException could not be mapped to a response, re-throwing to the HTTP container
com.typesafe.config.ConfigException$Missing: No configuration setting found for key 'akka'
	at com.typesafe.config.impl.SimpleConfig.findKey(SimpleConfig.java:124)
	at com.typesafe.config.impl.SimpleConfig.find(SimpleConfig.java:147)
	at com.typesafe.config.impl.SimpleConfig.find(SimpleConfig.java:159)
	at com.typesafe.config.impl.SimpleConfig.find(SimpleConfig.java:164)
	at com.typesafe.config.impl.SimpleConfig.getString(SimpleConfig.java:206)
	at akka.actor.ActorSystem$Settings.<init>(ActorSystem.scala:169)
	at akka.actor.ActorSystemImpl.<init>(ActorSystem.scala:505)
	at akka.actor.ActorSystem$.apply(ActorSystem.scala:142)
	at akka.actor.ActorSystem$.apply(ActorSystem.scala:109)
	at akka.actor.ActorSystem$.create(ActorSystem.scala:57)
	at akka.actor.ActorSystem.create(ActorSystem.scala)
	at org.apache.ambari.view.hive2.ConnectionSystem.<init>(ConnectionSystem.java:45)
	at org.apache.ambari.view.hive2.ConnectionSystem.getInstance(ConnectionSystem.java:53)
	at org.apache.ambari.view.hive2.HiveViewImpl.onDestroy(HiveViewImpl.java:42)
	at org.apache.ambari.server.view.ViewRegistry.removeInstanceDefinition(ViewRegistry.java:475)
...
{noformat}



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