¿ªÔÆÌåÓý

Locked Test version 4.17.4 of JMRI/DecoderPro is available for download.


 

This is the next in a series of test releases that will culminate in a production release, hopefully in early December 2019.

If you are currently using JMRI 4.9.6 or earlier, we strongly recommend that you first update to JMRI 4.12 and make sure that's running OK before updating to this test release. There have been a number of changes in serial port support, panel file format and configuration options since those earlier releases, and moving to the stable JMRI 4.12 release is a good way to work through any possible problems.
<>

If you use JMRI on Linux or Mac and are updating from JMRI 4.7.3 or earlier, there¡¯s a necessary migration step. (Not needed on Windows) Please see the JMRI 4.12 release note for details: <>

For more information on the issues, new features and bug fixes in 4.17.4 please see the release note:
<>

Note that JMRI is made available under the GNU General Public License. For more information, please see our copyright and licensing page.
<>

The download links, along with lots of other information which we hope you'll read, can be found on the release note page:
<>

--
Bob Jacobsen
rgj1927@...


 

Bob,

just downloaded the new version and installed it. The first time I ran JMRI, I noticed a java error in the system console. So I quit and re-ran jmri, and all is well now.

Looks like the first time this new version is run, it needs to do some adjustments?

Below is the capture from the system console.

Windows 10 latest build
USB Locobuffer
USB LCC Buffer
USB NCE to PowerPro
Java 8.211

Leo P

