Hi Scott,
I get this error on starting HB. This started to happen after i have set a trace.
I removed the trace with an sql editor. but stil get this error
Trace Sectioon 'System Monitor" genarated an assertion, File: <.\Systemmonitor.cpp> Line <430>,
Unable to start IP Server. Check conflict with port 5015.
Please help
Martijn
Error start Housebot
Re: Error start Housebot
Hi Scott,
Solved it.
Thanks
Solved it.
Thanks
Re: Error start Housebot
Hi Scott,
Housebot is giving me errors again. Can you give me a hint on where to search for the sollution?
Thanks.
Housebot is giving me errors again. Can you give me a hint on where to search for the sollution?
Thanks.
Code: Select all
"27/03/21","10:57:04","Client Socket","Debug","Sent ASCII Message"
"27/03/21","10:57:05","Client Socket","Error","send() failed: error 10053"
"27/03/21","10:57:04","Client Socket","Debug","Received datagram from 127.0.0.1"
"27/03/21","10:57:05","Client Socket Data","Debug","Data Received 116 bytes. [7b 22 76 65 72 73 69 6f 6e 22 3a 22 31 22 2c 22 70 61 73 73 77 6f 72 64 22 3a 22 42 6c 61 6d 61 67 65 32 30 32 30 22 2c 22 63 6d 64 22 3a 22 73 65 74 2d 70 72 6f 70 65 72 74 79 2d 76 61 6c 75 65 22 2c 22 64 65 76 69 63 65 22 3a 22 35 35 22 2c 22 70 72 6f 70 65 72 74 79 22 3a 22 42 65 77 65 67 69 6e 67 22 2c 22 76 61 6c 75 65 22 3a 22 31 22 7d 0a]"
"27/03/21","10:57:05","Client Socket","Debug","Sent ASCII Message"
"27/03/21","10:57:05","Client Socket","Error","send() failed: error 10053"
"27/03/21","10:57:05","Client Socket","Debug","Received datagram from 127.0.0.1"
"27/03/21","10:57:05","Client Socket","Debug","Received datagram from 127.0.0.1"
"27/03/21","10:57:05","Client Socket","Debug","Sent ASCII Message"
"27/03/21","10:57:05","Client Socket","Error","send() failed: error 10053"
"27/03/21","10:57:05","Client Socket","Debug","Received datagram from 127.0.0.1"
"27/03/21","10:57:05","Client Socket","Debug","Sent ASCII Message"
"27/03/21","10:57:05","Client Socket","Error","send() failed: error 10053"
"27/03/21","10:57:05","Client Socket","Debug","Received datagram from 127.0.0.1"
"27/03/21","10:57:05","Client Socket","Debug","Sent ASCII Message"
"27/03/21","10:57:05","Client Socket","Error","send() failed: error 10053"
"27/03/21","10:57:05","Client Socket","Debug","Received datagram from 127.0.0.1"
"27/03/21","10:57:05","Client Socket","Debug","Sent ASCII Message"
"27/03/21","10:57:05","Client Socket","Error","send() failed: error 10053"
"27/03/21","10:57:05","Client Socket","Debug","Received datagram from 127.0.0.1"
"27/03/21","10:57:09","Client Socket","Debug","Received datagram from 127.0.0.1"
"27/03/21","10:57:09","Client Socket Data","Debug","Data Received 117 bytes. [7b 22 76 65 72 73 69 6f 6e 22 3a 22 31 22 2c 22 70 61 73 73 77 6f 72 64 22 3a 22 42 6c 61 6d 61 67 65 32 30 32 30 22 2c 22 63 6d 64 22 3a 22 73 65 74 2d 70 72 6f 70 65 72 74 79 2d 76 61 6c 75 65 22 2c 22 64 65 76 69 63 65 22 3a 22 35 37 22 2c 22 70 72 6f 70 65 72 74 79 22 3a 22 42 61 74 74 65 72 69 6a 22 2c 22 76 61 6c 75 65 22 3a 22 38 31 22 7d 0a]"
Re: Error start Housebot
The "send()" error is pointing to a network connection issue. These can be caused by a lot of things (timeouts due to network latency or traffic, firewalls, etc.). In that trace, I can see there is a fair amount of network send/receive activity happening pretty quickly. While that's not a problem, if there is a slower network connection or if either of the machines communicating is slower (maybe cpu load, low memory causing paging, slow wifi, etc.), there could be timeouts.
Also, try turning off tracing to see if it helps. Tracing can change the timing of things just enough to cause (or fix) problems some times.
Also, try turning off tracing to see if it helps. Tracing can change the timing of things just enough to cause (or fix) problems some times.
Scott