¿ªÔÆÌåÓý

Date

Locked Re: NCE not reading AIU

 

Michael,

Use the Show Cabs command from the NCE menu to see if your Power Pro can see the two AIUs and if so at what cab bus addresses.

AIU 50: NS784 to NS797. DIP Switches 1-6: on,off,on,on,off,off
AIU 51: NS800 to NS814. DIP Switches 1-6: off,off,on,on,off,off

DIP Switches ON - push toward LEDs
DIP Switches OFF - push away from LEDs
--
Dave in Australia


Locked Re: Layout Editor, too much for RPi3?

 

¿ªÔÆÌåÓý

ugh. I figured it out. It's nothing interesting and I'm sorry I wasted everyone's time on it. I appreciate some of the tips along the way for reducing the included anyrail elements.

I think some sections and turnouts probably were the same on the old and new panel. And I was still loading the old panel without realizing it.

At first I'd only hidden the old panel. Of course once i started having trouble I deleted my old panel and it's associated blocks and internal turnouts. And for good measure - or because I was changing the memory config -? I even restarted jmri before trying to open the new panel again.?

but the old panel was referenced in my startup file and maybe it stays hidden? somehow i didn't notice it was loading at startup. Once I removed my startup file the new panel loaded without an issue.

thanks for trying to help. sorry you cant help stupid ?


From: [email protected] <[email protected]> on behalf of josh bernardini <j_bernardini@...>
Sent: Thursday, November 8, 2018 5:02 PM
To: [email protected]
Subject: Re: [jmriusers] Layout Editor, too much for RPi3?
?
4.13.3 something on the rpi but no errors on Windows and not sure what version - likely the latest as of last week. Errors on the rpi consistently. Tried chmod too but wasn¡¯t that.

