¿ªÔÆÌåÓý

Date

Locked Importing Layout Scematic from Anyrail

 

Having designed my layout in Anyrail, I have now created a simlfied version and saved it as an XML document so I can import it into Panel Pro to use in Layout or Panel Editor


The only problem is I cant work out how to import it.



Guidance on how todo so in simple not to techmical terms would be greatly appreciated.


Ray


Locked Re: Test version 4.9.2 problems under Windows 7

 

Excellent Bob
You've traced the error: I've renamed the decoderindex.xml file from my layout folder, and bingo, no more crash when either opening an existing engine or trying to add a new one.


Locked Re: Test version 4.9.2 problems under Windows 7

 

Bob,



I'm launching ok, but opening an entry in the roster takes a very long time
or never happens for some entries (>5 minutes).



I don't have a decoderindex.xml file.



-Ken Cameron, Member JMRI Dev Team

www.jmri.org

www.fingerlakeslivesteamers.org

www.cnymod.com

www.syracusemodelrr.org


Locked Re: Test version 4.9.2 problems under Windows 7

 

Bob,
I will try what you requested when I get home this evening.
Thanks,
Tom Wilson


Locked Re: Test version 4.9.2 problems under Windows 7

 

On Aug 14, 2017, at 7:16 AM, acarasso_fr@... [jmriusers] <jmriusers@...> wrote:

JMRI lauches OK but very slowly, then when trying to add a new lok or trying to open an existing roster entry, it crashes:
Could one or two people who are seeing this problem try something for me, please?

*) Go to your profile directory

*) Check whether there¡¯s a ¡°decoderIndex.xml¡± file there. I¡¯d like to know whether people having the trouble have that file or not; either way is useful information.

*) If it is there, move it aside and then try the program to see if the problem is still present.

Thanks!

Bob

--
Bob Jacobsen
jacobsen@... +1-510-708-5988 AIM, Skype JacobsenRG


Locked Re: Test version 4.9.2 problems under Windows 7

 

I think we¡¯ve tracked this down.

A workaround might be possible. More to follow.

Bob


--
Bob Jacobsen
jacobsen@... +1-510-708-5988 AIM, Skype JacobsenRG


Locked Re: just updated to 4.8 and it doesn't seem to like 3 way points in the control panel!

 

Just updated on my test system to the latest 4.9.2 and the issues with the 3 way points in the control panel appears to have been sorted. I removed the turn off validation script from the startup and no errors were reported. >
Just need to update the Layout PC and try that, but seems to be a positive step so far
>
Brian


Locked Re: Icons on my CTC Panel

 

Bob, Cliff and Dave ... Thank you for the solution. I was able to make the change successfully.


Locked Re: Test version 4.9.2 problems under Windows 7

 

I'm seeing similar from HEAD about trying to open roster entries. I've not
tried with an install version of 4.8.2 yet. At least this happening on
Win10.



-Ken Cameron, Member JMRI Dev Team

www.jmri.org

www.fingerlakeslivesteamers.org

www.cnymod.com

www.syracusemodelrr.org


Locked Re: Slot monitor is blank

 

Given my problems with 4.8 I'm going back to 4.6
It may work for him but not for me

On Aug 14, 2017, at 9:12 AM, ulvestad@... [jmriusers] <jmriusers@...> wrote:

Terry,


The factory reset works in 4.8. This was confirmed for me by Gerry Hopkins. You will need to fix your system if it does not work for you.


Peter









[Non-text portions of this message have been removed]


Locked Re: Test version 4.9.2 problems under Windows 7

 

Hi Bob
I have the same error upgrading from 4.9.1 to 4.9.2 (running under Windows10 pro):
JMRI lauches OK but very slowly, then when trying to add a new lok or trying to open an existing roster entry, it crashes:


part of the log bellow


