Categories
Exclude from Global Search Knowledge Support Log Level Support Error exacqVision Server Categories Products Logs GenericCameraPI

Device %1: Config socket connect error (10060)

Device %1: Config socket connect error (10060)

Description

%1 – IP address of the camera. %BR%
Timeout connecting to camera indicated, will attempt delayed reconnect.

Notes

If you see this and do not think the camera is going down. Try an extended ping test, or accessing the camera via the webpage.

Categories
Exclude from Global Search Knowledge Support Log Level Support Warning exacqVision Server Categories Products Logs StreamPI

Transform failure on send ***

Transform failure on send ***

Description

Communication failure while sending config information to a Client.

Notes

Can be due to a corrupted installation or anti-virus.

<br>

Categories
Exclude from Global Search Knowledge Support Log Level Support Warning exacqVision Server Categories Products Logs LogPI

Starting Log Manager (%1).

Starting Log Manager (%1).

Description

%1 = The Server version number. %BR%
Indicates the Exacq Server service started.

Notes

This log should be preceded by Stopping Log Manager. If it is not, this often indicates an ungraceful shutdown (due to a crash, freeze, power loss, etc…).

Categories
Knowledge Support Exclude from Global Search Log Level Verbose Support exacqVision Server Categories Products Logs PsfPI

File ***.ps not found

File ***.ps not found

Description

Indicates that that the Exacq Server had knew about this file. But when it went to remove this data to make room for new data, it could not find the file in question.

Notes

This can mean a few things. It can mean that the drive is falling behind, if we do not get a response in time this causes us “not to find” the file. Or that the file was manually deleted and the software did not know about it. Either we discard that entry very quickly and move on to the next file. This should not in and of itself cause any problems.

Categories
Knowledge Support Exclude from Global Search Log Level Support Warning exacqVision Server Products Logs Other

*** EWOULDBLOCK – 143 ***

*** EWOULDBLOCK – 143 ***

Description

The socket is non-blocking, but the called function would block.

Notes

This error is detected when a requested operation is not ready to be done, but the socket is set to a non-blocking mode. select can be used to wait with timeout for the operation to become ready.

<br>

Categories
Knowledge Support Exclude from Global Search Log Level Support Warning exacqVision Server Categories Products Logs Other

*** ETIMEDOUT – 140 ***

*** ETIMEDOUT – 140 ***

Description

Timeout.

Notes

An operation such as connect, recv or send timed out. For TCP, this error could occur during a send operation if the remote host is not responding with acknowledgments. This could also occur if the remote host is not responding to an ARP request.

<br>

Categories
Knowledge Support Exclude from Global Search Warning Support exacqVision Server Categories Products Logs Other

*** ENOTSOCK – 130 ***

*** ENOTSOCK – 130 ***

Description

Invalid socket descriptor.

Notes

An invalid socket descriptor was passed to an API function. The socket descriptor returned by calls to socket or accept needs to be passed to bind/connect/send, etc.

<br>

Categories
Knowledge Support Exclude from Global Search Warning Support exacqVision Server Categories Products Logs Other

*** ENOTCONN – 128 ***

*** ENOTCONN – 128 ***

Description

Socket is not connected.

Notes

This error occurs when an operation such as send or recv was performed on a socket which was in an invalid state for the attempted operation.

<br>

Categories
Knowledge Support Exclude from Global Search Warning Support exacqVision Server Categories Products Logs Other

*** ENETUNREACH – 125 ***

*** ENETUNREACH – 125 ***

Description

Network unreachable (keep alive failed).

Notes

This error occurs when keep alive closes a TCP socket due to the remote host not responding to keep alive packets.

<br>

Categories
Exclude from Global Search Knowledge Support Log Level Warning Support exacqVision Server Categories Products Logs PsfPI

System %1 could not get record volume

System *** could not get record volume

Description

%1 = the stream id. %BR%
For that particular stream, we could not find a place to record it.

Notes

We try to have 1 GB of free space free to record to when we open a file. This is the warning we print if we can’t find that. It can happen at start up while the file plugin scans the drives to determine which files to delete. If it happens every 5 minutes, the drive doesn’t have enough free space to record 1GB * the number of devices in the system even after deleting all .ps and .psi files. %BR%
Very old versions of Server (pre 8.0) could result in this scenario.