I have a theory I¡¯ll test tonight after my kid goes to sleep. Recall the earlier, simpler but mostly the same layout doesn¡¯t error. Besides more stuff, I added direction. I¡¯m betting if I remove direction the rpi will be happy. I¡¯ll report back later.
> On Nov 8, 2018, at 5:47 PM, Dave Sand <ds@...> wrote:
>
> Josh,
>
> The various control circles use the turnout control circle size.? The construction lines are used to change the circle, arc and bezier curves.
>
> Debug >> Memory Usage Monitor shows around 100MB used after loading the panel xml file.
>
> Do you get the errors consistently or are they random?? After changing the jpg path I don¡¯t get any errors on JMRI 4.13.4.? What version are you using?
>
> When I get chance I will dig out my RPi and see if I can re-create these issues.
>
> Dave Sand
>
>
>
>> On Nov 8, 2018, at 5:18 PM, josh bernardini <j_bernardini@...> wrote:
>>
>> Tried increasing memory in jmri.com, default_options="-J-Xmx768m", but that didn't help. Then noticed I was getting a stack trace in system console whenever I clicked. Does that shed any light? I also get a stack of bad blockname errors when I open the panel in case that's related. I've pasted that at the bottom. The block table does get populated with these blocks though.
>>
>> 2018-11-08 18:13:46,463 ptionhandler.UncaughtExceptionHandler ERROR - Uncaught Exception caught by jmri.util.exceptionhandler.UncaughtExceptionHandler [AWT-EventQueue-0]
>> java.lang.NullPointerException
>> at jmri.jmrit.display.layoutEditor.LayoutTurnout.showPopup(LayoutTurnout.java:2501)
>> at jmri.jmrit.display.layoutEditor.LayoutEditor.showEditPopUps(LayoutEditor.java:5586)
>> at jmri.jmrit.display.layoutEditor.LayoutEditor.mouseReleased(LayoutEditor.java:5423)
>> at java.awt.Component.processMouseEvent(Component.java:6535)
>> at javax.swing.JComponent.processMouseEvent(JComponent.java:3324)
>> at java.awt.Component.processEvent(Component.java:6300)
>> at java.awt.Container.processEvent(Container.java:2236)
>> at java.awt.Component.dispatchEventImpl(Component.java:4891)
>> at java.awt.Container.dispatchEventImpl(Container.java:2294)
>> at java.awt.Component.dispatchEvent(Component.java:4713)
>> at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4888)
>> at java.awt.LightweightDispatcher.processMouseEvent(Container.java:4525)
>> at java.awt.LightweightDispatcher.dispatchEvent(Container.java:4466)
>> at java.awt.Container.dispatchEventImpl(Container.java:2280)
>> at java.awt.Window.dispatchEventImpl(Window.java:2750)
>> at java.awt.Component.dispatchEvent(Component.java:4713)
>> at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:758)
>> at java.awt.EventQueue.access$500(EventQueue.java:97)
>> at java.awt.EventQueue$3.run(EventQueue.java:709)
>> at java.awt.EventQueue$3.run(EventQueue.java:703)
>> at java.security.AccessController.doPrivileged(Native Method)
>> at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:76)
>> at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:86)
>> at java.awt.EventQueue$4.run(EventQueue.java:731)
>> at java.awt.EventQueue$4.run(EventQueue.java:729)
>> at java.security.AccessController.doPrivileged(Native Method)
>> at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:76)
>> at java.awt.EventQueue.dispatchEvent(EventQueue.java:728)
>> at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:201)
>> at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:116)
>> at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:105)
>> at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101)
>> at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:93)
>> at java.awt.EventDispatchThread.run(EventDispatchThread.java:82)
>>
>> 2018-11-08 18:15:52,925 layoutEditor.LayoutEditor???????????? ERROR - LayoutBlock 'South Main' not found when panel loaded [AWT-EventQueue-0]
>> 2018-11-08 18:15:52,927 layoutEditor.TrackSegment???????????? ERROR - bad blockname 'South Main' in tracksegment TS824 [AWT-EventQueue-0]
>> 2018-11-08 18:15:52,930 layoutEditor.LayoutEditor???????????? ERROR - LayoutBlock 'Uphill' not found when panel loaded [AWT-EventQueue-0]
>> 2018-11-08 18:15:52,932 layoutEditor.TrackSegment???????????? ERROR - bad blockname 'Uphill' in tracksegment TS706 [AWT-EventQueue-0]
>> 2018-11-08 18:15:52,935 layoutEditor.LayoutEditor???????????? ERROR - LayoutBlock 'Upper West Side' not found when panel loaded [AWT-EventQueue-0]
>> 2018-11-08 18:15:52,937 layoutEditor.TrackSegment???????????? ERROR - bad blockname 'Upper West Side' in tracksegment TC843 [AWT-EventQueue-0]
>> 2018-11-08 18:15:52,940 layoutEditor.LayoutEditor???????????? ERROR - LayoutBlock 'Western Pass' not found when panel loaded [AWT-EventQueue-0]
>> 2018-11-08 18:15:52,941 layoutEditor.TrackSegment???????????? ERROR - bad blockname 'Western Pass' in tracksegment TC165 [AWT-EventQueue-0]
>> 2018-11-08 18:15:52,945 layoutEditor.LayoutEditor???????????? ERROR - LayoutBlock 'South Main' not found when panel loaded [AWT-EventQueue-0]
>> 2018-11-08 18:15:52,946 layoutEditor.TrackSegment???????????? ERROR - bad blockname 'South Main' in tracksegment TS857 [AWT-EventQueue-0]
>> 2018-11-08 18:15:52,949 layoutEditor.LayoutEditor???????????? ERROR - LayoutBlock 'North Main' not found when panel loaded [AWT-EventQueue-0]
>> 2018-11-08 18:15:52,951 layoutEditor.TrackSegment???????????? ERROR - bad blockname 'North Main' in tracksegment TS797 [AWT-EventQueue-0]
>> 2018-11-08 18:15:52,955 layoutEditor.LayoutEditor???????????? ERROR - LayoutBlock 'North Main' not found when panel loaded [AWT-EventQueue-0]
>> 2018-11-08 18:15:52,957 layoutEditor.TrackSegment???????????? ERROR - bad blockname 'North Main' in tracksegment TS854 [AWT-EventQueue-0]
>> 2018-11-08 18:15:52,961 layoutEditor.LayoutEditor???????????? ERROR - LayoutBlock 'Upper West Side' not found when panel loaded [AWT-EventQueue-0]
>> 2018-11-08 18:15:52,963 layoutEditor.TrackSegment???????????? ERROR - bad blockname 'Upper West Side' in tracksegment TC296 [AWT-EventQueue-0]
>> 2018-11-08 18:15:52,966 layoutEditor.LayoutEditor???????????? ERROR - LayoutBlock 'South Main' not found when panel loaded [AWT-EventQueue-0]
>> 2018-11-08 18:15:52,967 layoutEditor.TrackSegment???????????? ERROR - bad blockname 'South Main' in tracksegment TC779 [AWT-EventQueue-0]
>> 2018-11-08 18:15:52,970 layoutEditor.LayoutEditor???????????? ERROR - LayoutBlock 'North Main' not found when panel loaded [AWT-EventQueue-0]
>> 2018-11-08 18:15:52,971 layoutEditor.TrackSegment???????????? ERROR - bad blockname 'North Main' in tracksegment TS858 [AWT-EventQueue-0]
>> 2018-11-08 18:15:52,973 layoutEditor.LayoutEditor???????????? ERROR - LayoutBlock 'South Main' not found when panel loaded [AWT-EventQueue-0]
>> 2018-11-08 18:15:52,974 layoutEditor.TrackSegment???????????? ERROR - bad blockname 'South Main' in tracksegment TC852 [AWT-EventQueue-0]
>> 2018-11-08 18:15:52,976 layoutEditor.LayoutEditor???????????? ERROR - LayoutBlock 'South Main' not found when panel loaded [AWT-EventQueue-0]
>> 2018-11-08 18:15:52,977 layoutEditor.TrackSegment???????????? ERROR - bad blockname 'South Main' in tracksegment TS853 [AWT-EventQueue-0]
>> 2018-11-08 18:15:52,979 layoutEditor.LayoutEditor???????????? ERROR - LayoutBlock 'Western Pass' not found when panel loaded [AWT-EventQueue-0]
>> 2018-11-08 18:15:52,980 layoutEditor.TrackSegment???????????? ERROR - bad blockname 'Western Pass' in tracksegment TC846 [AWT-EventQueue-0]
>> 2018-11-08 18:15:52,981 layoutEditor.LayoutEditor???????????? ERROR - LayoutBlock 'North Main' not found when panel loaded [AWT-EventQueue-0]
>> 2018-11-08 18:15:52,982 layoutEditor.TrackSegment???????????? ERROR - bad blockname 'North Main' in tracksegment TC855 [AWT-EventQueue-0]
>> 2018-11-08 18:15:52,984 layoutEditor.LayoutEditor???????????? ERROR - LayoutBlock 'Western Pass' not found when panel loaded [AWT-EventQueue-0]
>> 2018-11-08 18:15:52,985 layoutEditor.TrackSegment???????????? ERROR - bad blockname 'Western Pass' in tracksegment TC121 [AWT-EventQueue-0]
>> 2018-11-08 18:15:52,986 layoutEditor.LayoutEditor???????????? ERROR - LayoutBlock 'Western Pass' not found when panel loaded [AWT-EventQueue-0]
>> 2018-11-08 18:15:52,987 layoutEditor.TrackSegment???????????? ERROR - bad blockname 'Western Pass' in tracksegment TC12 [AWT-EventQueue-0]
>> 2018-11-08 18:15:52,989 layoutEditor.LayoutEditor???????????? ERROR - LayoutBlock 'Uphill' not found when panel loaded [AWT-EventQueue-0]
>> 2018-11-08 18:15:52,990 layoutEditor.TrackSegment???????????? ERROR - bad blockname 'Uphill' in tracksegment TS836 [AWT-EventQueue-0]
>> 2018-11-08 18:15:52,992 layoutEditor.LayoutEditor???????????? ERROR - LayoutBlock 'North Main' not found when panel loaded [AWT-EventQueue-0]
>> 2018-11-08 18:15:52,993 layoutEditor.TrackSegment???????????? ERROR - bad blockname 'North Main' in tracksegment TS798 [AWT-EventQueue-0]
>> 2018-11-08 18:15:52,994 layoutEditor.LayoutEditor???????????? ERROR - LayoutBlock 'South Main' not found when panel loaded [AWT-EventQueue-0]
>> 2018-11-08 18:15:52,995 layoutEditor.TrackSegment???????????? ERROR - bad blockname 'South Main' in tracksegment TS801 [AWT-EventQueue-0]
>> 2018-11-08 18:15:52,998 layoutEditor.LayoutEditor???????????? ERROR - LayoutBlock 'Uphill' not found when panel loaded [AWT-EventQueue-0]
>> 2018-11-08 18:15:52,999 layoutEditor.LayoutTurnout??????????? ERROR - bad blockname 'Uphill' in layoutturnout TOL714 [AWT-EventQueue-0]
>> 2018-11-08 18:15:53,000 layoutEditor.LayoutEditor???????????? ERROR - LayoutBlock 'Uphill' not found when panel loaded [AWT-EventQueue-0]
>> 2018-11-08 18:15:53,001 layoutEditor.TrackSegment???????????? ERROR - bad blockname 'Uphill' in tracksegment T-I-TOL714 [AWT-EventQueue-0]
>> 2018-11-08 18:15:53,003 layoutEditor.LayoutEditor???????????? ERROR - LayoutBlock 'Uphill' not found when panel loaded [AWT-EventQueue-0]
>> 2018-11-08 18:15:53,004 layoutEditor.TrackSegment???????????? ERROR - bad blockname 'Uphill' in tracksegment T-ER-TOL714 [AWT-EventQueue-0]
>> 2018-11-08 18:15:53,005 layoutEditor.LayoutEditor???????????? ERROR - LayoutBlock 'Uphill' not found when panel loaded [AWT-EventQueue-0]
>> 2018-11-08 18:15:53,006 layoutEditor.TrackSegment???????????? ERROR - bad blockname 'Uphill' in tracksegment T-EL-TOL714 [AWT-EventQueue-0]
>> 2018-11-08 18:15:53,008 layoutEditor.LayoutEditor???????????? ERROR - LayoutBlock 'Uphill' not found when panel loaded [AWT-EventQueue-0]
>> 2018-11-08 18:15:53,009 layoutEditor.TrackSegment???????????? ERROR - bad blockname 'Uphill' in tracksegment TS365 [AWT-EventQueue-0]
>> 2018-11-08 18:15:53,011 layoutEditor.LayoutEditor???????????? ERROR - LayoutBlock 'North Main' not found when panel loaded [AWT-EventQueue-0]
>> 2018-11-08 18:15:53,012 layoutEditor.LayoutTurnout??????????? ERROR - bad blockname 'North Main' in layoutturnout TOL840 [AWT-EventQueue-0]
>> 2018-11-08 18:15:53,013 layoutEditor.LayoutEditor???????????? ERROR - LayoutBlock 'North Main' not found when panel loaded [AWT-EventQueue-0]
>> 2018-11-08 18:15:53,014 layoutEditor.TrackSegment???????????? ERROR - bad blockname 'North Main' in tracksegment T-I-TOL840 [AWT-EventQueue-0]
>> 2018-11-08 18:15:53,015 layoutEditor.LayoutEditor???????????? ERROR - LayoutBlock 'North Main' not found when panel loaded [AWT-EventQueue-0]
>> 2018-11-08 18:15:53,016 layoutEditor.TrackSegment???????????? ERROR - bad blockname 'North Main' in tracksegment T-ER-TOL840 [AWT-EventQueue-0]
>> 2018-11-08 18:15:53,017 layoutEditor.LayoutEditor???????????? ERROR - LayoutBlock 'North Main' not found when panel loaded [AWT-EventQueue-0]
>> 2018-11-08 18:15:53,018 layoutEditor.TrackSegment???????????? ERROR - bad blockname 'North Main' in tracksegment T-EL-TOL840 [AWT-EventQueue-0]
>> 2018-11-08 18:15:53,020 layoutEditor.LayoutEditor???????????? ERROR - LayoutBlock 'South Main' not found when panel loaded [AWT-EventQueue-0]
>> 2018-11-08 18:15:53,021 layoutEditor.TrackSegment???????????? ERROR - bad blockname 'South Main' in tracksegment TC777 [AWT-EventQueue-0]
>> 2018-11-08 18:15:53,022 layoutEditor.LayoutEditor???????????? ERROR - LayoutBlock 'Upper West Side' not found when panel loaded [AWT-EventQueue-0]
>> 2018-11-08 18:15:53,023 layoutEditor.TrackSegment???????????? ERROR - bad blockname 'Upper West Side' in tracksegment TC101 [AWT-EventQueue-0]
>> 2018-11-08 18:15:53,025 layoutEditor.LayoutEditor???????????? ERROR - LayoutBlock 'Upper West Side' not found when panel loaded [AWT-EventQueue-0]
>> 2018-11-08 18:15:53,026 layoutEditor.TrackSegment???????????? ERROR - bad blockname 'Upper West Side' in tracksegment TC107 [AWT-EventQueue-0]
>> 2018-11-08 18:15:53,027 layoutEditor.LayoutEditor???????????? ERROR - LayoutBlock 'South Main' not found when panel loaded [AWT-EventQueue-0]
>> 2018-11-08 18:15:53,028 layoutEditor.LayoutTurnout??????????? ERROR - bad blockname 'South Main' in layoutturnout TOR710 [AWT-EventQueue-0]
>> 2018-11-08 18:15:53,029 layoutEditor.LayoutEditor???????????? ERROR - LayoutBlock 'South Main' not found when panel loaded [AWT-EventQueue-0]
>> 2018-11-08 18:15:53,030 layoutEditor.TrackSegment???????????? ERROR - bad blockname 'South Main' in tracksegment T-I-TOR710 [AWT-EventQueue-0]
>> 2018-11-08 18:15:53,031 layoutEditor.LayoutEditor???????????? ERROR - LayoutBlock 'South Main' not found when panel loaded [AWT-EventQueue-0]
>> 2018-11-08 18:15:53,032 layoutEditor.TrackSegment???????????? ERROR - bad blockname 'South Main' in tracksegment T-EL-TOR710 [AWT-EventQueue-0]
>> 2018-11-08 18:15:53,033 layoutEditor.LayoutEditor???????????? ERROR - LayoutBlock 'South Main' not found when panel loaded [AWT-EventQueue-0]
>> 2018-11-08 18:15:53,034 layoutEditor.TrackSegment???????????? ERROR - bad blockname 'South Main' in tracksegment T-ER-TOR710 [AWT-EventQueue-0]
>> 2018-11-08 18:15:53,035 layoutEditor.LayoutEditor???????????? ERROR - LayoutBlock 'South Main' not found when panel loaded [AWT-EventQueue-0]
>> 2018-11-08 18:15:53,036 layoutEditor.TrackSegment???????????? ERROR - bad blockname 'South Main' in tracksegment TS806 [AWT-EventQueue-0]
>> 2018-11-08 18:15:53,037 layoutEditor.LayoutEditor???????????? ERROR - LayoutBlock 'Western Pass' not found when panel loaded [AWT-EventQueue-0]
>> 2018-11-08 18:15:53,038 layoutEditor.TrackSegment???????????? ERROR - bad blockname 'Western Pass' in tracksegment TC284 [AWT-EventQueue-0]
>> 2018-11-08 18:15:53,041 layoutEditor.LayoutEditor???????????? ERROR - LayoutBlock 'North Main' not found when panel loaded [AWT-EventQueue-0]
>> 2018-11-08 18:15:53,042 layoutEditor.TrackSegment???????????? ERROR - bad blockname 'North Main' in tracksegment TC781 [AWT-EventQueue-0]
>> 2018-11-08 18:15:53,044 layoutEditor.LayoutEditor???????????? ERROR - LayoutBlock 'North Main' not found when panel loaded [AWT-EventQueue-0]
>> 2018-11-08 18:15:53,045 layoutEditor.TrackSegment???????????? ERROR - bad blockname 'North Main' in tracksegment TC780 [AWT-EventQueue-0]
>> 2018-11-08 18:15:53,047 layoutEditor.LayoutEditor???????????? ERROR - LayoutBlock 'North Main' not found when panel loaded [AWT-EventQueue-0]
>> 2018-11-08 18:15:53,048 layoutEditor.LayoutTurnout??????????? ERROR - bad blockname 'North Main' in layoutturnout TOL708 [AWT-EventQueue-0]
>> 2018-11-08 18:15:53,049 layoutEditor.LayoutEditor???????????? ERROR - LayoutBlock 'North Main' not found when panel loaded [AWT-EventQueue-0]
>> 2018-11-08 18:15:53,050 layoutEditor.TrackSegment???????????? ERROR - bad blockname 'North Main' in tracksegment T-I-TOL708 [AWT-EventQueue-0]
>> 2018-11-08 18:15:53,052 layoutEditor.LayoutEditor???????????? ERROR - LayoutBlock 'North Main' not found when panel loaded [AWT-EventQueue-0]
>> 2018-11-08 18:15:53,053 layoutEditor.TrackSegment???????????? ERROR - bad blockname 'North Main' in tracksegment T-ER-TOL708 [AWT-EventQueue-0]
>> 2018-11-08 18:15:53,055 layoutEditor.LayoutEditor???????????? ERROR - LayoutBlock 'North Main' not found when panel loaded [AWT-EventQueue-0]
>> 2018-11-08 18:15:53,056 layoutEditor.TrackSegment???????????? ERROR - bad blockname 'North Main' in tracksegment T-EL-TOL708 [AWT-EventQueue-0]
>> 2018-11-08 18:15:53,058 layoutEditor.LayoutEditor???????????? ERROR - LayoutBlock 'South Main' not found when panel loaded [AWT-EventQueue-0]
>> 2018-11-08 18:15:53,059 layoutEditor.LayoutTurnout??????????? ERROR - bad blockname 'South Main' in layoutturnout TOR709 [AWT-EventQueue-0]
>> 2018-11-08 18:15:53,060 layoutEditor.LayoutEditor???????????? ERROR - LayoutBlock 'South Main' not found when panel loaded [AWT-EventQueue-0]
>> 2018-11-08 18:15:53,061 layoutEditor.TrackSegment???????????? ERROR - bad blockname 'South Main' in tracksegment T-I-TOR709 [AWT-EventQueue-0]
>> 2018-11-08 18:15:53,062 layoutEditor.LayoutEditor???????????? ERROR - LayoutBlock 'South Main' not found when panel loaded [AWT-EventQueue-0]
>> 2018-11-08 18:15:53,063 layoutEditor.TrackSegment???????????? ERROR - bad blockname 'South Main' in tracksegment T-EL-TOR709 [AWT-EventQueue-0]
>> 2018-11-08 18:15:53,064 layoutEditor.LayoutEditor???????????? ERROR - LayoutBlock 'South Main' not found when panel loaded [AWT-EventQueue-0]
>> 2018-11-08 18:15:53,065 layoutEditor.TrackSegment???????????? ERROR - bad blockname 'South Main' in tracksegment T-ER-TOR709 [AWT-EventQueue-0]
>> 2018-11-08 18:15:53,074 layoutEditor.LayoutEditor???????????? ERROR - LayoutBlock 'North Main' not found when panel loaded [AWT-EventQueue-0]
>> 2018-11-08 18:15:53,076 layoutEditor.LayoutTurnout??????????? ERROR - bad blockname 'North Main' in layoutturnout TOR707 [AWT-EventQueue-0]
>> 2018-11-08 18:15:53,077 layoutEditor.LayoutEditor???????????? ERROR - LayoutBlock 'North Main' not found when panel loaded [AWT-EventQueue-0]
>> 2018-11-08 18:15:53,077 layoutEditor.TrackSegment???????????? ERROR - bad blockname 'North Main' in tracksegment T-I-TOR707 [AWT-EventQueue-0]
>> 2018-11-08 18:15:53,078 layoutEditor.LayoutEditor???????????? ERROR - LayoutBlock 'North Main' not found when panel loaded [AWT-EventQueue-0]
>> 2018-11-08 18:15:53,079 layoutEditor.TrackSegment???????????? ERROR - bad blockname 'North Main' in tracksegment T-EL-TOR707 [AWT-EventQueue-0]
>> 2018-11-08 18:15:53,080 layoutEditor.LayoutEditor???????????? ERROR - LayoutBlock 'North Main' not found when panel loaded [AWT-EventQueue-0]
>> 2018-11-08 18:15:53,081 layoutEditor.TrackSegment???????????? ERROR - bad blockname 'North Main' in tracksegment T-ER-TOR707 [AWT-EventQueue-0]
>> 2018-11-08 18:15:53,082 layoutEditor.LayoutEditor???????????? ERROR - LayoutBlock 'Uphill' not found when panel loaded [AWT-EventQueue-0]
>> 2018-11-08 18:15:53,083 layoutEditor.TrackSegment???????????? ERROR - bad blockname 'Uphill' in tracksegment TS368 [AWT-EventQueue-0]
>> 2018-11-08 18:15:53,084 layoutEditor.LayoutEditor???????????? ERROR - LayoutBlock 'Western Pass' not found when panel loaded [AWT-EventQueue-0]
>> 2018-11-08 18:15:53,085 layoutEditor.TrackSegment???????????? ERROR - bad blockname 'Western Pass' in tracksegment TC389 [AWT-EventQueue-0]
>> 2018-11-08 18:15:53,086 layoutEditor.LayoutEditor???????????? ERROR - LayoutBlock 'South Main' not found when panel loaded [AWT-EventQueue-0]
>> 2018-11-08 18:15:53,088 layoutEditor.TrackSegment???????????? ERROR - bad blockname 'South Main' in tracksegment TC778 [AWT-EventQueue-0]
>>
>>
>
>
>
>




