07-19-2007 12:22 PM
11:10:28,765 ERROR [org.alfresco.filesys.smb.mailslot.Win32NetBIOSHostAnnouncer] Host announce error (LANA 0) int sts = Win32NetBIOS.SendDatagram(getLana(), getNameNumber(), destName, buf, 0, len);
if ( sts != NetBIOS.NRC_GoodRet)
{
// Log the error
System.out.println("send datagram result number" + sts); // I added this line.
if ( logger.isErrorEnabled())
logger.error("Host announce error " + NetBIOS.getErrorString( -sts) +
" (LANA " + getLana() + ")"); if ( ncb.ncb_retcode == NRC_GOODRET)
return ncb.ncb_length;
/*
* Return the error status code as a negative number
*/
return -ncb.ncb_retcode;int sts = Win32NetBIOS.SendDatagram(getLana(), getNameNumber(), destName, buf, 0, len);
if ( sts != NetBIOS.NRC_GoodRet)
{
// Log the error
System.out.println("send datagram result number" + sts); // I added this line.
if ( logger.isErrorEnabled())
logger.error("Host announce error " + NetBIOS.getErrorString( -sts) +
" (LANA " + getLana() + ")");
// Update the error count
if ( incrementErrorCount() == SendErrorCount)
{
// Mark the LANA as offline
m_handler.lanaStatusChange( getLana(), false);
// Clear the error count
clearErrorCount();
// Log the error
if ( logger.isErrorEnabled())
logger.error("Marked LANA as unavailable due to send errors");
}
}07-20-2007 04:17 AM
07-20-2007 09:56 AM
07-21-2007 08:36 AM
07-23-2007 12:39 PM
I am having the same issues on Windows 2003 64bit.
ERROR [org.alfresco.filesys.smb.mailslot.Win32NetBIOSHostAnnouncer] Host announce error (LANA 0)
Was 2.0 tested on Windows 2003 64bit?
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.