OK,
There have been some recent posts with regard to problems with deconderIndex.xml in the latest test versions. I have the lastest master dowloaded from github and am using eclipse. Everything builds fine in eclipse. However, when I try to invoke either Panel or Decoder Pro from eclipse, I get the following error:
2017-08-22 11:43:36,023 util.Log4JUtil INFO - * JMRI log ** [main]
2017-08-22 11:43:36,070 util.Log4JUtil INFO - This log is appended to file: C:\Users\Michael\JMRI\log\messages.log [main]
2017-08-22 11:43:36,072 util.Log4JUtil INFO - This log is stored in file: C:\Users\Michael\JMRI\log\session.log [main]
2017-08-22 11:43:36,086 apps.Apps INFO - PanelPro version 4.9.3ish+Michael+20170815T0352Z+Rbc20a81 starts under Java 1.8.0_144 on Windows 10 amd64 v10.0 at Tue Aug 22 11:43:36 EDT 2017 [main]
2017-08-22 11:43:40,129 apps.Apps INFO - Starting with profile AVMRC.3f432da5 [main]
2017-08-22 11:43:40,553 node.NodeIdentity INFO - Using jmri-606C66781DBA-3f432da5 as the JMRI Node identity [main]
2017-08-22 11:43:42,216 util.FileUtilSupport INFO - File path program: is C:\Users\Michael\git\JMRI\ [main]
2017-08-22 11:43:42,218 util.FileUtilSupport INFO - File path preference: is C:\Users\Michael\JMRI\AVMRC\ [main]
2017-08-22 11:43:42,219 util.FileUtilSupport INFO - File path profile: is C:\Users\Michael\JMRI\AVMRC\ [main]
2017-08-22 11:43:42,220 util.FileUtilSupport INFO - File path settings: is C:\Users\Michael\JMRI\ [main]
2017-08-22 11:43:42,221 util.FileUtilSupport INFO - File path home: is C:\Users\Michael\ [main]
2017-08-22 11:43:42,222 util.FileUtilSupport INFO - File path scripts: is C:\Users\Michael\git\JMRI\jython\ [main]
2017-08-22 11:43:42,266 apps.Apps ERROR - Error in trying to initialize decoder index file java.lang.NullPointerException: Required nonnull default for jmri.jmrit.decoderdefn.DecoderIndexFile does not exist. [initialize decoder index]
2017-08-22 11:43:42,290 ptionhandler.UncaughtExceptionHandler ERROR - Uncaught Exception caught by jmri.util.exceptionhandler.UncaughtExceptionHandler [main]
java.lang.NullPointerException: Required nonnull default for jmri.jmrix.ConnectionConfigManager does not exist.
at jmri.InstanceManager.getDefault(InstanceManager.java:181)
at apps.Apps.statusPanel(Apps.java:864)
at apps.PanelPro.PanelPro.statusPanel(PanelPro.java:69)
at apps.Apps.<init>(Apps.java:414)
at apps.PanelPro.PanelPro.<init>(PanelPro.java:41)
at apps.PanelPro.PanelPro.main(PanelPro.java:104)
I downloaded the latest test executable bundle (JMRI.4.9.4ish+jenkins+20170822T0505Z+R2b8afdc.exe) and copied the decoderIndex.xml from it into eclipse (xml directory) and cleaned and rebuilt to no avail. Any ideas on how I might fix this would be appreciated...
Many Thanks.
Mike....