Locked Re: NCE not reading AIU

 

¿ªÔÆÌåÓý

Michael,

It is very important to check the return values from the queries to your AIUs. Make sure you tick the "Show Raw Data" checkbox in the Command Monitor.

Please tell us what return values you are getting from each AIU. Use the "Freeze Screen" button so you can read the values for each AIU.

Then check against the table below. You can select and copy data from the frozen screen and post for me to see.

--?
Dave


On 9 Nov 2018, at 3:09 PM, Michael Murphy <smurfmm@...> wrote:

Just check what Dave said, both AIU¡¯s are cycling back and forth in the NCE command monitor. Turnout with throw, so it seems to be reading through the serial port. The leds light up as the train moves around the track. So the BD 20¡¯s seem to be working. But no detection whether I click unknown, active, or inactive.?


On Nov 8, 2018, at 2:10 PM, Michael Murphy <smurfmm@...> wrote:

Thanks guys. I will check when I get home and let you know. I do know that the leds on the AIU do light up as the locomotive moves across the layout. But wasn¡¯t able to get anything to read on layout editor.
On Nov 8, 2018, at 1:33 PM, Dave Heap <dgheap@...> wrote:

In the NCE Command Monitor:
- If all AIU lights are off the return value should be 3f ff
- If AIU light 1 is on and all others are off the return value should be 3f fe
- If all AIU lights are on the return value should be 00 00
- If an AIU is not present at the specified address, the return value will be 00 00


Locked Experts requested

 

Are there any experts in the Oklahoma City area?? How about any experts coming to the Oklahoma City Train Show on Dec 1st and 2nd?
We are looking for someone to give a clinic at the National N Scale Convention in Chicago on Friday, June 28th. Any help would be greatly appreciated.
?-bruce

Bruce G Alcock?| OK N-Rail?| 405-381-4314?| nytrr@...


Locked Re: NCE not reading AIU

 

¿ªÔÆÌåÓý

Just check what Dave said, both AIU¡¯s are cycling back and forth in the NCE command monitor. Turnout with throw, so it seems to be reading through the serial port. The leds light up as the train moves around the track. So the BD 20¡¯s seem to be working. But no detection whether I click unknown, active, or inactive.?


On Nov 8, 2018, at 2:10 PM, Michael Murphy <smurfmm@...> wrote:

Thanks guys. I will check when I get home and let you know. I do know that the leds on the AIU do light up as the locomotive moves across the layout. But wasn¡¯t able to get anything to read on layout editor.
On Nov 8, 2018, at 1:33 PM, Dave Heap <dgheap@...> wrote:

In the NCE Command Monitor:
- If all AIU lights are off the return value should be 3f ff
- If AIU light 1 is on and all others are off the return value should be 3f fe
- If all AIU lights are on the return value should be 00 00
- If an AIU is not present at the specified address, the return value will be 00 00
--
Dave in Australia


On 9 Nov 2018, at 5:00 AM, Michael Murphy <smurfmm@...> wrote:

But to no avail. In the NCE monitoring on the startup menu, it seems to be reading the AIU¡¯s. It show it switching back and forth between #50 and #51.







Locked Re: Added sensors and logix to panels. The sensors and logix have disappeared

 

The panels opened fine when I open them on a different machine. I'll restart that system and try it again tomorrow morning.

Scott


Locked Re: Added sensors and logix to panels. The sensors and logix have disappeared

 

I probably SHOULD have use Internal sensors, but I didn't. I used sensors in range of LS400 to LS450. I can search for and find those in the XML, but not in the Sensor table in JMRI. and my Logix table is empty. I will look for the turnout at that location (and delete it). That should take care of that problem. I'm still not sure what happened to the Sensors and Logix.

Scott Walton


Locked Re: Layout Editor, too much for RPi3?

 

4.13.3 something on the rpi but no errors on Windows and not sure what version - likely the latest as of last week. Errors on the rpi consistently. Tried chmod too but wasn¡¯t that.

I have a theory I¡¯ll test tonight after my kid goes to sleep. Recall the earlier, simpler but mostly the same layout doesn¡¯t error. Besides more stuff, I added direction. I¡¯m betting if I remove direction the rpi will be happy. I¡¯ll report back later.

On Nov 8, 2018, at 5:47 PM, Dave Sand <ds@...> wrote:

Josh,

The various control circles use the turnout control circle size. The construction lines are used to change the circle, arc and bezier curves.

Debug >> Memory Usage Monitor shows around 100MB used after loading the panel xml file.

Do you get the errors consistently or are they random? After changing the jpg path I don¡¯t get any errors on JMRI 4.13.4. What version are you using?

When I get chance I will dig out my RPi and see if I can re-create these issues.

Dave Sand



On Nov 8, 2018, at 5:18 PM, josh bernardini <j_bernardini@...> wrote:

Tried increasing memory in jmri.com, default_options="-J-Xmx768m", but that didn't help. Then noticed I was getting a stack trace in system console whenever I clicked. Does that shed any light? I also get a stack of bad blockname errors when I open the panel in case that's related. I've pasted that at the bottom. The block table does get populated with these blocks though.

2018-11-08 18:13:46,463 ptionhandler.UncaughtExceptionHandler ERROR - Uncaught Exception caught by jmri.util.exceptionhandler.UncaughtExceptionHandler [AWT-EventQueue-0]
java.lang.NullPointerException
at jmri.jmrit.display.layoutEditor.LayoutTurnout.showPopup(LayoutTurnout.java:2501)
at jmri.jmrit.display.layoutEditor.LayoutEditor.showEditPopUps(LayoutEditor.java:5586)
at jmri.jmrit.display.layoutEditor.LayoutEditor.mouseReleased(LayoutEditor.java:5423)
at java.awt.Component.processMouseEvent(Component.java:6535)
at javax.swing.JComponent.processMouseEvent(JComponent.java:3324)
at java.awt.Component.processEvent(Component.java:6300)
at java.awt.Container.processEvent(Container.java:2236)
at java.awt.Component.dispatchEventImpl(Component.java:4891)
at java.awt.Container.dispatchEventImpl(Container.java:2294)
at java.awt.Component.dispatchEvent(Component.java:4713)
at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4888)
at java.awt.LightweightDispatcher.processMouseEvent(Container.java:4525)
at java.awt.LightweightDispatcher.dispatchEvent(Container.java:4466)
at java.awt.Container.dispatchEventImpl(Container.java:2280)
at java.awt.Window.dispatchEventImpl(Window.java:2750)
at java.awt.Component.dispatchEvent(Component.java:4713)
at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:758)
at java.awt.EventQueue.access$500(EventQueue.java:97)
at java.awt.EventQueue$3.run(EventQueue.java:709)
at java.awt.EventQueue$3.run(EventQueue.java:703)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:76)
at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:86)
at java.awt.EventQueue$4.run(EventQueue.java:731)
at java.awt.EventQueue$4.run(EventQueue.java:729)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:76)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:728)
at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:201)
at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:116)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:105)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:93)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:82)

