Keyboard Shortcuts
ctrl + shift + ? :
Show all keyboard shortcuts
ctrl + g :
Navigate to a group
ctrl + shift + f :
Find
ctrl + / :
Quick actions
esc to dismiss
Likes
- Jmriusers
- Messages
Search
Locked
Re: Speed tables
H_kane,
I just did a quick look at Bachmann's website and for sure at least some of their EZ Control line models have only basic decoders that do not support speed tables. I was able to see that their 2 function decoder had a spec sheet and no speed table. So if you have those models, and you want speed tables, you will need to swap out the factory decoders for some other brand or model that supports it. Many to choose from. If your locomotives came with more sophisticated decoders than that, please report back and I am sure someone can steer you to figuring it out. Tom Wilson |
Locked
Re: CTI-Electronics Acela Interface Connection
Ken Cameron,
I have a new Windows 10 desktop and I installed JMRI 4.8. I have successfully setup the Digitrax connection with a PR3 interface and a DCS51 command station. All works correctly. However, I still can not setup a connection to the CTI Acela interface. The dialog box does not offer a port selection at all. I then tried JMRI 4.9.1 and this does not work either. I verified that the Acela interface is fully functional using the CTI software, so this is not a hardware or OS issue. This was broken with the JMRI 4.* release, but worked back with JMRI 3.10. I complained about this some time back and another user has as well. I would appreciate that this got some attention. Kenneth Underwood |
Locked
Re: Speed tables
H_kane,
Can you tell us what locomotive models you have from Bachmann? Even the Bachmann model number off the box? If those are sound equipped, you should be getting speed tables. If they are Bachmann's DCC on board line with no sound, they may be very basic decoders that dont have that capability. Their manufacturer model numbers will help to figure to that out by searching Bachmann's web site. Tom Wilson |
Locked
Speed tables
Model Railroad Builder
Harry,
toggle quoted message
Show quoted text
It may be that the specific decoder that you have does not implement speed tables. Can you give us the details on the decoder model and make. Bachman has used SoundTraxx decoders in many of their models and to my knowledge most of those do allow speed tables. Mark Juett Ace Services LLC Your First Choice www.modelrailroadbuilder.com Begin forwarded message: From: "harry_kane2000@... [jmriusers]" <jmriusers@...> |
Locked
Re: Using PR3 on layout room laptop.
Howdy Jack. In the log posted, I counted 76 roster DateModified errors and 15 turnout errors.
Do you really have 76 roster entries? I have not had the problem with dates, but the format changed at some revision of JMRI and I recall much discussion. Regarding the turnouts, there were 15 errors. Unless you have the actual hardware attached, it may not like having non-existent turnouts in the turnout table/panel. Sorry to be vague, but I was trying to recall my struggle as I was planning my new layout. I had an XtrkCad plan, and made a panel using LocoNet Simulator on Layout Editor. Many of my turnouts were entered as LT, but on another day, during WiThottle testing when I connected to my Zephyr with a PR3, I loaded the panel but it didn't work as I planned, since I had nothing actually built yet. But I could be all wet 'cause Bob probably nailed it about the connection... Phil in gorgeous Young Harris, Georgia. USA |
Locked
Re: reading/programming Digitrax SFX006 standalone using JMRI
Hi Dirk
Try removing the PBT from the circuit. I have programmed these just fine with a pr3 + ps14. They are best done by themselves without a second decoder being on the track at the same time. Steve G |
Locked
Re: Speed tables
Terry
toggle quoted message
Show quoted text
Visit My Web site@ Harry ? (You didn't sign your post) so just guessing I have a Bachmann 4-8-2 Mountain With DCC on Board and I am able to access speed tables Using JMRI production Version 4.8 You might check to see if you are using the correct decoder definition Pretty sure they are listed separate under Soundtraxx Throttle up~~ Bachmann Steam OEM ~And there are 13 different HO engine types Mine is listed as a 4-8-2 USRA Heavy Terry -----Original Message-----
From: harry_kane2000@... [jmriusers] <jmriusers@...> To: jmriusers <jmriusers@...> Sent: Tue, Aug 1, 2017 2:19 am Subject: [jmriusers] Speed tables I'm very new to this JMRI stuff so bear with me. I have successfully loaded JMRI and have successfully run trains from my laptop, I've even managed to run two trains at a time from my smart phone using the Engine Driver app. However the main reason I started with JMRI was to use the nifty speed table page to adjust the speed curves on my locos. I have 4 locomotives, all Bachman with DCC on board, and none of these will allow that table to come up. It says this page is not available and suggests I choose another tab. I this a problem with Bachman decoders not allowing the setting of these tables? Help! |
Locked
Re: Using PR3 on layout room laptop.
There are a couple problems indicated here.
First, you seem to have some extra libraries hanging around somewhere. This is the ¡°jackson¡± message you see. There something in the release note about that: It¡¯s a problem that the JMRI installer on Windows automatically fixes, so I suggest downloading a copy of JMRI 4.8 and installing that. (Download link above) Second, I suspect that you have the LocoNet connection configured to ¡°PR3 Standalone Programmer¡± instead of as a connection to your command station (or as a Standalone LocoNet, depending on how things are wired). That would show the symptoms you see. Bob On Jul 31, 2017, at 5:44 PM, jceiermann@... [jmriusers] <jmriusers@...> wrote:
-- Bob Jacobsen rgj1927@... |
Locked
Re: System Console Warning Message
On Jul 31, 2017, at 1:59 PM, wmseapc@... [jmriusers] <jmriusers@...> wrote:Ok. Let me pull out the LIUSB-Ethernet I have and connect it to a mac so I can check the port name assigned. That might take me a day or two. I moved recently and there are some things that still need to be unpacked. Paul |
Locked
Re: Odd problems with latest test version 4.9.1 Windows 10
John,
Metrics -- These are part of "layoutblocks", which is an extension of "blocks". The layout blocks schema is missing the metrics element. I can fix that. The default value is 200 which is not written to the panel xml file. It took a while but I think I have figured out the "missing" NX data. It is actually there but not accessible. The startup process was creating 2 EntryExit managers. The first one was created at the beginning of startup and was used during the loading of the panel xml file data. This is what allows the NX processes to work. The second one was created at the end of the startup process, but it is empty. That is why selecting "Tools >> Entry Exit..." is always blank after the JMRI startup. I think I have a fix for this issue. I need to finish testing to make sure I don't break something else. I tested stacking on my sample NX config (referenced in the previous message), and it worked as expected. The problems you are seeing may be caused by the "2 managers" issue. The "double cross-over" block routing problem also affects signal mast logic. I just delete the impossible signal mast logic. When Path routing starts messing up, usually due to changes to the track plan, I go to Tools >> Blocks >> Paths >> Delete Paths... After a save and restart, the paths are automatically rebuilt during startup. There is no way I would try to change them manually. If you want to try and understand block routing, the following URL might help: Dave Sand |
Locked
Speed tables
I'm very new to this JMRI stuff so bear with me. I have successfully loaded JMRI and have successfully run trains from my laptop, I've even managed to run two trains at a time from my smart phone using the Engine Driver app. However the main reason I started with JMRI was to use the nifty speed table page to adjust the speed curves on my locos. I have 4 locomotives, all Bachman with DCC on board, and none of these will allow that table to come up. It says this page is not available and suggests I choose another tab. I this a problem with Bachman decoders not allowing the setting of these tables? Help!
|
Locked
Re: Test version 4.9.1 further bug with setting sensors on turnouts
John,
I have been building a sample NX setup to test out your problems. I was able to re-create the "turnout" issue for sensors by not adding a turnout to the icon. After adding the turnout name, I was able to add the sensors. Just now I expanded my sample system to include the signal masts. This time the "turnout" name problem showed up for the signal masts. I faked out the system by adding one mast at a time. You might try adding the sensors one at a time. Dave Sand |
Locked
PanelPro Logix Consequent Action randomly changing Signal Head Appearance for same Signal Head and Action
Good evening
I have been observing this problem for quite a while and was hoping I might see a change in JMRI 4.8 but have not. It is an intermittent problem that occurs after confirming the Signal Head Appearance is correct in the Consequent Action Edit window and all criteria meet the requirements. The next action requesting this Consequent Action displays an incorrect Signal Head Appearance. Building signal head logix manually using Logix table with three conditionals on main logix screen called Red, Yellow, and Green. Here is a Browse of one of my logix experiencing the problem in both live and SIM modes: IX:AUTO:0058C1 Red Antecedent: (R1 or (R2 and R3)) R1 IF Turnout "NT124" state is Turnout Thrown R2 AND Turnout "NT124" state is Turnout Closed R3 AND Sensor "LS123" state is Sensor Active THEN When Triggered True, Set Signal Head Appearance, "IH:SE8C:"LT315";"LT316"" to Red IX:AUTO:0058C2 Yellow R1 IF Turnout "NT124" state is Turnout Closed R2 AND Sensor "LS123" state is Sensor Inactive R3 AND Turnout "NT127" state is Turnout Closed THEN When Triggered True, Set Signal Head Appearance, "IH:SE8C:"LT315";"LT316"" to Yellow <==this is the changing value --> IX:AUTO:0058C3 Green R1 IF Turnout "NT124" state is Turnout Closed R2 AND Sensor "LS123" state is Sensor Inactive R3 AND Turnout "NT126" state is Turnout Closed R4 AND Turnout "NT127" state is Turnout Thrown R5 AND Sensor "LS87" state is Sensor Inactive THEN When Triggered True, Set Signal Head Appearance, "IH:SE8C:"LT315";"LT316"" to Green I have even included the conditional from the JMRI file here: <conditional systemName="IX:AUTO:0061C2" userName="Yellow" antecedent="R1 and R2" logicType="1" triggerOnChange="yes"> <systemName>IX:AUTO:0061C2</systemName> <userName>Yellow</userName> <conditionalStateVariable operator="4" negated="no" type="4" systemName="NT121" dataString="" num1="0" num2="0" triggersCalc="yes" /> <conditionalStateVariable operator="1" negated="no" type="2" systemName="LS121" dataString="" num1="0" num2="0" triggersCalc="yes" /> <conditionalAction option="1" type="3" systemName="IH:SE8C:"LT325";"LT326"" data="4" delay="0" string="Yellow" /> </conditional> Problem is here: I am looking at IX:AUTO:0058C2 Yellow and expecting a Yellow signal head since all the IF statements are true. Initially the Signal Head was correct, but isn't after changing the signal conditions to Red, or Green, then back to a Yellow condition. It will not return to Yellow afterwards The Consequent Actions (the 'then' part) says the signal head should be yellow, but if I edit the Consequent Action, the Signal Head Appearance says "Green" despite how many times I change it back to Yellow (and save the file, quit the program and restart/reload the file). All I have to do is change a condition that will change the signal head correctly, then go back to a Yellow condition, but it will either say Red or Green in the Consequent Action. Obviously, this can be very frustrating because it doesn't happen with every Logix I've created (30+). Is the fact that I am not using the SSL tool causing this problem? What can I do to isolate this problem, or more better describe it to anyone looking at this. OS is Win7 running JMRI 4.8 now, but have experienced this in much earlier releases. Any and all help will be great appreciated. Wain Schroeder Clinton Central Model Railroad www.ccmrr.org |
Locked
Re: DecoderPro print problems
Hi Rick I spent the day going thru' every print combination I could think of on Windows 10 and Windows XP. All of them came out as ~5 lines per inch, ~12pt courier, correctly sized and spaced, which is slightly bigger than the old typewriter standard. The only way I could get anything close to not that, is by messing with the printer properties, and not setting Page Setup -->Page Layout --> Normal Size.
I think you or me may have miss read something, I wasn't aware that JMRI 4.6 ran under java 7u80. It didnt work for me. Steve G. |
Locked
Re: Test version 4.9.1 further bug with setting sensors on turnouts
Dave, the turnout names are all there, and it displays the name at the top
of the box, so something else is going wrong. Thaniks for looking at this. I am using the simulator if I hadn't said that already, if that makes any difference. John |
Locked
Using PR3 on layout room laptop.
The problem I'm having when using the PR3 on my AVIO laptop running W10 is that when I look at the turnout table I can't find Loconet only IT turnouts. Yet when I change the computer to using Loconet Simulator lo and behold there is the Loconet turnouts.
What I'm I doing incorrectly. below is the file from that computer. Jack Eiermann 2017-07-31 14:25:50,833 util.Log4JUtil INFO - * JMRI log ** [main] 2017-07-31 14:25:50,864 util.Log4JUtil INFO - This log is appended to file: C:\Users\User\JMRI\log\messages.log [main] 2017-07-31 14:25:50,864 util.Log4JUtil INFO - This log is stored in file: C:\Users\User\JMRI\log\session.log [main] 2017-07-31 14:25:50,896 apps.Apps INFO - PanelPro version 4.7.6+R570b2bc starts under Java 1.8.0_131 on Windows 10 amd64 v10.0 at Mon Jul 31 14:25:50 PDT 2017 [main] 2017-07-31 14:25:51,396 apps.Apps INFO - Starting with profile My_JMRI_Railroad.3dd9a798 [main] 2017-07-31 14:25:51,771 node.NodeIdentity INFO - Using jmri-3C0771563C8C-3dd9a798 as the JMRI Node identity [main] 2017-07-31 14:25:51,943 jmrix.ConnectionConfigManager INFO - No local configuration found. [main] 2017-07-31 14:25:52,458 locobuffer.LocoBufferAdapter INFO - COM6 port opened at 57600 baud with DTR: true RTS: true DSR: false CTS: false CD: false [main] 2017-07-31 14:25:53,005 roster.RosterEntry ERROR - IllegalArgumentException in RosterEntry.setDateModified - this may indicate a problem with the classpath, specifically multiple copies of the 'jackson` library. See release notes [main] 2017-07-31 14:25:53,005 roster.RosterEntry ERROR - IllegalArgumentException in RosterEntry.setDateModified - this may indicate a problem with the classpath, specifically multiple copies of the 'jackson` library. See release notes [main] 2017-07-31 14:25:53,005 roster.RosterEntry ERROR - IllegalArgumentException in RosterEntry.setDateModified - this may indicate a problem with the classpath, specifically multiple copies of the 'jackson` library. See release notes [main] 2017-07-31 14:25:53,005 roster.RosterEntry ERROR - IllegalArgumentException in RosterEntry.setDateModified - this may indicate a problem with the classpath, specifically multiple copies of the 'jackson` library. See release notes [main] 2017-07-31 14:25:53,021 roster.RosterEntry ERROR - IllegalArgumentException in RosterEntry.setDateModified - this may indicate a problem with the classpath, specifically multiple copies of the 'jackson` library. See release notes [main] 2017-07-31 14:25:53,021 roster.RosterEntry ERROR - IllegalArgumentException in RosterEntry.setDateModified - this may indicate a problem with the classpath, specifically multiple copies of the 'jackson` library. See release notes [main] 2017-07-31 14:25:53,021 roster.RosterEntry ERROR - IllegalArgumentException in RosterEntry.setDateModified - this may indicate a problem with the classpath, specifically multiple copies of the 'jackson` library. See release notes [main] 2017-07-31 14:25:53,021 roster.RosterEntry ERROR - IllegalArgumentException in RosterEntry.setDateModified - this may indicate a problem with the classpath, specifically multiple copies of the 'jackson` library. See release notes [main] 2017-07-31 14:25:53,021 roster.RosterEntry ERROR - IllegalArgumentException in RosterEntry.setDateModified - this may indicate a problem with the classpath, specifically multiple copies of the 'jackson` library. See release notes [main] 2017-07-31 14:25:53,021 roster.RosterEntry ERROR - IllegalArgumentException in RosterEntry.setDateModified - this may indicate a problem with the classpath, specifically multiple copies of the 'jackson` library. See release notes [main] 2017-07-31 14:25:53,021 roster.RosterEntry ERROR - IllegalArgumentException in RosterEntry.setDateModified - this may indicate a problem with the classpath, specifically multiple copies of the 'jackson` library. See release notes [main] 2017-07-31 14:25:53,036 roster.RosterEntry ERROR - IllegalArgumentException in RosterEntry.setDateModified - this may indicate a problem with the classpath, specifically multiple copies of the 'jackson` library. See release notes [main] 2017-07-31 14:25:53,036 roster.RosterEntry ERROR - IllegalArgumentException in RosterEntry.setDateModified - this may indicate a problem with the classpath, specifically multiple copies of the 'jackson` library. See release notes [main] 2017-07-31 14:25:53,036 roster.RosterEntry ERROR - IllegalArgumentException in RosterEntry.setDateModified - this may indicate a problem with the classpath, specifically multiple copies of the 'jackson` library. See release notes [main] 2017-07-31 14:25:53,036 roster.RosterEntry ERROR - IllegalArgumentException in RosterEntry.setDateModified - this may indicate a problem with the classpath, specifically multiple copies of the 'jackson` library. See release notes [main] 2017-07-31 14:25:53,036 roster.RosterEntry ERROR - IllegalArgumentException in RosterEntry.setDateModified - this may indicate a problem with the classpath, specifically multiple copies of the 'jackson` library. See release notes [main] 2017-07-31 14:25:53,036 roster.RosterEntry ERROR - IllegalArgumentException in RosterEntry.setDateModified - this may indicate a problem with the classpath, specifically multiple copies of the 'jackson` library. See release notes [main] 2017-07-31 14:25:53,052 roster.RosterEntry ERROR - IllegalArgumentException in RosterEntry.setDateModified - this may indicate a problem with the classpath, specifically multiple copies of the 'jackson` library. See release notes [main] 2017-07-31 14:25:53,052 roster.RosterEntry ERROR - IllegalArgumentException in RosterEntry.setDateModified - this may indicate a problem with the classpath, specifically multiple copies of the 'jackson` library. See release notes [main] 2017-07-31 14:25:53,052 roster.RosterEntry ERROR - IllegalArgumentException in RosterEntry.setDateModified - this may indicate a problem with the classpath, specifically multiple copies of the 'jackson` library. See release notes [main] 2017-07-31 14:25:53,052 roster.RosterEntry ERROR - IllegalArgumentException in RosterEntry.setDateModified - this may indicate a problem with the classpath, specifically multiple copies of the 'jackson` library. See release notes [main] 2017-07-31 14:25:53,052 roster.RosterEntry ERROR - IllegalArgumentException in RosterEntry.setDateModified - this may indicate a problem with the classpath, specifically multiple copies of the 'jackson` library. See release notes [main] 2017-07-31 14:25:53,068 roster.RosterEntry ERROR - IllegalArgumentException in RosterEntry.setDateModified - this may indicate a problem with the classpath, specifically multiple copies of the 'jackson` library. See release notes [main] 2017-07-31 14:25:53,068 roster.RosterEntry ERROR - IllegalArgumentException in RosterEntry.setDateModified - this may indicate a problem with the classpath, specifically multiple copies of the 'jackson` library. See release notes [main] 2017-07-31 14:25:53,068 roster.RosterEntry ERROR - IllegalArgumentException in RosterEntry.setDateModified - this may indicate a problem with the classpath, specifically multiple copies of the 'jackson` library. See release notes [main] 2017-07-31 14:25:53,068 roster.RosterEntry ERROR - IllegalArgumentException in RosterEntry.setDateModified - this may indicate a problem with the classpath, specifically multiple copies of the 'jackson` library. See release notes [main] 2017-07-31 14:25:53,068 roster.RosterEntry ERROR - IllegalArgumentException in RosterEntry.setDateModified - this may indicate a problem with the classpath, specifically multiple copies of the 'jackson` library. See release notes [main] 2017-07-31 14:25:53,068 roster.RosterEntry ERROR - IllegalArgumentException in RosterEntry.setDateModified - this may indicate a problem with the classpath, specifically multiple copies of the 'jackson` library. See release notes [main] 2017-07-31 14:25:53,068 roster.RosterEntry ERROR - IllegalArgumentException in RosterEntry.setDateModified - this may indicate a problem with the classpath, specifically multiple copies of the 'jackson` library. See release notes [main] 2017-07-31 14:25:53,083 roster.RosterEntry ERROR - IllegalArgumentException in RosterEntry.setDateModified - this may indicate a problem with the classpath, specifically multiple copies of the 'jackson` library. See release notes [main] 2017-07-31 14:25:53,083 roster.RosterEntry ERROR - IllegalArgumentException in RosterEntry.setDateModified - this may indicate a problem with the classpath, specifically multiple copies of the 'jackson` library. See release notes [main] 2017-07-31 14:25:53,083 roster.RosterEntry ERROR - IllegalArgumentException in RosterEntry.setDateModified - this may indicate a problem with the classpath, specifically multiple copies of the 'jackson` library. See release notes [main] 2017-07-31 14:25:53,083 roster.RosterEntry ERROR - IllegalArgumentException in RosterEntry.setDateModified - this may indicate a problem with the classpath, specifically multiple copies of the 'jackson` library. See release notes [main] 2017-07-31 14:25:53,083 roster.RosterEntry ERROR - IllegalArgumentException in RosterEntry.setDateModified - this may indicate a problem with the classpath, specifically multiple copies of the 'jackson` library. See release notes [main] 2017-07-31 14:25:53,083 roster.RosterEntry ERROR - IllegalArgumentException in RosterEntry.setDateModified - this may indicate a problem with the classpath, specifically multiple copies of the 'jackson` library. See release notes [main] 2017-07-31 14:25:53,083 roster.RosterEntry ERROR - IllegalArgumentException in RosterEntry.setDateModified - this may indicate a problem with the classpath, specifically multiple copies of the 'jackson` library. See release notes [main] 2017-07-31 14:25:53,083 roster.RosterEntry ERROR - IllegalArgumentException in RosterEntry.setDateModified - this may indicate a problem with the classpath, specifically multiple copies of the 'jackson` library. See release notes [main] 2017-07-31 14:25:53,099 roster.RosterEntry ERROR - IllegalArgumentException in RosterEntry.setDateModified - this may indicate a problem with the classpath, specifically multiple copies of the 'jackson` library. See release notes [main] 2017-07-31 14:25:53,130 roster.RosterEntry ERROR - IllegalArgumentException in RosterEntry.setDateModified - this may indicate a problem with the classpath, specifically multiple copies of the 'jackson` library. See release notes [main] 2017-07-31 14:25:53,130 roster.RosterEntry ERROR - IllegalArgumentException in RosterEntry.setDateModified - this may indicate a problem with the classpath, specifically multiple copies of the 'jackson` library. See release notes [main] 2017-07-31 14:25:53,130 roster.RosterEntry ERROR - IllegalArgumentException in RosterEntry.setDateModified - this may indicate a problem with the classpath, specifically multiple copies of the 'jackson` library. See release notes [main] 2017-07-31 14:25:53,146 roster.RosterEntry ERROR - IllegalArgumentException in RosterEntry.setDateModified - this may indicate a problem with the classpath, specifically multiple copies of the 'jackson` library. See release notes [main] 2017-07-31 14:25:53,146 roster.RosterEntry ERROR - IllegalArgumentException in RosterEntry.setDateModified - this may indicate a problem with the classpath, specifically multiple copies of the 'jackson` library. See release notes [main] 2017-07-31 14:25:53,146 roster.RosterEntry ERROR - IllegalArgumentException in RosterEntry.setDateModified - this may indicate a problem with the classpath, specifically multiple copies of the 'jackson` library. See release notes [main] 2017-07-31 14:25:53,146 roster.RosterEntry ERROR - IllegalArgumentException in RosterEntry.setDateModified - this may indicate a problem with the classpath, specifically multiple copies of the 'jackson` library. See release notes [main] 2017-07-31 14:25:53,146 roster.RosterEntry ERROR - IllegalArgumentException in RosterEntry.setDateModified - this may indicate a problem with the classpath, specifically multiple copies of the 'jackson` library. See release notes [main] 2017-07-31 14:25:53,146 roster.RosterEntry ERROR - IllegalArgumentException in RosterEntry.setDateModified - this may indicate a problem with the classpath, specifically multiple copies of the 'jackson` library. See release notes [main] 2017-07-31 14:25:53,146 roster.RosterEntry ERROR - IllegalArgumentException in RosterEntry.setDateModified - this may indicate a problem with the classpath, specifically multiple copies of the 'jackson` library. See release notes [main] 2017-07-31 14:25:53,146 roster.RosterEntry ERROR - IllegalArgumentException in RosterEntry.setDateModified - this may indicate a problem with the classpath, specifically multiple copies of the 'jackson` library. See release notes [main] 2017-07-31 14:25:53,161 roster.RosterEntry ERROR - IllegalArgumentException in RosterEntry.setDateModified - this may indicate a problem with the classpath, specifically multiple copies of the 'jackson` library. See release notes [main] 2017-07-31 14:25:53,161 roster.RosterEntry ERROR - IllegalArgumentException in RosterEntry.setDateModified - this may indicate a problem with the classpath, specifically multiple copies of the 'jackson` library. See release notes [main] 2017-07-31 14:25:53,161 roster.RosterEntry ERROR - IllegalArgumentException in RosterEntry.setDateModified - this may indicate a problem with the classpath, specifically multiple copies of the 'jackson` library. See release notes [main] 2017-07-31 14:25:53,161 roster.RosterEntry ERROR - IllegalArgumentException in RosterEntry.setDateModified - this may indicate a problem with the classpath, specifically multiple copies of the 'jackson` library. See release notes [main] 2017-07-31 14:25:53,161 roster.RosterEntry ERROR - IllegalArgumentException in RosterEntry.setDateModified - this may indicate a problem with the classpath, specifically multiple copies of the 'jackson` library. See release notes [main] 2017-07-31 14:25:53,161 roster.RosterEntry ERROR - IllegalArgumentException in RosterEntry.setDateModified - this may indicate a problem with the classpath, specifically multiple copies of the 'jackson` library. See release notes [main] 2017-07-31 14:25:53,161 roster.RosterEntry ERROR - IllegalArgumentException in RosterEntry.setDateModified - this may indicate a problem with the classpath, specifically multiple copies of the 'jackson` library. See release notes [main] 2017-07-31 14:25:53,161 roster.RosterEntry ERROR - IllegalArgumentException in RosterEntry.setDateModified - this may indicate a problem with the classpath, specifically multiple copies of the 'jackson` library. See release notes [main] 2017-07-31 14:25:53,161 roster.RosterEntry ERROR - IllegalArgumentException in RosterEntry.setDateModified - this may indicate a problem with the classpath, specifically multiple copies of the 'jackson` library. See release notes [main] 2017-07-31 14:25:53,161 roster.RosterEntry ERROR - IllegalArgumentException in RosterEntry.setDateModified - this may indicate a problem with the classpath, specifically multiple copies of the 'jackson` library. See release notes [main] 2017-07-31 14:25:53,177 roster.RosterEntry ERROR - IllegalArgumentException in RosterEntry.setDateModified - this may indicate a problem with the classpath, specifically multiple copies of the 'jackson` library. See release notes [main] 2017-07-31 14:25:53,177 roster.RosterEntry ERROR - IllegalArgumentException in RosterEntry.setDateModified - this may indicate a problem with the classpath, specifically multiple copies of the 'jackson` library. See release notes [main] 2017-07-31 14:25:53,177 roster.RosterEntry ERROR - IllegalArgumentException in RosterEntry.setDateModified - this may indicate a problem with the classpath, specifically multiple copies of the 'jackson` library. See release notes [main] 2017-07-31 14:25:53,177 roster.RosterEntry ERROR - IllegalArgumentException in RosterEntry.setDateModified - this may indicate a problem with the classpath, specifically multiple copies of the 'jackson` library. See release notes [main] 2017-07-31 14:25:53,177 roster.RosterEntry ERROR - IllegalArgumentException in RosterEntry.setDateModified - this may indicate a problem with the classpath, specifically multiple copies of the 'jackson` library. See release notes [main] 2017-07-31 14:25:53,177 roster.RosterEntry ERROR - IllegalArgumentException in RosterEntry.setDateModified - this may indicate a problem with the classpath, specifically multiple copies of the 'jackson` library. See release notes [main] 2017-07-31 14:25:53,193 roster.RosterEntry ERROR - IllegalArgumentException in RosterEntry.setDateModified - this may indicate a problem with the classpath, specifically multiple copies of the 'jackson` library. See release notes [main] 2017-07-31 14:25:53,193 roster.RosterEntry ERROR - IllegalArgumentException in RosterEntry.setDateModified - this may indicate a problem with the classpath, specifically multiple copies of the 'jackson` library. See release notes [main] 2017-07-31 14:25:53,193 roster.RosterEntry ERROR - IllegalArgumentException in RosterEntry.setDateModified - this may indicate a problem with the classpath, specifically multiple copies of the 'jackson` library. See release notes [main] 2017-07-31 14:25:53,193 roster.RosterEntry ERROR - IllegalArgumentException in RosterEntry.setDateModified - this may indicate a problem with the classpath, specifically multiple copies of the 'jackson` library. See release notes [main] 2017-07-31 14:25:53,193 roster.RosterEntry ERROR - IllegalArgumentException in RosterEntry.setDateModified - this may indicate a problem with the classpath, specifically multiple copies of the 'jackson` library. See release notes [main] 2017-07-31 14:25:53,193 roster.RosterEntry ERROR - IllegalArgumentException in RosterEntry.setDateModified - this may indicate a problem with the classpath, specifically multiple copies of the 'jackson` library. See release notes [main] 2017-07-31 14:25:53,193 roster.RosterEntry ERROR - IllegalArgumentException in RosterEntry.setDateModified - this may indicate a problem with the classpath, specifically multiple copies of the 'jackson` library. See release notes [main] 2017-07-31 14:25:53,193 roster.RosterEntry ERROR - IllegalArgumentException in RosterEntry.setDateModified - this may indicate a problem with the classpath, specifically multiple copies of the 'jackson` library. See release notes [main] 2017-07-31 14:25:53,208 roster.RosterEntry ERROR - IllegalArgumentException in RosterEntry.setDateModified - this may indicate a problem with the classpath, specifically multiple copies of the 'jackson` library. See release notes [main] 2017-07-31 14:25:53,208 roster.RosterEntry ERROR - IllegalArgumentException in RosterEntry.setDateModified - this may indicate a problem with the classpath, specifically multiple copies of the 'jackson` library. See release notes [main] 2017-07-31 14:25:53,208 roster.RosterEntry ERROR - IllegalArgumentException in RosterEntry.setDateModified - this may indicate a problem with the classpath, specifically multiple copies of the 'jackson` library. See release notes [main] 2017-07-31 14:25:53,646 apps.PerformFileModel INFO - Loading file C:\Users\User\JMRI\My_JMRI_Railroad\backupPanels\11.24.16 copy_20161124101957.xml [main] 2017-07-31 14:25:54,193 server.WebServer INFO - Starting Web Server on port 12080 [WebServer] 2017-07-31 14:25:54,333 server.WebServer INFO - Starting ZeroConfService _http._tcp.local for Web Server with properties {path=/, json=4.0} [WebServer] 2017-07-31 14:25:55,161 managers.AbstractTurnoutManager ERROR - Invalid system name for turnout: LT10 needed IT [AWT-EventQueue-0] 2017-07-31 14:25:55,161 configurexml.ErrorHandler ERROR - Unexpected error (Exception) while load(/C:/Users/User/JMRI/My_JMRI_Railroad/backupPanels/11.24.16%20copy_20161124101957.xml) in adaptor of type jmri.jmrix.loconet.configurexml.LnTurnoutManagerXml Exception: java.lang.IllegalArgumentException: Invalid system name for turnout: LT10 needed IT See for possibly more information. [AWT-EventQueue-0] java.lang.IllegalArgumentException: Invalid system name for turnout: LT10 needed IT at jmri.managers.AbstractTurnoutManager.newTurnout(AbstractTurnoutManager.java:82) at jmri.managers.ProxyTurnoutManager.makeBean(ProxyTurnoutManager.java:52) at jmri.managers.AbstractProxyManager.newNamedBean(AbstractProxyManager.java:243) at jmri.managers.ProxyTurnoutManager.newTurnout(ProxyTurnoutManager.java:112) at jmri.managers.configurexml.AbstractTurnoutManagerConfigXML.loadTurnouts(AbstractTurnoutManagerConfigXML.java:233) at jmri.jmrix.loconet.configurexml.LnTurnoutManagerXml.load(LnTurnoutManagerXml.java:34) at jmri.configurexml.ConfigXmlManager.loadOnSwingThread(ConfigXmlManager.java:699) at jmri.configurexml.ConfigXmlManager.lambda$1(ConfigXmlManager.java:621) at java.awt.event.InvocationEvent.dispatch(Unknown Source) at java.awt.EventQueue.dispatchEventImpl(Unknown Source) at java.awt.EventQueue.access$500(Unknown Source) at java.awt.EventQueue$3.run(Unknown Source) at java.awt.EventQueue$3.run(Unknown Source) at java.security.AccessController.doPrivileged(Native Method) at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source) at java.awt.EventQueue.dispatchEvent(Unknown Source) at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source) at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source) at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source) at java.awt.EventDispatchThread.pumpEvents(Unknown Source) at java.awt.EventDispatchThread.pumpEvents(Unknown Source) at java.awt.EventDispatchThread.run(Unknown Source) 2017-07-31 14:26:05,537 withrottle.UserInterface INFO - Creating new WiThrottle DeviceServer(socket) on port 12090, waiting for incoming connection... [WiThrottleGUIServer] 2017-07-31 14:26:17,803 layoutEditor.LayoutTurnout ERROR - bad turnoutname 'LT22' in layoutturnout TO6 [AWT-EventQueue-0] 2017-07-31 14:26:17,803 layoutEditor.LayoutTurnout ERROR - bad turnoutname 'LT18' in layoutturnout TO8 [AWT-EventQueue-0] 2017-07-31 14:26:17,803 layoutEditor.LayoutTurnout ERROR - bad turnoutname 'LT19' in layoutturnout TO10 [AWT-EventQueue-0] 2017-07-31 14:26:17,803 layoutEditor.LayoutTurnout ERROR - bad turnoutname 'LT15' in layoutturnout TO11 [AWT-EventQueue-0] 2017-07-31 14:26:17,803 layoutEditor.LayoutTurnout ERROR - bad turnoutname 'LT10' in layoutturnout TO15 [AWT-EventQueue-0] 2017-07-31 14:26:17,803 layoutEditor.LayoutTurnout ERROR - bad turnoutname 'LT12' in layoutturnout TO20 [AWT-EventQueue-0] 2017-07-31 14:26:17,803 layoutEditor.LayoutTurnout ERROR - bad turnoutname 'LT11' in layoutturnout TO22 [AWT-EventQueue-0] 2017-07-31 14:26:17,803 layoutEditor.LayoutTurnout ERROR - bad turnoutname 'LT14' in layoutturnout TO1 [AWT-EventQueue-0] 2017-07-31 14:26:17,803 layoutEditor.LayoutTurnout ERROR - bad turnoutname 'LT24' in layoutturnout TO5 [AWT-EventQueue-0] 2017-07-31 14:26:17,803 layoutEditor.LayoutTurnout ERROR - bad turnoutname 'LT17' in layoutturnout TO2 [AWT-EventQueue-0] 2017-07-31 14:26:17,803 layoutEditor.LayoutTurnout ERROR - bad turnoutname 'LT16' in layoutturnout TO3 [AWT-EventQueue-0] 2017-07-31 14:26:17,803 layoutEditor.LayoutTurnout ERROR - bad turnoutname 'LT13' in layoutturnout TO7 [AWT-EventQueue-0] 2017-07-31 14:26:17,819 layoutEditor.LayoutTurnout ERROR - bad turnoutname 'LT2010' in layoutturnout TO12 [AWT-EventQueue-0] 2017-07-31 14:26:17,819 layoutEditor.LayoutTurnout ERROR - bad turnoutname 'LT219' in layoutturnout TO13 [AWT-EventQueue-0] 2017-07-31 14:26:18,756 util.FileUtilSupport INFO - File path program: is C:\Program Files (x86)\JMRI\ [main] 2017-07-31 14:26:18,756 util.FileUtilSupport INFO - File path preference: is C:\Users\User\JMRI\My_JMRI_Railroad\ [main] 2017-07-31 14:26:18,756 util.FileUtilSupport INFO - File path profile: is C:\Users\User\JMRI\My_JMRI_Railroad\ [main] 2017-07-31 14:26:18,756 util.FileUtilSupport INFO - File path settings: is C:\Users\User\JMRI\ [main] 2017-07-31 14:26:18,756 util.FileUtilSupport INFO - File path home: is C:\Users\User\ [main] 2017-07-31 14:26:18,756 util.FileUtilSupport INFO - File path scripts: is C:\Program Files (x86)\JMRI\jython\ [main] 2017-07-31 14:26:32,335 audio.JoalAudioFactory INFO - Initialised JOAL using OpenAL: vendor - OpenAL Community version - 1.1 ALSOFT 1.15.1 [Listed Table Generation] 2017-07-31 14:28:05,012 withrottle.UserInterface INFO - Creating new WiThrottle DeviceServer(socket) on port 12090, waiting for incoming connection... [WiThrottleGUIServer] 2017-07-31 14:28:05,017 withrottle.DeviceServer INFO - Received Name: Jack' LG [WiThrottleUIDeviceServer] 2017-07-31 14:28:11,475 withrottle.DeviceServer INFO - Received Name: Jack' LG [WiThrottleUIDeviceServer] 2017-07-31 14:28:17,480 withrottle.DeviceServer INFO - Received Name: Jack' LG [WiThrottleUIDeviceServer] 2017-07-31 14:28:23,486 withrottle.DeviceServer INFO - Received Name: Jack' LG [WiThrottleUIDeviceServer] 2017-07-31 14:28:29,491 withrottle.DeviceServer INFO - Received Name: Jack' LG [WiThrottleUIDeviceServer] 2017-07-31 14:28:35,499 withrottle.DeviceServer INFO - Received Name: Jack' LG [WiThrottleUIDeviceServer] 2017-07-31 14:28:41,506 withrottle.DeviceServer INFO - Received Name: Jack' LG [WiThrottleUIDeviceServer] 2017-07-31 14:28:47,505 withrottle.DeviceServer INFO - Received Name: Jack' LG [WiThrottleUIDeviceServer] 2017-07-31 14:28:53,511 withrottle.DeviceServer INFO - Received Name: Jack' LG [WiThrottleUIDeviceServer] 2017-07-31 14:28:59,574 withrottle.DeviceServer INFO - Received Name: Jack' LG [WiThrottleUIDeviceServer] 2017-07-31 14:29:05,514 withrottle.DeviceServer INFO - Received Name: Jack' LG [WiThrottleUIDeviceServer] 2017-07-31 14:29:13,515 withrottle.UserInterface INFO - Creating new WiThrottle DeviceServer(socket) on port 12090, waiting for incoming connection... [WiThrottleGUIServer] 2017-07-31 14:29:13,519 withrottle.DeviceServer INFO - Received Name: Jack' LG [WiThrottleUIDeviceServer] |
Locked
Re: Test version 4.9.1 further bug with setting sensors on turnouts
John,
You need to add a turnout name to the turnout icon on the Layout Editor panel before you can add the NX sensors to the turnout. Dave Sand |
Locked
Re: TCS Indexed CV Problem on JMRI 4.9 amd 4.9.1
The difference is which CVs are index and which are data.
toggle quoted message
Show quoted text
T2CV: 201 8 bit primary index (first number) 202 8 bit secondary index (second number) 203&204 16 bit data Used for most sound things T3CV: 201 8 bit primary index (first number) 203&204 16 bit secondary index (second & third number) 202 8 bit data Used for volumes Michael Mosher Director NJ Div, MER, NMRA Webmaster, ECSFM Member SFRH&MS DCC Master PVSMR On 7/28/2017 3:06 PM, dbcherry@... [jmriusers] wrote:
What is the difference between the CVT2 and CVT3 anyway. |
Locked
Re: System Console Warning Message
Paul; I have the Lenz LUUSB # 23151
The USB Green light The XpressNet Red light; which I believe refers to the fact it is connected |
to navigate to use esc to dismiss