Author |
Message |
Topic: BlockIP2 exit causing SIGSEGV under high load |
techboy99
Replies: 1 Views: 3039
|
Forum: General IBM MQ Support Posted: Tue Apr 24, 2007 12:22 pm Subject: BlockIP2 exit causing SIGSEGV under high load |
We've encountered a problem in which the BlockIP2 (v2.60) exit seems to throw a SIGSEGV when a channel with the exit is under high load.
Here's the info from the FDC:
WebSphere MQ First Failure ... |
Topic: BlockIP2 log rotation |
techboy99
Replies: 7 Views: 4461
|
Forum: General IBM MQ Support Posted: Thu Apr 06, 2006 5:19 am Subject: BlockIP2 log rotation |
As an update to anyone who might be monitoring this thread. The new BlockIP2 version 2.47 corrects the problems I was having with the new Log Parms.
If you want to use Log Rotation make sure you ... |
Topic: BlockIP2 log rotation |
techboy99
Replies: 7 Views: 4461
|
Forum: General IBM MQ Support Posted: Tue Apr 04, 2006 12:46 pm Subject: BlockIP2 log rotation |
Sorry, just an update. I was able to get the log to roll over, but I had to comment out the LogFormat parm:
LogCount=5;
LogDrive=d;
LogFileName=blockip2;
#LogFormat=NC;
LogSize=102400;
And ... |
Topic: BlockIP2 log rotation |
techboy99
Replies: 7 Views: 4461
|
Forum: General IBM MQ Support Posted: Tue Apr 04, 2006 11:57 am Subject: BlockIP2 log rotation |
We're trying out the new Log Parms with 2.46 and with the following in the blockspec:
LogCount=5;
LogDrive=d;
LogFileName=blockip2;
LogFormat=NCD;
LogSize=500;
I get the following in the log ... |
Topic: BlockIP2 log rotation |
techboy99
Replies: 7 Views: 4461
|
Forum: General IBM MQ Support Posted: Tue Apr 04, 2006 11:02 am Subject: BlockIP2 log rotation |
Wow, it's like you were reading our minds or something.
Cool, I've downloaded the new version, we're testing it now.
If you still like to see our exit code, let me know I'll email it to ... |
Topic: BlockIP2 log rotation |
techboy99
Replies: 7 Views: 4461
|
Forum: General IBM MQ Support Posted: Tue Apr 04, 2006 6:14 am Subject: BlockIP2 log rotation |
Thanks for the info.
We're currently trying to convert some of our MQ installs away from using a homegrown security exit to the BlockIP2 exit (the guy who wrote our exit left). One of the featur ... |
Topic: BlockIP2 log rotation |
techboy99
Replies: 7 Views: 4461
|
Forum: General IBM MQ Support Posted: Mon Apr 03, 2006 1:27 pm Subject: BlockIP2 log rotation |
Is it possible to do log rotation with the BlockIP2 exit? |