2017-08-14 15:59:52,707 ptionhandler.UncaughtExceptionHandler ERROR - Uncaught Exception caught by jmri.util.exceptionhandler.UncaughtExceptionHandler [initialize decoder index]
java.lang.OutOfMemoryError: Java heap space
at java.util.jar.Manifest$FastInputStream.<init>(Unknown Source)
at java.util.jar.Manifest$FastInputStream.<init>(Unknown Source)
at java.util.jar.Manifest.read(Unknown Source)
at java.util.jar.Manifest.<init>(Unknown Source)
at java.util.jar.JarFile.getManifestFromReference(Unknown Source)
at java.util.jar.JarFile.getManifest(Unknown Source)
at sun.misc.URLClassPath$JarLoader$2.getManifest(Unknown Source)
at java.net.URLClassLoader.defineClass(Unknown Source)
at java.net.URLClassLoader.access$100(Unknown Source)
at java.net.URLClassLoader$1.run(Unknown Source)
at java.net.URLClassLoader$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown Source)
at org.jdom2.input.sax.SAXBuilderEngine.build(SAXBuilderEngine.java:217)
at org.jdom2.input.sax.SAXBuilderEngine.build(SAXBuilderEngine.java:253)
at org.jdom2.input.SAXBuilder.build(SAXBuilder.java:1091)
at jmri.jmrit.XmlFile.getRoot(XmlFile.java:197)
at jmri.jmrit.XmlFile.rootFromFile(XmlFile.java:148)
at jmri.jmrit.XmlFile.rootFromName(XmlFile.java:116)
at jmri.jmrit.decoderdefn.DecoderIndexFile.updateIndexIfNeeded(DecoderIndexFile.java:272)
at jmri.jmrit.decoderdefn.DecoderIndexFile$Initializer.getDefault(DecoderIndexFile.java:649)
at jmri.InstanceManager.getNullableDefault(InstanceManager.java:232)
at jmri.InstanceManager.getDefault(InstanceManager.java:179)
at jmri.jmrit.decoderdefn.DecoderIndexFile.updateIndexIfNeeded(DecoderIndexFile.java:285)
at jmri.jmrit.decoderdefn.DecoderIndexFile$Initializer.getDefault(DecoderIndexFile.java:649)
at jmri.InstanceManager.getNullableDefault(InstanceManager.java:232)
at jmri.InstanceManager.getDefault(InstanceManager.java:179)
at jmri.jmrit.decoderdefn.DecoderIndexFile.updateIndexIfNeeded(DecoderIndexFile.java:285)
2017-08-14 16:01:21,090 ptionhandler.UncaughtExceptionHandler ERROR - Uncaught Exception caught by jmri.util.exceptionhandler.UncaughtExceptionHandler [AWT-EventQueue-0]
java.lang.OutOfMemoryError: Java heap space


Locked Re: Slot monitor is blank

 

Terry,


The factory reset works in 4.8. This was confirmed for me by Gerry Hopkins. You will need to fix your system if it does not work for you.


Peter


Locked Re: Test version 4.9.2 problems under Windows 7

 

Sorry for the trouble. I¡¯d be very interested in seeing those log files.

Bob

On Aug 13, 2017, at 8:55 PM, 5i5kb4wwnc2tul2puyiz46rnzqoc733wbkjzio4p@... [jmriusers] <jmriusers@...> wrote:

Hi,
Just more information regarding the 4.9.2 problem.
I was able to uninstall it. Then installed 4.9.1 and copied the contents of my JMRI backup folder into the active folder and everything is working again. I saved the log files from the 4.9.2 problems if you need or want to see them.
Thanks,
Tom Wilson
--
Bob Jacobsen
jacobsen@... +1-510-708-5988 AIM, Skype JacobsenRG


Locked Re: Roco Zimo decoder question

 

Does that carry over into Engine Driver?
The club has a PC with the sole purpose of providing Wi-throttle service.
We almost exclusively now run using smart phone throttles.

Thomas
DeSoto, TX


Locked Re: Slot monitor is blank

 

Since the Factory Reset issue for wow decoders was not fixed in 4.8 maybe i should go back to an earlier version
Usually if i wait for a production version i don't have these type problems

Also in the future i will read the release notes rather than just downloading






Terry
Visit My Web site@

-----Original Message-----
From: 'Ken Cameron' kcameron@... [jmriusers] <jmriusers@...>
To: jmriusers <jmriusers@...>
Sent: Mon, Aug 14, 2017 7:47 am
Subject: RE: [jmriusers] Slot monitor is blank






