Description
When the main process invoked by org.apache.accumulo.start.Main.main() has error, then they usually show up as an InvocationTargetException. This creates extra noise for people trying to debug, and hides the actual error in the middle of the stack trace instead of bringing it to the top.
The solution is similar to that in ACCUMULO-2390
Attachments
Issue Links
- links to