Member since
06-02-2014
18
Posts
0
Kudos Received
2
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
7408 | 01-19-2016 02:28 PM | |
3466 | 12-03-2015 11:40 AM |
01-19-2016
02:28 PM
After experiencing this for a week it appears to have resolved itself. The most likely root cause for this was networking issues within AWS however we were not able to find anything in our specific instance.
... View more
12-03-2015
11:40 AM
The cause of this error was determined to be the externally managed database. This database must be completely cleared manually between bootstrap attempts in order to execute correctly. One solution to fix this would be to migrate to use database templates instead of setting up the database beforehand.
... View more
09-02-2015
02:54 PM
We were finally able to resolve this issue. For us, we were using classpath precedence override's to use our own classpath lib jars before cloudera's common lib directory. This resulted in an older version of guice being loaded for certain actions which caused the errors in the application logs. We resolved this issue by resolving the dependency issue between our projects and cloudera's lib.
... View more