2018-11-08 18:15:52,925 layoutEditor.LayoutEditor ERROR - LayoutBlock 'South Main' not found when panel loaded [AWT-EventQueue-0]
2018-11-08 18:15:52,927 layoutEditor.TrackSegment ERROR - bad blockname 'South Main' in tracksegment TS824 [AWT-EventQueue-0]
2018-11-08 18:15:52,930 layoutEditor.LayoutEditor ERROR - LayoutBlock 'Uphill' not found when panel loaded [AWT-EventQueue-0]
2018-11-08 18:15:52,932 layoutEditor.TrackSegment ERROR - bad blockname 'Uphill' in tracksegment TS706 [AWT-EventQueue-0]
2018-11-08 18:15:52,935 layoutEditor.LayoutEditor ERROR - LayoutBlock 'Upper West Side' not found when panel loaded [AWT-EventQueue-0]
2018-11-08 18:15:52,937 layoutEditor.TrackSegment ERROR - bad blockname 'Upper West Side' in tracksegment TC843 [AWT-EventQueue-0]
2018-11-08 18:15:52,940 layoutEditor.LayoutEditor ERROR - LayoutBlock 'Western Pass' not found when panel loaded [AWT-EventQueue-0]
2018-11-08 18:15:52,941 layoutEditor.TrackSegment ERROR - bad blockname 'Western Pass' in tracksegment TC165 [AWT-EventQueue-0]
2018-11-08 18:15:52,945 layoutEditor.LayoutEditor ERROR - LayoutBlock 'South Main' not found when panel loaded [AWT-EventQueue-0]
2018-11-08 18:15:52,946 layoutEditor.TrackSegment ERROR - bad blockname 'South Main' in tracksegment TS857 [AWT-EventQueue-0]
2018-11-08 18:15:52,949 layoutEditor.LayoutEditor ERROR - LayoutBlock 'North Main' not found when panel loaded [AWT-EventQueue-0]
2018-11-08 18:15:52,951 layoutEditor.TrackSegment ERROR - bad blockname 'North Main' in tracksegment TS797 [AWT-EventQueue-0]
2018-11-08 18:15:52,955 layoutEditor.LayoutEditor ERROR - LayoutBlock 'North Main' not found when panel loaded [AWT-EventQueue-0]
2018-11-08 18:15:52,957 layoutEditor.TrackSegment ERROR - bad blockname 'North Main' in tracksegment TS854 [AWT-EventQueue-0]
2018-11-08 18:15:52,961 layoutEditor.LayoutEditor ERROR - LayoutBlock 'Upper West Side' not found when panel loaded [AWT-EventQueue-0]
2018-11-08 18:15:52,963 layoutEditor.TrackSegment ERROR - bad blockname 'Upper West Side' in tracksegment TC296 [AWT-EventQueue-0]
2018-11-08 18:15:52,966 layoutEditor.LayoutEditor ERROR - LayoutBlock 'South Main' not found when panel loaded [AWT-EventQueue-0]
2018-11-08 18:15:52,967 layoutEditor.TrackSegment ERROR - bad blockname 'South Main' in tracksegment TC779 [AWT-EventQueue-0]
2018-11-08 18:15:52,970 layoutEditor.LayoutEditor ERROR - LayoutBlock 'North Main' not found when panel loaded [AWT-EventQueue-0]
2018-11-08 18:15:52,971 layoutEditor.TrackSegment ERROR - bad blockname 'North Main' in tracksegment TS858 [AWT-EventQueue-0]
2018-11-08 18:15:52,973 layoutEditor.LayoutEditor ERROR - LayoutBlock 'South Main' not found when panel loaded [AWT-EventQueue-0]
2018-11-08 18:15:52,974 layoutEditor.TrackSegment ERROR - bad blockname 'South Main' in tracksegment TC852 [AWT-EventQueue-0]
2018-11-08 18:15:52,976 layoutEditor.LayoutEditor ERROR - LayoutBlock 'South Main' not found when panel loaded [AWT-EventQueue-0]
2018-11-08 18:15:52,977 layoutEditor.TrackSegment ERROR - bad blockname 'South Main' in tracksegment TS853 [AWT-EventQueue-0]
2018-11-08 18:15:52,979 layoutEditor.LayoutEditor ERROR - LayoutBlock 'Western Pass' not found when panel loaded [AWT-EventQueue-0]
2018-11-08 18:15:52,980 layoutEditor.TrackSegment ERROR - bad blockname 'Western Pass' in tracksegment TC846 [AWT-EventQueue-0]
2018-11-08 18:15:52,981 layoutEditor.LayoutEditor ERROR - LayoutBlock 'North Main' not found when panel loaded [AWT-EventQueue-0]
2018-11-08 18:15:52,982 layoutEditor.TrackSegment ERROR - bad blockname 'North Main' in tracksegment TC855 [AWT-EventQueue-0]
2018-11-08 18:15:52,984 layoutEditor.LayoutEditor ERROR - LayoutBlock 'Western Pass' not found when panel loaded [AWT-EventQueue-0]
2018-11-08 18:15:52,985 layoutEditor.TrackSegment ERROR - bad blockname 'Western Pass' in tracksegment TC121 [AWT-EventQueue-0]
2018-11-08 18:15:52,986 layoutEditor.LayoutEditor ERROR - LayoutBlock 'Western Pass' not found when panel loaded [AWT-EventQueue-0]
2018-11-08 18:15:52,987 layoutEditor.TrackSegment ERROR - bad blockname 'Western Pass' in tracksegment TC12 [AWT-EventQueue-0]
2018-11-08 18:15:52,989 layoutEditor.LayoutEditor ERROR - LayoutBlock 'Uphill' not found when panel loaded [AWT-EventQueue-0]
2018-11-08 18:15:52,990 layoutEditor.TrackSegment ERROR - bad blockname 'Uphill' in tracksegment TS836 [AWT-EventQueue-0]
2018-11-08 18:15:52,992 layoutEditor.LayoutEditor ERROR - LayoutBlock 'North Main' not found when panel loaded [AWT-EventQueue-0]
2018-11-08 18:15:52,993 layoutEditor.TrackSegment ERROR - bad blockname 'North Main' in tracksegment TS798 [AWT-EventQueue-0]
2018-11-08 18:15:52,994 layoutEditor.LayoutEditor ERROR - LayoutBlock 'South Main' not found when panel loaded [AWT-EventQueue-0]
2018-11-08 18:15:52,995 layoutEditor.TrackSegment ERROR - bad blockname 'South Main' in tracksegment TS801 [AWT-EventQueue-0]
2018-11-08 18:15:52,998 layoutEditor.LayoutEditor ERROR - LayoutBlock 'Uphill' not found when panel loaded [AWT-EventQueue-0]
2018-11-08 18:15:52,999 layoutEditor.LayoutTurnout ERROR - bad blockname 'Uphill' in layoutturnout TOL714 [AWT-EventQueue-0]
2018-11-08 18:15:53,000 layoutEditor.LayoutEditor ERROR - LayoutBlock 'Uphill' not found when panel loaded [AWT-EventQueue-0]
2018-11-08 18:15:53,001 layoutEditor.TrackSegment ERROR - bad blockname 'Uphill' in tracksegment T-I-TOL714 [AWT-EventQueue-0]
2018-11-08 18:15:53,003 layoutEditor.LayoutEditor ERROR - LayoutBlock 'Uphill' not found when panel loaded [AWT-EventQueue-0]
2018-11-08 18:15:53,004 layoutEditor.TrackSegment ERROR - bad blockname 'Uphill' in tracksegment T-ER-TOL714 [AWT-EventQueue-0]
2018-11-08 18:15:53,005 layoutEditor.LayoutEditor ERROR - LayoutBlock 'Uphill' not found when panel loaded [AWT-EventQueue-0]
2018-11-08 18:15:53,006 layoutEditor.TrackSegment ERROR - bad blockname 'Uphill' in tracksegment T-EL-TOL714 [AWT-EventQueue-0]
2018-11-08 18:15:53,008 layoutEditor.LayoutEditor ERROR - LayoutBlock 'Uphill' not found when panel loaded [AWT-EventQueue-0]
2018-11-08 18:15:53,009 layoutEditor.TrackSegment ERROR - bad blockname 'Uphill' in tracksegment TS365 [AWT-EventQueue-0]
2018-11-08 18:15:53,011 layoutEditor.LayoutEditor ERROR - LayoutBlock 'North Main' not found when panel loaded [AWT-EventQueue-0]
2018-11-08 18:15:53,012 layoutEditor.LayoutTurnout ERROR - bad blockname 'North Main' in layoutturnout TOL840 [AWT-EventQueue-0]
2018-11-08 18:15:53,013 layoutEditor.LayoutEditor ERROR - LayoutBlock 'North Main' not found when panel loaded [AWT-EventQueue-0]
2018-11-08 18:15:53,014 layoutEditor.TrackSegment ERROR - bad blockname 'North Main' in tracksegment T-I-TOL840 [AWT-EventQueue-0]
2018-11-08 18:15:53,015 layoutEditor.LayoutEditor ERROR - LayoutBlock 'North Main' not found when panel loaded [AWT-EventQueue-0]
2018-11-08 18:15:53,016 layoutEditor.TrackSegment ERROR - bad blockname 'North Main' in tracksegment T-ER-TOL840 [AWT-EventQueue-0]
2018-11-08 18:15:53,017 layoutEditor.LayoutEditor ERROR - LayoutBlock 'North Main' not found when panel loaded [AWT-EventQueue-0]
2018-11-08 18:15:53,018 layoutEditor.TrackSegment ERROR - bad blockname 'North Main' in tracksegment T-EL-TOL840 [AWT-EventQueue-0]
2018-11-08 18:15:53,020 layoutEditor.LayoutEditor ERROR - LayoutBlock 'South Main' not found when panel loaded [AWT-EventQueue-0]
2018-11-08 18:15:53,021 layoutEditor.TrackSegment ERROR - bad blockname 'South Main' in tracksegment TC777 [AWT-EventQueue-0]
2018-11-08 18:15:53,022 layoutEditor.LayoutEditor ERROR - LayoutBlock 'Upper West Side' not found when panel loaded [AWT-EventQueue-0]
2018-11-08 18:15:53,023 layoutEditor.TrackSegment ERROR - bad blockname 'Upper West Side' in tracksegment TC101 [AWT-EventQueue-0]
2018-11-08 18:15:53,025 layoutEditor.LayoutEditor ERROR - LayoutBlock 'Upper West Side' not found when panel loaded [AWT-EventQueue-0]
2018-11-08 18:15:53,026 layoutEditor.TrackSegment ERROR - bad blockname 'Upper West Side' in tracksegment TC107 [AWT-EventQueue-0]
2018-11-08 18:15:53,027 layoutEditor.LayoutEditor ERROR - LayoutBlock 'South Main' not found when panel loaded [AWT-EventQueue-0]
2018-11-08 18:15:53,028 layoutEditor.LayoutTurnout ERROR - bad blockname 'South Main' in layoutturnout TOR710 [AWT-EventQueue-0]
2018-11-08 18:15:53,029 layoutEditor.LayoutEditor ERROR - LayoutBlock 'South Main' not found when panel loaded [AWT-EventQueue-0]
2018-11-08 18:15:53,030 layoutEditor.TrackSegment ERROR - bad blockname 'South Main' in tracksegment T-I-TOR710 [AWT-EventQueue-0]
2018-11-08 18:15:53,031 layoutEditor.LayoutEditor ERROR - LayoutBlock 'South Main' not found when panel loaded [AWT-EventQueue-0]
2018-11-08 18:15:53,032 layoutEditor.TrackSegment ERROR - bad blockname 'South Main' in tracksegment T-EL-TOR710 [AWT-EventQueue-0]
2018-11-08 18:15:53,033 layoutEditor.LayoutEditor ERROR - LayoutBlock 'South Main' not found when panel loaded [AWT-EventQueue-0]
2018-11-08 18:15:53,034 layoutEditor.TrackSegment ERROR - bad blockname 'South Main' in tracksegment T-ER-TOR710 [AWT-EventQueue-0]
2018-11-08 18:15:53,035 layoutEditor.LayoutEditor ERROR - LayoutBlock 'South Main' not found when panel loaded [AWT-EventQueue-0]
2018-11-08 18:15:53,036 layoutEditor.TrackSegment ERROR - bad blockname 'South Main' in tracksegment TS806 [AWT-EventQueue-0]
2018-11-08 18:15:53,037 layoutEditor.LayoutEditor ERROR - LayoutBlock 'Western Pass' not found when panel loaded [AWT-EventQueue-0]
2018-11-08 18:15:53,038 layoutEditor.TrackSegment ERROR - bad blockname 'Western Pass' in tracksegment TC284 [AWT-EventQueue-0]
2018-11-08 18:15:53,041 layoutEditor.LayoutEditor ERROR - LayoutBlock 'North Main' not found when panel loaded [AWT-EventQueue-0]
2018-11-08 18:15:53,042 layoutEditor.TrackSegment ERROR - bad blockname 'North Main' in tracksegment TC781 [AWT-EventQueue-0]
2018-11-08 18:15:53,044 layoutEditor.LayoutEditor ERROR - LayoutBlock 'North Main' not found when panel loaded [AWT-EventQueue-0]
2018-11-08 18:15:53,045 layoutEditor.TrackSegment ERROR - bad blockname 'North Main' in tracksegment TC780 [AWT-EventQueue-0]
2018-11-08 18:15:53,047 layoutEditor.LayoutEditor ERROR - LayoutBlock 'North Main' not found when panel loaded [AWT-EventQueue-0]
2018-11-08 18:15:53,048 layoutEditor.LayoutTurnout ERROR - bad blockname 'North Main' in layoutturnout TOL708 [AWT-EventQueue-0]
2018-11-08 18:15:53,049 layoutEditor.LayoutEditor ERROR - LayoutBlock 'North Main' not found when panel loaded [AWT-EventQueue-0]
2018-11-08 18:15:53,050 layoutEditor.TrackSegment ERROR - bad blockname 'North Main' in tracksegment T-I-TOL708 [AWT-EventQueue-0]
2018-11-08 18:15:53,052 layoutEditor.LayoutEditor ERROR - LayoutBlock 'North Main' not found when panel loaded [AWT-EventQueue-0]
2018-11-08 18:15:53,053 layoutEditor.TrackSegment ERROR - bad blockname 'North Main' in tracksegment T-ER-TOL708 [AWT-EventQueue-0]
2018-11-08 18:15:53,055 layoutEditor.LayoutEditor ERROR - LayoutBlock 'North Main' not found when panel loaded [AWT-EventQueue-0]
2018-11-08 18:15:53,056 layoutEditor.TrackSegment ERROR - bad blockname 'North Main' in tracksegment T-EL-TOL708 [AWT-EventQueue-0]
2018-11-08 18:15:53,058 layoutEditor.LayoutEditor ERROR - LayoutBlock 'South Main' not found when panel loaded [AWT-EventQueue-0]
2018-11-08 18:15:53,059 layoutEditor.LayoutTurnout ERROR - bad blockname 'South Main' in layoutturnout TOR709 [AWT-EventQueue-0]
2018-11-08 18:15:53,060 layoutEditor.LayoutEditor ERROR - LayoutBlock 'South Main' not found when panel loaded [AWT-EventQueue-0]
2018-11-08 18:15:53,061 layoutEditor.TrackSegment ERROR - bad blockname 'South Main' in tracksegment T-I-TOR709 [AWT-EventQueue-0]
2018-11-08 18:15:53,062 layoutEditor.LayoutEditor ERROR - LayoutBlock 'South Main' not found when panel loaded [AWT-EventQueue-0]
2018-11-08 18:15:53,063 layoutEditor.TrackSegment ERROR - bad blockname 'South Main' in tracksegment T-EL-TOR709 [AWT-EventQueue-0]
2018-11-08 18:15:53,064 layoutEditor.LayoutEditor ERROR - LayoutBlock 'South Main' not found when panel loaded [AWT-EventQueue-0]
2018-11-08 18:15:53,065 layoutEditor.TrackSegment ERROR - bad blockname 'South Main' in tracksegment T-ER-TOR709 [AWT-EventQueue-0]
2018-11-08 18:15:53,074 layoutEditor.LayoutEditor ERROR - LayoutBlock 'North Main' not found when panel loaded [AWT-EventQueue-0]
2018-11-08 18:15:53,076 layoutEditor.LayoutTurnout ERROR - bad blockname 'North Main' in layoutturnout TOR707 [AWT-EventQueue-0]
2018-11-08 18:15:53,077 layoutEditor.LayoutEditor ERROR - LayoutBlock 'North Main' not found when panel loaded [AWT-EventQueue-0]
2018-11-08 18:15:53,077 layoutEditor.TrackSegment ERROR - bad blockname 'North Main' in tracksegment T-I-TOR707 [AWT-EventQueue-0]
2018-11-08 18:15:53,078 layoutEditor.LayoutEditor ERROR - LayoutBlock 'North Main' not found when panel loaded [AWT-EventQueue-0]
2018-11-08 18:15:53,079 layoutEditor.TrackSegment ERROR - bad blockname 'North Main' in tracksegment T-EL-TOR707 [AWT-EventQueue-0]
2018-11-08 18:15:53,080 layoutEditor.LayoutEditor ERROR - LayoutBlock 'North Main' not found when panel loaded [AWT-EventQueue-0]
2018-11-08 18:15:53,081 layoutEditor.TrackSegment ERROR - bad blockname 'North Main' in tracksegment T-ER-TOR707 [AWT-EventQueue-0]
2018-11-08 18:15:53,082 layoutEditor.LayoutEditor ERROR - LayoutBlock 'Uphill' not found when panel loaded [AWT-EventQueue-0]
2018-11-08 18:15:53,083 layoutEditor.TrackSegment ERROR - bad blockname 'Uphill' in tracksegment TS368 [AWT-EventQueue-0]
2018-11-08 18:15:53,084 layoutEditor.LayoutEditor ERROR - LayoutBlock 'Western Pass' not found when panel loaded [AWT-EventQueue-0]
2018-11-08 18:15:53,085 layoutEditor.TrackSegment ERROR - bad blockname 'Western Pass' in tracksegment TC389 [AWT-EventQueue-0]
2018-11-08 18:15:53,086 layoutEditor.LayoutEditor ERROR - LayoutBlock 'South Main' not found when panel loaded [AWT-EventQueue-0]
2018-11-08 18:15:53,088 layoutEditor.TrackSegment ERROR - bad blockname 'South Main' in tracksegment TC778 [AWT-EventQueue-0]




