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

RTSP Connection timeout detected. Attempting to reconnect.

RTSP Connection timeout detected. Attempting to reconnect.

Description

The RTSP stream timed out and is no longer sending frames for a period of at least 10 seconds.

Notes

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

Request was denied by the device. Make sure the correct credentials have been entered.

Request was denied by the device. Make sure the correct credentials have been entered.

Description

Bad username/password.

Notes

Categories
Exclude from Global Search Knowledge Support Verbose ArchivePI Support exacqVision Server Categories Products Logs

Processed Case Management Config Update

Description

This message is similiar to other “loaded config” messages.

Notes

This is a normal message unless it occurs repeatedly.

<br>

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

Discarding frame of excessive length ***

Discarding frame of excessive length ***

Description

A frame received, exceeded the available buffer space for the camera plugin.

Notes

The buffer for individual plugins has changed over time. Check the release notes. It’s possible the customer may need to update to a newer version of Server to support a newer camera with larger frames.

%BR%%BR%

For instance: %BR%

exacqVision Server 5.1.3.34360 increased frame buffers to 2MB for larger megapixel cameras%BR%

<br>

Categories
Exclude from Global Search Knowledge Support Log Level Warning Support 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 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
Exclude from Global Search Knowledge Support 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
Exclude from Global Search Knowledge Support Support Warning 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 Support Warning 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 Support Warning 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>