2019-09-10 10:04:56,565 util.Log4JUtil ? ? ? ? ? ? ? ? ? ? ? ?INFO ?- * JMRI log ** [main]
2019-09-10 10:04:56,799 util.Log4JUtil ? ? ? ? ? ? ? ? ? ? ? ?INFO ?- This log is appended to file: C:\Users\Railroad\JMRI\log\messages.log [main]
2019-09-10 10:04:56,799 util.Log4JUtil ? ? ? ? ? ? ? ? ? ? ? ?INFO ?- This log is stored in file: C:\Users\Railroad\JMRI\log\session.log [main]
2019-09-10 10:04:56,815 apps.Apps ? ? ? ? ? ? ? ? ? ? ? ? ? ? INFO ?- PanelPro version 4.17.4+Rbf0d1af starts under Java 1.8.0_211 on Windows 10 amd64 v10.0 at Tue Sep 10 10:04:56 PDT 2019 [main]
2019-09-10 10:04:59,332 apps.Apps ? ? ? ? ? ? ? ? ? ? ? ? ? ? INFO ?- Starting with profile My_JMRI_Railroad.3f36fef9 [main]
2019-09-10 10:05:00,301 node.NodeIdentity ? ? ? ? ? ? ? ? ? ? INFO ?- Using jmri-lttFrbCnrhNiaa-l5z0k0h-3f36fef9 as the JMRI storage identity for profile id 3f36fef9 [AWT-EventQueue-0]
2019-09-10 10:05:00,732 xml.AbstractSerialConnectionConfigXml INFO ?- Starting to connect for "CAN" [main]
2019-09-10 10:05:01,993 gridconnect.GcSerialDriverAdapter ? ? INFO ?- COM3 port opened at 57600 baud, sees ?DTR: true RTS: true DSR: false CTS: false ?CD: false [main]
2019-09-10 10:05:02,790 xml.AbstractSerialConnectionConfigXml INFO ?- Starting to connect for "LocoNet" [main]
2019-09-10 10:05:02,915 locobufferusb.LocoBufferUsbAdapter ? ?INFO ?- LocoBuffer-USB adapter set hardware flow control, mode=2 RTSCTS_OUT=2 RTSCTS_IN=1 [main]
2019-09-10 10:05:02,915 locobuffer.LocoBufferAdapter ? ? ? ? ?INFO ?- COM5 port opened at 57600 baud with DTR: true RTS: true DSR: true CTS: true ?CD: false [main]
2019-09-10 10:05:02,962 loconet.LnPacketizer ? ? ? ? ? ? ? ? ?INFO ?- lnPacketizer Started [main]
2019-09-10 10:05:02,978 loconet.LnPacketizer ? ? ? ? ? ? ? ? ?WARN ?- LocoNet message with opCode: bb ended early. Expected length: 4 seen length: 2 unexpected byte: bb [LocoNet receive handler]
2019-09-10 10:05:02,978 loconet.LnPacketizer ? ? ? ? ? ? ? ? ?WARN ?- LocoNet message with opCode: bb ended early. Expected length: 4 seen length: 2 unexpected byte: bb [LocoNet receive handler]
2019-09-10 10:05:02,978 loconet.LnPacketizer ? ? ? ? ? ? ? ? ?WARN ?- LocoNet message with opCode: bb ended early. Expected length: 4 seen length: 2 unexpected byte: bb [LocoNet receive handler]
2019-09-10 10:05:02,978 loconet.LnPacketizer ? ? ? ? ? ? ? ? ?WARN ?- LocoNet message with opCode: bb ended early. Expected length: 4 seen length: 2 unexpected byte: bb [LocoNet receive handler]
2019-09-10 10:05:02,978 loconet.LnPacketizer ? ? ? ? ? ? ? ? ?WARN ?- LocoNet message with opCode: bb ended early. Expected length: 4 seen length: 2 unexpected byte: bb [LocoNet receive handler]
2019-09-10 10:05:02,978 loconet.LnPacketizer ? ? ? ? ? ? ? ? ?WARN ?- LocoNet message with opCode: bb ended early. Expected length: 4 seen length: 2 unexpected byte: bb [LocoNet receive handler]
2019-09-10 10:05:02,993 xml.AbstractSerialConnectionConfigXml INFO ?- Starting to connect for "NCE" [main]
2019-09-10 10:05:03,085 usbdriver.UsbDriverAdapter ? ? ? ? ? ?INFO ?- NCE USB COM6 ?port opened at 9600 baud [main]
2019-09-10 10:05:03,275 nce.NceConnectionStatus ? ? ? ? ? ? ? INFO ?- NCE EPROM revision = 7.3.6 [AWT-EventQueue-0]
2019-09-10 10:05:03,460 loconet.LnPacketizer ? ? ? ? ? ? ? ? ?WARN ?- Ignore LocoNet packet with bad checksum: BB BB 00 00 [LocoNet receive handler]
2019-09-10 10:05:03,461 loconet.LnPacketizer ? ? ? ? ? ? ? ? ?WARN ?- run: unexpected LocoNetMessageException: {} [LocoNet receive handler]
jmri.jmrix.loconet.LocoNetMessageException
at jmri.jmrix.loconet.LnPacketizer$RcvHandler.run(LnPacketizer.java:317)
at java.lang.Thread.run(Unknown Source)
2019-09-10 10:05:05,302 util.FileUtilSupport ? ? ? ? ? ? ? ? ?INFO ?- File path program: is C:\Program Files (x86)\JMRI\ [main]
2019-09-10 10:05:05,303 util.FileUtilSupport ? ? ? ? ? ? ? ? ?INFO ?- File path preference: is C:\Users\Railroad\JMRI\My_JMRI_Railroad\ [main]
2019-09-10 10:05:05,307 util.FileUtilSupport ? ? ? ? ? ? ? ? ?INFO ?- File path profile: is C:\Users\Railroad\JMRI\My_JMRI_Railroad\ [main]
2019-09-10 10:05:05,311 util.FileUtilSupport ? ? ? ? ? ? ? ? ?INFO ?- File path settings: is C:\Users\Railroad\JMRI\ [main]
2019-09-10 10:05:05,311 util.FileUtilSupport ? ? ? ? ? ? ? ? ?INFO ?- File path home: is C:\Users\Railroad\ [main]
2019-09-10 10:05:05,312 util.FileUtilSupport ? ? ? ? ? ? ? ? ?INFO ?- File path scripts: is C:\Program Files (x86)\JMRI\jython\ [main]
2019-09-10 10:05:08,069 PanelPro.PanelPro ? ? ? ? ? ? ? ? ? ? INFO ?- Main initialization done [main]

--------------------------------------------------------------------------------------------------------------------------------

