Re: MINIFI-403 and JsonParseException

2017-10-15 Thread Aldrin Piri
Hey Jeff, On phone so apologies for brevity. This is the same root cause as MINIFI-405. Not expected and biproduct of the classpath issues from before and associates transitive dependencies getting lost in the process. If you would like to add on to 405 with your config as an additional

MINIFI-403 and JsonParseException

2017-10-15 Thread Jeff Zemerick
Hi all, While working on Java MiNiFi in the master branch I ran into a NoClassDefFoundError for org.codehaus.jackson.JsonParseException (stack trace at the bottom) when MiNiFi starts. Thinking I had not seen this before I reverted MINIFI-403 since it dealt with dependencies, rebuilt, and the