-
I was deleting a bunch of sensors using the Delete button in the sensor table. Afterwards, looking at the console, I found a lot of exceptions:
```
2018-12-06 20:21:59,266 ptionhandler.UncaughtEx…
-
The following error occurred in Travis CI (headless) after merging a PR, but it seems to have been intermittently failing for at least a year:
```
[INFO] Running jmri.jmrix.tmcc.SerialTrafficControl…
-
I had using version 3.10.1 with Java 8.101 and Windows XP SP3
I try to install V4.4 - 4.8 - and recently 4.12 with Java8.151 as recommended with no error.
But when opening PanelPro , when arriving…
-
Profile used in PanelPro 4.10 without issue has errors opening in current master and 4.12:
```
2018-12-21 13:19:28,752 configurexml.ErrorHandler ERROR - Parse error while parsing f…
-
(See also #7017 Time to disable LinkedWarrantTest)
Recently Travis CI graphical has started exceeding 50 minutes and being cancelled. A good run is taking about 45 minutes, so it shouldn't all tha…
-
Hello JMRI group,
I have following problem:
Starting point is a working JMRI 4.10 installation. Everything is fine there, no problems.
Now I tried to update to a newer version of JMRI (4.16, 4.…
-
`jmri.jmrix.openlcb.swing.monitor.MonitorFrameTest` is always emitting two warnings during CI tests:
```
WARN - No User Preferences Manager, not saving format [main] jmri.jmrix.AbstractMonPane.?(…
-
JMRIusers post reported a `ConcurrentModificationException`, see below. The program apparently was running ok, though perhaps preferences were not properly saved.
Note that the `ConcurrentModifica…
-
The following traceback might be a clue to the intermittent CI failures in the QSI code:
```
[junit] INFO - Starting to connect for "Powerline2" [main] jmri.jmrix.configurexml.AbstractSerialConnect…
-
I'm thinking of maybe adding a new feature to JMRI and I'm thinking of how to structure the code.
I would like to have some interfaces, which should probably be located in package jmri, there each …