2019-09-10 10:06:33,205 util.Log4JUtil ? ? ? ? ? ? ? ? ? ? ? ?INFO ?- * JMRI log ** [main]
2019-09-10 10:06:33,252 util.Log4JUtil ? ? ? ? ? ? ? ? ? ? ? ?INFO ?- This log is appended to file: C:\Users\Railroad\JMRI\log\messages.log [main]
2019-09-10 10:06:33,252 util.Log4JUtil ? ? ? ? ? ? ? ? ? ? ? ?INFO ?- This log is stored in file: C:\Users\Railroad\JMRI\log\session.log [main]
2019-09-10 10:06:33,267 apps.Apps ? ? ? ? ? ? ? ? ? ? ? ? ? ? INFO ?- PanelPro version 4.17.4+Rbf0d1af starts under Java 1.8.0_211 on Windows 10 amd64 v10.0 at Tue Sep 10 10:06:33 PDT 2019 [main]
2019-09-10 10:06:35,590 apps.Apps ? ? ? ? ? ? ? ? ? ? ? ? ? ? INFO ?- Starting with profile My_JMRI_Railroad.3f36fef9 [main]
2019-09-10 10:06:36,402 node.NodeIdentity ? ? ? ? ? ? ? ? ? ? INFO ?- Using jmri-lttFrbCnrhNiaa-l5z0k0h-3f36fef9 as the JMRI storage identity for profile id 3f36fef9 [AWT-EventQueue-0]
2019-09-10 10:06:36,762 xml.AbstractSerialConnectionConfigXml INFO ?- Starting to connect for "CAN" [main]
2019-09-10 10:06:37,790 gridconnect.GcSerialDriverAdapter ? ? INFO ?- COM3 port opened at 57600 baud, sees ?DTR: true RTS: true DSR: false CTS: false ?CD: false [main]
2019-09-10 10:06:38,368 xml.AbstractSerialConnectionConfigXml INFO ?- Starting to connect for "LocoNet" [main]
2019-09-10 10:06:38,508 locobufferusb.LocoBufferUsbAdapter ? ?INFO ?- LocoBuffer-USB adapter set hardware flow control, mode=2 RTSCTS_OUT=2 RTSCTS_IN=1 [main]
2019-09-10 10:06:38,508 locobuffer.LocoBufferAdapter ? ? ? ? ?INFO ?- COM5 port opened at 57600 baud with DTR: true RTS: true DSR: true CTS: true ?CD: false [main]
2019-09-10 10:06:38,555 loconet.LnPacketizer ? ? ? ? ? ? ? ? ?INFO ?- lnPacketizer Started [main]
2019-09-10 10:06:38,571 xml.AbstractSerialConnectionConfigXml INFO ?- Starting to connect for "NCE" [main]
2019-09-10 10:06:38,672 usbdriver.UsbDriverAdapter ? ? ? ? ? ?INFO ?- NCE USB COM6 ?port opened at 9600 baud [main]
2019-09-10 10:06:38,938 nce.NceConnectionStatus ? ? ? ? ? ? ? INFO ?- NCE EPROM revision = 7.3.6 [AWT-EventQueue-0]
2019-09-10 10:06:40,360 util.FileUtilSupport ? ? ? ? ? ? ? ? ?INFO ?- File path program: is C:\Program Files (x86)\JMRI\ [main]
2019-09-10 10:06:40,360 util.FileUtilSupport ? ? ? ? ? ? ? ? ?INFO ?- File path preference: is C:\Users\Railroad\JMRI\My_JMRI_Railroad\ [main]
2019-09-10 10:06:40,360 util.FileUtilSupport ? ? ? ? ? ? ? ? ?INFO ?- File path profile: is C:\Users\Railroad\JMRI\My_JMRI_Railroad\ [main]
2019-09-10 10:06:40,375 util.FileUtilSupport ? ? ? ? ? ? ? ? ?INFO ?- File path settings: is C:\Users\Railroad\JMRI\ [main]
2019-09-10 10:06:40,375 util.FileUtilSupport ? ? ? ? ? ? ? ? ?INFO ?- File path home: is C:\Users\Railroad\ [main]
2019-09-10 10:06:40,375 util.FileUtilSupport ? ? ? ? ? ? ? ? ?INFO ?- File path scripts: is C:\Program Files (x86)\JMRI\jython\ [main]
2019-09-10 10:06:42,688 PanelPro.PanelPro ? ? ? ? ? ? ? ? ? ? INFO ?- Main initialization done [main]


On Mon, Sep 9, 2019 at 10:22 PM Bob Jacobsen <rgj1927@...> wrote:
This is the next in a series of test releases that will culminate in a production release, hopefully in early December 2019.

If you are currently using JMRI 4.9.6 or earlier, we strongly recommend that you first update to JMRI 4.12 and make sure that's running OK before updating to this test release. There have been a number of changes in serial port support, panel file format and configuration options since those earlier releases, and moving to the stable JMRI 4.12 release is a good way to work through any possible problems.
<>

If you use JMRI on Linux or Mac and are updating from JMRI 4.7.3 or earlier, there¡¯s a necessary migration step. (Not needed on Windows) Please see the JMRI 4.12 release note for details: <>

For more information on the issues, new features and bug fixes in 4.17.4 please see the release note:? ?
<>

Note that JMRI is made available under the GNU General Public License. For more information, please see our copyright and licensing page.
<>

The download links, along with lots of other information which we hope you'll read, can be found on the release note page:
<>

--
Bob Jacobsen
rgj1927@...







 

Those LocoNet warnings are somewhat normal. They indicate that JMRI came up in the middle of a LocoNet message sequence. The LocoNet protocol doesn¡¯t have good ways to handle that, unfortunately, so JMRI just copes as best it can. It usually, but not always, recovers after taking some time to figure out what was happening on the line

Bob

On Sep 10, 2019, at 10:14 AM, leo pesce <lpescester@...> wrote:

Bob,

just downloaded the new version and installed it. The first time I ran JMRI, I noticed a java error in the system console. So I quit and re-ran jmri, and all is well now.

