Specific suppression of TM1.Comm.SSL log entries

Post Reply
lotsaram
MVP
Posts: 3651
Joined: Fri Mar 13, 2009 11:14 am
OLAP Product: TableManager1
Version: PA 2.0.x
Excel Version: Office 365
Location: Switzerland

Specific suppression of TM1.Comm.SSL log entries

Post by lotsaram »

Does anyone know if it is possible with tm1s-log.properties to specifically suppress the "INFO" messages of the type TM1.Com.SSL ?

This has always been a bit of a problem from time to time with excess junk in the tm1server.log but suddenly for a period of a few hours yesterday evening I have literally gigabytes of logs containing nothing more than:

1957376 [17ac] INFO 2012-03-08 23:31:00.775 TM1.Comm.SSL SSL write error. SSL Error: 1, ret = -1

Can the logger be made to basically shut up as far as SSL INFO satus goes?
Andy Key
MVP
Posts: 351
Joined: Wed May 14, 2008 1:37 pm
OLAP Product: TM1
Version: 2.5 to PA
Excel Version: Lots
Location: Sydney
Contact:

Re: Specific suppression of TM1.Comm.SSL log entries

Post by Andy Key »

My guess would be:

Code: Select all

log4j.logger.TM1.Comm.SSL=WARN
Andy Key
lotsaram
MVP
Posts: 3651
Joined: Fri Mar 13, 2009 11:14 am
OLAP Product: TableManager1
Version: PA 2.0.x
Excel Version: Office 365
Location: Switzerland

Re: Specific suppression of TM1.Comm.SSL log entries

Post by lotsaram »

Cheers, will test this out and see if it does the trick.

----
Update: Indeed it does the trick! No more pesky TM1.Comm.SSL INFO messages for 2 weeks now.
Last edited by lotsaram on Fri Mar 23, 2012 12:12 pm, edited 1 time in total.
Wim Gielis
MVP
Posts: 3103
Joined: Mon Dec 29, 2008 6:26 pm
OLAP Product: TM1, Jedox
Version: PAL 2.0.9.18
Excel Version: Microsoft 365
Location: Brussels, Belgium
Contact:

Re: Specific suppression of TM1.Comm.SSL log entries

Post by Wim Gielis »

Hello

The same holds true for:

5852 [] INFO 2012-02-25 12:00:32.669 TM1.Comm.SSL Error connecting to remote machine

I thought I'd just mention it here, so that I can google later on on these keywords and find out my own post :-)

Thanks Andy.
Best regards,

Wim Gielis

IBM Champion 2024
Excel Most Valuable Professional, 2011-2014
https://www.wimgielis.com ==> 121 TM1 articles and a lot of custom code
Newest blog article: Deleting elements quickly
User avatar
Michel Zijlema
Site Admin
Posts: 712
Joined: Wed May 14, 2008 5:22 am
OLAP Product: TM1, PALO
Version: both 2.5 and higher
Excel Version: 2003-2007-2010
Location: Netherlands
Contact:

Re: Specific suppression of TM1.Comm.SSL log entries

Post by Michel Zijlema »

I'm glad that there is a way to suppress these messages (I have a customer who's getting currently tons of these messages), but does anyone know what's causing the (excessive amount) of these SSL write error messages?

Michel
MSidat
Community Contributor
Posts: 110
Joined: Thu Aug 26, 2010 7:41 am
OLAP Product: TM1, PA
Version: PAL 2.0.8
Excel Version: 2016
Location: North West England

Re: Specific suppression of TM1.Comm.SSL log entries

Post by MSidat »

Hi,

We dont have the tm1s-log.properties file at the moment and are happy with the amount of messages we are getting except for these SSL ones. As such, can we just create a blank tm1s-log.properties file and add the SSL exception in, or are them some other statements that will also need to reside in there.

Thanks in advance.
Always Open to Opportunities
User avatar
qml
MVP
Posts: 1094
Joined: Mon Feb 01, 2010 1:01 pm
OLAP Product: TM1 / Planning Analytics
Version: 2.0.9 and all previous
Excel Version: 2007 - 2016
Location: London, UK, Europe

Re: Specific suppression of TM1.Comm.SSL log entries

Post by qml »

You can find a sample tm1s-log.properties file in the data directory of each sample TM1 database that has been installed on your server (e.g. Planning Sample). Just copy it from there and add the line suggested by Andy.

You can also create this file from scratch with just this one line and it should work just fine.
Kamil Arendt
Marcus Scherer
Community Contributor
Posts: 126
Joined: Sun Jun 29, 2008 9:33 am
OLAP Product: TM1
Version: 10.2.2
Excel Version: 2016
Location: Karlsruhe

Re: Specific suppression of TM1.Comm.SSL log entries

Post by Marcus Scherer »

I'm glad that there is a way to suppress these messages (I have a customer who's getting currently tons of these messages), but does anyone know what's causing the (excessive amount) of these SSL write error messages?

Michel

Hi Michel,

I've seen massive amount of these entries with AuditLogOn=T

best regards,
lotsaram
MVP
Posts: 3651
Joined: Fri Mar 13, 2009 11:14 am
OLAP Product: TableManager1
Version: PA 2.0.x
Excel Version: Office 365
Location: Switzerland

Re: Specific suppression of TM1.Comm.SSL log entries

Post by lotsaram »

Marcus Scherer wrote:I've seen massive amount of these entries with AuditLogOn=T
There often massive amounts of these entries. However audit log and Rawstore files are a completely separate log from the server message log and this setting just switches the Rawstore/meta data log on. I would not think this setting would have even the slightest thing to do with SSL entries in the main message log.
Post Reply