Page 1 of 1

TS: Exception in Auxiliary OutputChannelListener

Posted: Wed Dec 13, 2017 4:40 am
by jsmcortina
I just opened up an MS2/Extra project connected to a Microsquirt running 3.4.2 and java hung at 120% CPU.
Checking the log file I see 13 million instances of:
13/12/17 11:27:37 :Warning: Caught Exception in Auxiliary OutputChannelListener

Also, the log file still has some non-ASCII stuff in it, I had to use "grep -a" to get the count. The log file also grew to 1 gig before I kill -KILL'd java.
i.e.
$ grep -a "Auxiliary Output" ~/TunerStudioProjects/TunerStudioAppDebug.txt | wc -l
13213803

This is on v3.0.28 as I've not had any luck with newer versions.

What does this error mean?
Can't it be trapped so TS doesn't hang?
Can TS handle error logging more like syslogd so it doesn't log millions of duplicate errors.

James

Re: TS: Exception in Auxiliary OutputChannelListener

Posted: Wed Dec 13, 2017 3:10 pm
by LT401Vette
Do you have a project or a log?

Re: TS: Exception in Auxiliary OutputChannelListener

Posted: Wed Dec 13, 2017 3:19 pm
by LT401Vette
Also have you tried 3.0.50.23?

The releases after 3.0.50.17 should work on linux without JavaFX installed.

https://www.efianalytics.com/TunerStudio/beta/

Re: TS: Exception in Auxiliary OutputChannelListener

Posted: Thu Dec 14, 2017 4:48 am
by jsmcortina
LT401Vette wrote:Do you have a project or a log?
I will email them over. The project is one I've been using on the bench for years. The log looked normal until that line above.

Code: Select all

13/12/17 11:27:36 :Debug: Read page time: 155ms.
13/12/17 11:27:36 :Info: Checksum page 7 data read: xC1 xD5 x94 x8F            
                                           ....
13/12/17 11:27:36 :Debug: Read All Data
13/12/17 11:27:36 :Info: dr: 0:1
13/12/17 11:27:36 :Info: dr: 78:78
13/12/17 11:27:36 :Debug: Range Sort Time: 0
13/12/17 11:27:37 :Debug: High Speed Paint: false
13/12/17 11:27:37 :Info: 
13/12/17 11:27:37 :Warning: Caught Exception in Auxiliary OutputChannelListener
13/12/17 11:27:37 :Warning: Caught Exception in Auxiliary OutputChannelListener
13/12/17 11:27:37 :Warning: Caught Exception in Auxiliary OutputChannelListener
13/12/17 11:27:37 :Warning: Caught Exception in Auxiliary OutputChannelListener
13/12/17 11:27:37 :Warning: Caught Exception in Auxiliary OutputChannelListener
I'll email over the other bits.

James

Re: TS: Exception in Auxiliary OutputChannelListener

Posted: Thu Dec 14, 2017 6:30 am
by LT401Vette
So did this happen once, then after reopening the project is gone?
Is it Reproducible?

Re: TS: Exception in Auxiliary OutputChannelListener

Posted: Thu Dec 14, 2017 6:32 am
by jsmcortina
LT401Vette wrote:So did this happen once, then after reopening the project is gone?
Is it Reproducible?
It is the only time I've seen it. But the excessive logging of events and very large log file is something that Jean has reported before.

James

Re: TS: Exception in Auxiliary OutputChannelListener

Posted: Thu Dec 14, 2017 6:37 am
by LT401Vette
Changes to logging are only going to be handled in the beta, not the stable branch.