Locked Re: Layout Editor, too much for RPi3?

 

?at jmri.jmrit.display.layoutEditor.LayoutTurnout.showPopup(LayoutTurnout.java:2501)
LayoutTurnout.java:2501:
? ? ? ? ? ? if (getBlockName().isEmpty()) {
? ? ? ? ? ? ? ? jmi = popup.add(Bundle.getMessage("NoBlock"));
? ? ? ? ? ? } else {
? ? ? ? ? ? ? ? jmi = popup.add(Bundle.getMessage("MakeLabel", Bundle.getMessage("BeanNameBlock")) + getLayoutBlock().getDisplayName()); ? ?//<<==THIS LINE
? ? ? ? ? ? }

So it looks like getBlockName is returning a non-empty string¡­ but getLayoutBlock() is returning null¡­ Not sure how that happens¡­ but I believe "the fix" is to find out why your blocks aren't showing up ("not found when panel loaded")¡­ You may try re-saving your layout¡­ If that doesn't fix it post your layout here and I'll have a look.


Locked Re: Layout Editor, too much for RPi3?

 

Josh,

The various control circles use the turnout control circle size. The construction lines are used to change the circle, arc and bezier curves.

Debug >> Memory Usage Monitor shows around 100MB used after loading the panel xml file.

Do you get the errors consistently or are they random? After changing the jpg path I don¡¯t get any errors on JMRI 4.13.4. What version are you using?

When I get chance I will dig out my RPi and see if I can re-create these issues.

Dave Sand

On Nov 8, 2018, at 5:18 PM, josh bernardini <j_bernardini@...> wrote:

Tried increasing memory in jmri.com, default_options="-J-Xmx768m", but that didn't help. Then noticed I was getting a stack trace in system console whenever I clicked. Does that shed any light? I also get a stack of bad blockname errors when I open the panel in case that's related. I've pasted that at the bottom. The block table does get populated with these blocks though.

2018-11-08 18:13:46,463 ptionhandler.UncaughtExceptionHandler ERROR - Uncaught Exception caught by jmri.util.exceptionhandler.UncaughtExceptionHandler [AWT-EventQueue-0]
java.lang.NullPointerException
at jmri.jmrit.display.layoutEditor.LayoutTurnout.showPopup(LayoutTurnout.java:2501)
at jmri.jmrit.display.layoutEditor.LayoutEditor.showEditPopUps(LayoutEditor.java:5586)
at jmri.jmrit.display.layoutEditor.LayoutEditor.mouseReleased(LayoutEditor.java:5423)
at java.awt.Component.processMouseEvent(Component.java:6535)
at javax.swing.JComponent.processMouseEvent(JComponent.java:3324)
at java.awt.Component.processEvent(Component.java:6300)
at java.awt.Container.processEvent(Container.java:2236)
at java.awt.Component.dispatchEventImpl(Component.java:4891)
at java.awt.Container.dispatchEventImpl(Container.java:2294)
at java.awt.Component.dispatchEvent(Component.java:4713)
at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4888)
at java.awt.LightweightDispatcher.processMouseEvent(Container.java:4525)
at java.awt.LightweightDispatcher.dispatchEvent(Container.java:4466)
at java.awt.Container.dispatchEventImpl(Container.java:2280)
at java.awt.Window.dispatchEventImpl(Window.java:2750)
at java.awt.Component.dispatchEvent(Component.java:4713)
at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:758)
at java.awt.EventQueue.access$500(EventQueue.java:97)
at java.awt.EventQueue$3.run(EventQueue.java:709)
at java.awt.EventQueue$3.run(EventQueue.java:703)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:76)
at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:86)
at java.awt.EventQueue$4.run(EventQueue.java:731)
at java.awt.EventQueue$4.run(EventQueue.java:729)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:76)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:728)
at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:201)
at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:116)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:105)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:93)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:82)

