TS: Exception in Auxiliary OutputChannelListener

For discussion of Phil Tobin's Tuner Studio software (Only about the tuning software itself, not about how to tune or firmware features)

Moderator: LT401Vette

Post Reply
jsmcortina
Site Admin
Posts: 39585
Joined: Mon May 03, 2004 1:34 am
Location: Birmingham, UK
Contact:

TS: Exception in Auxiliary OutputChannelListener

Post 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
I can repair or upgrade Megasquirts in UK. http://www.jamesmurrayengineering.co.uk

My Success story: http://www.msextra.com/forums/viewtopic ... 04&t=34277
MSEXTRA documentation at: http://www.msextra.com/doc/index.html
New users, please read the "Forum Help Page".
LT401Vette
Super MS/Extra'er
Posts: 12697
Joined: Sat Jul 16, 2005 8:07 am
Location: Moorseville, NC
Contact:

Re: TS: Exception in Auxiliary OutputChannelListener

Post by LT401Vette »

Do you have a project or a log?
Phil Tobin
EFI Analytics, helping to simplify EFI
Next Generation tuning software.
Supporting all MegaSquirt versions and firmwares.
http://www.TunerStudio.com
http://www.efiAnalytics.com/MegaLogViewer/
Support the firmware running your engine:
http://www.msextra.com/doc/donations.html
LT401Vette
Super MS/Extra'er
Posts: 12697
Joined: Sat Jul 16, 2005 8:07 am
Location: Moorseville, NC
Contact:

Re: TS: Exception in Auxiliary OutputChannelListener

Post 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/
Phil Tobin
EFI Analytics, helping to simplify EFI
Next Generation tuning software.
Supporting all MegaSquirt versions and firmwares.
http://www.TunerStudio.com
http://www.efiAnalytics.com/MegaLogViewer/
Support the firmware running your engine:
http://www.msextra.com/doc/donations.html
jsmcortina
Site Admin
Posts: 39585
Joined: Mon May 03, 2004 1:34 am
Location: Birmingham, UK
Contact:

Re: TS: Exception in Auxiliary OutputChannelListener

Post 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
I can repair or upgrade Megasquirts in UK. http://www.jamesmurrayengineering.co.uk

My Success story: http://www.msextra.com/forums/viewtopic ... 04&t=34277
MSEXTRA documentation at: http://www.msextra.com/doc/index.html
New users, please read the "Forum Help Page".
LT401Vette
Super MS/Extra'er
Posts: 12697
Joined: Sat Jul 16, 2005 8:07 am
Location: Moorseville, NC
Contact:

Re: TS: Exception in Auxiliary OutputChannelListener

Post by LT401Vette »

So did this happen once, then after reopening the project is gone?
Is it Reproducible?
Phil Tobin
EFI Analytics, helping to simplify EFI
Next Generation tuning software.
Supporting all MegaSquirt versions and firmwares.
http://www.TunerStudio.com
http://www.efiAnalytics.com/MegaLogViewer/
Support the firmware running your engine:
http://www.msextra.com/doc/donations.html
jsmcortina
Site Admin
Posts: 39585
Joined: Mon May 03, 2004 1:34 am
Location: Birmingham, UK
Contact:

Re: TS: Exception in Auxiliary OutputChannelListener

Post 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
I can repair or upgrade Megasquirts in UK. http://www.jamesmurrayengineering.co.uk

My Success story: http://www.msextra.com/forums/viewtopic ... 04&t=34277
MSEXTRA documentation at: http://www.msextra.com/doc/index.html
New users, please read the "Forum Help Page".
LT401Vette
Super MS/Extra'er
Posts: 12697
Joined: Sat Jul 16, 2005 8:07 am
Location: Moorseville, NC
Contact:

Re: TS: Exception in Auxiliary OutputChannelListener

Post by LT401Vette »

Changes to logging are only going to be handled in the beta, not the stable branch.
Phil Tobin
EFI Analytics, helping to simplify EFI
Next Generation tuning software.
Supporting all MegaSquirt versions and firmwares.
http://www.TunerStudio.com
http://www.efiAnalytics.com/MegaLogViewer/
Support the firmware running your engine:
http://www.msextra.com/doc/donations.html
Post Reply