Terry,

On some systems when upgrading past 4.7.* (so that means 4.8) it is found
better to run the uninstall and insure the &#92;Program Files (x86)&#92;JMRI folder
is gone. That insures none of the prior parts are left around which could
trigger wrong behavior in the newer versions (like 4.8).

These issues are easy to see in the 'Help->Upload Debugging Info' files as
it shows the context of the bits and pieces that are in your environment.
That is why that is a great diagnostic tool for problems.

-Ken Cameron, Member JMRI Dev Team

www.jmri.org

www.fingerlakeslivesteamers.org

www.cnymod.com

www.syracusemodelrr.org

[Non-text portions of this message have been removed]









[Non-text portions of this message have been removed]


Locked Re: Slot monitor is blank

 

Terry,



On some systems when upgrading past 4.7.* (so that means 4.8) it is found
better to run the uninstall and insure the &#92;Program Files (x86)&#92;JMRI folder
is gone. That insures none of the prior parts are left around which could
trigger wrong behavior in the newer versions (like 4.8).



These issues are easy to see in the 'Help->Upload Debugging Info' files as
it shows the context of the bits and pieces that are in your environment.
That is why that is a great diagnostic tool for problems.



-Ken Cameron, Member JMRI Dev Team

www.jmri.org

www.fingerlakeslivesteamers.org

www.cnymod.com

www.syracusemodelrr.org


Locked Re: Slot monitor is blank

 

It was always set on com 1 and still is

On Aug 14, 2017, at 6:34 AM, alan.b.pearce@... [jmriusers] <jmriusers@...> wrote:

OK, then it looks like my supposition was correct. I'll have to leave it to someone with more intimate knowledge of converting between the two interface methods to advise you, but before they do, it would be good to know what com port was being used with 4.6. If you could find that out then someone else can advise on removing the old comms library and setting up the new one.



-----Original Message-----
From: jmriusers@... [mailto:jmriusers@...]
Sent: 14 August 2017 12:16
To: jmriusers@...
Subject: Re: [jmriusers] Slot monitor is blank


4.6



Terry
Visit My Web site@







-----Original Message-----
From: alan.b.pearce@... [jmriusers] <jmriusers@...>
To: jmriusers <jmriusers@...>
Sent: Mon, Aug 14, 2017 5:59 am
Subject: RE: [jmriusers] Slot monitor is blank






You haven't answered my question. You have already been told you are
wasting peoples time by not answering a direct question.

So just what was the previous version? A direct answer would be real useful
instead of an indirect answer that leaves us assuming we understand what
you are saying.

I have pointed out why I suspect this is your problem. It would be real nice to
actually have an answer that proves it, and then appropriate people will be
able to give direct instructions on what is required to resolve your problem.



-----Original Message-----
From: jmriusers@... [mailto:jmriusers@...]
Sent: 14 August 2017 11:55
To: jmriusers@...
Subject: Re: [jmriusers] Slot monitor is blank

My earlier versions go all the way back to 2.6 years ago I've used the
same preferences the whole time because the hardware has remained the
same I mostly use production releases to avoid bugs

On Aug 14, 2017, at 5:40 AM, alan.b.pearce@... [jmriusers]
<jmriusers@...> wrote:

What was the previous version of JMRI that you had before upgrading?
Seeing you say you upgraded to 4.8 I assume your previous version was
4.6, as you appear to be using only production releases.

If this is so it would appear you may have fallen foul of the change
to the
serial library that occurred with version 4.7.4 (see the release
notes). Note that there is an implication in the release notes that
this will introduce a change to your setup.





-----Original Message-----
From: jmriusers@...
[mailto:jmriusers@...]
Sent: 14 August 2017 00:42
To: jmriusers@...
Subject: Re: [jmriusers] Slot monitor is blank





Terry
Visit My Web site@







-----Original Message-----
From: 'Ken Cameron' kcameron@... [jmriusers]
<jmriusers@...>
To: jmriusers <jmriusers@...>
Sent: Sun, Aug 13, 2017 4:54 pm
Subject: RE: [jmriusers] Slot monitor is blank






Terry,

Just because you don't think you made any configuration changes
does
not
mean that some may have happened.

