Keyboard Shortcuts
Likes
- Jmriusers
- Messages
Search
Thank you for reporting this. It's probably a mistake in the decoder configuration - the ESU function output configuration is a lot and I'll need to spend some time on it to update JMRI to match all the options on all the outputs on all the decoders for the most recent firmwares (we're also still missing class light logic and dynamic sound).
toggle quoted message
Show quoted text
Can you open an issue on github for me to remember this: ? If not, let me know and I'll do. Heiko On 9/18/24 07:32, Labo44 via groups.io wrote:
JMRI DecoderPro decoder definitions --
eMails verschlüsseln mit PGP - privacy is your right! Mein PGP-Key zur Verifizierung: |
Locked
Re: Apache server
If you can serve your site on port 80, Cloudflare's free level can provide an SSL proxy for your site. See screenshot.
?
|
Yup, here it is: /g/jmriusers/message/227611
?
In that case it was a USB-Serial adapter being used to connect to a PH-Pro, but that adapter used the same CH340 chip that is at issue here:
?
?
On Sun, Sep 8, 2024 at 08:22 PM, En-TACT wrote:
I'd try the CH340 drivers that post points to.? It certainly can't hurt, and it may just resolve the issue. ?
HTH,
Steve
"Breezlys" |
Terry M,
Well that's clearly not a NCE-USB device. It may be that both parts of the driver are not installed for the NCE-USB. One part deals with it at the USB level of device. The second driver makes COM device to that. Sometimes trying to install the driver twice works. But one trick in Device Manager is to go to the View tab and then select "Show Hidden Devices" and you might get to see some partially installed devices. -Ken Cameron, Member JMRI Dev Team www.jmri.org www.fingerlakeslivesteamers.org www.cnymod.com |
That tells me that what is on Com4 is not your USB Interface and that the computer is not seeing the USB Interface.
I'm thinking it's a driver issue, drivers needing to be installed. I can't help any further as I know nothing about NCE. -- Peter Ulvestad JMRI Users Group Moderator ( ) Tam Valley Group Moderator ( ) Sprog-DCC Group Moderator ( ) Edmonton Model Railroad Association ( ) |
Locked
Re: Signal heads/ masts
开云体育Ken, Dwarf signals are typically used in low speed applications, so a dwarf green would be Slow Clear, and a high green Clear. This could be done with a dwarf on the siding and high signal on the main. An example from the DRGW Tennessee Pass. Photo Eric Haas Dick :) On 9/15/2024 4:21 PM, Ken Cameron
wrote:
John B, The bulk of the signal mast logic systems have aspects that refer to the turnout as part of the aspect. Generally labeled diverging and usually another word of two like diverging approach or diverging slow. Physically using a dwarf combined with a high mast is not something in most if not any of the systems. Can you roll your own, yes. But that's a lot more work. Also that high and dwarf combo would not be something immediately understood by most operators. Generally the rule systems expect that you have a mast with one or more heads to display the appearance of the aspects. Never on two different physical devices. But maybe somebody can provide a prototype example. -Ken Cameron, Member JMRI Dev Team |
Peter,
?
When my laptop was attached to the USB interface, the Device Manager indicated under Ports “Intel Active Management Technology - SOL (COM4)”
When uncoupled it indicated the same message? “Intel Active Management Technology - SOL (COM4)”. ? There was no indication that the USB had been disconnected.
?
Terry Metcalfe
?
? |
Locked
Re: 5.9.4 / WiThrottle problem
#withrottleserver
Will do, thank you. Appreciate all your work on JMRI and WiThrottle. |
Locked
Re: 5.9.4 / WiThrottle problem
#withrottleserver
All,
I've no idea why those lines were commented out, but I will create a PR to put them back.
?
Sam,
Thanks for catching that. It should be fixed in 5.9.5. I'll update here when a developer version is available for you to test.
Until then, please use 5.9.3.
?
--SteveT |
Locked
Re: 5.9.4 / WiThrottle problem
#withrottleserver
Looks like it was commented out in this PR: https://github.com/JMRI/JMRI/commit/d2f4e90bac05defbdc24c7ca64aab07c33034318#diff-5c8fcfba7d2f4d11ff755c504095496a6444a6b46b26c72953835fdce6e76228 |
Locked
Re: 5.9.4 / WiThrottle problem
#withrottleserver
Steve, It appears that?StateInconsistent is commented in the properties file. jmrit/withrottle/WiThrottleBundle.properties:#StateInconsistent = Inconsistent Dave Sand ----- Original message ----- From: Steve Todd <mstevetodd@...> Subject: Re: [jmriusers] 5.9.4 / WiThrottle problem #withrottleserver Date: Tuesday, September 17, 2024 1:02 PM Sam, Thanks for the detailed info. From this, I can see that it is not a firewall issue, as your client connects. But the WiThrottle Server is crashing with this message: 11:49:34,791 ptionhandler. java.util. Of course, once the server crashes, it's not going to respond, so the client times out. Now, why you are getting "java.util. First suggestion is to create a new profile that ONLY starts the WiThrottle server and try it. Or, you can turn off all startup options except Start WiThrottle Server in your current profile. If that works, then enable startup actions one at a time until you find the one which causes this error. --SteveT |
Locked
Re: 5.9.4 / WiThrottle problem
#withrottleserver
Sam, Thanks for the detailed info. From this, I can see that it is not a firewall issue, as your client connects. But the WiThrottle Server is crashing with this message: 11:49:34,791 ptionhandler. Of course, once the server crashes, it's not going to respond, so the client times out. Now, why you are getting "java.util. First suggestion is to create a new profile that ONLY starts the WiThrottle server and try it. Or, you can turn off all startup options except Start WiThrottle Server in your current profile. --SteveT |
Locked
Re: 5.9.4 / WiThrottle problem
#withrottleserver
开云体育Sam, ? The following entry from your log with 5.9.4 likely shows a jmri problem.? WiThrottleServer will be dead at that point.? Hopefully one of the devs will take a look. ? Robin ? Robin Becker San Diego CA ? 11:49:34,791 ptionhandler.UncaughtExceptionHandler ERROR - Uncaught Exception caught by jmri.util.exceptionhandler.UncaughtExceptionHandler [WiThrottleServer] java.util.MissingResourceException: Resource 'StateInconsistent' not found at jmri.Bundle.retry(Bundle.java:204) ~[jmri.jar:?] at jmri.Bundle.handleGetMessage(Bundle.java:150) ~[jmri.jar:?] at jmri.jmrit.Bundle.retry(Bundle.java:106) ~[jmri.jar:?] at jmri.Bundle.handleGetMessage(Bundle.java:150) ~[jmri.jar:?] at jmri.jmrit.withrottle.Bundle.retry(Bundle.java:95) ~[jmri.jar:?] at jmri.Bundle.handleGetMessage(Bundle.java:150) ~[jmri.jar:?] at jmri.Bundle.handleGetMessage(Bundle.java:129) ~[jmri.jar:?] at jmri.jmrit.withrottle.Bundle.getMessage(Bundle.java:42) ~[jmri.jar:?] at jmri.jmrit.withrottle.TurnoutController.sendTitles(TurnoutController.java:156) ~[jmri.jar:?] at jmri.jmrit.withrottle.DeviceServer.addControllers(DeviceServer.java:533) ~[jmri.jar:?] at jmri.jmrit.withrottle.DeviceServer.<init>(DeviceServer.java:167) ~[jmri.jar:?] at jmri.jmrit.withrottle.FacelessServer.listen(FacelessServer.java:67) ~[jmri.jar:?] at jmri.jmrit.withrottle.DeviceManager$DeviceManagerThread.run(DeviceManager.java:63) ~[jmri.jar:?] ? ? ? From: [email protected] <[email protected]> On Behalf Of Sam Simons
Sent: Tuesday, September 17, 2024 10:44 AM To: [email protected] Subject: [jmriusers] 5.9.4 / WiThrottle problem ? Hello,? ? I updated to 5.9.4 yesterday and found that I could not connect to the WiThrottle server. Went in and disabled the firewall and it didn't have any effect. Re-enabled the firewall, uninstalled JMRI, re-installed the latest production version, and found I could access the WiThrottle server again. Updated to 5.9.3 and verified that I could access WiThrottle. This morning, I again verified all WiThrottle and JMRI web server operations on the various devices - iPhone, Android, and panel mounted tablets: Windows, iPad, and Kindle. All operated normally. Updated again to 5.9.4 and found that the web server functions such as operations appeared to work normally but the iPhone and Android were not able to connect up. The Android devices show that they see the server but on attempting to connect, a time out error is received. Without bothering to disable the firewall or reboot the device, I uninstalled 5.9.4 and reinstalled 5.9.3. The iPhone and Android start to communicate with the server again.? ? Android screen capture while attempting to connect: ? After uninstalling 5.9.4 and reinstalling 5.9.3: ? 5.9.4 log file (note this is not original, I have removed a lot of lines related to a turnout control script. Unedited copy available on request). ?
After uninstalling 5.9.4 and reinstalling 5.9.3, this is what comes up in the log (same notes as previous log file): ?
I'm not at all convinced that this isn't a firewall issue but given that I am not changing anything in the firewall as I bounce back and forth between 5.9.3 and 5.9.4 I am at a loss as to figure out what to allow. ? Sam |