2018-11-08 18:15:52,925 layoutEditor.LayoutEditor ERROR - LayoutBlock 'South Main' not found when panel loaded [AWT-EventQueue-0]
2018-11-08 18:15:52,927 layoutEditor.TrackSegment ERROR - bad blockname 'South Main' in tracksegment TS824 [AWT-EventQueue-0]
2018-11-08 18:15:52,930 layoutEditor.LayoutEditor ERROR - LayoutBlock 'Uphill' not found when panel loaded [AWT-EventQueue-0]
2018-11-08 18:15:52,932 layoutEditor.TrackSegment ERROR - bad blockname 'Uphill' in tracksegment TS706 [AWT-EventQueue-0]
2018-11-08 18:15:52,935 layoutEditor.LayoutEditor ERROR - LayoutBlock 'Upper West Side' not found when panel loaded [AWT-EventQueue-0]
2018-11-08 18:15:52,937 layoutEditor.TrackSegment ERROR - bad blockname 'Upper West Side' in tracksegment TC843 [AWT-EventQueue-0]
2018-11-08 18:15:52,940 layoutEditor.LayoutEditor ERROR - LayoutBlock 'Western Pass' not found when panel loaded [AWT-EventQueue-0]
2018-11-08 18:15:52,941 layoutEditor.TrackSegment ERROR - bad blockname 'Western Pass' in tracksegment TC165 [AWT-EventQueue-0]
2018-11-08 18:15:52,945 layoutEditor.LayoutEditor ERROR - LayoutBlock 'South Main' not found when panel loaded [AWT-EventQueue-0]
2018-11-08 18:15:52,946 layoutEditor.TrackSegment ERROR - bad blockname 'South Main' in tracksegment TS857 [AWT-EventQueue-0]
2018-11-08 18:15:52,949 layoutEditor.LayoutEditor ERROR - LayoutBlock 'North Main' not found when panel loaded [AWT-EventQueue-0]
2018-11-08 18:15:52,951 layoutEditor.TrackSegment ERROR - bad blockname 'North Main' in tracksegment TS797 [AWT-EventQueue-0]
2018-11-08 18:15:52,955 layoutEditor.LayoutEditor ERROR - LayoutBlock 'North Main' not found when panel loaded [AWT-EventQueue-0]
2018-11-08 18:15:52,957 layoutEditor.TrackSegment ERROR - bad blockname 'North Main' in tracksegment TS854 [AWT-EventQueue-0]
2018-11-08 18:15:52,961 layoutEditor.LayoutEditor ERROR - LayoutBlock 'Upper West Side' not found when panel loaded [AWT-EventQueue-0]
2018-11-08 18:15:52,963 layoutEditor.TrackSegment ERROR - bad blockname 'Upper West Side' in tracksegment TC296 [AWT-EventQueue-0]
2018-11-08 18:15:52,966 layoutEditor.LayoutEditor ERROR - LayoutBlock 'South Main' not found when panel loaded [AWT-EventQueue-0]
2018-11-08 18:15:52,967 layoutEditor.TrackSegment ERROR - bad blockname 'South Main' in tracksegment TC779 [AWT-EventQueue-0]
2018-11-08 18:15:52,970 layoutEditor.LayoutEditor ERROR - LayoutBlock 'North Main' not found when panel loaded [AWT-EventQueue-0]
2018-11-08 18:15:52,971 layoutEditor.TrackSegment ERROR - bad blockname 'North Main' in tracksegment TS858 [AWT-EventQueue-0]
2018-11-08 18:15:52,973 layoutEditor.LayoutEditor ERROR - LayoutBlock 'South Main' not found when panel loaded [AWT-EventQueue-0]
2018-11-08 18:15:52,974 layoutEditor.TrackSegment ERROR - bad blockname 'South Main' in tracksegment TC852 [AWT-EventQueue-0]
2018-11-08 18:15:52,976 layoutEditor.LayoutEditor ERROR - LayoutBlock 'South Main' not found when panel loaded [AWT-EventQueue-0]
2018-11-08 18:15:52,977 layoutEditor.TrackSegment ERROR - bad blockname 'South Main' in tracksegment TS853 [AWT-EventQueue-0]
2018-11-08 18:15:52,979 layoutEditor.LayoutEditor ERROR - LayoutBlock 'Western Pass' not found when panel loaded [AWT-EventQueue-0]
2018-11-08 18:15:52,980 layoutEditor.TrackSegment ERROR - bad blockname 'Western Pass' in tracksegment TC846 [AWT-EventQueue-0]
2018-11-08 18:15:52,981 layoutEditor.LayoutEditor ERROR - LayoutBlock 'North Main' not found when panel loaded [AWT-EventQueue-0]
2018-11-08 18:15:52,982 layoutEditor.TrackSegment ERROR - bad blockname 'North Main' in tracksegment TC855 [AWT-EventQueue-0]
2018-11-08 18:15:52,984 layoutEditor.LayoutEditor ERROR - LayoutBlock 'Western Pass' not found when panel loaded [AWT-EventQueue-0]
2018-11-08 18:15:52,985 layoutEditor.TrackSegment ERROR - bad blockname 'Western Pass' in tracksegment TC121 [AWT-EventQueue-0]
2018-11-08 18:15:52,986 layoutEditor.LayoutEditor ERROR - LayoutBlock 'Western Pass' not found when panel loaded [AWT-EventQueue-0]
2018-11-08 18:15:52,987 layoutEditor.TrackSegment ERROR - bad blockname 'Western Pass' in tracksegment TC12 [AWT-EventQueue-0]
2018-11-08 18:15:52,989 layoutEditor.LayoutEditor ERROR - LayoutBlock 'Uphill' not found when panel loaded [AWT-EventQueue-0]
2018-11-08 18:15:52,990 layoutEditor.TrackSegment ERROR - bad blockname 'Uphill' in tracksegment TS836 [AWT-EventQueue-0]
2018-11-08 18:15:52,992 layoutEditor.LayoutEditor ERROR - LayoutBlock 'North Main' not found when panel loaded [AWT-EventQueue-0]
2018-11-08 18:15:52,993 layoutEditor.TrackSegment ERROR - bad blockname 'North Main' in tracksegment TS798 [AWT-EventQueue-0]
2018-11-08 18:15:52,994 layoutEditor.LayoutEditor ERROR - LayoutBlock 'South Main' not found when panel loaded [AWT-EventQueue-0]
2018-11-08 18:15:52,995 layoutEditor.TrackSegment ERROR - bad blockname 'South Main' in tracksegment TS801 [AWT-EventQueue-0]
2018-11-08 18:15:52,998 layoutEditor.LayoutEditor ERROR - LayoutBlock 'Uphill' not found when panel loaded [AWT-EventQueue-0]
2018-11-08 18:15:52,999 layoutEditor.LayoutTurnout ERROR - bad blockname 'Uphill' in layoutturnout TOL714 [AWT-EventQueue-0]
2018-11-08 18:15:53,000 layoutEditor.LayoutEditor ERROR - LayoutBlock 'Uphill' not found when panel loaded [AWT-EventQueue-0]
2018-11-08 18:15:53,001 layoutEditor.TrackSegment ERROR - bad blockname 'Uphill' in tracksegment T-I-TOL714 [AWT-EventQueue-0]
2018-11-08 18:15:53,003 layoutEditor.LayoutEditor ERROR - LayoutBlock 'Uphill' not found when panel loaded [AWT-EventQueue-0]
2018-11-08 18:15:53,004 layoutEditor.TrackSegment ERROR - bad blockname 'Uphill' in tracksegment T-ER-TOL714 [AWT-EventQueue-0]
2018-11-08 18:15:53,005 layoutEditor.LayoutEditor ERROR - LayoutBlock 'Uphill' not found when panel loaded [AWT-EventQueue-0]
2018-11-08 18:15:53,006 layoutEditor.TrackSegment ERROR - bad blockname 'Uphill' in tracksegment T-EL-TOL714 [AWT-EventQueue-0]
2018-11-08 18:15:53,008 layoutEditor.LayoutEditor ERROR - LayoutBlock 'Uphill' not found when panel loaded [AWT-EventQueue-0]
2018-11-08 18:15:53,009 layoutEditor.TrackSegment ERROR - bad blockname 'Uphill' in tracksegment TS365 [AWT-EventQueue-0]
2018-11-08 18:15:53,011 layoutEditor.LayoutEditor ERROR - LayoutBlock 'North Main' not found when panel loaded [AWT-EventQueue-0]
2018-11-08 18:15:53,012 layoutEditor.LayoutTurnout ERROR - bad blockname 'North Main' in layoutturnout TOL840 [AWT-EventQueue-0]
2018-11-08 18:15:53,013 layoutEditor.LayoutEditor ERROR - LayoutBlock 'North Main' not found when panel loaded [AWT-EventQueue-0]
2018-11-08 18:15:53,014 layoutEditor.TrackSegment ERROR - bad blockname 'North Main' in tracksegment T-I-TOL840 [AWT-EventQueue-0]
2018-11-08 18:15:53,015 layoutEditor.LayoutEditor ERROR - LayoutBlock 'North Main' not found when panel loaded [AWT-EventQueue-0]
2018-11-08 18:15:53,016 layoutEditor.TrackSegment ERROR - bad blockname 'North Main' in tracksegment T-ER-TOL840 [AWT-EventQueue-0]
2018-11-08 18:15:53,017 layoutEditor.LayoutEditor ERROR - LayoutBlock 'North Main' not found when panel loaded [AWT-EventQueue-0]
2018-11-08 18:15:53,018 layoutEditor.TrackSegment ERROR - bad blockname 'North Main' in tracksegment T-EL-TOL840 [AWT-EventQueue-0]
2018-11-08 18:15:53,020 layoutEditor.LayoutEditor ERROR - LayoutBlock 'South Main' not found when panel loaded [AWT-EventQueue-0]
2018-11-08 18:15:53,021 layoutEditor.TrackSegment ERROR - bad blockname 'South Main' in tracksegment TC777 [AWT-EventQueue-0]
2018-11-08 18:15:53,022 layoutEditor.LayoutEditor ERROR - LayoutBlock 'Upper West Side' not found when panel loaded [AWT-EventQueue-0]
2018-11-08 18:15:53,023 layoutEditor.TrackSegment ERROR - bad blockname 'Upper West Side' in tracksegment TC101 [AWT-EventQueue-0]
2018-11-08 18:15:53,025 layoutEditor.LayoutEditor ERROR - LayoutBlock 'Upper West Side' not found when panel loaded [AWT-EventQueue-0]
2018-11-08 18:15:53,026 layoutEditor.TrackSegment ERROR - bad blockname 'Upper West Side' in tracksegment TC107 [AWT-EventQueue-0]
2018-11-08 18:15:53,027 layoutEditor.LayoutEditor ERROR - LayoutBlock 'South Main' not found when panel loaded [AWT-EventQueue-0]
2018-11-08 18:15:53,028 layoutEditor.LayoutTurnout ERROR - bad blockname 'South Main' in layoutturnout TOR710 [AWT-EventQueue-0]
2018-11-08 18:15:53,029 layoutEditor.LayoutEditor ERROR - LayoutBlock 'South Main' not found when panel loaded [AWT-EventQueue-0]
2018-11-08 18:15:53,030 layoutEditor.TrackSegment ERROR - bad blockname 'South Main' in tracksegment T-I-TOR710 [AWT-EventQueue-0]
2018-11-08 18:15:53,031 layoutEditor.LayoutEditor ERROR - LayoutBlock 'South Main' not found when panel loaded [AWT-EventQueue-0]
2018-11-08 18:15:53,032 layoutEditor.TrackSegment ERROR - bad blockname 'South Main' in tracksegment T-EL-TOR710 [AWT-EventQueue-0]
2018-11-08 18:15:53,033 layoutEditor.LayoutEditor ERROR - LayoutBlock 'South Main' not found when panel loaded [AWT-EventQueue-0]
2018-11-08 18:15:53,034 layoutEditor.TrackSegment ERROR - bad blockname 'South Main' in tracksegment T-ER-TOR710 [AWT-EventQueue-0]
2018-11-08 18:15:53,035 layoutEditor.LayoutEditor ERROR - LayoutBlock 'South Main' not found when panel loaded [AWT-EventQueue-0]
2018-11-08 18:15:53,036 layoutEditor.TrackSegment ERROR - bad blockname 'South Main' in tracksegment TS806 [AWT-EventQueue-0]
2018-11-08 18:15:53,037 layoutEditor.LayoutEditor ERROR - LayoutBlock 'Western Pass' not found when panel loaded [AWT-EventQueue-0]
2018-11-08 18:15:53,038 layoutEditor.TrackSegment ERROR - bad blockname 'Western Pass' in tracksegment TC284 [AWT-EventQueue-0]
2018-11-08 18:15:53,041 layoutEditor.LayoutEditor ERROR - LayoutBlock 'North Main' not found when panel loaded [AWT-EventQueue-0]
2018-11-08 18:15:53,042 layoutEditor.TrackSegment ERROR - bad blockname 'North Main' in tracksegment TC781 [AWT-EventQueue-0]
2018-11-08 18:15:53,044 layoutEditor.LayoutEditor ERROR - LayoutBlock 'North Main' not found when panel loaded [AWT-EventQueue-0]
2018-11-08 18:15:53,045 layoutEditor.TrackSegment ERROR - bad blockname 'North Main' in tracksegment TC780 [AWT-EventQueue-0]
2018-11-08 18:15:53,047 layoutEditor.LayoutEditor ERROR - LayoutBlock 'North Main' not found when panel loaded [AWT-EventQueue-0]
2018-11-08 18:15:53,048 layoutEditor.LayoutTurnout ERROR - bad blockname 'North Main' in layoutturnout TOL708 [AWT-EventQueue-0]
2018-11-08 18:15:53,049 layoutEditor.LayoutEditor ERROR - LayoutBlock 'North Main' not found when panel loaded [AWT-EventQueue-0]
2018-11-08 18:15:53,050 layoutEditor.TrackSegment ERROR - bad blockname 'North Main' in tracksegment T-I-TOL708 [AWT-EventQueue-0]
2018-11-08 18:15:53,052 layoutEditor.LayoutEditor ERROR - LayoutBlock 'North Main' not found when panel loaded [AWT-EventQueue-0]
2018-11-08 18:15:53,053 layoutEditor.TrackSegment ERROR - bad blockname 'North Main' in tracksegment T-ER-TOL708 [AWT-EventQueue-0]
2018-11-08 18:15:53,055 layoutEditor.LayoutEditor ERROR - LayoutBlock 'North Main' not found when panel loaded [AWT-EventQueue-0]
2018-11-08 18:15:53,056 layoutEditor.TrackSegment ERROR - bad blockname 'North Main' in tracksegment T-EL-TOL708 [AWT-EventQueue-0]
2018-11-08 18:15:53,058 layoutEditor.LayoutEditor ERROR - LayoutBlock 'South Main' not found when panel loaded [AWT-EventQueue-0]
2018-11-08 18:15:53,059 layoutEditor.LayoutTurnout ERROR - bad blockname 'South Main' in layoutturnout TOR709 [AWT-EventQueue-0]
2018-11-08 18:15:53,060 layoutEditor.LayoutEditor ERROR - LayoutBlock 'South Main' not found when panel loaded [AWT-EventQueue-0]
2018-11-08 18:15:53,061 layoutEditor.TrackSegment ERROR - bad blockname 'South Main' in tracksegment T-I-TOR709 [AWT-EventQueue-0]
2018-11-08 18:15:53,062 layoutEditor.LayoutEditor ERROR - LayoutBlock 'South Main' not found when panel loaded [AWT-EventQueue-0]
2018-11-08 18:15:53,063 layoutEditor.TrackSegment ERROR - bad blockname 'South Main' in tracksegment T-EL-TOR709 [AWT-EventQueue-0]
2018-11-08 18:15:53,064 layoutEditor.LayoutEditor ERROR - LayoutBlock 'South Main' not found when panel loaded [AWT-EventQueue-0]
2018-11-08 18:15:53,065 layoutEditor.TrackSegment ERROR - bad blockname 'South Main' in tracksegment T-ER-TOR709 [AWT-EventQueue-0]
2018-11-08 18:15:53,074 layoutEditor.LayoutEditor ERROR - LayoutBlock 'North Main' not found when panel loaded [AWT-EventQueue-0]
2018-11-08 18:15:53,076 layoutEditor.LayoutTurnout ERROR - bad blockname 'North Main' in layoutturnout TOR707 [AWT-EventQueue-0]
2018-11-08 18:15:53,077 layoutEditor.LayoutEditor ERROR - LayoutBlock 'North Main' not found when panel loaded [AWT-EventQueue-0]
2018-11-08 18:15:53,077 layoutEditor.TrackSegment ERROR - bad blockname 'North Main' in tracksegment T-I-TOR707 [AWT-EventQueue-0]
2018-11-08 18:15:53,078 layoutEditor.LayoutEditor ERROR - LayoutBlock 'North Main' not found when panel loaded [AWT-EventQueue-0]
2018-11-08 18:15:53,079 layoutEditor.TrackSegment ERROR - bad blockname 'North Main' in tracksegment T-EL-TOR707 [AWT-EventQueue-0]
2018-11-08 18:15:53,080 layoutEditor.LayoutEditor ERROR - LayoutBlock 'North Main' not found when panel loaded [AWT-EventQueue-0]
2018-11-08 18:15:53,081 layoutEditor.TrackSegment ERROR - bad blockname 'North Main' in tracksegment T-ER-TOR707 [AWT-EventQueue-0]
2018-11-08 18:15:53,082 layoutEditor.LayoutEditor ERROR - LayoutBlock 'Uphill' not found when panel loaded [AWT-EventQueue-0]
2018-11-08 18:15:53,083 layoutEditor.TrackSegment ERROR - bad blockname 'Uphill' in tracksegment TS368 [AWT-EventQueue-0]
2018-11-08 18:15:53,084 layoutEditor.LayoutEditor ERROR - LayoutBlock 'Western Pass' not found when panel loaded [AWT-EventQueue-0]
2018-11-08 18:15:53,085 layoutEditor.TrackSegment ERROR - bad blockname 'Western Pass' in tracksegment TC389 [AWT-EventQueue-0]
2018-11-08 18:15:53,086 layoutEditor.LayoutEditor ERROR - LayoutBlock 'South Main' not found when panel loaded [AWT-EventQueue-0]
2018-11-08 18:15:53,088 layoutEditor.TrackSegment ERROR - bad blockname 'South Main' in tracksegment TC778 [AWT-EventQueue-0]


Locked Re: Layout Editor, too much for RPi3?

 

I personal remove everything but track centres from the anyrail file then export.


Locked Re: Dispatcher - SML - auto-allocation problem

 

Hi Mitchell
For debugging messages you are looking for a default.lcf file. In Linux its in
your home directory /.jmri (~/.jmri) under windows if think its in home/JMRI.
If its not there first copy it from the jmri program directory and put it there,
then it wont get overwritten during an update. Having got that far add the line,
without the quotes, "log4j.category.jmri.jmrit.dispatcher=DEBUG". The messages
will be displayed on the console and written to the session log (in that jmri
directory in home).

The signals should be at stop/danger/red/halt by default, also all sensors need
to be active/ inactive state rather than an "unknown", else some funny stuff can
happen.

I would first try removing the sensors from the sections and running with a
train length greater than the largest block. This causes a halt as soon as the
train enters the block when stopping. It makes seeing the train try and stop a
lot easier. Using the simulator I cannot get the trains to allocate over one
another. You do have all wheel resistors, or is the block going
active/inactive/active as a train goes thru a short block?

Steve G.

---------- Original Message ----------
From: "Mitchell via Groups.Io" <mitchell.scott93@...>
Date: November 8, 2018 at 4:01 PM


Hi steve,

I think I have witnessed this once before. I have IR relays for stop sensors.
Whenever this odd re-allocate thing happens I hear the relay fire but it
doesn¡¯t stop the loco because it has a yellow. By the time it reaches?the
crossover the turnout has changed back to closed to allow it through, even
though 37254 was already allocated across the crossover and through that
turnout.

my email Mitchell.scott93@...

I might try and make a video of the situation occurring from both a panel
perspective and a layout perspective.

i still dont know how to get a detailed log of how dispatcher is allocating,
what¡¯s the best way to log that?
ive heard of adding a debug line into a default file of some kind..
--
Thanks
Mitch



Locked Re: Adding new "info" field to the Cars and Loco tab in Oospore

 

Ken,
Thanks for your response. I am not trying to make any waves. I just wanted to find out if there was any way for JMRI to accommodate a method to build a car inventory. That would allow me to use JMRI exclusively to maintain info on my cars without the need to maintain a separate Excel file that had the more extensive data that I wanted to keep. I think a car inventory system is a natural? extension of the JMRI family of applications and I look forward to some future JMRI release that fulfills that need.
Paul D


Locked Re: Layout Editor, too much for RPi3?

 