Looks like the first time this new version is run, it needs to do some adjustments?

Below is the capture from the system console.

Windows 10 latest build
USB Locobuffer
USB LCC Buffer
USB NCE to PowerPro
Java 8.211

Leo P

2019-09-10 10:04:56,565 util.Log4JUtil INFO - * JMRI log ** [main]
2019-09-10 10:04:56,799 util.Log4JUtil INFO - This log is appended to file: C:\Users\Railroad\JMRI\log\messages.log [main]
2019-09-10 10:04:56,799 util.Log4JUtil INFO - This log is stored in file: C:\Users\Railroad\JMRI\log\session.log [main]
2019-09-10 10:04:56,815 apps.Apps INFO - PanelPro version 4.17.4+Rbf0d1af starts under Java 1.8.0_211 on Windows 10 amd64 v10.0 at Tue Sep 10 10:04:56 PDT 2019 [main]
2019-09-10 10:04:59,332 apps.Apps INFO - Starting with profile My_JMRI_Railroad.3f36fef9 [main]
2019-09-10 10:05:00,301 node.NodeIdentity INFO - Using jmri-lttFrbCnrhNiaa-l5z0k0h-3f36fef9 as the JMRI storage identity for profile id 3f36fef9 [AWT-EventQueue-0]
2019-09-10 10:05:00,732 xml.AbstractSerialConnectionConfigXml INFO - Starting to connect for "CAN" [main]
2019-09-10 10:05:01,993 gridconnect.GcSerialDriverAdapter INFO - COM3 port opened at 57600 baud, sees DTR: true RTS: true DSR: false CTS: false CD: false [main]
2019-09-10 10:05:02,790 xml.AbstractSerialConnectionConfigXml INFO - Starting to connect for "LocoNet" [main]
2019-09-10 10:05:02,915 locobufferusb.LocoBufferUsbAdapter INFO - LocoBuffer-USB adapter set hardware flow control, mode=2 RTSCTS_OUT=2 RTSCTS_IN=1 [main]
2019-09-10 10:05:02,915 locobuffer.LocoBufferAdapter INFO - COM5 port opened at 57600 baud with DTR: true RTS: true DSR: true CTS: true CD: false [main]
2019-09-10 10:05:02,962 loconet.LnPacketizer INFO - lnPacketizer Started [main]
2019-09-10 10:05:02,978 loconet.LnPacketizer WARN - LocoNet message with opCode: bb ended early. Expected length: 4 seen length: 2 unexpected byte: bb [LocoNet receive handler]
2019-09-10 10:05:02,978 loconet.LnPacketizer WARN - LocoNet message with opCode: bb ended early. Expected length: 4 seen length: 2 unexpected byte: bb [LocoNet receive handler]
2019-09-10 10:05:02,978 loconet.LnPacketizer WARN - LocoNet message with opCode: bb ended early. Expected length: 4 seen length: 2 unexpected byte: bb [LocoNet receive handler]
2019-09-10 10:05:02,978 loconet.LnPacketizer WARN - LocoNet message with opCode: bb ended early. Expected length: 4 seen length: 2 unexpected byte: bb [LocoNet receive handler]
2019-09-10 10:05:02,978 loconet.LnPacketizer WARN - LocoNet message with opCode: bb ended early. Expected length: 4 seen length: 2 unexpected byte: bb [LocoNet receive handler]
2019-09-10 10:05:02,978 loconet.LnPacketizer WARN - LocoNet message with opCode: bb ended early. Expected length: 4 seen length: 2 unexpected byte: bb [LocoNet receive handler]
2019-09-10 10:05:02,993 xml.AbstractSerialConnectionConfigXml INFO - Starting to connect for "NCE" [main]
2019-09-10 10:05:03,085 usbdriver.UsbDriverAdapter INFO - NCE USB COM6 port opened at 9600 baud [main]
2019-09-10 10:05:03,275 nce.NceConnectionStatus INFO - NCE EPROM revision = 7.3.6 [AWT-EventQueue-0]
2019-09-10 10:05:03,460 loconet.LnPacketizer WARN - Ignore LocoNet packet with bad checksum: BB BB 00 00 [LocoNet receive handler]
2019-09-10 10:05:03,461 loconet.LnPacketizer WARN - run: unexpected LocoNetMessageException: {} [LocoNet receive handler]
jmri.jmrix.loconet.LocoNetMessageException
at jmri.jmrix.loconet.LnPacketizer$RcvHandler.run(LnPacketizer.java:317)
at java.lang.Thread.run(Unknown Source)
2019-09-10 10:05:05,302 util.FileUtilSupport INFO - File path program: is C:\Program Files (x86)\JMRI\ [main]
2019-09-10 10:05:05,303 util.FileUtilSupport INFO - File path preference: is C:\Users\Railroad\JMRI\My_JMRI_Railroad\ [main]
2019-09-10 10:05:05,307 util.FileUtilSupport INFO - File path profile: is C:\Users\Railroad\JMRI\My_JMRI_Railroad\ [main]
2019-09-10 10:05:05,311 util.FileUtilSupport INFO - File path settings: is C:\Users\Railroad\JMRI\ [main]
2019-09-10 10:05:05,311 util.FileUtilSupport INFO - File path home: is C:\Users\Railroad\ [main]
2019-09-10 10:05:05,312 util.FileUtilSupport INFO - File path scripts: is C:\Program Files (x86)\JMRI\jython\ [main]
2019-09-10 10:05:08,069 PanelPro.PanelPro INFO - Main initialization done [main]