So that's why we wanted to get a check of the configuration. So as
you
say,
the connection should be:

System Manufacturer: Digitrax

System Connection: LocoNet LocoBuffer-II

Serial Port: (some COM device)

Command Station Type: DCS50 (Zephyr)

Next would be seeing the console log file to detect errors. I
expect we
will
see an error given what you say isn't happening.

-Ken Cameron, Member JMRI Dev Team

www.jmri.org

www.fingerlakeslivesteamers.org

www.cnymod.com

www.syracusemodelrr.org

[Non-text portions of this message have been removed]









[Non-text portions of this message have been removed]



------------------------------------
Posted by: terryintexas7@...
------------------------------------


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

Yahoo Groups Links



[Non-text portions of this message have been removed]



------------------------------------
Posted by: TerryinTexas7@...
------------------------------------


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

Yahoo Groups Links









[Non-text portions of this message have been removed]



------------------------------------
Posted by: terryintexas7@...
------------------------------------


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

Yahoo Groups Links



[Non-text portions of this message have been removed]


Locked Re: Slot monitor is blank

 

OK, then it looks like my supposition was correct. I'll have to leave it to someone with more intimate knowledge of converting between the two interface methods to advise you, but before they do, it would be good to know what com port was being used with 4.6. If you could find that out then someone else can advise on removing the old comms library and setting up the new one.

-----Original Message-----
From: jmriusers@... [mailto:jmriusers@...]
Sent: 14 August 2017 12:16
To: jmriusers@...
Subject: Re: [jmriusers] Slot monitor is blank


4.6



Terry
Visit My Web site@







-----Original Message-----
From: alan.b.pearce@... [jmriusers] <jmriusers@...>
To: jmriusers <jmriusers@...>
Sent: Mon, Aug 14, 2017 5:59 am
Subject: RE: [jmriusers] Slot monitor is blank






You haven't answered my question. You have already been told you are
wasting peoples time by not answering a direct question.

So just what was the previous version? A direct answer would be real useful
instead of an indirect answer that leaves us assuming we understand what
you are saying.

I have pointed out why I suspect this is your problem. It would be real nice to
actually have an answer that proves it, and then appropriate people will be
able to give direct instructions on what is required to resolve your problem.



-----Original Message-----
From: jmriusers@... [mailto:jmriusers@...]
Sent: 14 August 2017 11:55
To: jmriusers@...
Subject: Re: [jmriusers] Slot monitor is blank

My earlier versions go all the way back to 2.6 years ago I've used the
same preferences the whole time because the hardware has remained the
same I mostly use production releases to avoid bugs

On Aug 14, 2017, at 5:40 AM, alan.b.pearce@... [jmriusers]
<jmriusers@...> wrote:

What was the previous version of JMRI that you had before upgrading?
Seeing you say you upgraded to 4.8 I assume your previous version was
4.6, as you appear to be using only production releases.

If this is so it would appear you may have fallen foul of the change
to the
serial library that occurred with version 4.7.4 (see the release
notes). Note that there is an implication in the release notes that
this will introduce a change to your setup.





-----Original Message-----
From: jmriusers@...
[mailto:jmriusers@...]
Sent: 14 August 2017 00:42
To: jmriusers@...
Subject: Re: [jmriusers] Slot monitor is blank





Terry
Visit My Web site@







-----Original Message-----
From: 'Ken Cameron' kcameron@... [jmriusers]
<jmriusers@...>
To: jmriusers <jmriusers@...>
Sent: Sun, Aug 13, 2017 4:54 pm
Subject: RE: [jmriusers] Slot monitor is blank






Terry,

Just because you don't think you made any configuration changes
does
not
mean that some may have happened.

So that's why we wanted to get a check of the configuration. So as
you
say,
the connection should be:

System Manufacturer: Digitrax

System Connection: LocoNet LocoBuffer-II

Serial Port: (some COM device)

Command Station Type: DCS50 (Zephyr)

Next would be seeing the console log file to detect errors. I
expect we
will
see an error given what you say isn't happening.

-Ken Cameron, Member JMRI Dev Team

www.jmri.org

www.fingerlakeslivesteamers.org

