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

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

*** ENETDOWN – 124 ***

*** ENETDOWN – 124 ***

Description

Network is down.

Notes

This error is reported if a send times out or the network is unable to transmit.

<br>

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

PlugIn detected disk /c0/%1 has been removed

PlugIn detected disk /c0/%1 has been removed

Description

%1 = The port number of the disk. %BR%
A user may see this message under following circumstances – %BR% __1. A disk is removed from the system or %BR% __2. If a disk was saved to the config file but when the plugin was restarted, one of the saved disk was not found after rescanning the system. %BR% %BR% On some 3ware 9750 Linux systems, we have noticed that when a disk is replaced, the raid controller may change the disk name. This could result in #2 above, because the new disk has a new name.

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

Device %1: Stream socket timeout (10 secs).

Device %1: Stream socket timeout (10 secs).

Description

%1 = The IP address of the device. %BR%
The plugin did not receive any video frames for the duration of the timeout period.

Notes

By default exacqVision considers 10 seconds of no video as a timeout resulting is a disconnect/reconnect attempt to the camera.
No video frames of less than 10 seconds do not show up as a timeout.