--------------------------------------------------------------------------------------------------------------------------------

2019-09-10 10:06:33,205 util.Log4JUtil INFO - * JMRI log ** [main]
2019-09-10 10:06:33,252 util.Log4JUtil INFO - This log is appended to file: C:\Users\Railroad\JMRI\log\messages.log [main]
2019-09-10 10:06:33,252 util.Log4JUtil INFO - This log is stored in file: C:\Users\Railroad\JMRI\log\session.log [main]
2019-09-10 10:06:33,267 apps.Apps INFO - PanelPro version 4.17.4+Rbf0d1af starts under Java 1.8.0_211 on Windows 10 amd64 v10.0 at Tue Sep 10 10:06:33 PDT 2019 [main]
2019-09-10 10:06:35,590 apps.Apps INFO - Starting with profile My_JMRI_Railroad.3f36fef9 [main]
2019-09-10 10:06:36,402 node.NodeIdentity INFO - Using jmri-lttFrbCnrhNiaa-l5z0k0h-3f36fef9 as the JMRI storage identity for profile id 3f36fef9 [AWT-EventQueue-0]
2019-09-10 10:06:36,762 xml.AbstractSerialConnectionConfigXml INFO - Starting to connect for "CAN" [main]
2019-09-10 10:06:37,790 gridconnect.GcSerialDriverAdapter INFO - COM3 port opened at 57600 baud, sees DTR: true RTS: true DSR: false CTS: false CD: false [main]
2019-09-10 10:06:38,368 xml.AbstractSerialConnectionConfigXml INFO - Starting to connect for "LocoNet" [main]
2019-09-10 10:06:38,508 locobufferusb.LocoBufferUsbAdapter INFO - LocoBuffer-USB adapter set hardware flow control, mode=2 RTSCTS_OUT=2 RTSCTS_IN=1 [main]
2019-09-10 10:06:38,508 locobuffer.LocoBufferAdapter INFO - COM5 port opened at 57600 baud with DTR: true RTS: true DSR: true CTS: true CD: false [main]
2019-09-10 10:06:38,555 loconet.LnPacketizer INFO - lnPacketizer Started [main]
2019-09-10 10:06:38,571 xml.AbstractSerialConnectionConfigXml INFO - Starting to connect for "NCE" [main]
2019-09-10 10:06:38,672 usbdriver.UsbDriverAdapter INFO - NCE USB COM6 port opened at 9600 baud [main]
2019-09-10 10:06:38,938 nce.NceConnectionStatus INFO - NCE EPROM revision = 7.3.6 [AWT-EventQueue-0]
2019-09-10 10:06:40,360 util.FileUtilSupport INFO - File path program: is C:\Program Files (x86)\JMRI\ [main]
2019-09-10 10:06:40,360 util.FileUtilSupport INFO - File path preference: is C:\Users\Railroad\JMRI\My_JMRI_Railroad\ [main]
2019-09-10 10:06:40,360 util.FileUtilSupport INFO - File path profile: is C:\Users\Railroad\JMRI\My_JMRI_Railroad\ [main]
2019-09-10 10:06:40,375 util.FileUtilSupport INFO - File path settings: is C:\Users\Railroad\JMRI\ [main]
2019-09-10 10:06:40,375 util.FileUtilSupport INFO - File path home: is C:\Users\Railroad\ [main]
2019-09-10 10:06:40,375 util.FileUtilSupport INFO - File path scripts: is C:\Program Files (x86)\JMRI\jython\ [main]
2019-09-10 10:06:42,688 PanelPro.PanelPro INFO - Main initialization done [main]

On Mon, Sep 9, 2019 at 10:22 PM Bob Jacobsen <rgj1927@...> wrote:
This is the next in a series of test releases that will culminate in a production release, hopefully in early December 2019.

If you are currently using JMRI 4.9.6 or earlier, we strongly recommend that you first update to JMRI 4.12 and make sure that's running OK before updating to this test release. There have been a number of changes in serial port support, panel file format and configuration options since those earlier releases, and moving to the stable JMRI 4.12 release is a good way to work through any possible problems.
<>

