GroupBrowser  




Go Back   GroupBrowser > Novell Newsgroups > Border Manager > Border Manager Access Rules
User Name
Password
 
 
Thread Tools Search this Thread Display Modes

ACLCheck Abends 6.5 sp7 server
Old 10-15-2008, 02:56 PM #1
wilkinwm
Guest
 
Status:
Posts: n/a
Default ACLCheck Abends 6.5 sp7 server


Hi. We have been using BorderManager 3.9 sp1 since school started in
September. Worked all summer too.

I had been using BorderStats to look at log files, but that was limited
and the school admins wanted more.

I installed and configuring Novell auditing. MySQL started just fine.
Did the checks and all seemed good. Then I ran STRTBRD and got an
immediate ABEND;

***********************
Abend 1 on P00: Server-5.70.07: Page Fault Processor Exception (Error
code 00000000)

Registers:
CS = 0008 DS = 0010 ES = 0010 FS = 0010 GS = 0023 SS = 0010
EAX = 00000000 EBX = 00000000 ECX = 9F6E3300 EDX = 00000000
ESI = 9F6F7460 EDI = 9F6F7B40 EBP = 9F33FA40 ESP = 9F7019D4
EIP = 9F6BCAA8 FLAGS = 00010286
9F6BCAA8 FF5018 CALL near ptr [EAX+18]=?
EIP in ACLCHECK.NLM at code start +00010AA8h
Access Location: 0x00000018

The violation occurred while processing the following instruction:
9F6BCAA8 FF5018 CALL near ptr [EAX+18]
9F6BCAAB 83C404 ADD ESP, 00000004
9F6BCAAE 85C0 TEST EAX, EAX
9F6BCAB0 0F8403020000 JZ 9F6BCCB9
9F6BCAB6 A13C188098 MOV EAX,
[ACLCHECK.NLM|urlFiltTable]=00000000
9F6BCABB 83781C00 CMP [EAX+1C], 00000000
9F6BCABF 7403 JZ 9F6BCAC4
9F6BCAC1 FF501C CALL near ptr [EAX+1C]
9F6BCAC4 A13C188098 MOV EAX,
[ACLCHECK.NLM|urlFiltTable]=00000000
9F6BCAC9 C7401401000000 MOV [EAX+14], 00000001

********************************************
I have read that clearing all the rules and re-doing them MIGHT help.
One lady said she had to Re-install SP1, Re-do all the Rules and only
then did BorderManager run. She was the only poster on that thread. Is
this the only solution?

Why did it work until I installed Novell Auditing and then - BROKE?

Thanks - Bill


--
wilkinwm
------------------------------------------------------------------------
wilkinwm's Profile: http://forums.novell.com/member.php?userid=10349
View this thread: http://forums.novell.com/showthread.php?t=347469

  Reply With Quote

Re: ACLCheck Abends 6.5 sp7 server
Old 10-15-2008, 03:25 PM #2
mysterious
Guest
 
Status:
Posts: n/a
Default Re: ACLCheck Abends 6.5 sp7 server

wilkinwm wrote:
> Hi. We have been using BorderManager 3.9 sp1 since school started in
> September. Worked all summer too.
>
> I had been using BorderStats to look at log files, but that was limited
> and the school admins wanted more.
>
> I installed and configuring Novell auditing. MySQL started just fine.
> Did the checks and all seemed good. Then I ran STRTBRD and got an
> immediate ABEND;
>
> ***********************
> Abend 1 on P00: Server-5.70.07: Page Fault Processor Exception (Error
> code 00000000)
>
> Registers:
> CS = 0008 DS = 0010 ES = 0010 FS = 0010 GS = 0023 SS = 0010
> EAX = 00000000 EBX = 00000000 ECX = 9F6E3300 EDX = 00000000
> ESI = 9F6F7460 EDI = 9F6F7B40 EBP = 9F33FA40 ESP = 9F7019D4
> EIP = 9F6BCAA8 FLAGS = 00010286
> 9F6BCAA8 FF5018 CALL near ptr [EAX+18]=?
> EIP in ACLCHECK.NLM at code start +00010AA8h
> Access Location: 0x00000018
>
> The violation occurred while processing the following instruction:
> 9F6BCAA8 FF5018 CALL near ptr [EAX+18]
> 9F6BCAAB 83C404 ADD ESP, 00000004
> 9F6BCAAE 85C0 TEST EAX, EAX
> 9F6BCAB0 0F8403020000 JZ 9F6BCCB9
> 9F6BCAB6 A13C188098 MOV EAX,
> [ACLCHECK.NLM|urlFiltTable]=00000000
> 9F6BCABB 83781C00 CMP [EAX+1C], 00000000
> 9F6BCABF 7403 JZ 9F6BCAC4
> 9F6BCAC1 FF501C CALL near ptr [EAX+1C]
> 9F6BCAC4 A13C188098 MOV EAX,
> [ACLCHECK.NLM|urlFiltTable]=00000000
> 9F6BCAC9 C7401401000000 MOV [EAX+14], 00000001
>
> ********************************************
> I have read that clearing all the rules and re-doing them MIGHT help.
> One lady said she had to Re-install SP1, Re-do all the Rules and only
> then did BorderManager run. She was the only poster on that thread. Is
> this the only solution?
>
> Why did it work until I installed Novell Auditing and then - BROKE?
>
> Thanks - Bill
>
>


