Title: Message

FYI:  Mingw compiled version gives me also this error, it happens

during webpage refresh or manual refresh.

 I set debuglevel to 6 and now I get more detailed
 info about the  error:
 12/06/05 16:27:01 [MSGID8962748] [t2260 http:1047]
 **ERROR** errno 2009267424 during sending of page to web client
 12/06/05 16:27:01 [MSGID8895214] [t2260 http:1050]
 Failed text was 16383 bytes,
 'rt of Felix Zaslavskiy's fix on hiding controls
                    not really sure if this part is
 necessary, but shouldn't
                    hurt. */
                 if (!subMenu.cmOverlap)
                         subMenu.cmOverlap = new
 Array ();
 /[EMAIL PROTECTED] @*/
 /[EMAIL PROTECTED] (@_jscript_version >= 5.5)
 @else @*/
                 cmHideControl ("IFRAME", subMenu);
 /[EMAIL PROTECTED] @*/
                 cmHideControl ("SELECT", subMenu);
                 cmHideControl ("OBJECT", subMenu);
         }
 }
 
 //
 // reset all the menu items to class MenuItem in
 thisMenu
 //
 function cmResetMenu (thisMenu, prefix)
 {
         if (thisMenu.cmItems)
         {
                 var i;
                 var str;
                 var items = thisMenu.cmItems;
                 for (i = 0; i < items.length; ++i)
                 {
                         if (items[i].cmIsMain)
                                 str = prefix +
 'MainItem';
                         else
                                 str = prefix +
 'MenuItem';
                         if (items[i].className !=
 str)
                                 items[i].className =
 str;
                 }
         }
 }
 
 //
 // called by the timer to hide the menu
 //
 function cmHideMenuTime ()
 {
         if (_cmCurrentItem)
         {
                 var prefix =
 _cmCurrentItem.cmPrefix;
                 cmHideMenu (cmGetThisMenu (_cmCurrentItem,12/06/05
 16:27:01 [MSG ID8895214] [t2260 http:1050]

cheers

JAC 

 

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Burton Strauss
Sent: zondag 5 februari 2006 21:32
To: ntop@Unipi.IT
Subject: RE: [Ntop] Ntop on Windows...

First off, since you are using OpenXtra you should contact them.  We don't support other people's packages - there's just no way to know what's in them...

Secondly, you haven't given us any information about your setup -see "How To Ask for help" in docs/FAQ...
 
 
That said this message is pretty clear... means just what it says
 
02/05/06 11:38:41  **ERROR** RRD: Disabled - unable to create base directory (err 2, \Program Files\OPENXTRA\NTopWin32/rrd)
 
I've posted on this one before - it's not unheard of during startup, but it should resolve itself.  If it doesn't then your host machine has a name resolution problem.
 
02/05/06 11:43:00  **WARNING** Address resolution queue is full [4096 slots]
 
 
These sounds like a configuration issue - HOW MANY HOSTS ARE YOU TRYING TO MONITOR?
 
02/05/06 11:47:21  WARNING: Max num hash entries (8192) reached (see -x)
02/05/06 11:47:21  **ERROR** Sanity check failed (2) [Low memory?]
 
This one:
 
02/05/06 11:38:39  **ERROR** errno 16383 during sending of page to web client
 
Is just a dump of the OS return code from send():
 
    rc = send(myGlobals.newSock, &theString[bytesSent], (size_t)len, 0);
...

      } else {
        traceEvent(CONST_TRACE_ERROR, "errno %d during sending of page to web client");
      }
 
So you need to figure out what error 16383 is under windows.  The normal error codes are 10xxx and 11xxx so I guess this is OS specific.
 
-----Burton



From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Haskell, Robin G Contr WROCI/Network & Computer Resources
Sent: Sunday, February 05, 2006 1:56 PM
To: ntop@Unipi.IT
Subject: [Ntop] Ntop on Windows...

I can't seem to get the graphs to show up. The following are messages found in the "UTILS" View Log.
 
Any Suggestions...???
 
02/05/06 11:38:39  **ERROR** errno 16383 during sending of page to web client
02/05/06 11:38:41  **ERROR** RRD: Disabled - unable to create base directory (err 2, \Program Files\OPENXTRA\NTopWin32/rrd)
02/05/06 11:38:41  **ERROR** errno 16383 during sending of page to web client
02/05/06 11:43:00  **WARNING** Address resolution queue is full [4096 slots]
02/05/06 11:43:00  Addresses in excess won't be resolved - ntop continues
02/05/06 11:47:21  WARNING: Max num hash entries (8192) reached (see -x)
02/05/06 11:47:21  **ERROR** Sanity check failed (2) [Low memory?] <<< This machine is a power house with more than a Gig of Mem.
02/05/06 11:52:17  **ERROR** errno 16383 during sending of page to web client
02/05/06 11:52:18  **ERROR** errno 16383 during sending of page to web client
02/05/06 11:52:19  **ERROR** errno 16383 during sending of page to web client
 

//SIGNED//
Robin Haskell
*****************

_______________________________________________
Ntop mailing list
Ntop@unipi.it
http://listgateway.unipi.it/mailman/listinfo/ntop
  • [Ntop] Ntop ... Haskell, Robin G Contr WROCI/Network & Computer Resources
    • RE: [Nt... Burton Strauss
      • RE:... jacengel
    • RE: [Nt... Haskell, Robin G Contr WROCI/Network & Computer Resources
    • RE: [Nt... Haskell, Robin G Contr WROCI/Network & Computer Resources

Reply via email to