If you use JMRI on Linux or Mac and are updating from JMRI 4.7.3 or earlier, there¡¯s a necessary migration step. (Not needed on Windows) Please see the JMRI 4.12 release note for details: <>

For more information on the issues, new features and bug fixes in 4.17.4 please see the release note:
<>

Note that JMRI is made available under the GNU General Public License. For more information, please see our copyright and licensing page.
<>

The download links, along with lots of other information which we hope you'll read, can be found on the release note page:
<>

--
Bob Jacobsen
rgj1927@...






--
Bob Jacobsen
rgj1927@...


 

Bob, thank you for your reply. After that first time, subsequent reloads did not show any issues.

We are also able to run the panel file with no problems, including our running warrants, automatic mode, CTC mode.

Thank you again
Leo P

On Tue, Sep 10, 2019 at 11:08 AM Bob Jacobsen <rgj1927@...> wrote:
Those LocoNet warnings are somewhat normal.? They indicate that JMRI came up in the middle of a? LocoNet message sequence. The LocoNet protocol doesn¡¯t have good ways to handle that, unfortunately, so JMRI just copes as best it can. It usually, but not always, recovers after taking some time to figure out what was happening on the line

Bob

> On Sep 10, 2019, at 10:14 AM, leo pesce <lpescester@...> wrote:
>
> Bob,
>
> just downloaded the new version and installed it. The first time I ran JMRI, I noticed a java error in the system console. So I quit and re-ran jmri, and all is well now.
>
> Looks like the first time this new version is run, it needs to do some adjustments?
>
> Below is the capture from the system console.
>
> Windows 10 latest build
> USB Locobuffer
> USB LCC Buffer
> USB NCE to PowerPro
> Java 8.211
>
> Leo P
>
> 2019-09-10 10:04:56,565 util.Log4JUtil? ? ? ? ? ? ? ? ? ? ? ? INFO? - * JMRI log ** [main]
> 2019-09-10 10:04:56,799 util.Log4JUtil? ? ? ? ? ? ? ? ? ? ? ? INFO? - This log is appended to file: C:\Users\Railroad\JMRI\log\messages.log [main]
> 2019-09-10 10:04:56,799 util.Log4JUtil? ? ? ? ? ? ? ? ? ? ? ? INFO? - This log is stored in file: C:\Users\Railroad\JMRI\log\session.log [main]
> 2019-09-10 10:04:56,815 apps.Apps? ? ? ? ? ? ? ? ? ? ? ? ? ? ?INFO? - PanelPro version 4.17.4+Rbf0d1af starts under Java 1.8.0_211 on Windows 10 amd64 v10.0 at Tue Sep 10 10:04:56 PDT 2019 [main]
> 2019-09-10 10:04:59,332 apps.Apps? ? ? ? ? ? ? ? ? ? ? ? ? ? ?INFO? - Starting with profile My_JMRI_Railroad.3f36fef9 [main]
> 2019-09-10 10:05:00,301 node.NodeIdentity? ? ? ? ? ? ? ? ? ? ?INFO? - Using jmri-lttFrbCnrhNiaa-l5z0k0h-3f36fef9 as the JMRI storage identity for profile id 3f36fef9 [AWT-EventQueue-0]
> 2019-09-10 10:05:00,732 xml.AbstractSerialConnectionConfigXml INFO? - Starting to connect for "CAN" [main]
> 2019-09-10 10:05:01,993 gridconnect.GcSerialDriverAdapter? ? ?INFO? - COM3 port opened at 57600 baud, sees? DTR: true RTS: true DSR: false CTS: false? CD: false [main]
> 2019-09-10 10:05:02,790 xml.AbstractSerialConnectionConfigXml INFO? - Starting to connect for "LocoNet" [main]
> 2019-09-10 10:05:02,915 locobufferusb.LocoBufferUsbAdapter? ? INFO? - LocoBuffer-USB adapter set hardware flow control, mode=2 RTSCTS_OUT=2 RTSCTS_IN=1 [main]
> 2019-09-10 10:05:02,915 locobuffer.LocoBufferAdapter? ? ? ? ? INFO? - COM5 port opened at 57600 baud with DTR: true RTS: true DSR: true CTS: true? CD: false [main]
> 2019-09-10 10:05:02,962 loconet.LnPacketizer? ? ? ? ? ? ? ? ? INFO? - lnPacketizer Started [main]
> 2019-09-10 10:05:02,978 loconet.LnPacketizer? ? ? ? ? ? ? ? ? WARN? - LocoNet message with opCode: bb ended early. Expected length: 4 seen length: 2 unexpected byte: bb [LocoNet receive handler]
> 2019-09-10 10:05:02,978 loconet.LnPacketizer? ? ? ? ? ? ? ? ? WARN? - LocoNet message with opCode: bb ended early. Expected length: 4 seen length: 2 unexpected byte: bb [LocoNet receive handler]
> 2019-09-10 10:05:02,978 loconet.LnPacketizer? ? ? ? ? ? ? ? ? WARN? - LocoNet message with opCode: bb ended early. Expected length: 4 seen length: 2 unexpected byte: bb [LocoNet receive handler]
> 2019-09-10 10:05:02,978 loconet.LnPacketizer? ? ? ? ? ? ? ? ? WARN? - LocoNet message with opCode: bb ended early. Expected length: 4 seen length: 2 unexpected byte: bb [LocoNet receive handler]
> 2019-09-10 10:05:02,978 loconet.LnPacketizer? ? ? ? ? ? ? ? ? WARN? - LocoNet message with opCode: bb ended early. Expected length: 4 seen length: 2 unexpected byte: bb [LocoNet receive handler]
> 2019-09-10 10:05:02,978 loconet.LnPacketizer? ? ? ? ? ? ? ? ? WARN? - LocoNet message with opCode: bb ended early. Expected length: 4 seen length: 2 unexpected byte: bb [LocoNet receive handler]
> 2019-09-10 10:05:02,993 xml.AbstractSerialConnectionConfigXml INFO? - Starting to connect for "NCE" [main]
> 2019-09-10 10:05:03,085 usbdriver.UsbDriverAdapter? ? ? ? ? ? INFO? - NCE USB COM6? port opened at 9600 baud [main]
> 2019-09-10 10:05:03,275 nce.NceConnectionStatus? ? ? ? ? ? ? ?INFO? - NCE EPROM revision = 7.3.6 [AWT-EventQueue-0]
> 2019-09-10 10:05:03,460 loconet.LnPacketizer? ? ? ? ? ? ? ? ? WARN? - Ignore LocoNet packet with bad checksum: BB BB 00 00 [LocoNet receive handler]
> 2019-09-10 10:05:03,461 loconet.LnPacketizer? ? ? ? ? ? ? ? ? WARN? - run: unexpected LocoNetMessageException: {} [LocoNet receive handler]
> jmri.jmrix.loconet.LocoNetMessageException
> at jmri.jmrix.loconet.LnPacketizer$RcvHandler.run(LnPacketizer.java:317)
> at java.lang.Thread.run(Unknown Source)
> 2019-09-10 10:05:05,302 util.FileUtilSupport? ? ? ? ? ? ? ? ? INFO? - File path program: is C:\Program Files (x86)\JMRI\ [main]
> 2019-09-10 10:05:05,303 util.FileUtilSupport? ? ? ? ? ? ? ? ? INFO? - File path preference: is C:\Users\Railroad\JMRI\My_JMRI_Railroad\ [main]
> 2019-09-10 10:05:05,307 util.FileUtilSupport? ? ? ? ? ? ? ? ? INFO? - File path profile: is C:\Users\Railroad\JMRI\My_JMRI_Railroad\ [main]
> 2019-09-10 10:05:05,311 util.FileUtilSupport? ? ? ? ? ? ? ? ? INFO? - File path settings: is C:\Users\Railroad\JMRI\ [main]
> 2019-09-10 10:05:05,311 util.FileUtilSupport? ? ? ? ? ? ? ? ? INFO? - File path home: is C:\Users\Railroad\ [main]
> 2019-09-10 10:05:05,312 util.FileUtilSupport? ? ? ? ? ? ? ? ? INFO? - File path scripts: is C:\Program Files (x86)\JMRI\jython\ [main]
> 2019-09-10 10:05:08,069 PanelPro.PanelPro? ? ? ? ? ? ? ? ? ? ?INFO? - Main initialization done [main]
>
> --------------------------------------------------------------------------------------------------------------------------------
>
> 2019-09-10 10:06:33,205 util.Log4JUtil? ? ? ? ? ? ? ? ? ? ? ? INFO? - * JMRI log ** [main]
> 2019-09-10 10:06:33,252 util.Log4JUtil? ? ? ? ? ? ? ? ? ? ? ? INFO? - This log is appended to file: C:\Users\Railroad\JMRI\log\messages.log [main]
> 2019-09-10 10:06:33,252 util.Log4JUtil? ? ? ? ? ? ? ? ? ? ? ? INFO? - This log is stored in file: C:\Users\Railroad\JMRI\log\session.log [main]
> 2019-09-10 10:06:33,267 apps.Apps? ? ? ? ? ? ? ? ? ? ? ? ? ? ?INFO? - PanelPro version 4.17.4+Rbf0d1af starts under Java 1.8.0_211 on Windows 10 amd64 v10.0 at Tue Sep 10 10:06:33 PDT 2019 [main]
> 2019-09-10 10:06:35,590 apps.Apps? ? ? ? ? ? ? ? ? ? ? ? ? ? ?INFO? - Starting with profile My_JMRI_Railroad.3f36fef9 [main]
> 2019-09-10 10:06:36,402 node.NodeIdentity? ? ? ? ? ? ? ? ? ? ?INFO? - Using jmri-lttFrbCnrhNiaa-l5z0k0h-3f36fef9 as the JMRI storage identity for profile id 3f36fef9 [AWT-EventQueue-0]
> 2019-09-10 10:06:36,762 xml.AbstractSerialConnectionConfigXml INFO? - Starting to connect for "CAN" [main]
> 2019-09-10 10:06:37,790 gridconnect.GcSerialDriverAdapter? ? ?INFO? - COM3 port opened at 57600 baud, sees? DTR: true RTS: true DSR: false CTS: false? CD: false [main]
> 2019-09-10 10:06:38,368 xml.AbstractSerialConnectionConfigXml INFO? - Starting to connect for "LocoNet" [main]
> 2019-09-10 10:06:38,508 locobufferusb.LocoBufferUsbAdapter? ? INFO? - LocoBuffer-USB adapter set hardware flow control, mode=2 RTSCTS_OUT=2 RTSCTS_IN=1 [main]
> 2019-09-10 10:06:38,508 locobuffer.LocoBufferAdapter? ? ? ? ? INFO? - COM5 port opened at 57600 baud with DTR: true RTS: true DSR: true CTS: true? CD: false [main]
> 2019-09-10 10:06:38,555 loconet.LnPacketizer? ? ? ? ? ? ? ? ? INFO? - lnPacketizer Started [main]
> 2019-09-10 10:06:38,571 xml.AbstractSerialConnectionConfigXml INFO? - Starting to connect for "NCE" [main]
> 2019-09-10 10:06:38,672 usbdriver.UsbDriverAdapter? ? ? ? ? ? INFO? - NCE USB COM6? port opened at 9600 baud [main]
> 2019-09-10 10:06:38,938 nce.NceConnectionStatus? ? ? ? ? ? ? ?INFO? - NCE EPROM revision = 7.3.6 [AWT-EventQueue-0]
> 2019-09-10 10:06:40,360 util.FileUtilSupport? ? ? ? ? ? ? ? ? INFO? - File path program: is C:\Program Files (x86)\JMRI\ [main]
> 2019-09-10 10:06:40,360 util.FileUtilSupport? ? ? ? ? ? ? ? ? INFO? - File path preference: is C:\Users\Railroad\JMRI\My_JMRI_Railroad\ [main]
> 2019-09-10 10:06:40,360 util.FileUtilSupport? ? ? ? ? ? ? ? ? INFO? - File path profile: is C:\Users\Railroad\JMRI\My_JMRI_Railroad\ [main]
> 2019-09-10 10:06:40,375 util.FileUtilSupport? ? ? ? ? ? ? ? ? INFO? - File path settings: is C:\Users\Railroad\JMRI\ [main]
> 2019-09-10 10:06:40,375 util.FileUtilSupport? ? ? ? ? ? ? ? ? INFO? - File path home: is C:\Users\Railroad\ [main]
> 2019-09-10 10:06:40,375 util.FileUtilSupport? ? ? ? ? ? ? ? ? INFO? - File path scripts: is C:\Program Files (x86)\JMRI\jython\ [main]
> 2019-09-10 10:06:42,688 PanelPro.PanelPro? ? ? ? ? ? ? ? ? ? ?INFO? - Main initialization done [main]
>
> On Mon, Sep 9, 2019 at 10:22 PM Bob Jacobsen <rgj1927@...> wrote:
> This is the next in a series of test releases that will culminate in a production release, hopefully in early December 2019.
>
> If you are currently using JMRI 4.9.6 or earlier, we strongly recommend that you first update to JMRI 4.12 and make sure that's running OK before updating to this test release. There have been a number of changes in serial port support, panel file format and configuration options since those earlier releases, and moving to the stable JMRI 4.12 release is a good way to work through any possible problems.
> <>
>
> If you use JMRI on Linux or Mac and are updating from JMRI 4.7.3 or earlier, there¡¯s a necessary migration step. (Not needed on Windows) Please see the JMRI 4.12 release note for details: <>
>
> For more information on the issues, new features and bug fixes in 4.17.4 please see the release note:? ?
> <>
>
> Note that JMRI is made available under the GNU General Public License. For more information, please see our copyright and licensing page.
> <>
>
> The download links, along with lots of other information which we hope you'll read, can be found on the release note page:
> <>
>
> --
> Bob Jacobsen
> rgj1927@...
>
>
>
>
>
>
>

--
Bob Jacobsen
rgj1927@...