It is a race condition that happens when UrlFiltTable gets initialized
and trying to access a member of UrlFiltTable which is not initialized.
Novell has an internal aclcheck with the fix. Contact support to get it


gonzalo
  Reply With Quote

Re: ACLCheck Abends 6.5 sp7 server
Old 10-15-2008, 04:06 PM #3
wilkinwm
Guest
 
Status:
Posts: n/a
Default Re: ACLCheck Abends 6.5 sp7 server


Thanks Gonzalo. Does that mean that we'll have to pay for an incident
as we don't have a support contract to get this fix?

Thanks again //Bill


--
wilkinwm
------------------------------------------------------------------------
wilkinwm's Profile: http://forums.novell.com/member.php?userid=10349
View this thread: http://forums.novell.com/showthread.php?t=347469

  Reply With Quote

Re: ACLCheck Abends 6.5 sp7 server
Old 10-15-2008, 05:51 PM #4
mysterious
Guest
 
Status:
Posts: n/a
Default Re: ACLCheck Abends 6.5 sp7 server

wilkinwm wrote:
> Thanks Gonzalo. Does that mean that we'll have to pay for an incident
> as we don't have a support contract to get this fix?
>
> Thanks again //Bill
>
>


no, it is for free but if you give me an email address, i'll send it to you
  Reply With Quote

Re: ACLCheck Abends 6.5 sp7 server
Old 10-16-2008, 02:16 PM #5
wilkinwm
Guest
 
Status:
Posts: n/a
Default Re: ACLCheck Abends 6.5 sp7 server


Oh that is even better! Thank you Gonzalo.

bill.wilkinson@lblesd.k12.or.us


--
wilkinwm
------------------------------------------------------------------------
wilkinwm's Profile: http://forums.novell.com/member.php?userid=10349
View this thread: http://forums.novell.com/showthread.php?t=347469

  Reply With Quote

Re: ACLCheck Abends 6.5 sp7 server
Old 10-16-2008, 02:22 PM #6
mysterious
Guest
 
Status:
Posts: n/a
Default Re: ACLCheck Abends 6.5 sp7 server

wilkinwm wrote:
> Oh that is even better! Thank you Gonzalo.
>
> bill.wilkinson@lblesd.k12.or.us
>
>


sent
  Reply With Quote

Re: ACLCheck Abends 6.5 sp7 server
Old 10-27-2008, 02:52 PM #7
Bill Wilkinson
Guest
 
Status:
Posts: n/a
Default Re: ACLCheck Abends 6.5 sp7 server

Thank you - the server now runs BorderManager without Abending! //Bill
  Reply With Quote

Re: ACLCheck Abends 6.5 sp7 server
Old 10-28-2008, 11:58 AM #8
Mysterious
Guest
 
Status:
Posts: n/a
Default Re: ACLCheck Abends 6.5 sp7 server

Bill Wilkinson wrote:
> Thank you - the server now runs BorderManager without Abending! //Bill


Thanks for the feedback
  Reply With Quote
 


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes





Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are Off
[IMG] code is Off
HTML code is Off
Forum Jump




Adobe Newsgroups | Software Newsgroups


Powered by: vBulletin Version 3.0.7
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
© 2003-2004 All Rights Reserved GroupBrowser LLC.