Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
2.4.0
-
None
Description
STR:
1. Install cluster without Hive.
2. Create Hive view.
3. Try to remove Hive view.
Error is returned.
{ "status": 500, "message": "Server Error" }
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:
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) ...
Attachments
Attachments
Issue Links
- links to