In AnyRail in the one of the top menu¡¯s there is a setting that you can change the size of those joint dots, just set them to 0.00 and then export the file and there gone.


Locked Re: Injecting a delay between turnout operations

 

¿ªÔÆÌåÓý

Mike,

That was a fun video to watch. Thanks for sharing! Do you plan on having intermediate signals eventually? Looks like these were all absolutes.

-DJ Holmes
Saginaw, TX

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

Re: Injecting a delay between turnout operations
From: Mike
Date: Thu, 08 Nov 2018 11:27:28 PST

BTW I use feedback on my module and so far one other module in our group has it. It is really cool to watch the signals dropping back to red as a train passes. The feedback is on the mainline turnouts and block detection, which also stops routes being set into occupied blocks or oncoming traffic.
?
See here for them operating, a bit long but shows the signals changing.


Mike


Locked Re: Added sensors and logix to panels. The sensors and logix have disappeared

 

Scott,

What do you mean virtual sensors? Normally Internal sensors are used when there is no related hardware.

I only see LocoNet sensors. The list in the xml matches Tools >> Sensors. The xml sensor list is not sorted so comparisons are more difficult. The content of the user name has no impact.

The xml and Logix table match, with one Logix with 25 conditionals.

If you set zoom to 1 and scroll to x: 1168, y: 4980 you will see a turnout. The toolbar shows the current zoom and mouse location.

Dave Sand

On Nov 8, 2018, at 4:03 PM, Scott Walton <jscottwalton@...> wrote:

When I open up the "Tables->Sensors" I see many sensors (i have quite a few real sensors), but the ones that I added (virtual sensors) that are placed on the Panel (to form buttons) are missing. I see that they are in the XML though. Switching over to the Logix table, it's just an empty gray page (it might even be trying to show something but failing. And the panels seem to be incomplete -- the one panel is missing the virtual sensors I added. I sorted the list several times and they are clearly not in the displayed list. All the ones I added had Usernames and many, but not all, of the real sensors had Usernames.
I first added virtual sensors as a range (16 of them) and it pyut a colon (":") in the username. I didn't remove that from all of them Could that be part of the issue?

Scott


Locked Re: Layout Editor, too much for RPi3?

 

¿ªÔÆÌåÓý

Did you also post this on the Anyrail Forum?

?

What version on Anyrail do you have?? V 6.14.0 is the latest.

?

Dennis Cherry

?

Created on my Desktop PC.

?


Locked Re: Adding new "info" field to the Cars and Loco tab in Oospore

 

Paul D,

Since this is a user group discussion, I was focusing on the concepts. So
yes to your first part. The developer group is where the discussion of the
second part takes place. While I know the form of the roster data and how
that worked (I've used it). I don't know the form of the data in the
Operations data tables. So I don't know either how simple or not the same
idea would be to implement.

But discussions like this spot the 'givens and druthers' of the ideas. From
that developers get the guidance of which solutions might be worth the
effort to implement.

-Ken Cameron, Member JMRI Dev Team
www.jmri.org
www.fingerlakeslivesteamers.org
www.cnymod.com
www.syracusemodelrr.org


Locked Re: Layout Editor, too much for RPi3?

 

*default options in jmri.conf


Locked Re: Layout Editor, too much for RPi3?

 

Tried increasing memory in jmri.com,?default_options="-J-Xmx768m", but that didn't help. Then noticed I was getting a stack trace in system console whenever I clicked. Does that shed any light? I also get a stack of bad blockname errors when I open the panel in case that's related. I've pasted that at the bottom. The block table does get populated with these blocks though.

2018-11-08 18:13:46,463 ptionhandler.UncaughtExceptionHandler ERROR - Uncaught Exception caught by jmri.util.exceptionhandler.UncaughtExceptionHandler [AWT-EventQueue-0]
java.lang.NullPointerException
?at jmri.jmrit.display.layoutEditor.LayoutTurnout.showPopup(LayoutTurnout.java:2501)
?at jmri.jmrit.display.layoutEditor.LayoutEditor.showEditPopUps(LayoutEditor.java:5586)
?at jmri.jmrit.display.layoutEditor.LayoutEditor.mouseReleased(LayoutEditor.java:5423)
?at java.awt.Component.processMouseEvent(Component.java:6535)
?at javax.swing.JComponent.processMouseEvent(JComponent.java:3324)
?at java.awt.Component.processEvent(Component.java:6300)
?at java.awt.Container.processEvent(Container.java:2236)
?at java.awt.Component.dispatchEventImpl(Component.java:4891)
?at java.awt.Container.dispatchEventImpl(Container.java:2294)
?at java.awt.Component.dispatchEvent(Component.java:4713)
?at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4888)
?at java.awt.LightweightDispatcher.processMouseEvent(Container.java:4525)
?at java.awt.LightweightDispatcher.dispatchEvent(Container.java:4466)
?at java.awt.Container.dispatchEventImpl(Container.java:2280)
?at java.awt.Window.dispatchEventImpl(Window.java:2750)
?at java.awt.Component.dispatchEvent(Component.java:4713)
?at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:758)
?at java.awt.EventQueue.access$500(EventQueue.java:97)
?at java.awt.EventQueue$3.run(EventQueue.java:709)
?at java.awt.EventQueue$3.run(EventQueue.java:703)
?at java.security.AccessController.doPrivileged(Native Method)
?at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:76)
?at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:86)
?at java.awt.EventQueue$4.run(EventQueue.java:731)
?at java.awt.EventQueue$4.run(EventQueue.java:729)
?at java.security.AccessController.doPrivileged(Native Method)
?at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:76)
?at java.awt.EventQueue.dispatchEvent(EventQueue.java:728)
?at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:201)
?at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:116)
?at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:105)
?at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101)
?at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:93)
?at java.awt.EventDispatchThread.run(EventDispatchThread.java:82)

