Keyboard Shortcuts
Likes
- Jmriusers
- Messages
Search
Locked
Re: question
All,
On 1 Jun 2019, at 7:56 PM, Dave Heap <dgheap@...> wrote:I apologise. That statement was in error. Behaviours for editing a filename are not consistent across platforms (nor is the "Open" behaviour). Too late at night... Dave in Australia |
Locked
Re: question
¿ªÔÆÌåÓýAll, On 1 Jun 2019, at 3:27 AM, John <jonie41@...> wrote: I have also noticed this several versions back, I figured that it is a quirk of either JMRI or JAVA, I can live with it now that I know about it. This behaviour has been around ever since the main DecoderPro3 window replaced the old clumsy and extremely dated dropdown list interface that was unworkable if you had more than 5 or 10 locos in your roster. No one has mentioned the simplest way of avoiding the "double-click to edit" behaviour (just the same as happens if you double-click on a filename in Mac, Windows or Linux). Don't double-click on the roster entry line to open it. You haven't even checked what programming mode it will open in (I've been caught many times). Single click to select the wanted roster entry. Then single-click on the Program button below the roster entry list after having checked and selected the correct mode.? Dave in Australia |
Locked
Re: question
Rance,
On 1 Jun 2019, at 4:02 AM, RANCE THOMPSON <thompsonrance@...> wrote:You need to find the JMRI system console. It will tell us if JMRI is encountering an error opening the roster entry. When you start DecoderPro and the main roster window appears (all the loco entries you have created) there will be a menu bar across the top edge of that window. There will be the word "Help" there. Click on the "Help" word and you see a list. One of them will say something like "System Console". Click on test and a window will open (usually green text on a black background). The information in that window may be meaningless to you, but very helpful to us. That's why there is a "Copy to Clipboard" button so you can copy and paste into a message for us to see. I'd like to reiterate Ken's comment: Reinstalling JMRI when you have a problem is probably the worst thing to do. It almost never fixes the problem. Installing an older version of JMRI is highly likely to make the problem harder to solve. Dave in Australia |
Locked
Re: Missing CBUS events on Raspberry Pi system
Hi Steve,
Some great ideas there - particularly about using MERGCBUSServer. I'd forgotten about that. I used it for a while after we had it demonstrated at one of the MERG meets. At the time I saw it as a convenient way to connect MERG FCU and JMRI to the same USB. Since then I've had little reason to use the FCU since much of my work is with home grown Arduino projects, so it fell 'out of favour' (not to mention ditching my last rarely used Windows machine in favour of linux). I shall definitely give it a go again!! You also mention some of the growing list of JMRI tools available for CAN/CBUS. I've not used most of them at all. Clearly there has been a great deal of hard work with their development - again a big thank you to all the JMRI team! Cracking this problem is quite important to me as it's the first time I've managed to get some traction within the club to use 'computers' at all, so I need it to go well!! It can be a lonely place as the only person in our club interested in this type of technology, so it's great to have the support of yourself and others on the forum. Thanks Andy |
Locked
Re: What is the most recent "User's Guide" ? - looking for 4.14
If you are looking for a printable pdf, on the Jmri website> manuals tab at the top>far left edge is a pdf for 3.4 After that its all online as best as I know. Tom Wilson Colorado Springs, CO On Sat, Jun 1, 2019, 12:00 AM Warren Baker <warrennbaker@...> wrote:
|
Locked
What is the most recent "User's Guide" ? - looking for 4.14
¿ªÔÆÌåÓýHi,
?
I¡¯ve just updated to version 4.14 and looking for a ¡°User¡¯s Guide¡± for
version 4.14
?
I had an old User¡¯s Guide for version 2.12 and found it very useful but I
cannot find a similar Guide for version 4.14
?
I¡¯ve searched for? Manuals for 4.14 but can only find basic
information not the comprehensive notes in my old ¡°Guide.¡±
?
I¡¯m running Windows 7 and a SPROG Mk 2 and everything appears to be working
OK but I miss the detailed information in my 2.12 Guide.
?
If there is no ¡°Guide¡± for Version 4.14, what is the most recent ¡°guide¡±
available ?
?
Any help would be gratefully received.
?
Regards,
Warren
? |
Locked
Starting jmriHeadless with specific "Panel" and "Jython script"
#scripting
#rpi
Greetings,
I think I've got my configuration working to control the Walther 130' DCC-controlled turntable from our LCC control panel. As a reminder, I've got a Raspberry Pi mounted under the module, along with several Tower-LCC nodes (connected by a LCC-Buffer-USB to the Raspberry Pi) and another Serial cable going to the NCE Command Station. I've spent the evening in PanelPro, pressing buttons, making the turntable go where I want it. NOW, it's time to "productionize" this... to configure it so that I don't need to have Putty and XMing running, all I want to have to do is connect power to the module and the Command Station, and have the R-Pi start up JMRI "Headless" automatically (to many in the club, that's pronounced "automagically.") I'm looking for command-line prompts, and while I've found a couple of useful ones, I don't see how to:
This specifies the configuration and profile files, per the instructions on the JMRI website. I've also go: script: /home/brian/.jmri/turnoutListener.py "panel" definition /home/brian/.jmri/My_JMRI_ How can I indicate to use those when jmriHeadless is run? Thanks, Brian Pickering |
Locked
Re: question
On Fri, May 31, 2019 at 07:49 PM, <forfoum@...> wrote:
On Fri, May 31, 2019 at 06:53 PM, Breezlys wrote:Marc, I'm not talking about the .? Yes, I'm sure it'll behave the same whichever interface you use to access it (DP3 or legacy). But again, when using the legacy interface I don't need to use that roster window. I simply select the roster entry I want from , then click on "Open Programmer". Steve "Breezlys" |
Locked
Re: Minor bug in DCC++ track current meter
Mike,
There has been some discussion of the problem of "proper" system-specific interpretation of current meter information as of 27May2019 on the "jmri developers" e-mail list. This is getting some amount of attention from at least a couple of developers. It is unclear to me when any action on this issue may occur. Regards, Billybob |
Locked
Minor bug in DCC++ track current meter
With JMRI 4.15.6, DCC++ (Arduino Uno and Pololu motor shield) hosted on PC running Linux the values reported by the track current meter (DCC++ => track current meter) are off by a factor of 100. For example a value of 512 reported by the DCC++ traffic monitor is shown as 00.5 % on the current meter; it should be 50.0%. I suspect the code divides the value by 1024 but does not multiply the result by 100 to convert to percent. To verify this I modified the Arduino base station code to add two zeros to the current value (for example 51200 instead of 512). The JMRI track current meter then displayed the correct 50.0% value. -- Mike |
Locked
Re: question
Charlie,
Letting the PC go to sleep will disrupt the device driver. It will not recover. That's why you have to close JMRI and reopen it. -Ken Cameron, Member JMRI Dev Team www.jmri.org www.fingerlakeslivesteamers.org www.cnymod.com www.syracusemodelrr.org |
Locked
Re: question
On Fri, May 31, 2019 at 01:09 PM, Jan Carr wrote:
I've always felt that the "DecoderPro 3" interface was beneficial only to the person(s) who wrote/promoted it. ISTR there was a lot of discussion about it, so much so that when it was made the default, instructions were provided for accessing the "legacy" interface:? ? (Yes, I know "code wins", but not everyone is proficient at coding (or any other given skill), so those who aren't are at the mercy of those who are.)This single click/double click idiosyncrasy I, personnally,? find annoying. I do not see the need for it. Plus the fact the field could be edited accidentally and the change saved to roster non-intentionally.Me too. The convenience of being able to edit certain fields directly from the roster panel seems to have been added at the expense of making access to individual locos more difficult, confusing and accident-prone. Anyway, the legacy interface is what I've been using all along so I haven't encountered this issue. With the legacy interface, you scroll through and select the roster entry from a drop-down list, and then click "Open Programmer". No muss, no fuss! If they ever take that away, It'll really hurt... Steve "Breezlys" |
Locked
Re: Missing CBUS events on Raspberry Pi system
Hi Andy,
I have to say well done for narrowing the fault down as far as you have already :-) A major bonus that you have a known working system to test against! I'm assuming this is always happening when you have a panel loaded, is it possible to test a fresh new profile without Logix / Sensor tables / panels? Changing error logging won't make much difference I think, what I've found with a Pi is the GUI processing for VNC takes up magnitudes more resource than logging. ( though I could well be wrong ) For JMRI development I'm testing with a Pi2 + CANUSB4, class 10 SD Card, cable networked to a router. No missed frames observed when I've done peak then back-off testing, but thinking this through realised one key difference. I don't have the CANUSB4 direct to JMRI. I'm running on the Pi so that the CAN frames are on the local network. JMRI on the Pi connects to MERGCBUSServer as localhost via a Network Connection, not a USB connection. Perhaps repeat the test to see if frames are ever lost when running via CBUSServer on the Pi?? Note that missed CBUS CAN frames will be a lot more obvious in the startup of JMRI v 15.5+ compared to v 14.4. The JMRI? will error log if there's an issue with a dropped frame ( approx. 1,000 frames on an average CANPAN ). We can't do this routinely for all frames as it's only certain sequences where frames should 100% be expected back in response. The can be handy for debug as well. With nothing else apart from 2 JMRI's on the network, leave the sequencer on 1 JMRI sending an event every 20ms, then put the kettle on. After your cuppa, check if totals in each of the JMRI console logs match. Steve. |
Locked
Re: New Decoder File / Tab "+ New Loco"
The files are processed in alpha order. If the mfg or mfg/family is the same as the previous one, then the new file is added as a leaf on the existing tree branch. If not, that change means a new branch will be created.
If you want your decoder to appear in an existing branch, have the name be alpha before or after the one you want to have as a neighbor. Bob On May 31, 2019, at 9:20 AM, Marco Kr?mer <mkraemer1@...> wrote:-- Bob Jacobsen rgj1927@... |
Locked
Re: question
This single click/double click idiosyncrasy I, personnally,? find annoying. I do not see the need for it. Plus the fact the field could be edited accidentally and the change saved to roster non-intentionally.Me too. The convenience of being able to edit certain fields directly from the roster panel seems to have been added at the expense of making access to individual locos more difficult, confusing and accident-prone. Jan |
Locked
Re: OpenLCB - Lights - Help
Hi Tim,
This is a bug, getting the same error locally. Have raised issue??to investigate further, Steve. |
Locked
Re: question
I ha e see? this happen when I don't close DP before putting my PC in sleep mode, when it comes back up the? e t day I have problems with opening or making changes to locos untill I close everything in DP and restart? DP. Just saying!
Charlie Aselin
Sent from |
Locked
OpenLCB - Lights - Help
JMRI 14.4
RR-Cirkits Tower LCC I created a Light Table with one light with system name. The light turned on and off at the Fast Clock Times. This was via the OpenLCB interface to the Tower LCC board. There were no problems. I then saved the Configuration and Panels. When I reloaded the panel I got the following error: Unexpected Error (Exception) while load (/C:/Users/Tim/JMRI/TestLayout2//TestLayout2.xml) in adaptor of type jmri.jmrix.openlcb.configurexml.OlcbLightManager/xml Exception:java.lanf.NullPointException See for more information Below is the Lights and Fast Clock portion of the TestLayout2.xml file. This problem is out of my knowledge base as I'm only a user. Also it would be great if the Lights Table interface was changed to more reflect the newer OpenLCB table interfaces. That way a person could use a shorter system name. ? ? <lights class="jmri.jmrix.openlcb.configurexml.OlcbLightManagerXml"> ??? <light minIntensity="0.0" maxIntensity="1.0" transitionTime="0.0"> ????? <systemName>ML02.01.57.00.01.B5.00.02;02.01.57.00.01.B5.00.03</systemName> ????? <userName>Light-1</userName> ????? <lightcontrol controlType="2" fastClockOnHour="1" fastClockOnMin="0" fastClockOffHour="13" fastClockOffMin="0" /> ??? </light> ? </lights> ? <memories class="jmri.managers.configurexml.DefaultMemoryManagerXml"> ??? <memory value="8:00 PM"> ????? <systemName>IMCURRENTTIME</systemName> ??? </memory> ??? <memory value="90.0"> ????? <systemName>IMRATEFACTOR</systemName> ??? </memory> ? </memories> ? |
Locked
Re: preventing derailments on points.
I'm not how you can design a layout so that all signals and turnout views always face the operator?
I'm currently building my system for solely cab view real-time video. That way I can actually "drive" by seeing the signals as I come up to each one. Hopefully even my rusty coding skills will allow my computer to handle everything else ;) Andy Political Platitudes are silly. How much did you pay to send your message to the Internet owner?? On 5/31/2019 9:39 AM, Jerry Michels wrote: Roger, you are correct.? In our club, one of te main problems is that some take no care when running their trains.? They expect that all they have to do is turn the throttle up or down and ignore anything and everything else. This is obviously not what a real engineer would do.? And isn't being realistic what we are after?? You have to watch turnout positions, signals, or other obstacles. --- This email has been checked for viruses by AVG. |
Locked
Re: Missing CBUS events on Raspberry Pi system
Ken,
Unfortunately I'm not able to pursue the problem with the layout until next Wednesday at the earliest. I'm unable to recreate the problem at home. I was hopeful that the shortened lead might show a problem straight away with any events, but at the moment I can't get it to miss any events. There are some ERRORs in the log that are created due to signal masts that I originally set up for the main layout. I've since deleted the layout editor panel to which they belong as I was concentrating on the Roadway. I plan to remove the offending logic, but really wanted to just change one thing at a time while observing the problem. I managed to save at least part of the log from the exhibition. This shows one powerup sequence with Signal logic ERRORs and also a WebServer exception. That is another intermittent problem for which I was thinking of starting a new topic? On some occasions the webserver would not start. I had to power off the Pi and restart. Simply rebooting did not seem to be enough. There are also a series of WARNINGs about Blocks that I don't fully understand. I think they're connected with trying to pass the RFID identity from block to block. Andy 03:17:15,289 util.Log4JUtil??????????????????????? INFO? - * JMRI log ** [main] 2019-05-11 03:17:15,507 util.Log4JUtil??????????????????????? INFO? - This log is appended to file: /home/pi/.jmri/log/messages.log [main] 2019-05-11 03:17:15,511 util.Log4JUtil??????????????????????? INFO? - This log is stored in file: /home/pi/.jmri/log/session.log [main] 2019-05-11 03:17:15,562 apps.Apps???????????????????????????? INFO? - PanelPro version 4.14+Rd060e0b starts under Java 1.8.0_65 on Linux arm v4.14.98-v7+ at Sat May 11 03:17:15 BST 2019 [main] 2019-05-11 03:17:16,931 apps.Apps???????????????????????????? INFO? - Starting with profile Wickwar.3f233618 [main] 2019-05-11 03:17:17,461 node.NodeIdentity???????????????????? INFO? - Using jmri-mtlUwbiVWhOiaaTcEQ1lFf-3f233618 as the JMRI Node identity [AWT-EventQueue-0] 2019-05-11 03:17:17,656 jmrix.ConnectionConfigManager???????? INFO? - No local configuration found. [main] 2019-05-11 03:17:17,756 xml.AbstractSerialConnectionConfigXml INFO? - Starting to connect for "CAN" [main] 2019-05-11 03:17:18,844 gridconnect.GcSerialDriverAdapter???? INFO? - ttyACM0 port opened at 57600 baud, sees? DTR: true RTS: true DSR: false CTS: true? CD: false [main] 2019-05-11 03:17:21,072 apps.PerformFileModel???????????????? INFO? - Loading file /home/pi/.jmri/JMRI_Wickwar/RoadwayPanel-11.xml [main] 2019-05-11 03:17:26,296 audio.NullAudioFactory??????????????? INFO? - Initialised Null audio system - no sounds will be available. [AWT-EventQueue-0] 2019-05-11 03:17:33,890 apps.PerformScriptModel?????????????? INFO? - Running script /home/pi/.jmri/JMRI_Wickwar/jython/RoadwaySpeedometer.py [main] 2019-05-11 03:17:33,943 script.JmriScriptEngineManager??????? INFO? - ECMAScript ECMA - 262 Edition 5.1 is provided by Oracle Nashorn 1.8.0_65 [main] 2019-05-11 03:17:33,968 script.JmriScriptEngineManager??????? INFO? - python 2.7 is provided by jython 2.7.0 [main] 2019-05-11 03:17:34,413 server.WebServer????????????????????? INFO? - Starting Web Server on port 12080 [WebServer] 2019-05-11 03:17:35,950 server.WebServer????????????????????? INFO? - Starting ZeroConfService _http._tcp.local for Web Server with properties {path=/, json=4.1} [WebServer] 2019-05-11 03:17:44,908 util.FileUtilSupport????????????????? INFO? - File path program: is /home/pi/Applications/JMRI-4.14/ [main] 2019-05-11 03:17:44,910 util.FileUtilSupport????????????????? INFO? - File path preference: is /home/pi/.jmri/JMRI_Wickwar/ [main] 2019-05-11 03:17:44,910 util.FileUtilSupport????????????????? INFO? - File path profile: is /home/pi/.jmri/JMRI_Wickwar/ [main] 2019-05-11 03:17:44,911 util.FileUtilSupport????????????????? INFO? - File path settings: is /home/pi/.jmri/ [main] 2019-05-11 03:17:44,912 util.FileUtilSupport????????????????? INFO? - File path home: is /home/pi/ [main] 2019-05-11 03:17:44,913 util.FileUtilSupport????????????????? INFO? - File path scripts: is /home/pi/.jmri/JMRI_Wickwar/jython/ [main] 2019-05-11 03:17:45,193 layoutEditor.BlockValueFile?????????? ERROR - block BristolRoadway2 is not occupied but has a saved value, not setting saved block values [main] 2019-05-11 03:17:47,593 PanelPro.PanelPro???????????????????? INFO? - Main initialization done [main] 2019-05-11 03:17:50,788 implementation.DefaultSignalMastLogic ERROR - No facing block found for source mast SM1 [AWT-EventQueue-0] 2019-05-11 03:17:50,793 implementation.DefaultSignalMastLogic ERROR - No facing block found for source mast SM3 [AWT-EventQueue-0] 2019-05-11 03:17:50,798 implementation.DefaultSignalMastLogic ERROR - No facing block found for source mast UpStarter [AWT-EventQueue-0] 2019-05-11 03:17:50,803 implementation.DefaultSignalMastLogic ERROR - No facing block found for source mast F1-F2 [AWT-EventQueue-0] 2019-05-11 03:17:50,808 implementation.DefaultSignalMastLogic ERROR - No facing block found for source mast F2-F3 [AWT-EventQueue-0] 2019-05-11 03:17:50,813 implementation.DefaultSignalMastLogic ERROR - No facing block found for source mast F3-F4 [AWT-EventQueue-0] 2019-05-11 03:17:50,817 implementation.DefaultSignalMastLogic ERROR - No facing block found for source mast E1-E2 [AWT-EventQueue-0] 2019-05-11 03:17:50,821 implementation.DefaultSignalMastLogic ERROR - No facing block found for source mast D1-D2 [AWT-EventQueue-0] 2019-05-11 03:17:50,825 implementation.DefaultSignalMastLogic ERROR - No facing block found for source mast D2-D3 [AWT-EventQueue-0] 2019-05-11 03:17:50,829 implementation.DefaultSignalMastLogic ERROR - No facing block found for source mast D3-D4 [AWT-EventQueue-0] 2019-05-11 03:17:50,833 implementation.DefaultSignalMastLogic ERROR - No facing block found for source mast D4-D5 [AWT-EventQueue-0] 2019-05-11 03:17:50,837 implementation.DefaultSignalMastLogic ERROR - No facing block found for source mast D5-D6 [AWT-EventQueue-0] 2019-05-11 03:17:50,841 implementation.DefaultSignalMastLogic ERROR - No facing block found for source mast E2-E3 [AWT-EventQueue-0] 2019-05-11 03:17:50,845 implementation.DefaultSignalMastLogic ERROR - No facing block found for source mast E3-E4 [AWT-EventQueue-0] 2019-05-11 03:17:50,848 implementation.DefaultSignalMastLogic ERROR - No facing block found for source mast A1-A2 [AWT-EventQueue-0] 2019-05-11 03:17:50,851 implementation.DefaultSignalMastLogic ERROR - No facing block found for source mast A2-A3 [AWT-EventQueue-0] 2019-05-11 03:17:50,855 implementation.DefaultSignalMastLogic ERROR - No facing block found for source mast A3-A4 [AWT-EventQueue-0] 2019-05-11 03:17:50,858 implementation.DefaultSignalMastLogic ERROR - No facing block found for source mast A4-A5 [AWT-EventQueue-0] 2019-05-11 03:17:50,862 implementation.DefaultSignalMastLogic ERROR - No facing block found for source mast A5-A6 [AWT-EventQueue-0] 2019-05-11 03:17:50,865 implementation.DefaultSignalMastLogic ERROR - No facing block found for source mast B1-B2 [AWT-EventQueue-0] 2019-05-11 03:17:50,868 implementation.DefaultSignalMastLogic ERROR - No facing block found for source mast B2-B3 [AWT-EventQueue-0] 2019-05-11 03:17:50,871 implementation.DefaultSignalMastLogic ERROR - No facing block found for source mast B3-B4 [AWT-EventQueue-0] 2019-05-11 03:17:50,874 implementation.DefaultSignalMastLogic ERROR - No facing block found for source mast C1-C2 [AWT-EventQueue-0] 2019-05-11 03:17:50,877 implementation.DefaultSignalMastLogic ERROR - No facing block found for source mast C2-C3 [AWT-EventQueue-0] 2019-05-11 03:17:50,880 implementation.DefaultSignalMastLogic ERROR - No facing block found for source mast C3-C4 [AWT-EventQueue-0] 2019-05-11 03:17:50,883 implementation.DefaultSignalMastLogic ERROR - No facing block found for source mast A6 Exit [AWT-EventQueue-0] 2019-05-11 03:17:50,886 implementation.DefaultSignalMastLogic ERROR - No facing block found for source mast B4 Exit [AWT-EventQueue-0] 2019-05-11 03:17:50,889 implementation.DefaultSignalMastLogic ERROR - No facing block found for source mast C4 Exit [AWT-EventQueue-0] 2019-05-11 03:18:28,049 jmri.InstanceManager????????????????? ERROR - Proceeding to initialize class jmri.server.json.message.JsonMessageClientManager but initialization is marked as complete [WebServer-36] java.lang.Exception: Thread "WebServer-36" ??? at jmri.InstanceManager.getInstance(InstanceManager.java:278) ??? at jmri.InstanceManager.getNullableDefault(InstanceManager.java:230) ??? at jmri.InstanceManager.getDefault(InstanceManager.java:201) ??? at jmri.server.json.message.JsonMessageSocketService.<init>(JsonMessageSocketService.java:28) ??? at jmri.server.json.message.JsonMessageServiceFactory.getSocketService(JsonMessageServiceFactory.java:29) ??? at jmri.server.json.message.JsonMessageServiceFactory.getSocketService(JsonMessageServiceFactory.java:1) ??? at jmri.server.json.JsonClientHandler.lambda$0(JsonClientHandler.java:46) ??? at java.lang.Iterable.forEach(Iterable.java:75) ??? at jmri.server.json.JsonClientHandler.<init>(JsonClientHandler.java:45) ??? at jmri.server.json.JsonWebSocket.onOpen(JsonWebSocket.java:37) ??? at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ??? at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ??? at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ??? at java.lang.reflect.Method.invoke(Method.java:497) ??? at org.eclipse.jetty.websocket.common.events.annotated.CallableMethod.call(CallableMethod.java:71) ??? at org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver.onConnect(JettyAnnotatedEventDriver.java:148) ??? at org.eclipse.jetty.websocket.common.events.AbstractEventDriver.openSession(AbstractEventDriver.java:233) ??? at org.eclipse.jetty.websocket.common.WebSocketSession.open(WebSocketSession.java:504) ??? at org.eclipse.jetty.websocket.common.WebSocketSession.onOpened(WebSocketSession.java:433) ??? at org.eclipse.jetty.io.AbstractConnection.onOpen(AbstractConnection.java:200) ??? at org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection.onOpen(AbstractWebSocketConnection.java:566) ??? at org.eclipse.jetty.io.AbstractEndPoint.upgrade(AbstractEndPoint.java:432) ??? at org.eclipse.jetty.server.HttpConnection.onCompleted(HttpConnection.java:376) ??? at org.eclipse.jetty.server.HttpChannel.onCompleted(HttpChannel.java:651) ??? at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:459) ??? at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:251) ??? at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:279) ??? at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:104) ??? at org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:124) ??? at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:247) ??? at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:140) ??? at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:131) ??? at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:243) ??? at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:679) ??? at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:597) ??? at java.lang.Thread.run(Thread.java:745) 2019-05-11 03:19:39,922 jmri.Block??????????????????????????? WARN? - count of 2 ACTIVE neightbors with proper direction can't be handled for block BristolRoadway2 but maybe it can be determined when another block becomes free [AWT-EventQueue-0] 2019-05-11 03:20:37,125 jmri.Block??????????????????????????? INFO? - Block BristolRoadway2 gets LATE new value from BristolRoadway1, direction= North [AWT-EventQueue-0] 2019-05-11 03:22:45,996 jmri.Block??????????????????????????? WARN? - count of 2 ACTIVE neightbors with proper direction can't be handled for block BristolRoadway3 but maybe it can be determined when another block becomes free [AWT-EventQueue-0] 2019-05-11 03:22:46,031 jmri.Block??????????????????????????? INFO? - Block BristolRoadway3 gets LATE new value from BristolRoadway4, direction= North [AWT-EventQueue-0] 2019-05-11 03:23:22,534 jmri.Block??????????????????????????? WARN? - count of 2 ACTIVE neightbors with proper direction can't be handled for block BristolRoadway1 but maybe it can be determined when another block becomes free [AWT-EventQueue-0] 2019-05-11 03:23:22,899 jmri.Block??????????????????????????? INFO? - Block BristolRoadway1 gets LATE new value from BristolRoadway2, direction= South [AWT-EventQueue-0] 2019-05-11 03:24:04,208 jmri.Block??????????????????????????? WARN? - count of 2 ACTIVE neightbors with proper direction can't be handled for block C1 but maybe it can be determined when another block becomes free [AWT-EventQueue-0] 2019-05-11 03:25:21,340 jmri.Block??????????????????????????? INFO? - Block C1 gets LATE new value from C2, direction= East [AWT-EventQueue-0] 2019-05-11 03:25:47,983 jmri.Block??????????????????????????? WARN? - count of 2 ACTIVE neightbors with proper direction can't be handled for block BristolRoadway1 but maybe it can be determined when another block becomes free [AWT-EventQueue-0] 2019-05-11 03:25:48,018 jmri.Block??????????????????????????? INFO? - Block BristolRoadway1 gets LATE new value from BristolRoadway2, direction= South [AWT-EventQueue-0] 2019-05-11 03:26:56,217 jmri.Block??????????????????????????? WARN? - count of 2 ACTIVE neightbors with proper direction can't be handled for block BristolRoadway1 but maybe it can be determined when another block becomes free [AWT-EventQueue-0] 2019-05-11 03:27:03,696 jmri.Block??????????????????????????? INFO? - Block BristolRoadway1 gets LATE new value from BristolRoadwayExit, direction= North [AWT-EventQueue-0] 2019-05-11 03:38:14,911 jmri.Block??????????????????????????? WARN? - count of 2 ACTIVE neightbors with proper direction can't be handled for block BristolRoadway2 but maybe it can be determined when another block becomes free [AWT-EventQueue-0] 2019-05-11 03:38:14,940 jmri.Block??????????????????????????? INFO? - Block BristolRoadway2 gets LATE new value from BristolRoadway3, direction= North, East [AWT-EventQueue-0] 2019-05-11 03:38:33,693 jmri.Block??????????????????????????? WARN? - count of 2 ACTIVE neightbors with proper direction can't be handled for block C2 but maybe it can be determined when another block becomes free [AWT-EventQueue-0] 2019-05-11 03:38:38,422 jmri.Block??????????????????????????? WARN? - count of 2 ACTIVE neightbors with proper direction can't be handled for block C2 but maybe it can be determined when another block becomes free [AWT-EventQueue-0] 2019-05-11 03:38:39,947 jmri.Block??????????????????????????? WARN? - count of 2 ACTIVE neightbors with proper direction can't be handled for block C2 but maybe it can be determined when another block becomes free [AWT-EventQueue-0] 2019-05-11 03:38:42,188 jmri.Block??????????????????????????? WARN? - count of 2 ACTIVE neightbors with proper direction can't be handled for block C2 but maybe it can be determined when another block becomes free [AWT-EventQueue-0] 2019-05-11 03:38:51,773 jmri.Block??????????????????????????? WARN? - count of 2 ACTIVE neightbors with proper direction can't be handled for block C2 but maybe it can be determined when another block becomes free [AWT-EventQueue-0] 2019-05-11 03:38:58,681 jmri.Block??????????????????????????? WARN? - count of 2 ACTIVE neightbors with proper direction can't be handled for block C2 but maybe it can be determined when another block becomes free [AWT-EventQueue-0] 2019-05-11 03:39:04,687 jmri.Block??????????????????????????? WARN? - count of 2 ACTIVE neightbors with proper direction can't be handled for block C2 but maybe it can be determined when another block becomes free [AWT-EventQueue-0] 2019-05-11 03:39:04,937 jmri.Block??????????????????????????? WARN? - count of 2 ACTIVE neightbors with proper direction can't be handled for block C2 but maybe it can be determined when another block becomes free [AWT-EventQueue-0] 2019-05-11 03:39:05,621 jmri.Block??????????????????????????? WARN? - count of 2 ACTIVE neightbors with proper direction can't be handled for block C2 but maybe it can be determined when another block becomes free [AWT-EventQueue-0] 2019-05-11 03:39:07,427 jmri.Block??????????????????????????? WARN? - count of 2 ACTIVE neightbors with proper direction can't be handled for block C2 but maybe it can be determined when another block becomes free [AWT-EventQueue-0] 2019-05-11 03:39:08,080 jmri.Block??????????????????????????? WARN? - count of 2 ACTIVE neightbors with proper direction can't be handled for block C2 but maybe it can be determined when another block becomes free [AWT-EventQueue-0] 2019-05-11 03:39:10,134 jmri.Block??????????????????????????? WARN? - count of 2 ACTIVE neightbors with proper direction can't be handled for block C2 but maybe it can be determined when another block becomes free [AWT-EventQueue-0] 2019-05-11 03:39:10,195 jmri.Block??????????????????????????? WARN? - count of 2 ACTIVE neightbors with proper direction can't be handled for block C2 but maybe it can be determined when another block becomes free [AWT-EventQueue-0] 2019-05-11 03:39:14,428 jmri.Block??????????????????????????? WARN? - count of 2 ACTIVE neightbors with proper direction can't be handled for block C2 but maybe it can be determined when another block becomes free [AWT-EventQueue-0] 2019-05-11 03:39:30,486 jmri.Block??????????????????????????? WARN? - count of 2 ACTIVE neightbors with proper direction can't be handled for block C2 but maybe it can be determined when another block becomes free [AWT-EventQueue-0] 2019-05-11 03:40:03,941 jmri.Block??????????????????????????? WARN? - count of 2 ACTIVE neightbors with proper direction can't be handled for block C2 but maybe it can be determined when another block becomes free [AWT-EventQueue-0] 2019-05-11 03:40:04,467 jmri.Block??????????????????????????? INFO? - Block C2 gets LATE new value from C3, direction= East [AWT-EventQueue-0] 2019-05-11 03:40:50,556 jmri.Block??????????????????????????? WARN? - count of 2 ACTIVE neightbors with proper direction can't be handled for block BristolRoadway1 but maybe it can be determined when another block becomes free [AWT-EventQueue-0] 2019-05-11 03:40:59,755 jmri.Block??????????????????????????? INFO? - Block BristolRoadway1 gets LATE new value from BristolRoadwayExit, direction= North [AWT-EventQueue-0] 2019-05-11 03:44:20,978 jmri.Block??????????????????????????? WARN? - count of 2 ACTIVE neightbors with proper direction can't be handled for block BristolRoadway1 but maybe it can be determined when another block becomes free [AWT-EventQueue-0] 2019-05-11 03:44:21,007 jmri.Block??????????????????????????? INFO? - Block BristolRoadway1 gets LATE new value from BristolRoadway2, direction= South [AWT-EventQueue-0] 2019-05-11 03:45:20,148 jmri.Block??????????????????????????? WARN? - count of 2 ACTIVE neightbors with proper direction can't be handled for block BristolRoadway1 but maybe it can be determined when another block becomes free [AWT-EventQueue-0] 2019-05-11 03:45:20,168 jmri.Block??????????????????????????? INFO? - Block BristolRoadway1 gets LATE new value from BristolRoadway2, direction= South [AWT-EventQueue-0] 2019-05-11 03:45:22,477 jmri.Block??????????????????????????? WARN? - count of 2 ACTIVE neightbors with proper direction can't be handled for block BristolRoadway2 but maybe it can be determined when another block becomes free [AWT-EventQueue-0] 2019-05-11 03:45:22,503 jmri.Block??????????????????????????? INFO? - Block BristolRoadway2 gets LATE new value from BristolRoadway3, direction= North, East [AWT-EventQueue-0] 2019-05-11 03:45:50,275 jmri.Block??????????????????????????? WARN? - count of 2 ACTIVE neightbors with proper direction can't be handled for block BristolRoadway1 but maybe it can be determined when another block becomes free [AWT-EventQueue-0] 2019-05-11 03:45:50,347 jmri.Block??????????????????????????? INFO? - Block BristolRoadway1 gets LATE new value from BristolRoadway2, direction= South [AWT-EventQueue-0] 2019-05-11 03:46:56,949 jmri.Block??????????????????????????? WARN? - count of 2 ACTIVE neightbors with proper direction can't be handled for block C3 but maybe it can be determined when another block becomes free [AWT-EventQueue-0] 2019-05-11 03:47:53,230 jmri.Block??????????????????????????? INFO? - Block C3 gets LATE new value from C4, direction= North, East [AWT-EventQueue-0] 2019-05-11 03:54:24,521 jmri.Block??????????????????????????? WARN? - count of 2 ACTIVE neightbors with proper direction can't be handled for block BristolRoadway2 but maybe it can be determined when another block becomes free [AWT-EventQueue-0] 2019-05-11 03:54:24,596 jmri.Block??????????????????????????? INFO? - Block BristolRoadway2 gets LATE new value from BristolRoadway3, direction= North, East [AWT-EventQueue-0] 2019-05-11 04:03:23,268 implementation.DefaultConditional???? WARN? - timer already active on request to start delayed sensor action - BreweryVehicleExiting [WebServer-40] 2019-05-11 04:05:16,166 jmri.Block??????????????????????????? WARN? - count of 2 ACTIVE neightbors with proper direction can't be handled for block BristolRoadway1 but maybe it can be determined when another block becomes free [AWT-EventQueue-0] 2019-05-11 04:05:25,205 jmri.Block??????????????????????????? INFO? - Block BristolRoadway1 gets LATE new value from BristolRoadwayExit, direction= North [AWT-EventQueue-0] 2019-05-11 04:06:31,648 jmri.Block??????????????????????????? WARN? - count of 2 ACTIVE neightbors with proper direction can't be handled for block BristolRoadway1 but maybe it can be determined when another block becomes free [AWT-EventQueue-0] 2019-05-11 04:06:31,690 jmri.Block??????????????????????????? INFO? - Block BristolRoadway1 gets LATE new value from BristolRoadway2, direction= South [AWT-EventQueue-0] 2019-05-11 04:10:15,724 jmri.Block??????????????????????????? WARN? - count of 2 ACTIVE neightbors with proper direction can't be handled for block BristolRoadway2 but maybe it can be determined when another block becomes free [AWT-EventQueue-0] 2019-05-11 04:10:15,750 jmri.Block??????????????????????????? INFO? - Block BristolRoadway2 gets LATE new value from BristolRoadway3, direction= North, East [AWT-EventQueue-0] 2019-05-11 04:15:41,435 jmri.Block??????????????????????????? WARN? - count of 2 ACTIVE neightbors with proper direction can't be handled for block BristolRoadway1 but maybe it can be determined when another block becomes free [AWT-EventQueue-0] 2019-05-11 04:15:41,470 jmri.Block??????????????????????????? INFO? - Block BristolRoadway1 gets LATE new value from BristolRoadway2, direction= South [AWT-EventQueue-0] 2019-05-11 04:17:18,639 jmri.Block??????????????????????????? WARN? - count of 2 ACTIVE neightbors with proper direction can't be handled for block C1 but maybe it can be determined when another block becomes free [AWT-EventQueue-0] 2019-05-11 04:17:30,651 jmri.Block??????????????????????????? INFO? - Block C1 gets LATE new value from UpHold, direction= West [AWT-EventQueue-0] 2019-05-11 04:19:46,218 jmri.Block??????????????????????????? WARN? - count of 2 ACTIVE neightbors with proper direction can't be handled for block BristolRoadway1 but maybe it can be determined when another block becomes free [AWT-EventQueue-0] 2019-05-11 04:19:46,715 jmri.Block??????????????????????????? INFO? - Block BristolRoadway1 gets LATE new value from BristolRoadway2, direction= South [AWT-EventQueue-0] 2019-05-11 04:22:40,651 jmri.Block??????????????????????????? WARN? - count of 2 ACTIVE neightbors with proper direction can't be handled for block BristolRoadway1 but maybe it can be determined when another block becomes free [AWT-EventQueue-0] 2019-05-11 04:22:40,684 jmri.Block??????????????????????????? INFO? - Block BristolRoadway1 gets LATE new value from BristolRoadway2, direction= South [AWT-EventQueue-0] 2019-05-11 04:30:48,864 jmri.Block??????????????????????????? WARN? - count of 2 ACTIVE neightbors with proper direction can't be handled for block BristolRoadway1 but maybe it can be determined when another block becomes free [AWT-EventQueue-0] 2019-05-11 04:30:49,296 jmri.Block??????????????????????????? INFO? - Block BristolRoadway1 gets LATE new value from BristolRoadway2, direction= South [AWT-EventQueue-0] 2019-05-11 04:40:06,439 jmri.Block??????????????????????????? WARN? - count of 2 ACTIVE neightbors with proper direction can't be handled for block F3 but maybe it can be determined when another block becomes free [AWT-EventQueue-0] 2019-05-11 04:40:22,401 jmri.Block??????????????????????????? INFO? - Block F3 gets LATE new value from F2, direction= East [AWT-EventQueue-0] 2019-05-11 04:43:07,914 jmri.Block??????????????????????????? WARN? - count of 2 ACTIVE neightbors with proper direction can't be handled for block BristolRoadway2 but maybe it can be determined when another block becomes free [AWT-EventQueue-0] 2019-05-11 04:43:07,943 jmri.Block??????????????????????????? INFO? - Block BristolRoadway2 gets LATE new value from BristolRoadway3, direction= North, East [AWT-EventQueue-0] 2019-05-11 04:45:12,771 jmri.Block??????????????????????????? WARN? - count of 2 ACTIVE neightbors with proper direction can't be handled for block BristolRoadway1 but maybe it can be determined when another block becomes free [AWT-EventQueue-0] 2019-05-11 04:45:20,706 jmri.Block??????????????????????????? INFO? - Block BristolRoadway1 gets LATE new value from BristolRoadwayExit, direction= North [AWT-EventQueue-0] 2019-05-11 04:48:06,684 jmri.Block??????????????????????????? WARN? - count of 2 ACTIVE neightbors with proper direction can't be handled for block BristolRoadway1 but maybe it can be determined when another block becomes free [AWT-EventQueue-0] 2019-05-11 04:48:06,773 jmri.Block??????????????????????????? INFO? - Block BristolRoadway1 gets LATE new value from BristolRoadway2, direction= South [AWT-EventQueue-0] 2019-05-11 04:55:31,217 jmri.Block??????????????????????????? WARN? - count of 2 ACTIVE neightbors with proper direction can't be handled for block BristolRoadway1 but maybe it can be determined when another block becomes free [AWT-EventQueue-0] 2019-05-11 04:55:40,197 jmri.Block??????????????????????????? INFO? - Block BristolRoadway1 gets LATE new value from BristolRoadwayExit, direction= North [AWT-EventQueue-0] 2019-05-11 04:57:36,424 jmri.Block??????????????????????????? WARN? - count of 2 ACTIVE neightbors with proper direction can't be handled for block C2 but maybe it can be determined when another block becomes free [AWT-EventQueue-0] 2019-05-11 04:57:54,997 implementation.DefaultConditional???? WARN? - timer already active on request to start delayed sensor action - BreweryVehicleExiting [WebServer-187] 2019-05-11 04:58:00,540 jmri.Block??????????????????????????? INFO? - Block C2 gets LATE new value from C1, direction= West [AWT-EventQueue-0] 2019-05-11 04:58:31,556 jmri.Block??????????????????????????? WARN? - count of 2 ACTIVE neightbors with proper direction can't be handled for block BristolRoadway1 but maybe it can be determined when another block becomes free [AWT-EventQueue-0] 2019-05-11 04:58:39,476 jmri.Block??????????????????????????? INFO? - Block BristolRoadway1 gets LATE new value from BristolRoadwayExit, direction= North [AWT-EventQueue-0] |