Announcement

Collapse
No announcement yet.

Error in UltraLog Startup

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Error in UltraLog Startup

    Hi,

    I installed UltraLog plugin and started syslog on my linksys router.
    Each time I start Homeseer I see this message about UltraLog,

    6/26/2012 12:33:59 PM - UltraLog Error - An unexpected error occured in the UDP_Listen() function/subroutine: [System.Net.Sockets.SocketException: The requested address is not valid in its context at System.Net.Sockets.Socket.DoBind(EndPoint endPointSnapshot, SocketAddress socketAddress) at System.Net.Sockets.Socket.Bind(EndPoint localEP) at System.Net.Sockets.UdpClient..ctor(IPEndPoint localEP) at HSPI_ULTRALOG.Syslog.UDP_Listen(String strIPAddress, Int32 Port)]

    My UltraLog ini syslog entry looks like this:

    [Syslog]
    StartListen=1
    IPAddress=192.168.80.12
    UDPPort=514
    Severity=6

    Any idea how to solve this problem,
    Needless to say that I don't see any logs from my linksys router on Homeseer.

    Thanks,
    hadyos
    Last edited by hadyos; June 26, 2012, 05:13 AM.

    #2
    Please leave the IP address field blank, then restart HomeSeer to see if that resolves the issue.

    If the issue still persists, shutdown HomeSeer then run the following command to see if something else is listening on UDP port 512:

    netstat -an | find "UDP" | find ":512"

    Regards,
    Ultrajones
    Plug-ins: UltraMon, UltraM1G, UltraCID, Ultra1Wire, UltraLog, UltraWeatherBug, UltraPioneerAVR, UltraGCIR

    Comment

    Working...
    X