2018-11-08 18:15:52,925 layoutEditor.LayoutEditor???????????? ERROR - LayoutBlock 'South Main' not found when panel loaded [AWT-EventQueue-0]
2018-11-08 18:15:52,927 layoutEditor.TrackSegment???????????? ERROR - bad blockname 'South Main' in tracksegment TS824 [AWT-EventQueue-0]
2018-11-08 18:15:52,930 layoutEditor.LayoutEditor???????????? ERROR - LayoutBlock 'Uphill' not found when panel loaded [AWT-EventQueue-0]
2018-11-08 18:15:52,932 layoutEditor.TrackSegment???????????? ERROR - bad blockname 'Uphill' in tracksegment TS706 [AWT-EventQueue-0]
2018-11-08 18:15:52,935 layoutEditor.LayoutEditor???????????? ERROR - LayoutBlock 'Upper West Side' not found when panel loaded [AWT-EventQueue-0]
2018-11-08 18:15:52,937 layoutEditor.TrackSegment???????????? ERROR - bad blockname 'Upper West Side' in tracksegment TC843 [AWT-EventQueue-0]
2018-11-08 18:15:52,940 layoutEditor.LayoutEditor???????????? ERROR - LayoutBlock 'Western Pass' not found when panel loaded [AWT-EventQueue-0]
2018-11-08 18:15:52,941 layoutEditor.TrackSegment???????????? ERROR - bad blockname 'Western Pass' in tracksegment TC165 [AWT-EventQueue-0]
2018-11-08 18:15:52,945 layoutEditor.LayoutEditor???????????? ERROR - LayoutBlock 'South Main' not found when panel loaded [AWT-EventQueue-0]
2018-11-08 18:15:52,946 layoutEditor.TrackSegment???????????? ERROR - bad blockname 'South Main' in tracksegment TS857 [AWT-EventQueue-0]
2018-11-08 18:15:52,949 layoutEditor.LayoutEditor???????????? ERROR - LayoutBlock 'North Main' not found when panel loaded [AWT-EventQueue-0]
2018-11-08 18:15:52,951 layoutEditor.TrackSegment???????????? ERROR - bad blockname 'North Main' in tracksegment TS797 [AWT-EventQueue-0]
2018-11-08 18:15:52,955 layoutEditor.LayoutEditor???????????? ERROR - LayoutBlock 'North Main' not found when panel loaded [AWT-EventQueue-0]
2018-11-08 18:15:52,957 layoutEditor.TrackSegment???????????? ERROR - bad blockname 'North Main' in tracksegment TS854 [AWT-EventQueue-0]
2018-11-08 18:15:52,961 layoutEditor.LayoutEditor???????????? ERROR - LayoutBlock 'Upper West Side' not found when panel loaded [AWT-EventQueue-0]
2018-11-08 18:15:52,963 layoutEditor.TrackSegment???????????? ERROR - bad blockname 'Upper West Side' in tracksegment TC296 [AWT-EventQueue-0]
2018-11-08 18:15:52,966 layoutEditor.LayoutEditor???????????? ERROR - LayoutBlock 'South Main' not found when panel loaded [AWT-EventQueue-0]
2018-11-08 18:15:52,967 layoutEditor.TrackSegment???????????? ERROR - bad blockname 'South Main' in tracksegment TC779 [AWT-EventQueue-0]
2018-11-08 18:15:52,970 layoutEditor.LayoutEditor???????????? ERROR - LayoutBlock 'North Main' not found when panel loaded [AWT-EventQueue-0]
2018-11-08 18:15:52,971 layoutEditor.TrackSegment???????????? ERROR - bad blockname 'North Main' in tracksegment TS858 [AWT-EventQueue-0]
2018-11-08 18:15:52,973 layoutEditor.LayoutEditor???????????? ERROR - LayoutBlock 'South Main' not found when panel loaded [AWT-EventQueue-0]
2018-11-08 18:15:52,974 layoutEditor.TrackSegment???????????? ERROR - bad blockname 'South Main' in tracksegment TC852 [AWT-EventQueue-0]
2018-11-08 18:15:52,976 layoutEditor.LayoutEditor???????????? ERROR - LayoutBlock 'South Main' not found when panel loaded [AWT-EventQueue-0]
2018-11-08 18:15:52,977 layoutEditor.TrackSegment???????????? ERROR - bad blockname 'South Main' in tracksegment TS853 [AWT-EventQueue-0]
2018-11-08 18:15:52,979 layoutEditor.LayoutEditor???????????? ERROR - LayoutBlock 'Western Pass' not found when panel loaded [AWT-EventQueue-0]
2018-11-08 18:15:52,980 layoutEditor.TrackSegment???????????? ERROR - bad blockname 'Western Pass' in tracksegment TC846 [AWT-EventQueue-0]
2018-11-08 18:15:52,981 layoutEditor.LayoutEditor???????????? ERROR - LayoutBlock 'North Main' not found when panel loaded [AWT-EventQueue-0]
2018-11-08 18:15:52,982 layoutEditor.TrackSegment???????????? ERROR - bad blockname 'North Main' in tracksegment TC855 [AWT-EventQueue-0]
2018-11-08 18:15:52,984 layoutEditor.LayoutEditor???????????? ERROR - LayoutBlock 'Western Pass' not found when panel loaded [AWT-EventQueue-0]
2018-11-08 18:15:52,985 layoutEditor.TrackSegment???????????? ERROR - bad blockname 'Western Pass' in tracksegment TC121 [AWT-EventQueue-0]
2018-11-08 18:15:52,986 layoutEditor.LayoutEditor???????????? ERROR - LayoutBlock 'Western Pass' not found when panel loaded [AWT-EventQueue-0]
2018-11-08 18:15:52,987 layoutEditor.TrackSegment???????????? ERROR - bad blockname 'Western Pass' in tracksegment TC12 [AWT-EventQueue-0]
2018-11-08 18:15:52,989 layoutEditor.LayoutEditor???????????? ERROR - LayoutBlock 'Uphill' not found when panel loaded [AWT-EventQueue-0]
2018-11-08 18:15:52,990 layoutEditor.TrackSegment???????????? ERROR - bad blockname 'Uphill' in tracksegment TS836 [AWT-EventQueue-0]
2018-11-08 18:15:52,992 layoutEditor.LayoutEditor???????????? ERROR - LayoutBlock 'North Main' not found when panel loaded [AWT-EventQueue-0]
2018-11-08 18:15:52,993 layoutEditor.TrackSegment???????????? ERROR - bad blockname 'North Main' in tracksegment TS798 [AWT-EventQueue-0]
2018-11-08 18:15:52,994 layoutEditor.LayoutEditor???????????? ERROR - LayoutBlock 'South Main' not found when panel loaded [AWT-EventQueue-0]
2018-11-08 18:15:52,995 layoutEditor.TrackSegment???????????? ERROR - bad blockname 'South Main' in tracksegment TS801 [AWT-EventQueue-0]
2018-11-08 18:15:52,998 layoutEditor.LayoutEditor???????????? ERROR - LayoutBlock 'Uphill' not found when panel loaded [AWT-EventQueue-0]
2018-11-08 18:15:52,999 layoutEditor.LayoutTurnout??????????? ERROR - bad blockname 'Uphill' in layoutturnout TOL714 [AWT-EventQueue-0]
2018-11-08 18:15:53,000 layoutEditor.LayoutEditor???????????? ERROR - LayoutBlock 'Uphill' not found when panel loaded [AWT-EventQueue-0]
2018-11-08 18:15:53,001 layoutEditor.TrackSegment???????????? ERROR - bad blockname 'Uphill' in tracksegment T-I-TOL714 [AWT-EventQueue-0]
2018-11-08 18:15:53,003 layoutEditor.LayoutEditor???????????? ERROR - LayoutBlock 'Uphill' not found when panel loaded [AWT-EventQueue-0]
2018-11-08 18:15:53,004 layoutEditor.TrackSegment???????????? ERROR - bad blockname 'Uphill' in tracksegment T-ER-TOL714 [AWT-EventQueue-0]
2018-11-08 18:15:53,005 layoutEditor.LayoutEditor???????????? ERROR - LayoutBlock 'Uphill' not found when panel loaded [AWT-EventQueue-0]
2018-11-08 18:15:53,006 layoutEditor.TrackSegment???????????? ERROR - bad blockname 'Uphill' in tracksegment T-EL-TOL714 [AWT-EventQueue-0]
2018-11-08 18:15:53,008 layoutEditor.LayoutEditor???????????? ERROR - LayoutBlock 'Uphill' not found when panel loaded [AWT-EventQueue-0]
2018-11-08 18:15:53,009 layoutEditor.TrackSegment???????????? ERROR - bad blockname 'Uphill' in tracksegment TS365 [AWT-EventQueue-0]
2018-11-08 18:15:53,011 layoutEditor.LayoutEditor???????????? ERROR - LayoutBlock 'North Main' not found when panel loaded [AWT-EventQueue-0]
2018-11-08 18:15:53,012 layoutEditor.LayoutTurnout??????????? ERROR - bad blockname 'North Main' in layoutturnout TOL840 [AWT-EventQueue-0]
2018-11-08 18:15:53,013 layoutEditor.LayoutEditor???????????? ERROR - LayoutBlock 'North Main' not found when panel loaded [AWT-EventQueue-0]
2018-11-08 18:15:53,014 layoutEditor.TrackSegment???????????? ERROR - bad blockname 'North Main' in tracksegment T-I-TOL840 [AWT-EventQueue-0]
2018-11-08 18:15:53,015 layoutEditor.LayoutEditor???????????? ERROR - LayoutBlock 'North Main' not found when panel loaded [AWT-EventQueue-0]
2018-11-08 18:15:53,016 layoutEditor.TrackSegment???????????? ERROR - bad blockname 'North Main' in tracksegment T-ER-TOL840 [AWT-EventQueue-0]
2018-11-08 18:15:53,017 layoutEditor.LayoutEditor???????????? ERROR - LayoutBlock 'North Main' not found when panel loaded [AWT-EventQueue-0]
2018-11-08 18:15:53,018 layoutEditor.TrackSegment???????????? ERROR - bad blockname 'North Main' in tracksegment T-EL-TOL840 [AWT-EventQueue-0]
2018-11-08 18:15:53,020 layoutEditor.LayoutEditor???????????? ERROR - LayoutBlock 'South Main' not found when panel loaded [AWT-EventQueue-0]
2018-11-08 18:15:53,021 layoutEditor.TrackSegment???????????? ERROR - bad blockname 'South Main' in tracksegment TC777 [AWT-EventQueue-0]
2018-11-08 18:15:53,022 layoutEditor.LayoutEditor???????????? ERROR - LayoutBlock 'Upper West Side' not found when panel loaded [AWT-EventQueue-0]
2018-11-08 18:15:53,023 layoutEditor.TrackSegment???????????? ERROR - bad blockname 'Upper West Side' in tracksegment TC101 [AWT-EventQueue-0]
2018-11-08 18:15:53,025 layoutEditor.LayoutEditor???????????? ERROR - LayoutBlock 'Upper West Side' not found when panel loaded [AWT-EventQueue-0]
2018-11-08 18:15:53,026 layoutEditor.TrackSegment???????????? ERROR - bad blockname 'Upper West Side' in tracksegment TC107 [AWT-EventQueue-0]
2018-11-08 18:15:53,027 layoutEditor.LayoutEditor???????????? ERROR - LayoutBlock 'South Main' not found when panel loaded [AWT-EventQueue-0]
2018-11-08 18:15:53,028 layoutEditor.LayoutTurnout??????????? ERROR - bad blockname 'South Main' in layoutturnout TOR710 [AWT-EventQueue-0]
2018-11-08 18:15:53,029 layoutEditor.LayoutEditor???????????? ERROR - LayoutBlock 'South Main' not found when panel loaded [AWT-EventQueue-0]
2018-11-08 18:15:53,030 layoutEditor.TrackSegment???????????? ERROR - bad blockname 'South Main' in tracksegment T-I-TOR710 [AWT-EventQueue-0]
2018-11-08 18:15:53,031 layoutEditor.LayoutEditor???????????? ERROR - LayoutBlock 'South Main' not found when panel loaded [AWT-EventQueue-0]
2018-11-08 18:15:53,032 layoutEditor.TrackSegment???????????? ERROR - bad blockname 'South Main' in tracksegment T-EL-TOR710 [AWT-EventQueue-0]
2018-11-08 18:15:53,033 layoutEditor.LayoutEditor???????????? ERROR - LayoutBlock 'South Main' not found when panel loaded [AWT-EventQueue-0]
2018-11-08 18:15:53,034 layoutEditor.TrackSegment???????????? ERROR - bad blockname 'South Main' in tracksegment T-ER-TOR710 [AWT-EventQueue-0]
2018-11-08 18:15:53,035 layoutEditor.LayoutEditor???????????? ERROR - LayoutBlock 'South Main' not found when panel loaded [AWT-EventQueue-0]
2018-11-08 18:15:53,036 layoutEditor.TrackSegment???????????? ERROR - bad blockname 'South Main' in tracksegment TS806 [AWT-EventQueue-0]
2018-11-08 18:15:53,037 layoutEditor.LayoutEditor???????????? ERROR - LayoutBlock 'Western Pass' not found when panel loaded [AWT-EventQueue-0]
2018-11-08 18:15:53,038 layoutEditor.TrackSegment???????????? ERROR - bad blockname 'Western Pass' in tracksegment TC284 [AWT-EventQueue-0]
2018-11-08 18:15:53,041 layoutEditor.LayoutEditor???????????? ERROR - LayoutBlock 'North Main' not found when panel loaded [AWT-EventQueue-0]
2018-11-08 18:15:53,042 layoutEditor.TrackSegment???????????? ERROR - bad blockname 'North Main' in tracksegment TC781 [AWT-EventQueue-0]
2018-11-08 18:15:53,044 layoutEditor.LayoutEditor???????????? ERROR - LayoutBlock 'North Main' not found when panel loaded [AWT-EventQueue-0]
2018-11-08 18:15:53,045 layoutEditor.TrackSegment???????????? ERROR - bad blockname 'North Main' in tracksegment TC780 [AWT-EventQueue-0]
2018-11-08 18:15:53,047 layoutEditor.LayoutEditor???????????? ERROR - LayoutBlock 'North Main' not found when panel loaded [AWT-EventQueue-0]
2018-11-08 18:15:53,048 layoutEditor.LayoutTurnout??????????? ERROR - bad blockname 'North Main' in layoutturnout TOL708 [AWT-EventQueue-0]
2018-11-08 18:15:53,049 layoutEditor.LayoutEditor???????????? ERROR - LayoutBlock 'North Main' not found when panel loaded [AWT-EventQueue-0]
2018-11-08 18:15:53,050 layoutEditor.TrackSegment???????????? ERROR - bad blockname 'North Main' in tracksegment T-I-TOL708 [AWT-EventQueue-0]
2018-11-08 18:15:53,052 layoutEditor.LayoutEditor???????????? ERROR - LayoutBlock 'North Main' not found when panel loaded [AWT-EventQueue-0]
2018-11-08 18:15:53,053 layoutEditor.TrackSegment???????????? ERROR - bad blockname 'North Main' in tracksegment T-ER-TOL708 [AWT-EventQueue-0]
2018-11-08 18:15:53,055 layoutEditor.LayoutEditor???????????? ERROR - LayoutBlock 'North Main' not found when panel loaded [AWT-EventQueue-0]
2018-11-08 18:15:53,056 layoutEditor.TrackSegment???????????? ERROR - bad blockname 'North Main' in tracksegment T-EL-TOL708 [AWT-EventQueue-0]
2018-11-08 18:15:53,058 layoutEditor.LayoutEditor???????????? ERROR - LayoutBlock 'South Main' not found when panel loaded [AWT-EventQueue-0]
2018-11-08 18:15:53,059 layoutEditor.LayoutTurnout??????????? ERROR - bad blockname 'South Main' in layoutturnout TOR709 [AWT-EventQueue-0]
2018-11-08 18:15:53,060 layoutEditor.LayoutEditor???????????? ERROR - LayoutBlock 'South Main' not found when panel loaded [AWT-EventQueue-0]
2018-11-08 18:15:53,061 layoutEditor.TrackSegment???????????? ERROR - bad blockname 'South Main' in tracksegment T-I-TOR709 [AWT-EventQueue-0]
2018-11-08 18:15:53,062 layoutEditor.LayoutEditor???????????? ERROR - LayoutBlock 'South Main' not found when panel loaded [AWT-EventQueue-0]
2018-11-08 18:15:53,063 layoutEditor.TrackSegment???????????? ERROR - bad blockname 'South Main' in tracksegment T-EL-TOR709 [AWT-EventQueue-0]
2018-11-08 18:15:53,064 layoutEditor.LayoutEditor???????????? ERROR - LayoutBlock 'South Main' not found when panel loaded [AWT-EventQueue-0]
2018-11-08 18:15:53,065 layoutEditor.TrackSegment???????????? ERROR - bad blockname 'South Main' in tracksegment T-ER-TOR709 [AWT-EventQueue-0]
2018-11-08 18:15:53,074 layoutEditor.LayoutEditor???????????? ERROR - LayoutBlock 'North Main' not found when panel loaded [AWT-EventQueue-0]
2018-11-08 18:15:53,076 layoutEditor.LayoutTurnout??????????? ERROR - bad blockname 'North Main' in layoutturnout TOR707 [AWT-EventQueue-0]
2018-11-08 18:15:53,077 layoutEditor.LayoutEditor???????????? ERROR - LayoutBlock 'North Main' not found when panel loaded [AWT-EventQueue-0]
2018-11-08 18:15:53,077 layoutEditor.TrackSegment???????????? ERROR - bad blockname 'North Main' in tracksegment T-I-TOR707 [AWT-EventQueue-0]
2018-11-08 18:15:53,078 layoutEditor.LayoutEditor???????????? ERROR - LayoutBlock 'North Main' not found when panel loaded [AWT-EventQueue-0]
2018-11-08 18:15:53,079 layoutEditor.TrackSegment???????????? ERROR - bad blockname 'North Main' in tracksegment T-EL-TOR707 [AWT-EventQueue-0]
2018-11-08 18:15:53,080 layoutEditor.LayoutEditor???????????? ERROR - LayoutBlock 'North Main' not found when panel loaded [AWT-EventQueue-0]
2018-11-08 18:15:53,081 layoutEditor.TrackSegment???????????? ERROR - bad blockname 'North Main' in tracksegment T-ER-TOR707 [AWT-EventQueue-0]
2018-11-08 18:15:53,082 layoutEditor.LayoutEditor???????????? ERROR - LayoutBlock 'Uphill' not found when panel loaded [AWT-EventQueue-0]
2018-11-08 18:15:53,083 layoutEditor.TrackSegment???????????? ERROR - bad blockname 'Uphill' in tracksegment TS368 [AWT-EventQueue-0]
2018-11-08 18:15:53,084 layoutEditor.LayoutEditor???????????? ERROR - LayoutBlock 'Western Pass' not found when panel loaded [AWT-EventQueue-0]
2018-11-08 18:15:53,085 layoutEditor.TrackSegment???????????? ERROR - bad blockname 'Western Pass' in tracksegment TC389 [AWT-EventQueue-0]
2018-11-08 18:15:53,086 layoutEditor.LayoutEditor???????????? ERROR - LayoutBlock 'South Main' not found when panel loaded [AWT-EventQueue-0]
2018-11-08 18:15:53,088 layoutEditor.TrackSegment???????????? ERROR - bad blockname 'South Main' in tracksegment TC778 [AWT-EventQueue-0]