www.cnymod.com

www.syracusemodelrr.org

[Non-text portions of this message have been removed]









[Non-text portions of this message have been removed]



------------------------------------
Posted by: terryintexas7@...
------------------------------------


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

Yahoo Groups Links



[Non-text portions of this message have been removed]



------------------------------------
Posted by: TerryinTexas7@...
------------------------------------


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

Yahoo Groups Links









[Non-text portions of this message have been removed]



------------------------------------
Posted by: terryintexas7@...
------------------------------------


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

Yahoo Groups Links



Locked Re: Roster entries - LDT

 

Dave



I absolutely accept your comments. As many accessory decoders do not
require any JMRI programming, what I was after was a "dumping ground" for
Accessory Decoders generally, in order to populate the Roster to show that
relebvant addresses. Maybe all that is needed is an "Miscellaneosu
Accessory Decoder" slot juts with "Basic Info" which would contain Address,
Maker, Type etc, with no ability to "Write" to them?



In passing, I have a Sprog set as Command Station and an Arduino Mega as
Throttle. Adding Decoders to the Roster only permits "Internal" or "DCC++",
but no Sprog address. Would be useful to expand this.



Rgds



Joff


Locked Re: Slot monitor is blank

 

4.6



Terry
Visit My Web site@

-----Original Message-----
From: alan.b.pearce@... [jmriusers] <jmriusers@...>
To: jmriusers <jmriusers@...>
Sent: Mon, Aug 14, 2017 5:59 am
Subject: RE: [jmriusers] Slot monitor is blank






You haven't answered my question. You have already been told you are wasting peoples time by not answering a direct question.

So just what was the previous version? A direct answer would be real useful instead of an indirect answer that leaves us assuming we understand what you are saying.

I have pointed out why I suspect this is your problem. It would be real nice to actually have an answer that proves it, and then appropriate people will be able to give direct instructions on what is required to resolve your problem.



-----Original Message-----
From: jmriusers@... [mailto:jmriusers@...]
Sent: 14 August 2017 11:55
To: jmriusers@...
Subject: Re: [jmriusers] Slot monitor is blank

My earlier versions go all the way back to 2.6 years ago I've used the same
preferences the whole time because the hardware has remained the same I
mostly use production releases to avoid bugs

On Aug 14, 2017, at 5:40 AM, alan.b.pearce@... [jmriusers]
<jmriusers@...> wrote:

What was the previous version of JMRI that you had before upgrading?
Seeing you say you upgraded to 4.8 I assume your previous version was 4.6,
as you appear to be using only production releases.

If this is so it would appear you may have fallen foul of the change to the
serial library that occurred with version 4.7.4 (see the release notes). Note
that there is an implication in the release notes that this will introduce a
change to your setup.





-----Original Message-----
From: jmriusers@...
[mailto:jmriusers@...]
Sent: 14 August 2017 00:42
To: jmriusers@...
Subject: Re: [jmriusers] Slot monitor is blank





Terry
Visit My Web site@







-----Original Message-----
From: 'Ken Cameron' kcameron@... [jmriusers]
<jmriusers@...>
To: jmriusers <jmriusers@...>
Sent: Sun, Aug 13, 2017 4:54 pm
Subject: RE: [jmriusers] Slot monitor is blank






Terry,

Just because you don't think you made any configuration changes does
not
mean that some may have happened.

So that's why we wanted to get a check of the configuration. So as you
say,
the connection should be:

System Manufacturer: Digitrax

System Connection: LocoNet LocoBuffer-II

Serial Port: (some COM device)

Command Station Type: DCS50 (Zephyr)

Next would be seeing the console log file to detect errors. I expect we
will
see an error given what you say isn't happening.

-Ken Cameron, Member JMRI Dev Team

www.jmri.org

www.fingerlakeslivesteamers.org

www.cnymod.com

www.syracusemodelrr.org

[Non-text portions of this message have been removed]













------------------------------------
Posted by: terryintexas7@...
------------------------------------


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

Yahoo Groups Links



[Non-text portions of this message have been removed]



------------------------------------
Posted by: TerryinTexas7@...
------------------------------------


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

Yahoo Groups Links