DUECA/DUSIME
List of DUECA's log messages

This page provides a list of log messages, extracted from DUECA's source code.

Comments accompanying the messages can help identify why a message was generated.

Error messages are printed to the console, listed in DUECA's error log window (if you have that configured), and also assembled on node 0 and printed in dueca.messagelog. The error log window and dueca.messagelog also list the file name and line number for the error messages, you can use these to find the error message here (verify that you use the same DUECA version!), and look up additional information on the error.

Note that the table is (should be) sortable; click on a label to sort the table alphabetically according to the requested column.

File Line Message Type Section Description
/usr/src/packages/BUILD/websock/ConfigStorage.cxx 172 W_XTR DUECA websockets A client entry is indicated as removed from the configuration storage channel, but the corresponding client cannot be found locally. Indicates a DUECA programming error.
/usr/src/packages/BUILD/websock/ConfigStorage.cxx 230 W_XTR DUECA websockets The configuration storage is configured to not overwrite files, and a request came in with new data for a file. The request is skipped. Adjust the configuration or your external client program to prevent this from happening
/usr/src/packages/BUILD/websock/ConfigStorage.cxx 274 W_XTR DUECA websockets Failed to read a requested file. Check file permissions or your external client program for asking for a non-existent file
/usr/src/packages/BUILD/websock/WebSocketsServer.cxx 247 W_XTR DUECA websockets Unexpected error in the "configuration" URL connection
/usr/src/packages/BUILD/websock/WebSocketsServer.cxx 328 W_XTR DUECA websockets Unexpected error in sending the configuration information
/usr/src/packages/BUILD/websock/WebSocketsServer.cxx 343 I_XTR DUECA websockets Information on the closing of the connection of a client with the configuration URL
/usr/src/packages/BUILD/websock/WebSocketsServer.cxx 363 E_XTR DUECA websockets Cannot find the connection entry for a message to the "current" URL
/usr/src/packages/BUILD/websock/WebSocketsServer.cxx 387 W_XTR DUECA websockets There is no current data on the requested stream.
/usr/src/packages/BUILD/websock/WebSocketsServer.cxx 399 W_XTR DUECA websockets Unexpected error in sending a message to a client for the "current" UR
/usr/src/packages/BUILD/websock/WebSocketsServer.cxx 409 W_XTR DUECA websockets Unexpected error in the "current" URL connection
/usr/src/packages/BUILD/websock/WebSocketsServer.cxx 427 I_XTR DUECA websockets Information on the closing of the connection of a client with a "current" URL
/usr/src/packages/BUILD/websock/WebSocketsServer.cxx 441 W_XTR DUECA websockets Programming error? Cannot find the connection corresponding to a close attempt on a "current" URL.
/usr/src/packages/BUILD/websock/WebSocketsServer.cxx 499 W_XTR DUECA websockets Unexpected error in the "follow" URL connection
/usr/src/packages/BUILD/websock/WebSocketsServer.cxx 526 E_XTR DUECA websockets Programming error? Cannot find the connection corresponding to a close attempt on a "read" URL.
/usr/src/packages/BUILD/websock/WebSocketsServer.cxx 537 E_XTR DUECA websockets Programming error? Cannot remove the connection corresponding to a close attempt on a "read" URL.
/usr/src/packages/BUILD/websock/WebSocketsServer.cxx 602 W_XTR DUECA websockets Unexpected error in an "info" URL connection
/usr/src/packages/BUILD/websock/WebSocketsServer.cxx 619 E_XTR DUECA websockets Programming error? Cannot find the connection corresponding to a close attempt on an "info" URL.
/usr/src/packages/BUILD/websock/WebSocketsServer.cxx 629 E_XTR DUECA websockets Programming error? Cannot remove the connection corresponding to a close attempt on an "info" URL.
/usr/src/packages/BUILD/websock/WebSocketsServer.cxx 650 I_XTR DUECA websockets Information on an additional client on an "info" URL.
/usr/src/packages/BUILD/websock/WebSocketsServer.cxx 663 W_XTR DUECA websockets Unexpected error in a "write" URL connection
/usr/src/packages/BUILD/websock/WebSocketsServer.cxx 678 W_XTR DUECA websockets Entry is not free
/usr/src/packages/BUILD/websock/WebSocketsServer.cxx 696 W_XTR DUECA websockets there is no endpoint here
/usr/src/packages/BUILD/websock/WebSocketsServer.cxx 714 W_XTR DUECA websockets Warning about a new connection taking over from an existing connection for a preset write entry. You might have started an external program twice, you may ignore the warning if this simply replaces a connection with a crashed, now defunct program.
/usr/src/packages/BUILD/websock/WebSocketsServer.cxx 726 W_XTR DUECA websockets Trying to replace and remove an existing connection to a preset write entry, but the old connection cannot be found
/usr/src/packages/BUILD/websock/WebSocketsServer.cxx 739 W_XTR DUECA websockets There is already a connection here.
/usr/src/packages/BUILD/websock/WebSocketsServer.cxx 796 I_XTR DUECA websockets Information on the closing of the connection of a client with a "write" URL
/usr/src/packages/BUILD/websock/WebSocketsServer.cxx 812 W_XTR DUECA websockets Programming error? Cannot find the connection corresponding to a close attempt on a "write" URL.
/usr/src/packages/BUILD/websock/WebSocketsServer.cxx 824 W_XTR DUECA websockets Unexpected error in a "write-and-read" URL connection
/usr/src/packages/BUILD/websock/WebSocketsServer.cxx 870 E_XTR DUECA websockets Error in attempting to read data from a "write-and-read" URL.
/usr/src/packages/BUILD/websock/WebSocketsServer.cxx 885 W_XTR DUECA websockets There is data coming in on a "write-and-read" url, while the configuration is not yet complete. Check your external client; wait with sending further data until an information message with configuration has arrived.
/usr/src/packages/BUILD/websock/WebSocketsServer.cxx 914 E_XTR DUECA websockets Programming error? Cannot find the connection corresponding to a close attempt on a "write-and-read" URL.
/usr/src/packages/BUILD/websock/WebSocketsServer.cxx 922 I_XTR DUECA websockets Information on the closing of the connection of a client with a "write-and-read" URL
/usr/src/packages/BUILD/websock/WebSocketsServer.cxx 953 E_XTR DUECA websockets An error occured in attempting to send a requested file data in 64K chunks, as answer to an HTTP request. File sending is incomplete.
/usr/src/packages/BUILD/websock/WebSocketsServer.cxx 995 W_XTR DUECA websockets The http server cannot determine this mime type
/usr/src/packages/BUILD/websock/WebSocketsServer.cxx 1018 E_XTR DUECA websockets Unexpected error in the HTTP static file server
/usr/src/packages/BUILD/websock/WebSocketsServer.cxx 1118 E_CNF DUECA websockets Configuration for a "current" URL is not complete. Check your configuration file.
/usr/src/packages/BUILD/websock/WebSocketsServer.cxx 1133 E_CNF DUECA websockets Failed in an attempt to read the 4-th argument to the configuration for a "current" URL as an entry number. Check your configuration file.
/usr/src/packages/BUILD/websock/WebSocketsServer.cxx 1144 E_XTR DUECA websockets The requested URL location for a "current" url has already been configured.
/usr/src/packages/BUILD/websock/WebSocketsServer.cxx 1160 E_XTR DUECA websockets Cannot open the channel entry for the requested "current" URL, check the set-up of your DUECA process, and whether the writing module for this channel has been successfully created.
/usr/src/packages/BUILD/websock/WebSocketsServer.cxx 1174 E_CNF DUECA websockets Configuration for a "read" URL is not complete. Check your configuration file.
/usr/src/packages/BUILD/websock/WebSocketsServer.cxx 1190 E_CNF DUECA websockets Failed in an attempt to read the 4-th argument to the configuration for a "read" URL as an entry number. Check your configuration file.
/usr/src/packages/BUILD/websock/WebSocketsServer.cxx 1201 E_CNF DUECA websockets The requested URL location for a "read" url has already been configured.
/usr/src/packages/BUILD/websock/WebSocketsServer.cxx 1218 E_CNF DUECA websockets Cannot open the channel entry for the requested "read" URL, check the set-up of your DUECA process, and whether the writing module for this channel has been successfully created.
/usr/src/packages/BUILD/websock/WebSocketsServer.cxx 1233 E_CNF DUECA websockets Configuration for an "info" URL is not complete. Check your configuration file.
/usr/src/packages/BUILD/websock/WebSocketsServer.cxx 1243 E_CNF DUECA websockets The requested URL location for an "info" url has already been configured.
/usr/src/packages/BUILD/websock/WebSocketsServer.cxx 1258 E_CNF DUECA websockets Cannot open the information object for the requested "info" URL, check the set-up of your DUECA process, and whether the writing module for this channel has been successfully created.
/usr/src/packages/BUILD/websock/WebSocketsServer.cxx 1273 E_CNF DUECA websockets Configuration for a "write" URL is not complete. Check your configuration file.
/usr/src/packages/BUILD/websock/WebSocketsServer.cxx 1283 E_CNF DUECA websockets The requested URL location for a "write" url has already been configured.
/usr/src/packages/BUILD/websock/WebSocketsServer.cxx 1299 E_CNF DUECA websockets Cannot open the write entry for the requested "write" URL, check the set-up of your DUECA process.
/usr/src/packages/BUILD/websock/WebSocketsServer.cxx 1314 E_CNF DUECA websockets Configuration for a "write" URL with preset is not complete. Check your configuration file.
/usr/src/packages/BUILD/websock/WebSocketsServer.cxx 1324 E_CNF DUECA websockets The requested URL location for a "write" url has already been configured.
/usr/src/packages/BUILD/websock/WebSocketsServer.cxx 1349 E_CNF DUECA websockets Wrong keywords found in the setup of a writer with preset. Check your configuration files
/usr/src/packages/BUILD/websock/WebSocketsServer.cxx 1367 E_CNF DUECA websockets Cannot open the write entry for the requested "write" URL, check the set-up of your DUECA process.
/usr/src/packages/BUILD/websock/WebSocketsServer.cxx 1381 E_CNF DUECA websockets Configuration for a "write-and-read" URL is not complete. Check your configuration file.
/usr/src/packages/BUILD/websock/WebSocketsServer.cxx 1391 E_CNF DUECA websockets The requested URL location for a "write-and-read" url has already been configured.
/usr/src/packages/BUILD/websock/WebSocketsServer.cxx 1409 E_CNF DUECA websockets Wrong keywords found in the setup of a writer and reader. Check your configuration files.
/usr/src/packages/BUILD/websock/WebSocketsServer.cxx 1422 E_CNF DUECA websockets Cannot create the requested set-up for a write-and-read connection.
/usr/src/packages/BUILD/websock/WebSocketsServer.cxx 1433 E_CNF DUECA websockets When configuring ssl connections, need a set of two files
/usr/src/packages/BUILD/websock/WebSocketsServer.cxx 1447 E_CNF DUECA websockets Supply two strings to add a new mime type.
/usr/src/packages/BUILD/websock/WebSocketsServer.cxx 1508 I_XTR DUECA websockets Running/polling the websocket IO took more than the specified interval.
/usr/src/packages/BUILD/websock/CommonChannelServer.cxx 161 W_XTR DUECA websockets Error in a send action, will remove the connection from the list of clients
/usr/src/packages/BUILD/websock/CommonChannelServer.cxx 178 W_XTR DUECA websockets Error in a send action, will remove the connection from the list of clients
/usr/src/packages/BUILD/websock/CommonChannelServer.cxx 212 W_XTR DUECA websockets The channel reading token for a "read" URL is not valid
/usr/src/packages/BUILD/websock/CommonChannelServer.cxx 397 W_XTR DUECA websockets Error in parsing the initial JSON data for a "write" URL. Check your channel definition and the external client program.
/usr/src/packages/BUILD/websock/CommonChannelServer.cxx 410 W_XTR DUECA websockets Error the initial JSON data for a "write" URL. The entry "label" should be specified in this initial message.
/usr/src/packages/BUILD/websock/CommonChannelServer.cxx 425 W_XTR DUECA websockets Error the initial JSON data for a "write" URL. A "ctiming" member cannot be interpreted as a boolean.
/usr/src/packages/BUILD/websock/CommonChannelServer.cxx 441 W_XTR DUECA websockets Error the initial JSON data for a "write" URL. An "event" member cannot be interpreted as a boolean.
/usr/src/packages/BUILD/websock/CommonChannelServer.cxx 457 W_XTR DUECA websockets Error the initial JSON data for a "write" URL. A "bulk" member cannot be interpreted as a boolean.
/usr/src/packages/BUILD/websock/CommonChannelServer.cxx 473 W_XTR DUECA websockets Error the initial JSON data for a "write" URL. A "diffpack" member cannot be interpreted as a boolean.
/usr/src/packages/BUILD/websock/CommonChannelServer.cxx 488 W_XTR DUECA websockets Error the initial JSON data for a "write" URL. The name of the data class in \"dataclass\" does not match the configured name. Check your configuration or the external client program.
/usr/src/packages/BUILD/websock/CommonChannelServer.cxx 515 W_XTR DUECA websockets The channel write token for a "write" URL entry is not (yet) valid. Check your configuration and opening mode
/usr/src/packages/BUILD/websock/CommonChannelServer.cxx 528 W_XTR DUECA websockets Error in parsing the recurring JSON data for a "write" URL.
/usr/src/packages/BUILD/websock/CommonChannelServer.cxx 545 W_XTR DUECA websockets For writing data as stream (dueca::Channel::Continuous), the client needs to supply a "tick" member in the JSON with two integer values for the time tick. Check/correct the configuration or your external client program.
/usr/src/packages/BUILD/websock/CommonChannelServer.cxx 562 W_XTR DUECA websockets For writing data as stream (dueca::Channel::Continuous), the client needs to supply a "tick" member in the JSON with one integer value for the time tick. Check/correct the configuration or your external client program.
/usr/src/packages/BUILD/websock/CommonChannelServer.cxx 583 W_XTR DUECA websockets Failed to decode an object of the given dataclass from the JSON string received. Check the correspondence between your (external) program and the DUECA object definitions
/usr/src/packages/BUILD/websock/CommonChannelServer.cxx 625 W_XTR DUECA websockets Error in parsing the initial JSON data for a "write" URL with preset. Check your channel definition and the external client program.
/usr/src/packages/BUILD/websock/CommonChannelServer.cxx 640 W_XTR DUECA websockets Error the initial JSON data for a "write" URL with preset. A "ctiming" member cannot be interpreted as a boolean.
/usr/src/packages/BUILD/websock/CommonChannelServer.cxx 657 W_XTR DUECA websockets Error the initial JSON data for a "write" URL with preset. An "event" member cannot be interpreted as a boolean.
/usr/src/packages/BUILD/websock/CommonChannelServer.cxx 699 W_XTR DUECA websockets Attempt to disconnect a connection to a preset (pre-configured and connected) write url failed.
/usr/src/packages/BUILD/websock/CommonChannelServer.cxx 805 W_XTR DUECA websockets Error in parsing the initial JSON data for a "write-and-read" URL. Check your channel definition and the external client program.
/usr/src/packages/BUILD/websock/CommonChannelServer.cxx 816 W_XTR DUECA websockets Error the initial JSON data for a "write" URL. The entry "dataclass" should be specified in this initial message.
/usr/src/packages/BUILD/websock/CommonChannelServer.cxx 913 W_XTR DUECA websockets Error in a send action for a "write-and-read" URL, will remove the connection from the list of clients
/usr/src/packages/BUILD/websock/CommonChannelServer.cxx 927 W_XTR DUECA websockets Error in a send action for a "write-and-read" URL, will remove the connection from the list of clients
/usr/src/packages/BUILD/websock/CommonChannelServer.cxx 950 W_XTR DUECA websockets Error in parsing the recurring JSON data for a "write-and-read" URL.
/usr/src/packages/BUILD/websock/CommonChannelServer.cxx 962 W_XTR DUECA websockets Error in interpreting the recurring JSON data for a "write-and-read" URL, it needs a member "data" with the to-be-written data.
/usr/src/packages/BUILD/websock/CommonChannelServer.cxx 975 W_XTR DUECA websockets Failed to decode a DCO object from the received JSON string. Check the correspondence between the DCO object and the external program
/usr/src/packages/BUILD/hdf5utils/HDF5DCOWriteFunctor.cxx 127 W_XTR DUECA hdf5 The given dataset/datatype cannot be written, and is ignored
/usr/src/packages/BUILD/hdf5utils/HDF5DCOWriteFunctor.cxx 138 I_XTR DUECA hdf5 Information on the configured dataset
/usr/src/packages/BUILD/hdf5utils/HDF5DCOWriteFunctor.cxx 145 W_XTR DUECA hdf5 The dataset configuration has a very large chunk size
/usr/src/packages/BUILD/hdf5utils/HDF5DCOWriteFunctor.cxx 180 I_XTR DUECA hdf5 Information on the cache properties of the given dataset
/usr/src/packages/BUILD/hdf5utils/HDF5DCOWriteFunctor.cxx 187 I_XTR DUECA hdf5 Warning on the large chunk size of a given dataset
/usr/src/packages/BUILD/hdf5utils/HDF5DCOWriteFunctor.cxx 199 I_XTR DUECA hdf5 The given dataset has a variable size
/usr/src/packages/BUILD/hdf5utils/HDF5DCOReadFunctor.cxx 40 E_XTR DUECA hdf5 Requested data is not present at the given path
/usr/src/packages/BUILD/hdf5utils/HDF5DCOReadFunctor.cxx 63 W_XTR DUECA hdf5 Requested data type is not readable
/usr/src/packages/BUILD/hdf5utils/HDF5DCOReadFunctor.cxx 79 W_XTR DUECA hdf5 The number of configured rows does not match dataset dimension
/usr/src/packages/BUILD/hdf5utils/HDF5DCOReadFunctor.cxx 88 W_XTR DUECA hdf5 The number of configured columns does not match dataset dimension
/usr/src/packages/BUILD/hdf5utils/HDF5DCOReadFunctor.cxx 105 W_XTR DUECA hdf5 This module is not configured for HDF5 files with more than 2D data
/usr/src/packages/BUILD/hdf5utils/HDF5Logger.cxx 153 I_XTR DUECA hdf5 Information on the block sizes of datasets.
/usr/src/packages/BUILD/hdf5utils/HDF5Logger.cxx 161 I_XTR DUECA hdf5 Information on number of elements in a dataset.
/usr/src/packages/BUILD/hdf5utils/HDF5Logger.cxx 171 I_XTR DUECA hdf5 A configuration channel has been configured. The hdf5 file will be opened when on command from the configuration channel.
/usr/src/packages/BUILD/hdf5utils/HDF5Logger.cxx 287 W_XTR DUECA hdf5 Failure creating a functor for writing channel data in hdf5 log. Check the hdf5 option on the datatype
/usr/src/packages/BUILD/hdf5utils/HDF5Logger.cxx 339 E_CNF DUECA hdf5 Configuration error. Check dueca.mo
/usr/src/packages/BUILD/hdf5utils/HDF5Logger.cxx 358 E_CNF DUECA hdf5 Configuration error opening a log channel. Check dueca.mo
/usr/src/packages/BUILD/hdf5utils/HDF5Logger.cxx 370 E_CNF DUECA hdf5 Configuration error. Check dueca.mo
/usr/src/packages/BUILD/hdf5utils/HDF5Logger.cxx 383 E_CNF DUECA hdf5 Configuration error monitoring a watch channel. Check dueca.mo
/usr/src/packages/BUILD/hdf5utils/HDF5Logger.cxx 402 E_CNF DUECA hdf5 Attempt to re-configure the configuration channel ignored. Check your dueca.mod file.
/usr/src/packages/BUILD/hdf5utils/HDF5Logger.cxx 445 I_XTR DUECA hdf5 Information on the creation of a hdf5 read functor for a specific channel.
/usr/src/packages/BUILD/hdf5utils/HDF5Logger.cxx 531 E_XTR DUECA hdf5 Unforeseen error in opening an hdf5 log file.
/usr/src/packages/BUILD/hdf5utils/HDF5Logger.cxx 571 E_XTR DUECA hdf5 Unforeseen error in specifying a base path for an hdf5 log set.
/usr/src/packages/BUILD/hdf5utils/HDF5Logger.cxx 599 E_XTR DUECA hdf5 Unforeseen error in creating a functor.
/usr/src/packages/BUILD/hdf5utils/HDF5Logger.cxx 630 W_XTR DUECA hdf5 Unforeseen Input/Output error when interacting with an HDF5 log file. Check your disk sanity. Are you trying to log over NFS?
/usr/src/packages/BUILD/hdf5utils/EntryWatcher.cxx 53 I_XTR DUECA hdf5 Information on a new entry in a monitored channel
/usr/src/packages/BUILD/hdf5utils/EntryWatcher.cxx 65 I_XTR DUECA hdf5 Information on a removed entry in a monitored channel
/usr/src/packages/BUILD/hdf5utils/EntryWatcher.cxx 76 W_XTR DUECA hdf5 A removed entry in a monitored channel could not be found in the Loggers/Watchers data structure. Indicates a programming error in DUECA.
/usr/src/packages/BUILD/hdf5utils/HDF5Replayer.cxx 147 W_XTR DUECA hdf5 The hdf5 replayer has no initial file configured. Writing to the configured channels only happens after a file is supplied through an HDFReplayConfig event. Make sure either the file is supplied, or your simulation is robust when the replay channels are not written.
/usr/src/packages/BUILD/hdf5utils/HDF5Replayer.cxx 156 E_XTR DUECA hdf5 The configuration of the HDF5 replayer is incorrect. Either supply a file to replay from, or configure a channel for configuration, so replay filenames can be supplied
/usr/src/packages/BUILD/hdf5utils/HDF5Replayer.cxx 217 E_CNF DUECA hdf5 The replayer configuration is incorrect. Check your dueca.mo
/usr/src/packages/BUILD/hdf5utils/HDF5Replayer.cxx 256 W_XTR DUECA hdf5 Unspecified error in re-opening hdf5 file
/usr/src/packages/BUILD/hdf5utils/HDF5Replayer.cxx 276 W_XTR DUECA hdf5 Attempt at opening an hdf5 file twice
/usr/src/packages/BUILD/hdf5utils/HDF5Replayer.cxx 288 W_XTR DUECA hdf5 Unspecified error in opening an hdf5 file
/usr/src/packages/BUILD/hdf5utils/HDF5Replayer.cxx 335 W_XTR DUECA hdf5 A replay configuration fails. One of the replayed datasets must represent stream data, so the time offset can be correctly calculated
/usr/src/packages/BUILD/hdf5utils/HDF5Replayer.cxx 350 W_XTR DUECA hdf5 The replay_start value cannot be before the start of any stream data in the data file
/usr/src/packages/BUILD/hdf5utils/HDF5Replayer.cxx 446 W_XTR DUECA hdf5 A write token for replaying data is not valid. Check for conflict with other modules accessing this channel
/usr/src/packages/BUILD/hdf5utils/HDF5Replayer.cxx 475 I_XTR DUECA hdf5 You attempted to spool to a start position in the replay file, but event channel data for that time is not available on the reported channel. This may simply be because there was no event data available.
/usr/src/packages/BUILD/hdf5utils/HDF5Replayer.cxx 487 W_XTR DUECA hdf5 You attempted to spool to a start position in the replay file, but continuos stream channel data for that time is not available on the reported channel. Most likely your data file is too short for this start position.
/usr/src/packages/BUILD/hdf5utils/HDF5Replayer.cxx 511 I_XTR DUECA hdf5 While replaying, reached last event on an event data channel
/usr/src/packages/BUILD/hdf5utils/HDF5Replayer.cxx 539 W_XTR DUECA hdf5 While replaying, reached last data points for a continuous (stream) channel type. You reached the end of the file, further data values will be held at this last point
/usr/src/packages/BUILD/hdf5utils/HDF5Replayer.cxx 576 W_XTR DUECA hdf5 While replaying, reached last data points for a continuous (stream) channel type. You reached the end of the file, further data values will be held at this last point
/usr/src/packages/BUILD/hdf5utils/HDF5Replayer.cxx 604 W_XTR DUECA hdf5 The channel label cannot be read; the datafile has probably not been prepared correctly. The replay entry in the channel will be created with an empty label
/usr/src/packages/BUILD/hdf5utils/HDF5Replayer.cxx 614 W_XTR DUECA hdf5 A new replay file has different channel labels; continuing replay with the old label
dueca/UnifiedChannel.cxx 1333 W_CHN DUECA channel You created a channel read token with a request for sequential reading, but have neglected reading from it. This keeps a large number of datapoints in the channel. Consider flushing or reading, deleting the token or maybe you don't need it at all.
dueca/UnifiedChannel.cxx 1425 W_CHN DUECA channel A writing entry specified different transport class settings on this channel; only the first specification is used
dueca/TimeKeeper.cxx 152 I_TIM DUECA timing In attempting to resume execution at a calculated time, the waking of the clock thread was too early
dueca/TimeKeeper.cxx 160 I_TIM DUECA timing In attempting to resume execution at a calculated time, the waking of the clock thread was too late
dueca/TimeKeeper.cxx 232 W_TIM DUECA timing Failed to determine the number of microseconds since a given tick. This can happen if the thread requesting the time information is seriously starved, the time information will be unreliable
dueca/TimeKeeper.cxx 265 W_TIM DUECA timing The list of difference data with the node being a timing master is too large. This list must be asynchronously processed by the timing slave node, due to excessive rate of information on master-slave time differences, or a slave node starved of computation
dueca/TimeKeeper.cxx 291 W_TIM DUECA timing The difference with a timing master is larger than acceptable. This might occur at start-up, but these messages should not occur later in running. Can be due to a mis-configuration, or problematic communication
dueca/TimeKeeper.cxx 365 I_TIM DUECA timing This node is severely behind, waiting is skipped
dueca/TimeKeeper.cxx 380 I_TIM DUECA timing This node is considerably ahead, double wait for ticker modes that cannot use a high-resolution clock
dueca/ModuleId.cxx 168 W_STS DUECA system When making an inventory of all ID's for DUECA modules, an ID was flagged as entered previously. This indicates a programming error in the DUECA code.
dueca/ChannelManager.cxx 57 E_CHN DUECA channel A second channelmanager is being configured. Only one ChannelManager is allowed. Correct your DUECA configuration file.
dueca/ChannelManager.cxx 206 I_CHN DUECA channel Information on a channel configuration request.
dueca/ChannelManager.cxx 242 E_CHN DUECA channel The current channel organisation for one of the channels is incompatible with a requested new extension of the channel. Does this error still happen? Check whether the configuration requests for channel (write) tokens may be incompatible.
dueca/ChannelManager.cxx 260 I_CHN DUECA channel Information on an update event for the channel registry
dueca/ChannelManager.cxx 271 E_CHN DUECA channel The entry for which an update event is intended, cannot be found in the waitroom with channel ends without ID. Indicates a programming error in DUECA
dueca/ChannelManager.cxx 285 I_CHN DUECA channel Information on issuing an ID to a specific channel
dueca/ChannelManager.cxx 313 W_CHN DUECA channel Received a count request for channel use, but cannot read it. Indicates an error in the DUECA code.
dueca/ChannelManager.cxx 361 W_CHN DUECA channel Received a request for a copy of channel data, but have a failure in coding / writing that data. May indicate an error in DUECA code.
dueca/ChannelManager.cxx 374 W_CHN DUECA channel Received a request for a copy of channel data, but cannot read the request.
dueca/ChannelManager.cxx 390 I_CHN DUECA channel Information on a request for the ID for a channel
dueca/ChannelManager.cxx 409 E_CHN DUECA channel Local channel count exceeded. A small number of channels is configured locally, without interaction with other nodes, because they are needed for communication in the start-up phase of DUECA. This error occurs when the expected number of local channels is not correct. Indicates an error in the DUECA code.
dueca/XMLtoDCO.cxx 170 E_XTR DUECA XML Unexpected error in converting a XML string to a DCO write. Cannot interpret the given variable type.
dueca/XMLtoDCO.cxx 178 E_XTR DUECA XML Unexpected error in converting a XML string to a DCO write.
dueca/XMLtoDCO.cxx 213 W_XTR DUECA XML There is not enough data in a XML representation to completely fill a fixed-length array in the DCO.
dueca/XMLtoDCO.cxx 222 W_XTR DUECA XML There was too much array data in a XML representation for a fixed-length array in the DCO.
dueca/XMLtoDCO.cxx 236 W_XTR DUECA XML There is not enough data in a XML representation to completely fill a fixed-length array in the DCO.
dueca/XMLtoDCO.cxx 245 W_XTR DUECA XML There was too much array data in a XML representation for a fixed-length array in the DCO.
dueca/XMLtoDCO.cxx 269 W_XTR DUECA XML When trying to decode a "std::map" of objects, or simular member, either the "key" or "object" tag is missing. Please inspect/correct your XML.
dueca/XMLtoDCO.cxx 293 W_XTR DUECA XML When trying to decode a "std::map" of values, or simular member, either the "key" or "value" tag is missing. Please inspect/correct your XML.
dueca/XMLtoDCO.cxx 333 W_XTR DUECA XML When trying to decode a "std::map" or simular member, zero or multiple "<pair>" tags with keys and data are expected. Found an <object> tag instead.
dueca/XMLtoDCO.cxx 356 W_XTR DUECA XML When trying to decode a `std::map` or simular member, zero or multiple `pair` tags with keys and data are expected. Found a `value` tag instead.
dueca/XMLtoDCO.cxx 385 W_XTR DUECA XML The XML data for a specific member is not coded in the right format. Note that nested DCO objects are coded with `object` tags, values are coded with `value` tags, and mapped objects are coded with `pair` tags, with key and value or object pairs.
dueca/XMLtoDCO.cxx 394 W_XTR DUECA XML Missing a key in the XML representation for a data member in the DCO object.
dueca/CriticalActivity.cxx 86 W_ACT DUECA activity A CriticalActivity running in safe mode intercepted an uncaught exception. This indicates a serious issue with the safety activity, which should be robust to most if not all error conditions. If persistent, please correct this.
dueca/CriticalActivity.cxx 112 W_ACT DUECA activity A dueca::CriticalActivity running in normal mode intercepted an uncaught exception. The activity will now revert to running the safe mode callback
dueca/CriticalActivity.cxx 139 W_ACT DUECA activity A CriticalActivity running in safe mode intercepted an uncaught exception. This indicates a serious issue with the safety activity, which should be robust to most if not all error conditions. If persistent, please correct this.
dueca/CriticalActivity.cxx 162 W_ACT DUECA activity A dueca::CriticalActivity running in normal mode intercepted an uncaught exception. The activity will now revert to running the safe mode callback
dueca/CriticalActivity.cxx 185 W_ACT DUECA activity A dueca::CriticalActivity running in normal mode intercepted an uncaught exception. The activity will now revert to running the safe mode callback
dueca/CriticalActivity.cxx 217 W_ACT DUECA activity An attempt for the dueca::CriticalActivity to switch to work mode failed, because the safe callback has not indicated that it is correctly running. Check the logic of your module
dueca/CriticalActivity.cxx 238 W_ACT DUECA activity An attempt for the dueca::CriticalActivity to switch to safe mode failed, because the activity is not in the run mode. Check the logic of your module
dueca/CriticalActivity.cxx 274 E_SYS DUECA activity In response to a flagged node-wide error, this dueca::CriticalActivity will revert to safe mode.
dueca/CriticalActivity.cxx 283 W_SYS DUECA activity A node-wide error has been flagged multiple times. This dueca::CriticalActivity is already in safe mode.
dueca/CPULowLatency.cxx 29 W_TIM DUECA timing CPU latency control is not available
dueca/CPULowLatency.cxx 38 W_TIM DUECA timing CPU latency control file cannot be opened. Check permissions on /dev/cpu_dma_latency
dueca/IPMulticastAccessor.cxx 206 I_NET DUECA network For information. A socket/port for multicast has been flagged for re-use. This is usual only for testing, or for running multiple DUECA processes on a single computer
dueca/IPMulticastAccessor.cxx 272 I_NET DUECA network For information. A socket/port for multicast has been flagged for re-use. This is usual only for testing, or for running multiple DUECA processes on a single computer
dueca/DCOtoXML.cxx 163 E_XTR DUECA XML Failure to serialize a part of DCO object to XML due to a bad any_cast
dueca/DCOtoXML.cxx 171 E_XTR DUECA XML Have no mapping to serialize a member of a DCO object of this datatype to XML. Use other datatypes in your DCO, or try to get the serialize expanded
dueca/DCOtoXML.cxx 177 E_XTR DUECA XML Generic failure to serialize a DCO object to XML
dueca/ObjectManager.cxx 87 E_CNF DUECA system A negative node ID was specified. Node ID's must be positive.
dueca/ObjectManager.cxx 100 E_CNF DUECA system Error in configuration file, only one ObjectManager may be specified.
dueca/ObjectManager.cxx 114 E_CNF DUECA system Error in configuration file, there must be at least one node, and the number of nodes must be smaller than the maximum (normally 256).
dueca/ObjectManager.cxx 130 E_CNF DUECA system Error in configuration file, the node ID must be smaller than the total number of nodes.
dueca/ObjectManager.cxx 251 E_CNF DUECA system The objectmanager tried to enter a new object in the registry, but the name for this object has already been taken. Re-name or alter one of the objects, or, if the object was created in error, remove the script section that creates it.
dueca/ObjectManager.cxx 274 I_SYS DUECA system Debug information on numeric ID's issued to named objects.
dueca/ObjectManager.cxx 322 I_SYS DUECA system Deleting the indicated object.
dueca/ObjectManager.cxx 335 I_SYS DUECA system Deleting the indicated object, now dueca's own module
dueca/ObjectManager.cxx 343 I_SYS DUECA system The requested object is not or no longer in the registry
dueca/Activity.cxx 115 I_ACT DUECA activity Information on setting a new time specification for an activity
dueca/Activity.cxx 184 E_ACT DUECA activity An activity threw an uncaught exception. The relevant activity will be switched off
dueca/ActivityWeaver.cxx 263 I_STS DUECA UI Logs for ActivityView have not been fully received. May indicate timing issues or happen when nodes are not running multi-threaded.
dueca/TimeSpec.cxx 313 W_TIM DUECA timing You are trying to reverse the time on a PeriodicTimeSpec. That cannot be done
dueca/TimeSpec.cxx 358 E_CNF DUECA timing Specified the wrong start point for a periodic time specification. The start point must be >= 0
dueca/TimeSpec.cxx 373 E_CNF DUECA timing Specified the wrong period for a periodic time specification, the period must be >= 1
dueca/ReflectiveFillPacker.cxx 84 E_CNF DUECA shared memory network parameters ReflectiveFillPacker incorrect
dueca/ReflectiveFillPacker.cxx 110 I_SHM DUECA shared memory network Opening a channel for bulk information collecting
dueca/ReflectiveFillPacker.cxx 166 W_SHM DUECA shared memory network Channel data was to large to fit into the Bulk store. Increase the store size for the reflective packer, of make your DCO objects smaller.
dueca/ReflectiveFillPacker.cxx 189 W_SHM DUECA shared memory network Have lost data for packing. Should be impossible with new DUECA versions
dueca/ModuleCreator.cxx 97 E_CNF DUECA scripting The `complete` method of a module returned "false", indicating an error. Look back in the log to determine which error, and check and fix the code if you don't find it there. Verify and remedy the error condition.
dueca/ModuleCreator.cxx 133 E_CNF DUECA scripting When supplying the arguments to a module, one of the functions accepting arguments returned "false", indicating an error condition and argument not accepted. The module in case will not be further created. Check for error messages on the non-accepted arguments, and fix.
dueca/ModuleCreator.cxx 147 E_CNF DUECA scripting While attempting to create a module, supply argument or invoke the complete method, an exception was thrown. The module is not created. Check the error message and offending code.
dueca/ModuleCreator.cxx 158 E_CNF DUECA scripting State of the module is unexpected
dueca/ModuleCreator.cxx 177 E_CNF DUECA scripting When supplying the arguments to a module for re-initialisation, one of the functions accepting arguments returned "false", indicating an error condition and argument not accepted. This leads to a node-wide error condition.
dueca/ModuleCreator.cxx 191 E_CNF DUECA scripting While calling a module's repeat initialisation after supplying furter arguments, the module returned false. Not all modules will accept re-intialisation. Inspect the error condition, and correct your code.
dueca/ModuleCreator.cxx 205 E_CNF DUECA scripting While attempting to modify a module, supply arguments or invoke the complete method, an exception was thrown. A global error state is started. Check the error message and offending code.
dueca/Entity.cxx 86 W_CNF DUECA system A module indicates that its data has not been properly specified. Further creation is stopped
dueca/Entity.cxx 124 W_MOD DUECA system Unable to delete a modul
dueca/Condition.cxx 103 W_ACT DUECA activity A Condition object was in use at its destruction
dueca/Condition.cxx 109 W_ACT DUECA activity The mutex for a Condition object was locked at its destruction
dueca/PackerSet.cxx 84 E_CNF DUECA network Wrong object type encountered. Supply a packer object to the PackerSet.
dueca/PackerSet.cxx 101 E_CNF DUECA network Wrong object type encountered. Supply a packer object to the PackerSet.
dueca/PackerSet.cxx 118 E_CNF DUECA network Wrong object type encountered. Supply a packer object to the PackerSet.
dueca/DCOtoJSON.cxx 211 E_XTR DUECA JSON Failure to serialize a DCO object member to JSON due to a bad any_cast
dueca/DCOtoJSON.cxx 220 E_XTR DUECA JSON Have no mapping to serialize a DCO object member of this datatype to JSON. Use other datatypes in your DCO, or try to get the serialize expanded
dueca/DCOtoJSON.cxx 227 E_XTR DUECA JSON Generic failure to serialize a part of a DCO object to JSON
dueca/DuecaEnv.cxx 64 W_CNF DUECA system Script instructions for a specific module are requested with the DUECA_SCRIPTINSTRUCTIONS environment variable, but this module cannot be found in this DUECA executable
dueca/GenericPacker.cxx 42 E_CNF DUECA network You are attempting to use this packer type as the main packer, while it is an auxiliary (fill) packer. Check and correct the configuration of your network communication
dueca/DuecaView.cxx 40 E_CNF DUECA UI Attempt to create a second dueca view
dueca/SchemeClassData.cxx 32 I_CNF DUECA scripting Creation of a new scheme typ
dueca/SchemeClassData.cxx 48 I_CNF DUECA scripting Assignment of a tag for a scheme typ
dueca/Environment.cxx 159 I_SYS DUECA system You have selected a non-standard locale. Ensure your datafiles are all correctly formatted.
dueca/Environment.cxx 173 E_SYS DUECA system LOCALE settings may determine the way in which data files are read; using ',' instead of '.', etc. Your system has a non-standard locale, and will use comma for the decimal point. The regular fix is to set a locale using decimal point. If you insist on a non-standard locale, set this in dueca_cnf.py, and ensure your datafiles are all correctly formatted.
dueca/Environment.cxx 194 E_CNF DUECA system A graphical user interface mode has been requested tht is not available in this DUECA process. Check the configburation file and compilation options on the affected node
dueca/Environment.cxx 206 E_CNF DUECA system The priorities for the activity managers should either be specified by means of highest priority level or by means of individual specification. You are using a combination of both methods, modify the configuration file on the affected node.
dueca/Environment.cxx 346 E_CNF DUECA system A run mode has been configured that does not exist. Adjust the DUECA configuration on this node
dueca/Environment.cxx 359 E_CNF DUECA system An error in your activity level configuration, this "nice" level is not available. Adjust configuration file on the affected node
dueca/Environment.cxx 377 E_CNF DUECA system An error in your activity level configuration, this "round-robin" level is not available. Adjust configuration file on the affected node.
dueca/Environment.cxx 395 E_CNF DUECA system An error in your activity level configuration, this "fifo" level is not available. Adjust configuration file on the affected node.
dueca/Environment.cxx 439 I_SYS DUECA system Indicates that the graphics interaction code is now started.
dueca/Environment.cxx 449 I_SYS DUECA system Indicates that the graphics interaction code has ended.
dueca/Environment.cxx 460 I_SYS DUECA system Sending the command to exit the process.
dueca/Environment.cxx 491 I_SYS DUECA system Start of real-time running.
dueca/Environment.cxx 510 I_SYS DUECA system Start of activity scheduling and processing by activity managers.
dueca/Environment.cxx 525 I_SYS DUECA system Starting real-time clock.
dueca/Environment.cxx 634 W_CNF DUECA system There was an error reading a file with additional model configuration.
dueca/Environment.cxx 657 I_SYS DUECA system Thread 0, with activitymanager for priority 0, will halt, and wait until a model configuration script has been processed.
dueca/Environment.cxx 667 I_SYS DUECA system A model configuration script has been processed by the thread with the script language, thread 0, with activitymanager for priority 0 will now continue scheduling activities.
dueca/Environment.cxx 694 I_SYS DUECA system All objects and modules that are not part of the core DUECA system are now told to stop and then destructed.
dueca/Environment.cxx 714 W_SYS DUECA system A keyboard interrupt (Ctrl-C) signal was received and intercepted. The DUECA process will be stopped in a controlled fashion. Note that an additional Ctrl-C will result in immediate abort.
dueca/Environment.cxx 727 I_SYS DUECA system Control returned from script reading stage.
dueca/Environment.cxx 742 I_SYS DUECA system Creation of the object that monitors and controls the status of the different DUECA nodes.
dueca/Environment.cxx 752 I_SYS DUECA system All DUECA core objects are given the opportunity to complete their initialization.
dueca/Environment.cxx 798 W_SYS DUECA system The attempt to install a handler for keyboard interrupts failed. DUECA functions, but has no facilities to provide useful status information on a keyboard interrupt.
dueca/Environment.cxx 820 I_SYS DUECA system This node now enters a slow ticking phase, intended to initiate connection with all other nodes in the DUECA process.
dueca/Environment.cxx 837 I_SYS DUECA system All required nodes have been connected.
dueca/Environment.cxx 869 I_SYS DUECA system A start message for real-time clocked running has been sent to all nodes.
dueca/Environment.cxx 896 W_SYS DUECA timing It was not possible to aacuire memlock and prevent swap. If you are deploying a real-time system, consider configuring the workstation for real-time running. When developing, you may generally ignore this message
dueca/Environment.cxx 916 W_SYS DUECA system Attempt to find out the memlock limit failed
dueca/Environment.cxx 928 W_SYS DUECA system The system indicates that there is a limited amount of memory available for locking; avoiding the use of mlockall, because this may lead to memory allocation failure and crashes. Use ulimit and adapt with a configuration file in /etc/security/limits.d if you want memory locking and better real-time performanc
dueca/Environment.cxx 942 W_SYS DUECA system Attempt to load and lock the memory for the DUECA executable failed. This is normal during development, when real-time and memory locking priorities are not used, but should be avoided during deployment. Check the page on 'tuning linux workstations' for guidance. This may also happen when not enough memory is available.
dueca/Environment.cxx 957 I_SYS DUECA system Starting a thread for priority 0 and graphics.
dueca/Environment.cxx 969 W_SYS DUECA system Running into a problem creating the graphics thread. Re-trying with other option
dueca/Environment.cxx 983 I_SYS DUECA system Information on the run status, stopping the scripting thread
dueca/Environment.cxx 991 I_SYS DUECA system Information message that the script thread resumes
dueca/Environment.cxx 1003 I_SYS DUECA system Script and graphics threads are combined again
dueca/Environment.cxx 1039 I_SYS DUECA system Script and graphics threads are combined again
dueca/Environment.cxx 1050 E_SYS DUECA system Internal error, a run stage that has not been configured is requested
dueca/Environment.cxx 1060 I_SYS DUECA system At this point the client modules will be deleted.
dueca/Environment.cxx 1068 I_SYS DUECA system Control returns to the scripting language interpretation.
dueca/Environment.cxx 1104 I_SYS DUECA system Data packing for transport is stopped, breaking communication with the other nodes.
dueca/DataClassRegistry.cxx 225 W_MOD DUECA channel A transportable (DCO) data type has a member that shadows a member in one of its parent data types. Check your .dco files
dueca/ChannelWriteToken.cxx 41 I_CHN DUECA channels Informational message on the issuing of a new write token.
dueca/ArgListProcessor.cxx 616 E_CNF DUECA scripting The given scheme arguments should have been a list, fix your configuration file
dueca/ArgListProcessor.cxx 630 W_CNF DUECA scripting This module or object has been configured to use name/value pairs. It still accepts lists of values, but this mode is deprecated. Fix your configuration file to silence the message
dueca/ArgListProcessor.cxx 673 E_CNF DUECA scripting Error in reading script arguments
dueca/ArgListProcessor.cxx 725 E_CNF DUECA scripting Error in reading python script arguments
dueca/ArgListProcessor.cxx 852 E_CNF DUECA scripting Error in reading script arguments presented as a straight list
dueca/ArgListProcessor.cxx 861 E_CNF DUECA scripting There was more data than could be processed in reading this script
dueca/ArgListProcessor.cxx 993 E_CNF DUECA scripting An argument was not accepted by the module or object receiving it. The reading is flagged as false, in most cases the module or object will not be created.
dueca/Module.cxx 67 W_MOD DUECA module The status of a module is checked with the isInitialPrepared function, and resulted in an exception being thrown
dueca/Module.cxx 80 W_MOD DUECA module The status of a module is checked with the isPrepared function, and resulted in an exception being thrown
dueca/Module.cxx 106 W_MOD DUECA module Final stop is commanded for a module, and this resulted in an exception being thrown
dueca/Module.cxx 119 W_MOD DUECA module Initial start is commanded for a module, and this resulted in an exception being thrown
dueca/Module.cxx 132 W_MOD DUECA module Stop is commanded for a module, and this resulted in an exception being thrown
dueca/Module.cxx 145 W_MOD DUECA module Start is commanded for a module, and this resulted in an exception being thrown
dueca/ScriptInterpret.cxx 212 I_SYS DUECA scripting Information on reading additional script code from a given file.
dueca/ScriptInterpret.cxx 249 I_SYS DUECA scripting At this point the model code has been copied to the other DUECA nodes.
dueca/ScriptInterpret.cxx 327 W_SYS DUECA scripting A class that is available to the scripting language is missing its parent class, and it cannot be inserted at the right position.
dueca/ScriptHelper.cxx 34 W_SYS DUECA scripting Currently, only Python script interface can run client code in the script language. An attempt to run client code is made while using an incompatible script language
dueca/InitScheme.cxx 76 W_CNF DUECA scripting A warning on the obsolete set-graphic-interface call. Fix your dueca.cnf to resolve this problem
dueca/ShmAccessor.cxx 121 E_CNF DUECA shared memory network Configuration error
dueca/ShmAccessor.cxx 128 E_CNF DUECA shared memory network Configuration error
dueca/ShmAccessor.cxx 141 I_SHM DUECA shared memory network Configuration information
dueca/ShmAccessor.cxx 148 E_SHM DUECA shared memory network Memory segment access fails
dueca/ShmAccessor.cxx 156 I_SHM DUECA shared memory network Configuration information
dueca/ShmAccessor.cxx 162 E_SHM DUECA shared memory network Message queue access fails
dueca/ShmAccessor.cxx 176 I_SHM DUECA shared memory network Configuration information
dueca/SchemeScripting.cxx 46 E_CNF DUECA scripting Failure to use the "dueca.scratch" file. For interpreting the script, DUECA uses a "dueca.scratch" file. It was not possible to open this in write mode. This may be due to an existing file for which the current process has no write permissions. Remove the "dueca.scratch" file.
dueca/GenericEvent.cxx 54 E_CHN DUECA channels A really obsolete problem, with an old-style generic event passing data ownership.
dueca/Ticker.cxx 154 E_CNF DUECA timing Attempt to create a second ticker object, correct your dueca.cnf / dueca_py.cnf
dueca/Ticker.cxx 168 E_CNF DUECA timing The ticker requires a positive base-increment value. Adjust your dueca.cnf / dueca_cnf.p
dueca/Ticker.cxx 176 E_CNF DUECA timing The ticker requires a positive compatible-increment value. Adjust your dueca.cnf / dueca_cnf.py
dueca/Ticker.cxx 184 E_CNF DUECA timing The ticker requires a positive time-step value. Adjust your dueca.cnf / dueca_cnf.py
dueca/Ticker.cxx 194 W_CNF DUECA timing The priority for the ticker was not available. It has been automatically adjusted to the highest priority. Adjust your dueca.cnf / dueca_cnf.py
dueca/Ticker.cxx 237 E_CNF DUECA timing Synchronization mode 4 cannot be used with this timestep. It is obsolete anyway, correct dueca.cnf / dueca_cnf.py, to use sync mode 2.
dueca/Ticker.cxx 252 E_CNF DUECA timing Synchronization mode 4 cannot be used with this timestep. It is obsolete anyway, correct dueca.cnf / dueca_cnf.py, to use sync mode 2.
dueca/Ticker.cxx 577 E_CNF DUECA timing You specified a waiting technique that is not available. Aborting, to prevent a process that blocks the machine
dueca/Ticker.cxx 613 W_TIM DUECA timing Warn about the maximum duration of this simulation, based on MAX_TIMETICK and the granule value
dueca/Ticker.cxx 619 I_TIM DUECA timing Information that an activity manager starts scheduling at this tick value.
dueca/ChannelOverview.cxx 177 W_STS DUECA UI Unexpected error, cannot access expected information on a channel reading client.
dueca/ChannelOverview.cxx 295 W_STS DUECA UI For the ChannelOverview, a message is generated that indicates a new channel entry, but the entry is already reported as created. These glitches are sometimes introduced by incomplete creation and subsequent deletion of modules, due to errors in the start script. Check preceding messages.
dueca/ChannelOverview.cxx 335 W_STS DUECA UI For the ChannelOverview, a message is generated that indicates a disappearing channel entry, but the entry as such has not been reported as created. These glitches are sometimes introduced by incomplete creation and subsequent deletion of modules, due to errors in the start script. Check preceding messages indicating that.
dueca/ChannelOverview.cxx 345 W_STS DUECA UI Unexpected error. Cannot access or process information on a channel writing access
dueca/ChannelOverview.cxx 445 W_STS DUECA UI Received an old count result, not matching the current request number, ignoring that.
dueca/ChannelOverview.cxx 513 W_STS DUECA UI The channel entry for which a data view refresh has been requested has disappeared
dueca/ChannelOverview.cxx 534 W_STS DUECA UI The channel entry for which a data view has been requested has disappeared
dueca/TimingView.cxx 75 W_CNF DUECA UI Configuration error, specify priority 0 for TimingVie
dueca/TimingView.cxx 86 W_CNF DUECA UI Configuration error, when using the TimingView, the ActivityView must also be used, otherwise names for the activities cannot be decoded
dueca/TimingView.cxx 145 I_SYS DUECA UI Informational message. Timing report received.
dueca/TimingView.cxx 179 W_SYS DUECA UI A report on synchronization was received from a non-existent node. Either a mis-configuration, or an error in decoding communicated data
dueca/UChannelEntry.cxx 254 W_CHN DUECA channel A specific channel entry has a large number of data-points built up. This can be either because a "saveup" reservation is still active (an expected reader has not called in to read data), or most commonly, because an read access token opened with dueca::Channel::ReadAllData option does not read this data
dueca/UChannelEntry.cxx 318 W_CHN DUECA channel The module writing this entry tries to write "stream" data (dueca::Channel::Continuous) but specifies a time span with zero length. Check the writing token, and ensure the time span is correct.
dueca/UChannelEntry.cxx 343 W_CHN DUECA channel The module writing this entry tries to write "stream" data (dueca::Channel::Continuous) but specifies a time span that does not connect to the previous span. This might indicate double writing, or using a time specification from irregular triggering. Check the writing token, and ensure the time spans are correct.
dueca/UChannelEntry.cxx 597 W_CHN DUECA channel Differential data has arrived for this channel entry, but the full data (which might be transported in Bulk mode) is not present yet. The differential data will be cached for later application.
dueca/UChannelEntry.cxx 759 W_CHN DUECA channel In accessing channel data for a specific requested time, it was found that no such data was available. A NULL pointer will be returned to the accessing token.
dueca/UChannelEntry.cxx 820 W_CHN DUECA channel In accessing channel data for a specific requested time, it was found that no such data was available. A NULL pointer will be returned to the accessing token.
dueca/UChannelEntry.cxx 1097 W_CHN DUECA channel You created a channel read token with a request for sequential reading, but have neglected reading from it. This keeps a large number of datapoints in the channel. Consider flushing or reading, deleting the token or maybe you don't need it at all.
dueca/ReflectivePacker.cxx 113 I_SHM DUECA shared memory network Information on reflective packer initialisation
dueca/ReflectivePacker.cxx 152 I_SHM DUECA shared memory network Information on start of reflective packer packing
dueca/ReflectivePacker.cxx 270 I_SHM DUECA shared memory network There is no room in the shared memory buffers, packing is delayed
dueca/ReflectivePacker.cxx 304 I_SHM DUECA shared memory network While packing data, the shared memory buffer filled up, packing is reset and resumed later
dueca/ReflectivePacker.cxx 319 I_SHM DUECA shared memory network The data that should be transmitted is no longer available in the local channel end. This condition should no longer happen with modern DUECA versions.
dueca/MessageBuffer.cxx 76 W_NET DUECA network A buffer for data transmission is being deleted while it is flagged as being still in use. This can produce crashes or undetermined results
dueca/ReflectiveAccessor.cxx 81 E_CNF DUECA shared memory network Configuration error
dueca/ReflectiveAccessor.cxx 88 E_CNF DUECA shared memory network Configuration error
dueca/ReflectiveAccessor.cxx 95 E_CNF DUECA shared memory network Configuration error
dueca/ReflectiveAccessor.cxx 102 E_CNF DUECA shared memory network Configuration error
dueca/ReflectiveAccessor.cxx 109 E_CNF DUECA shared memory network Configuration error
dueca/ReflectiveAccessor.cxx 116 E_CNF DUECA shared memory network Configuration error
dueca/ReflectiveAccessor.cxx 123 E_CNF DUECA shared memory network Configuration error
dueca/ReflectiveAccessor.cxx 131 E_CNF DUECA shared memory network Configuration error
dueca/ReflectiveAccessor.cxx 140 E_CNF DUECA shared memory network Configuration error
dueca/ReflectiveAccessor.cxx 147 E_CNF DUECA shared memory network Configuration error
dueca/ReflectiveAccessor.cxx 196 I_SHM DUECA shared memory network Information on shared region use
dueca/ReflectiveAccessor.cxx 253 E_TIM DUECA shared memory network Discovered a large time difference between nodes in shared memory access; probably due to one of the DUECA processes failing or communication failure. Setting nodewide error, and stopping this node
dueca/ReflectiveAccessor.cxx 297 I_SHM DUECA shared memory network Information on the layout of the communication memory
dueca/ReflectiveAccessor.cxx 349 W_SHM DUECA shared memory network Detected an irregular message, trying to interpret as a write.
dueca/ReflectiveAccessor.cxx 364 W_SHM DUECA shared memory network Detected a control location write that cannot be correct. Probably due to a (transient?) hardware error
dueca/ReflectiveAccessor.cxx 380 I_SHM DUECA shared memory network Ignoring an operational message at a location where none should occur
dueca/ReflectiveAccessor.cxx 392 I_SHM DUECA shared memory network Ignoring an operational message that does not conform to the DUECA protocol. Is another program accessing shared or reflective memory
dueca/ReflectiveAccessor.cxx 402 I_SHM DUECA shared memory network Node 0 issues a starting value
dueca/ReflectiveAccessor.cxx 443 E_SHM DUECA shared memory network Incorrect start sequence detected. Communication error or is another program accessing the memory?
dueca/ReflectiveAccessor.cxx 455 E_SHM DUECA shared memory network Unforeseen error in the start-up state machine.
dueca/ReflectiveAccessor.cxx 475 I_SHM DUECA shared memory network Received a correct message, advancing to next state.
dueca/ReflectiveAccessor.cxx 488 I_SHM DUECA shared memory network Confirmation not complete, not advancing.
dueca/ReflectiveAccessor.cxx 528 E_SHM DUECA shared memory network Configuration error.
dueca/ReflectiveAccessor.cxx 538 E_CNF DUECA shared memory network Configuration error.
dueca/ReflectiveAccessor.cxx 556 E_CNF DUECA shared memory network Configuration error
dueca/ReflectiveAccessor.cxx 565 E_CNF DUECA shared memory network Configuration error
dueca/ReflectiveAccessor.cxx 583 E_CNF DUECA shared memory network Configuration error
dueca/ReflectiveAccessor.cxx 592 E_CNF DUECA shared memory network Configuration error
dueca/ReflectiveAccessor.cxx 610 E_SHM DUECA shared memory network Configuration error
dueca/ReflectiveAccessor.cxx 619 E_CNF DUECA shared memory network Configuration error
dueca/PythonScripting.cxx 71 E_CNF DUECA scripting A given init function for starting up Python capabilities has failed. Check the C++ program. This will result in a failure to run.
dueca/PythonScripting.cxx 84 E_CNF DUECA scripting Logical error in the start-up of Python code. Not all initialization functions could be run, possibly due to a circular dependency on initialization.
dueca/PythonScripting.cxx 108 E_CNF DUECA scripting Failure to use the "dueca.scratch" file. For interpreting the script, DUECA uses a "dueca.scratch" file. It was not possible to open this in write mode. This may be due to an existing file for which the current process has no write permissions. Remove the "dueca.scratch" file.
dueca/PythonScripting.cxx 129 E_CNF DUECA scripting This DUECA/Python combination uses pre-init, to initialize Python. This lead to an error status, see message.
dueca/PythonScripting.cxx 143 E_CNF DUECA scripting Unexpected error in initializing scripting with Python.
dueca/PythonScripting.cxx 162 E_CNF DUECA scripting Error status returned from the Python init call.
dueca/PythonScripting.cxx 176 E_CNF DUECA scripting Unspecified error in initializing the Python script language and starting the interpreter. Check the DUECA and Python libraries.
dueca/PythonScripting.cxx 198 E_CNF DUECA scripting Found an error in the dueca_cnf.py script. Locate the error using the messages and line number, and correct it.
dueca/PythonScripting.cxx 217 E_CNF DUECA scripting An error occurred in the dueca_mod.py script. Check the script at the indicated error line (and above).
dueca/PythonScripting.cxx 239 E_CNF DUECA scripting A Python error occurred in an attempt to load an additional configuration file. Check the error message and correct the program.
dueca/PythonScripting.cxx 256 E_CNF DUECA scripting There is an error in a code snippet supplied from the DUECA C++ program. Find the given code and correct
dueca/GenericTypeCreator.cxx 34 E_CNF DUECA system This module type already exists; creation of a second module of this type is attempted. Module type creation is normally done from static initialization code; check your ModuleCreator instantiations, maybe there is one too many.
dueca/Su.cxx 57 W_SYS DUECA timing Failing to acquire superuser priviledges. Note that superuser priviledges are normally not needed, it is better to specify real-time permissions (memory lock and priority) with PAM.
dueca/Su.cxx 69 W_SYS DUECA timing Failing to revert superuser priviledges. Note that superuser priviledges are normally not needed, it is better to specify real-time permissions (memory lock and priority) with PAM.
dueca/Su.cxx 79 W_SYS DUECA timing No configuration for superuser priviledges. Note that superuser priviledges are normally not needed, it is better to specify real-time permissions (memory lock and priority) with PAM.
dueca/Su.cxx 109 W_SYS DUECA timing Failing to revert superuser priviledges. Note that superuser priviledges are normally not needed, it is better to specify real-time permissions (memory lock and priority) with PAM.
dueca/JSONtoDCO.cxx 155 E_XTR DUECA JSON Unexpected error in converting a JSON string to a DCO write. Cannot interpret the given variable type.
dueca/JSONtoDCO.cxx 163 E_XTR DUECA JSON Unexpected error in converting a JSON string to a DCO write.
dueca/JSONtoDCO.cxx 188 W_XTR DUECA JSON Trying to write objects nested in an array, but the JSON array elements are not objects.
dueca/JSONtoDCO.cxx 203 W_XTR DUECA JSON Trying to write native objects nested in an array, but the JSON array elements cannot be interpreted as these native objects.
dueca/JSONtoDCO.cxx 222 W_XTR DUECA JSON There is not enough data in a JSON representation to completely fill a fixed-length array in the DCO.
dueca/JSONtoDCO.cxx 231 W_XTR DUECA JSON There was too much array data in a JSON representation for a fixed-length array in the DCO.
dueca/JSONtoDCO.cxx 255 W_XTR DUECA JSON Trying to write a map object in a DCO, but lacking required "key" and "value" members in the JSON array representation.
dueca/JSONtoDCO.cxx 275 W_XTR DUECA JSON Trying to write a map object in a DCO, but lacking required "key" and "value" members in the JSON array representation.
dueca/JSONtoDCO.cxx 300 W_XTR DUECA JSON Missing an object in the JSON representation needed to write a nested object in a DCO.
dueca/JSONtoDCO.cxx 318 W_XTR DUECA JSON The JSON representation holds an array, but need a single object for the DCO element.
dueca/JSONtoDCO.cxx 339 W_XTR DUECA JSON The JSON key given needs to have a single value.
dueca/JSONtoDCO.cxx 354 W_XTR DUECA JSON Missing a key in the JSON representation for a data member in the DCO object.
dueca/msgpack.cxx 227 W_XTR DUECA msgpack A mgpack message contained a data member that was not present in your DCO type. This message is generated only once for this type.
dueca/msgpack.cxx 406 E_XTR DUECA extra Cannot parse a msgpack packed message.
dueca/msgpack.cxx 416 E_XTR DUECA extra End of data when parsing a msgpack packed message.
dueca/ActivityManager.cxx 193 I_ACT DUECA activity Information on attempt to set a real-time priority level.
dueca/ActivityManager.cxx 204 W_SYS DUECA timing Cannot adjust the scheduling priority. If you are deploying a real-time system, please configure the workstation for real-time running. When developing, you may generally ignore this message
dueca/ActivityManager.cxx 215 W_ACT DUECA activity Attempted scheduling mode was not achieved.
dueca/ActivityManager.cxx 226 W_ACT DUECA activity Attempted scheduling priority was not achieved.
dueca/ActivityManager.cxx 236 W_ACT DUECA activity Unknown scheduler mode specified.
dueca/ActivityManager.cxx 288 E_CNF DUECA activity An excessive number of ActivityManager handlers has been specified
dueca/ActivityManager.cxx 322 I_ACT DUECA activity Information on log channel used by this activity manager.
dueca/ActivityManager.cxx 439 W_ACT DUECA activity There is no scheduling time left in priority manager 0, warn that the jobs could not be completed in time.
dueca/ActivityManager.cxx 449 W_ACT DUECA activity Complaint about a very long-running job in priority 0.
dueca/ActivityManager.cxx 670 I_ACT DUECA activity Information that an activity manager is ending multi-threaded running.
dueca/ActivityManager.cxx 735 W_ACT DUECA activity Complain about a full queue, and that this activity had no processing done yet. Indicates that higher-priority activities have been hogging the CPU's.
dueca/ActivityManager.cxx 747 W_ACT DUECA activity Complain about a full queue, indicate which activity currently being worked on. If that does not change, investigate why that activity requires so much time.
dueca/ActivityManager.cxx 765 W_ACT DUECA activity Inform that no activities have been run by this ActivityManager. This is commonly done after a user interrupt, it may give information on run problems.
dueca/ActivityManager.cxx 774 W_ACT DUECA activity Report on the current activities by this ActivityManager. This is commonly done after a user interrupt, it may give information on run problems.
dueca/ActivityManager.cxx 784 I_ACT DUECA activity Inform on the start of a new ActivityManage
dueca/ActivityManager.cxx 794 I_ACT DUECA activity Inform on the stop of an ActivityManage
dueca/ActivityManager.cxx 803 I_ACT DUECA activity Inform that the stop of an ActivityManager was complet
dueca/ActivityManager.cxx 825 I_ACT DUECA activity Inform on log sending and on how many actions are reported.
dueca/ActivityManager.cxx 836 W_ACT DUECA activity A log sending request came before the log was complete.
dueca/ActivityManager.cxx 848 W_ACT DUECA activity A log sending request came while logging was still busy on another request.
dueca/ActivityManager.cxx 861 I_ACT DUECA activity Information on the start of a new log.
dueca/FillPacker.cxx 74 E_CNF DUECA network Configuration error for fill packer, the packer needs a reasonable buffer size
dueca/FillPacker.cxx 139 W_NET DUECA network A bulk object is too large for packing in the fill store. Increase the fill store size
dueca/gui/gtk3/ChannelDataMonitorGtk3.cxx 50 E_CNF DUECA UI Cannot find the glade file defining the data monitor GUI. Check DUECA installation and paths.
dueca/gui/gtk3/GtkDuecaView.cxx 109 E_CNF DUECA UI Cannot find the glade file defining the base GUI. Check DUECA installation and paths.
dueca/gui/gtk3/GtkDuecaView.cxx 177 W_CNF DUECA UI Cannot find images for the default buttons
dueca/gui/gtk3/GtkDuecaView.cxx 234 E_CNF DUECA UI Could not create the "about" dialog. Check DUECA installation and paths.
dueca/gui/gtk3/GtkDuecaView.cxx 245 E_CNF DUECA UI Could not create the "quit" dialog. Check DUECA installation and paths.
dueca/gui/gtk3/GtkDuecaView.cxx 254 E_CNF DUECA UI Could not create the stop warning dialog. Check DUECA installation and paths.
dueca/gui/gtk3/GtkDuecaView.cxx 263 E_CNF DUECA UI Could not create the "change" warning dialog. Check DUECA installation and paths.
dueca/gui/gtk3/GtkDuecaView.cxx 272 E_CNF DUECA UI Could not create the "additional model" dialog. Check DUECA installation and paths.
dueca/gui/gtk3/GtkDuecaView.cxx 300 E_CNF DUECA UI Window setting needs 2 (for size) or 4 (also location) arguments
dueca/gui/gtk3/GtkDuecaView.cxx 447 W_SYS DUECA UI Failure in executing the specified shutdown script. Check the script, settings, and permissions.
dueca/gui/gtk3/TimingViewGtk.cxx 73 W_CNF DUECA UI To use timingview, DuecaView needs to be configured first
dueca/gui/gtk3/TimingViewGtk.cxx 202 I_SYS DUECA UI Information on the callback for requesting sync
dueca/gui/gtk3/TimingViewGtk.cxx 207 W_SYS DUECA UI The channel for requesting timing information is not valid
dueca/gui/gtk3/ActivityView.cxx 77 W_CNF DUECA UI To use activityview, DuecaView needs to be configured first
dueca/gui/gtk3/ActivityView.cxx 115 E_CNF DUECA UI Cannot find the glade file defining the base GUI. Check DUECA installation and paths.
dueca/gui/gtk3/ActivityView.cxx 255 E_CNF DUECA UI ActivityView window setting needs 2 (for size) or 4 (also location) arguments
dueca/gui/gtk3/ActivityView.cxx 367 I_STS DUECA UI Not all activity logs arrived.
dueca/gui/gtk3/ActivityView.cxx 461 W_STS DUECA UI Failed to create a list of selected activities.
dueca/gui/gtk3/GtkHandler.cxx 84 I_SYS DUECA graphics Information on initialising graphics
dueca/gui/gtk3/GtkHandler.cxx 94 I_SYS DUECA graphics Information on passing control to graphics code
dueca/gui/gtk3/GtkHandler.cxx 104 I_SYS DUECA graphics Information on commanding end of graphics code run
dueca/gui/gtk3/LogViewGui.cxx 107 E_CNF DUECA UI Cannot find the glade file defining the base GUI. Check DUECA installation and paths.
dueca/gui/gtk3/GtkGladeWindow.cxx 65 E_CNF DUECA graphics Cannot find the main widget in the glade builder windowing file. Please check the file and main widget name.
dueca/gui/gtk3/GtkGladeWindow.cxx 108 W_CNF DUECA graphics Cannot find a widget in the gtk-builder model, when trying to connect the callbacks.
dueca/gui/gtk3/GtkGladeWindow.cxx 136 W_CNF DUECA graphics Cannot find a widget in the gtk-builder model, when trying to connect the callbacks.
dueca/gui/gtk3/GtkGladeWindow.cxx 186 W_XTR DUECA graphics When trying to set a value in the interface, the widget name corresponding to the DCO member name was not found. This may be a typo in your ui definition, or incidental.
dueca/gui/gtk3/GtkGladeWindow.cxx 218 W_XTR DUECA graphics The widget is not compatible with float or double values from the associated DCO object.
dueca/gui/gtk3/GtkGladeWindow.cxx 234 W_XTR DUECA graphics When trying to set a value in the interface, the widget name corresponding to the DCO member name was not found. This may be a typo in your ui definition, or incidental.
dueca/gui/gtk3/GtkGladeWindow.cxx 262 W_XTR DUECA graphics Failed to find the matching entry (string) when trying to set the active GtkComboBox entry. Do the entry names (column 0 of your GtkListStore) match the names of the DCO member's enum?
dueca/gui/gtk3/GtkGladeWindow.cxx 280 W_XTR DUECA graphics Trying to set a text for a widget, but the widget is neither a combobox nor a text entry.
dueca/gui/gtk3/GtkGladeWindow.cxx 296 W_XTR DUECA graphics When trying to set a value in the interface, the widget name corresponding to the DCO member name was not found. This may be a typo in your ui definition, or incidental.
dueca/gui/gtk3/GtkGladeWindow.cxx 312 W_XTR DUECA graphics Trying to set an on-off state for a widget, but the widget is not a toggle button.
dueca/gui/gtk3/GtkGladeWindow.cxx 357 W_XTR DUECA graphics Could not interpreting the data of a DCO membe
dueca/gui/gtk3/GtkGladeWindow.cxx 374 W_XTR DUECA graphics When trying to get a value from the interface, the widget name corresponding to the DCO member name was not found. This may be a typo in your ui definition, or incidental.
dueca/gui/gtk3/GtkGladeWindow.cxx 405 W_XTR DUECA graphics Trying to get a numeric value from a widget, but getting a numeric value from this widget type is not supported.
dueca/gui/gtk3/GtkGladeWindow.cxx 423 W_XTR DUECA graphics When trying to get a value from the interface, the widget name corresponding to the DCO member name was not found. This may be a typo in your ui definition, or incidental.
dueca/gui/gtk3/GtkGladeWindow.cxx 437 W_XTR DUECA graphics Getting a boolean value from this widget type is not supported.
dueca/gui/gtk3/GtkGladeWindow.cxx 455 W_XTR DUECA graphics When trying to get a value from the interface, the widget name corresponding to the DCO member name was not found. This may be a typo in your ui definition, or incidental.
dueca/gui/gtk3/GtkGladeWindow.cxx 474 W_XTR DUECA graphics Attempting to get an active entry from a combo box, but none is active. Maybe pre-select an entry.
dueca/gui/gtk3/GtkGladeWindow.cxx 492 W_XTR DUECA graphics Getting a text value from this widget type is not supported.
dueca/gui/gtk3/GtkGladeWindow.cxx 535 W_XTR DUECA graphics Could not read data from this DCO member.
dueca/gui/gtk3/GtkGladeWindow.cxx 570 W_XTR DUECA graphics You have an array member in the DCO object you try to connect to a gtk window, but have not supplied an array format string.
dueca/gui/gtk3/GtkGladeWindow.cxx 580 W_XTR DUECA graphics This member class (mapping, variable size array or nested) cannot be used in connecting to a gtk interface.
dueca/gui/gtk3/GtkGladeWindow.cxx 607 W_MOD DUECA graphics Cannot convert value retrieved from interface into an enumerated item value. Check how you set up your interface stores
dueca/gui/gtk3/GtkGladeWindow.cxx 636 W_XTR DUECA graphics You have an array member in the DCO object you try to connect to a gtk window, but have not supplied an array format string.
dueca/gui/gtk3/GtkGladeWindow.cxx 662 W_XTR DUECA graphics You have an array member in the DCO object you try to connect to a gtk window, but have not supplied an array format string.
dueca/gui/gtk3/GtkGladeWindow.cxx 672 W_XTR DUECA graphics This member class (mapping, variable size array or nested) cannot be used in connecting to a gtk interface.
dueca/gui/gtk3/GtkGladeWindow.cxx 698 W_XTR DUECA graphics In the given key is missing from the option string mapping for selecting an Enum with a ComboBox. Check the mapping against the DCO definition for the enum.
dueca/gui/gtk3/GtkGladeWindow.cxx 717 W_XTR DUECA graphics Cannot find the given object; check whether it is in the interface, or check for spelling errors.
dueca/gui/gtk3/GtkGladeWindow.cxx 729 W_XTR DUECA graphics Cannot feed options to the given object; check whether it is a GtkComboBox.
dueca/gui/gtk3/GtkGladeWindow.cxx 749 W_XTR DUECA graphics The store object attached to this combobox is not compatible.
dueca/gui/gtk3/GtkGladeWindow.cxx 789 W_XTR DUECA graphics In the given key is missing from the option string mapping for selecting an Enum with a ComboBox. Check the mapping against the DCO definition for the enum.
dueca/gui/gtk3/GtkGladeWindow.cxx 807 E_XTR DUECA graphics When trying to fill selections for combobox entries in a GUI, (GtkGladeWindow::fillOptions), the specified dco data class is not available. Check spelling, or add the class to the executable.
dueca/gui/gtk3/GtkGladeWindow.cxx 841 W_XTR DUECA graphics There is an enum array specified, but no array format available for finding it in the interface.
dueca/gui/gtk3/ChannelOverviewGtk3.cxx 143 E_CNF DUECA UI Error in initialization of ChannelOverview base module.
dueca/gui/gtk3/ChannelOverviewGtk3.cxx 155 E_CNF DUECA UI Cannot find the glade file defining the channel view GUI. Check DUECA installation and paths.
dueca/gui/gtk3/ChannelOverviewGtk3.cxx 242 E_XTR DUECA UI Cannot load icon pixbuf. Check DUECA installation.
dueca/gui/gtk3/ChannelOverviewGtk3.cxx 253 E_XTR DUECA UI Cannot load icon pixbuf. Check DUECA installation.
dueca/gui/gtk3/ChannelOverviewGtk3.cxx 264 E_XTR DUECA UI Cannot load icon pixbuf. Check DUECA installation.
dueca/gui/gtk3/ChannelOverviewGtk3.cxx 275 E_XTR DUECA UI Cannot load icon pixbuf. Check DUECA installation.
dueca/gui/gtk3/ChannelOverviewGtk3.cxx 286 E_XTR DUECA UI Cannot load icon pixbuf. Check DUECA installation.
dueca/gui/gtk3/ChannelOverviewGtk3.cxx 297 E_XTR DUECA UI Cannot load icon pixbuf. Check DUECA installation.
dueca/gui/gtk3/ChannelOverviewGtk3.cxx 308 E_XTR DUECA UI Cannot load icon pixbuf. Check DUECA installation.
dueca/gui/gtk3/ChannelOverviewGtk3.cxx 364 E_XTR DUECA UI Failure updating channel information, because it is already present in the list.
dueca/gui/gtk3/ChannelOverviewGtk3.cxx 435 E_XTR DUECA UI Failure setting entry information
dueca/gui/gtk3/ChannelOverviewGtk3.cxx 538 E_XTR DUECA UI Failure updating entry information
dueca/gui/gtk3/ChannelOverviewGtk3.cxx 750 W_STS DUECA UI When trying to toggle the data monitoring of a channel entry, could not find the entry. May happen when the entry has been removed
dueca/gui/gtk2/ChannelDataMonitorGtk2.cxx 50 E_CNF DUECA UI Cannot find the glade file defining the data monitor GUI. Check DUECA installation and paths.
dueca/gui/gtk2/GtkDuecaView.cxx 142 E_CNF DUECA UI Cannot find the glade file defining the base GUI. Check DUECA installation and paths.
dueca/gui/gtk2/GtkDuecaView.cxx 302 E_CNF DUECA UI Could not create the "about" dialog. Check DUECA installation and paths.
dueca/gui/gtk2/GtkDuecaView.cxx 323 E_CNF DUECA UI Could not create the "quit" dialog. Check DUECA installation and paths.
dueca/gui/gtk2/GtkDuecaView.cxx 346 E_CNF DUECA UI Could not create the stop warning dialog. Check DUECA installation and paths.
dueca/gui/gtk2/GtkDuecaView.cxx 365 E_CNF DUECA UI Could not create the "change" warning dialog. Check DUECA installation and paths.
dueca/gui/gtk2/GtkDuecaView.cxx 388 E_CNF DUECA UI Could not create the "additional model" dialog. Check DUECA installation and paths.
dueca/gui/gtk2/GtkDuecaView.cxx 418 E_CNF DUECA UI Window setting needs 2 (for size) or 4 (also location) arguments
dueca/gui/gtk2/GtkDuecaView.cxx 549 W_SYS DUECA UI Failure in executing the specified shutdown script. Check the script, settings, and permissions.
dueca/gui/gtk2/TimingViewGtk.cxx 71 W_CNF DUECA UI To use timingview, DuecaView needs to be configured first
dueca/gui/gtk2/TimingViewGtk.cxx 262 I_SYS DUECA UI Information on the callback for requesting sync
dueca/gui/gtk2/TimingViewGtk.cxx 267 W_SYS DUECA UI The channel for requesting timing information is not valid
dueca/gui/gtk2/ActivityView.cxx 137 W_CNF DUECA UI To use activityview, DuecaView needs to be configured first
dueca/gui/gtk2/ActivityView.cxx 175 E_CNF DUECA UI Cannot find the glade file defining the base GUI. Check DUECA installation and paths.
dueca/gui/gtk2/ActivityView.cxx 406 I_STS DUECA UI Not all activity logs arrived.
dueca/gui/gtk2/ActivityView.cxx 515 W_STS DUECA UI Failed to create a list of selected activities.
dueca/gui/gtk2/GtkHandler.cxx 81 I_SYS DUECA graphics Information on initialising graphics
dueca/gui/gtk2/GtkHandler.cxx 91 I_SYS DUECA graphics Information on passing control to graphics code
dueca/gui/gtk2/GtkHandler.cxx 101 I_SYS DUECA graphics Information on commanding end of graphics code run
dueca/gui/gtk2/ChannelOverviewGtk2.cxx 142 E_CNF DUECA UI Error in initialization of ChannelOverview base module.
dueca/gui/gtk2/ChannelOverviewGtk2.cxx 154 E_CNF DUECA UI Cannot find the glade file defining the base GUI. Check DUECA installation and paths.
dueca/gui/gtk2/ChannelOverviewGtk2.cxx 241 E_XTR DUECA UI Cannot load icon pixbuf. Check DUECA installation.
dueca/gui/gtk2/ChannelOverviewGtk2.cxx 252 E_XTR DUECA UI Cannot load icon pixbuf. Check DUECA installation.
dueca/gui/gtk2/ChannelOverviewGtk2.cxx 263 E_XTR DUECA UI Cannot load icon pixbuf. Check DUECA installation.
dueca/gui/gtk2/ChannelOverviewGtk2.cxx 274 E_XTR DUECA UI Cannot load icon pixbuf. Check DUECA installation.
dueca/gui/gtk2/ChannelOverviewGtk2.cxx 285 E_XTR DUECA UI Cannot load icon pixbuf. Check DUECA installation.
dueca/gui/gtk2/ChannelOverviewGtk2.cxx 296 E_XTR DUECA UI Cannot load icon pixbuf. Check DUECA installation.
dueca/gui/gtk2/ChannelOverviewGtk2.cxx 307 E_XTR DUECA UI Cannot load icon pixbuf. Check DUECA installation.
dueca/gui/gtk2/ChannelOverviewGtk2.cxx 363 E_XTR DUECA UI Failure updating channel information, because it is already present in the list.
dueca/gui/gtk2/ChannelOverviewGtk2.cxx 434 E_XTR DUECA UI Failure setting entry information
dueca/gui/gtk2/ChannelOverviewGtk2.cxx 537 E_XTR DUECA UI Failure updating entry information
dueca/gui/gtk2/ChannelOverviewGtk2.cxx 749 W_STS DUECA UI When trying to toggle the data monitoring of a channel entry, could not find the entry. May happen when the entry has been removed
dueca/gui/gtk2/LogViewGui.cxx 107 E_CNF DUECA UI Cannot find the glade file defining the base GUI. Check DUECA installation and paths.
dueca/gui/gtk2/GtkGladeWindow.cxx 62 E_CNF DUECA graphics Cannot open the file specified as interface file. Please check your code or configuration.
dueca/gui/gtk2/GtkGladeWindow.cxx 88 E_CNF DUECA graphics Problem reading the glade file with glade. Please check its validity.
dueca/gui/gtk2/GtkGladeWindow.cxx 108 E_CNF DUECA graphics Problem reading the interface file with gtk-builder. Please check its validity.
dueca/gui/gtk2/GtkGladeWindow.cxx 122 E_CNF DUECA graphics Cannot find the main widget in the glade windowing file. Please check the file and main widget name.
dueca/gui/gtk2/GtkGladeWindow.cxx 162 W_CNF DUECA graphics Cannot find a widget in the gtk-builder model, when trying to connect the callbacks.
dueca/gui/gtk2/GtkGladeWindow.cxx 182 W_CNF DUECA graphics Cannot find a widget in the glade model, when trying to connect the callbacks.
dueca/gui/gtk2/GtkGladeWindow.cxx 211 W_CNF DUECA graphics Cannot find a widget in the gtk-builder model, when trying to connect the callbacks.
dueca/gui/gtk2/GtkGladeWindow.cxx 231 W_CNF DUECA graphics Cannot find a widget in the glade model, when trying to connect the callbacks.
dueca/gui/glut/GlutHandler.cxx 107 I_SYS DUECA graphics Information on passing control to graphics code
dueca/gui/glut/GlutHandler.cxx 118 I_SYS DUECA graphics Information on commanding end of graphics code run
dueca/gui/glut/GlutHandler.cxx 126 D_SYS DUECA graphics Glut cannot stop nicely, forcing dueca process stop through call to exit
dueca/ActivityViewBase.cxx 97 W_CNF DUECA UI Wrong priority supplied for ActivityView, should be 0. Fix your configuration file
dueca/ActivityViewBase.cxx 109 W_CNF DUECA UI Only one ActivityView module should be created. Fix your configuration file
dueca/PrioritySpec.cxx 59 W_CNF DUECA activity Cannot create this priority specification, as specified, priority adjusted
dueca/EntityManager.cxx 137 E_SYS DUECA system Confirmation channel not valid, this indicates a start logic failure.
dueca/EntityManager.cxx 154 I_SYS DUECA system An entity sends a check-in message.
dueca/EntityManager.cxx 206 W_SYS DUECA system An additional module has been created with a name that is already used. Verify your configuration, and ensure you use unique names.
dueca/EntityManager.cxx 239 W_SYS DUECA system An unknown condition encountered in administration of entities.
dueca/EntityManager.cxx 248 W_SYS DUECA system Status report on entity changes could not be processed
dueca/EntityManager.cxx 305 W_SYS DUECA system Received a command that could not be interpreted.
dueca/EntityManager.cxx 314 W_SYS DUECA system Could not read entity command. Indicates an internal triggering logic failure.
dueca/ReflectiveFillUnpacker.cxx 71 E_CNF DUECA shared memory network Configuration error ReflectiveFillUnpacker
dueca/ReflectiveFillUnpacker.cxx 156 W_SHM DUECA shared memory network No room for copying data
dueca/ReflectiveFillUnpacker.cxx 207 W_SHM DUECA shared memory network Data unpack used wrong data siz
dueca/CreationCenter_Python.hxx 42 W_CNF DUECA scripting Creation of an object that was specified in the start script was unsuccessful. Parameters for this object will not be passed.
dueca/PackerManager.cxx 77 E_CNF DUECA network Packer set-up attempted with an object that is not a packerset. Check your DUECA configuration file
dueca/PackerManager.cxx 97 E_CNF DUECA network Packer set-up attempted with an object that is not a sequence/vector of packers. Check your DUECA configuration file
dueca/PackerManager.cxx 133 E_CNF DUECA network Not enough packer configurations set-up; for each node in the DUECA process there should be a packer set. Check your DUECA configuration file.
dueca/PackerManager.cxx 151 I_NET DUECA network Commanded all data packing objects to stop further data packing
dueca/ActivityDescriptions.cxx 67 W_SYS DUECA UI An activity description was received with a node id for a DUECA node that does not exist. Indicates serious internal programming error or communications mix-up.
dueca/ActivityDescriptions.cxx 80 W_SYS DUECA UI An unknown issue with assembling information on all available activities.
dueca/Summary.cxx 83 W_STS DUECA UI Setting the status of an orphaned node to dirty.
dueca/FillUnpacker.cxx 85 E_CNF DUECA network Supply a large-enough buffer size for the fill unpacker. Note that the buffer size must be at least as large as the size for the largest fill buffer.
dueca/FillUnpacker.cxx 281 E_NET DUECA network The declared size of the packed data for a channel does not match the number of unpacked bytes by the channel. This might indicate a mis-match between DUECA versions
dueca/FillUnpacker.cxx 296 E_NET DUECA network Failed to unpack the store by the fill unpacker. Verify that the DUECA versions you use are compatible.
dueca/NodeManager.cxx 131 I_SYS DUECA system Information on decision to stop the current node.
dueca/NodeManager.cxx 162 W_SYS DUECA system Received a node control message that pretends to be from a node that is not configured in this DUECA process. May indicate a communication failure.
dueca/NodeManager.cxx 173 I_SYS DUECA system Information on a state change for a specific node.
dueca/NodeManager.cxx 215 I_SYS DUECA system Information on a scheduled node stop.
dueca/NodeManager.cxx 223 W_SYS DUECA system Received a critical error message, setting critical error for the activities.
dueca/NodeManager.cxx 233 W_SYS DUECA system Received a node control message that could not be interpreted. Indicates a communication failure or programming error in DUECA.
dueca/NodeManager.cxx 243 I_SYS DUECA system All DUECA nodes in this process have joined. Slowing down the node query to save bandwidth, but keep monitoring of node status.
dueca/CreationCenter.cxx 53 W_CNF DUECA scripting No code found to create a module that was specified in the start script. Did you make a typing error in the script, or did you not yet compile or link this module?
dueca/Unpacker.cxx 151 E_NET DUECA network Serious error; unpacking of data for a channel used the wrong data size from the network buffer.
dueca/Arena.cxx 69 I_MEM DUECA memory Information on additional memory needed for reclaimable objects of a specific size
dueca/ReflectiveUnpacker.cxx 169 W_SHM DUECA shared memory network Corrupted data while trying to unpack data
dueca/ReflectiveUnpacker.cxx 180 W_SHM DUECA shared memory network Corrupted data while trying to unpack data, checksum failure
dueca/ReflectiveUnpacker.cxx 190 W_SHM DUECA shared memory network Corrupted data while trying to unpack data, checksum failure
dueca/NamedObject.cxx 37 E_CNF DUECA system Attempt to create an AssociateObject while the host object has not yet been registered.
dueca/TimingCheck.cxx 74 W_SYS DUECA UI For a check on timing installed on an activity, the maximum number of loops specified was too large, it is truncated to 65535
dueca/Accessor.cxx 155 W_NET DUECA network Because unpacking buffers have not yet been returned and data keeps coming in, an additional reception buffer needs to be created. Check priority assignments if this is very common, and ensure the unpackers get scheduled to unpack the data.
dueca/IPAccessor.cxx 310 W_NET DUECA network Data from a peer did not arrive. Usually this condition is temporary, check timeout values, and network condition
dueca/IPAccessor.cxx 332 E_NET DUECA network A packet arrived from a peer that is too large for reading. Correct this in the DUECA configuration file.
dueca/IPAccessor.cxx 354 I_NET DUECA network Received an old message from a previous cycle. Removing the packet.
dueca/IPAccessor.cxx 385 I_NET DUECA network Receive repeated data
dueca/IPAccessor.cxx 427 W_NET DUECA network Missing a confirm message from one of the nodes
dueca/IPAccessor.cxx 444 I_NET DUECA network Found an old confirm message from one of the nodes
dueca/IPAccessor.cxx 484 E_NET DUECA network A packet arrived from a peer that is too large for reading. Correct this in the DUECA configuration file.
dueca/IPAccessor.cxx 503 W_NET DUECA network The master node initiated a new cycle, following that one now
dueca/IPAccessor.cxx 533 I_NET DUECA network Received an old message from a previous cycle. Removing the packet.
dueca/IPAccessor.cxx 599 W_NET DUECA network Data from a peer did not arrive. Usually this condition is temporary, check timeout values, and network condition
dueca/IPAccessor.cxx 611 E_NET DUECA network A packet arrived from a peer that is too large for reading. Correct this in the DUECA configuration file.
dueca/IPAccessor.cxx 626 W_NET DUECA network A packet arrived that could not be correctly decoded. Are there other programs sending data on the same address?
dueca/IPAccessor.cxx 660 W_NET DUECA network Missing a confirm message.
dueca/IPAccessor.cxx 672 I_NET DUECA network Invalid confirm message.
dueca/IPAccessor.cxx 757 W_NET DUECA network Not all data arrive, sending a missed data flag in the confirm message
dueca/IPAccessor.cxx 841 W_NET DUECA network Not all data arrive, sending a missed data flag in the confirm message
dueca/IPAccessor.cxx 900 E_NET DUECA network A packet arrived from a peer that is too large for reading. Correct this in the DUECA configuration file.
dueca/IPAccessor.cxx 909 W_NET DUECA network An additional message arrived
dueca/IPAccessor.cxx 932 W_NET DUECA network Receive error on the network
dueca/IPAccessor.cxx 940 W_NET DUECA network Small packet, is there another application sending on this address/port
dueca/IPAccessor.cxx 978 W_NET DUECA network Inconsistency between data origin and ip addres
dueca/IPAccessor.cxx 1025 I_NET DUECA network Planned stop of communication
dueca/Trigger.cxx 238 W_ACT DUECA activity You are trying to set a new trigger on an already triggered target (activity in most cases). Correct your code, if you need to set a new trigger, clear the old one first with dueca::TriggerTarget::clearTriggers()
dueca/Trigger.cxx 252 E_ACT DUECA activity You are trying to re-use an already connected combining trigger (and or or) for a new target. This is not possible, create a new trigger if needed.
dueca/Trigger.cxx 283 W_ACT DUECA activity You are trying to set a new trigger on an already triggered target (activity in most cases). Correct your code, if you need to set a new trigger, clear the old one first with dueca::TriggerTarget::clearTriggers()
dueca/Trigger.cxx 298 E_ACT DUECA activity You are trying to re-use an already connected combining trigger (and or or) for a new target. This is not possible, create a new trigger if needed.
dueca/Trigger.cxx 398 E_ACT DUECA activity You are trying to re-use an already connected combining trigger (and or or) for a new target. This is not possible, create a new trigger if needed.
dueca/Trigger.cxx 414 E_ACT DUECA activity You are trying to re-use an already connected combining trigger (and or or) for a new target. This is not possible, create a new trigger if needed.
dueca/Dstring.ixx 36 I_MEM DUECA system Warning on data truncation for a fixed-length string
dueca/Dstring.ixx 170 E_NET DUECA system Failure to unpack a string from the network. Indicates serious programming error or data corruption.
dueca/CoreCreatorPython.ixx 265 E_CNF DUECA scripting An unspecified error occurred in processing parameters from a Python script. Check preceding log messages, Python error messages and your dueca_cnf.py and dueca_mod.py scripts
dueca/CoreCreatorPython.ixx 282 E_CNF DUECA scripting An unspecified error occurred in processing parameters from a Python script. Check preceding log messages, Python error messages and your dueca_cnf.py and dueca_mod.py scripts
dueca/UnifiedChannelMaster.cxx 210 W_CHN DUECA channel The channel configuration is not compatible, a unique entry is requested (Channel::OnlyOneEntry), but the channel already has entries
dueca/UnifiedChannelMaster.cxx 222 W_CHN DUECA channel The channel configuration is not compatible, an additional entry is requested, but the channel has a configuration for a single, unique entry
dueca/UnifiedChannelMaster.cxx 249 E_CHN DUECA channel This channel has reached the maximum number of configurable entries. What have you done? Why would you need so many entries in a channel
dueca/UnifiedChannelMaster.cxx 277 W_CHN DUECA channel A reading token with read reservation for this entry has been created, however, the number of reservations (as specified in the writing entry), has been exhausted. There is no guarantee that the complete data history in the channel is available to the new reader
dueca/UnifiedChannelMaster.cxx 364 W_CHN DUECA channel Mis-management in channel cleaning. Might occur at really brutal rates of entry creation and destruction
dueca/UnifiedChannelMaster.cxx 438 W_CHN DUECA channel In the confirmation to the reading tokens, it has been found that there are no longer reservations available for this reading token that requested one. There is no guarantee that the complete data history in the channel is available to the new reader
dueca/UnifiedChannelMaster.cxx 463 W_CHN DUECA channel DUECA programming error, a message type cannot be handled
/usr/src/packages/BUILD/udpcom/NetTimingLogExtra.cxx 48 W_NET DUECA status Network use information is given in NetTimingLog messages. The entry label for these messages contains information on the condition with which this data is generated. Decoding that information failed, indicates an error in DUECA, or incorrect use of the timing information channel
/usr/src/packages/BUILD/udpcom/NetCommunicatorPeer.cxx 93 E_NET DUECA network It is not possible to send configuration information from this network peer. Increase the size of the configuration buffers.
/usr/src/packages/BUILD/udpcom/NetCommunicatorPeer.cxx 110 W_NET DUECA network Master url needs to be supplie
/usr/src/packages/BUILD/udpcom/NetCommunicatorPeer.cxx 127 W_NET DUECA network It was not possible to create a websocket connection to the communication master. Check network address, settings and connectivity
/usr/src/packages/BUILD/udpcom/NetCommunicatorPeer.cxx 179 W_NET DUECA network Received a timeout on data communication. This may be a transient failure, but if this happens frequently, consider adjusting the data rate and/or the timeout times, or check the network. Note that in general peers can use long timeout values; the master is responsible for detecting missing peers and missing cycles, and re-initiating the communication.
/usr/src/packages/BUILD/udpcom/NetCommunicatorPeer.cxx 224 W_NET DUECA network A really small, possibly spurious message was received from a peer. If this happens regularly, it might indicate a bug in the DUECA network code.
/usr/src/packages/BUILD/udpcom/NetCommunicatorPeer.cxx 239 W_NET DUECA network A checksum failure on the data in a message. This should not occur.
/usr/src/packages/BUILD/udpcom/NetCommunicatorPeer.cxx 250 W_NET DUECA network Rogue message came through! Old DUECA's interfering? Second DUECA process running?
/usr/src/packages/BUILD/udpcom/NetCommunicatorPeer.cxx 300 I_NET DUECA network Information on removing a peer from the list of peers, possible in communication where peers can leave.
/usr/src/packages/BUILD/udpcom/NetCommunicatorPeer.cxx 319 W_NET DUECA network Received too many messages in a communication cycle. Should happen only sporadically, e.g., after recovering from a network error or when peers leave in unexpected fashion.
/usr/src/packages/BUILD/udpcom/NetCommunicatorPeer.cxx 333 W_NET DUECA network Received too few messages in a communication cycle. Should happen only sporadically, typically due to a network error or when a peer unexpectedly leaves. The return message to the master will include a request for repeat of the cycle.
/usr/src/packages/BUILD/udpcom/NetCommunicatorPeer.cxx 342 I_NET DUECA network Information on peer status after repeat.
/usr/src/packages/BUILD/udpcom/NetCommunicatorPeer.cxx 358 I_NET DUECA network Information on recovery logic
/usr/src/packages/BUILD/udpcom/NetCommunicatorPeer.cxx 367 I_NET DUECA network Information on recovery logic
/usr/src/packages/BUILD/udpcom/NetCommunicatorPeer.cxx 398 I_NET DUECA network Information message, this node will enter communication at the specified cycle.
/usr/src/packages/BUILD/udpcom/NetCommunicatorPeer.cxx 433 W_NET DUECA network Information message, a peer will be added at the specified cycle.
/usr/src/packages/BUILD/udpcom/NetCommunicatorPeer.cxx 453 W_NET DUECA network A message from this peer at the given cycle has already been processed, and will now be ignored.
/usr/src/packages/BUILD/udpcom/NetCommunicatorPeer.cxx 466 E_NET DUECA network Cannot follow the changes in peer/master cycles, message ignored. @todo fix, this can easily happen with stuck messages
/usr/src/packages/BUILD/udpcom/NetCommunicatorPeer.cxx 481 E_NET DUECA network Cannot decode the data in a given UDP message. Might indicate a significant failure, or different DUECA / software version between the other peer and this node.
/usr/src/packages/BUILD/udpcom/NetCommunicatorPeer.cxx 509 I_NET DUECA network Information that the connection will be broken as planned
/usr/src/packages/BUILD/udpcom/NetCommunicatorPeer.cxx 558 I_NET DUECA network Information on peer number supplied by master.
/usr/src/packages/BUILD/udpcom/NetCommunicatorPeer.cxx 568 W_NET DUECA network If my assumption is correct, you supplied an overide for the data url. This is generally only needed when the master is located on a network with network address translation.
/usr/src/packages/BUILD/udpcom/NetCommunicatorPeer.cxx 582 W_NET DUECA network The own interface address was not explicitly configured, and an interface address has been automatically detected by the network master. If this address is not correct, explicitly supply the network address of the interface that you want to use.
/usr/src/packages/BUILD/udpcom/NetCommunicatorPeer.cxx 595 E_CNF DUECA network The present node and the master in the communication have incompatible timing configurations, adjust your configuratio
/usr/src/packages/BUILD/udpcom/NetCommunicatorPeer.cxx 660 E_NET DUECA network Unexpected error, configuration command that could not be processed. Indicates data corruption or an error in DUECA programming
/usr/src/packages/BUILD/udpcom/NetCommunicatorMaster.cxx 104 E_INT DUECA network Trying to flush data to the configuration connection, but store is empty. Indicates a problem with big objects being sent?
/usr/src/packages/BUILD/udpcom/NetCommunicatorMaster.cxx 118 W_NET DUECA network Config url needs to be supplie
/usr/src/packages/BUILD/udpcom/NetCommunicatorMaster.cxx 201 I_NET DUECA network Information on a new connecting peer
/usr/src/packages/BUILD/udpcom/NetCommunicatorMaster.cxx 252 E_NET DUECA network Cannot send the configuration data to the peer, because it is too large for the configuration buffer. Check that the peer welcome message is not larger than the buffer.
/usr/src/packages/BUILD/udpcom/NetCommunicatorMaster.cxx 260 W_NET DUECA network Unexpected error in setting up the connection with a new peer
/usr/src/packages/BUILD/udpcom/NetCommunicatorMaster.cxx 291 I_NET DUECA network Information on changes in the send order
/usr/src/packages/BUILD/udpcom/NetCommunicatorMaster.cxx 298 I_NET DUECA network Information on changes in the send order
/usr/src/packages/BUILD/udpcom/NetCommunicatorMaster.cxx 332 W_NET DUECA network A peer has disappeared from the list of sending peers
/usr/src/packages/BUILD/udpcom/NetCommunicatorMaster.cxx 367 W_NET DUECA network The communication with a given peer has an error.
/usr/src/packages/BUILD/udpcom/NetCommunicatorMaster.cxx 397 W_NET DUECA network Client code rejected a peer attempting to join. Check your configuration, and check your network for spurious messages
/usr/src/packages/BUILD/udpcom/NetCommunicatorMaster.cxx 442 W_NET DUECA network A sudden disconnect by a peer is detected. The communication chain will be reconfigured to skip the peer.
/usr/src/packages/BUILD/udpcom/NetCommunicatorMaster.cxx 472 E_NET DUECA network A message to be packed for the peer configuration is too large to fit in the communication buffer
/usr/src/packages/BUILD/udpcom/NetCommunicatorMaster.cxx 523 W_NET DUECA network There is a timeout in a communication cycle. This may be due to a temporary network failure, or to a peer dropping out of the conversation. The master timeout should be short enough to enable a quick recovery after a missed message, but if many timeouts occur, consider increasing the timeout value and possibly the cycle interval
/usr/src/packages/BUILD/udpcom/NetCommunicatorMaster.cxx 544 W_NET DUECA network Very small message received from a peer. Check that the DUECA versions are compatible, and check for interfering communication
/usr/src/packages/BUILD/udpcom/NetCommunicatorMaster.cxx 579 W_NET DUECA network Information message on a peer that no-longer responds and will be deleted from the cycle.
/usr/src/packages/BUILD/udpcom/NetCommunicatorMaster.cxx 640 W_NET DUECA network Very small message received from a peer. Check that the DUECA versions are compatible, and check for interfering communication
/usr/src/packages/BUILD/udpcom/NetCommunicatorMaster.cxx 655 W_NET DUECA network A checksum failure on the data in a message. This should not occur.
/usr/src/packages/BUILD/udpcom/NetCommunicatorMaster.cxx 666 W_MOD DUECA network Rogue message came through! Old DUECA's interfering? Second DUECA process running?
/usr/src/packages/BUILD/udpcom/NetCommunicatorMaster.cxx 697 I_NET DUECA network Minor start problem with a peer, starting at a cycle not commanded.
/usr/src/packages/BUILD/udpcom/NetCommunicatorMaster.cxx 715 I_NET DUECA network The message from the indicated peer has already been processed. This can happen when a message cycle had to be repeated
/usr/src/packages/BUILD/udpcom/NetCommunicatorMaster.cxx 726 E_NET DUECA network Cannot follow the changes in peer/master cycles, message ignored.
/usr/src/packages/BUILD/udpcom/NetCommunicatorMaster.cxx 745 W_NET DUECA network One of the peers requested a repeat on a message cycle, most likely due to missing/incomplete on the cycle before that. Recovery code will be entered, in which the requested cycle will be repeated until confirmed by all peers.
/usr/src/packages/BUILD/udpcom/NetCommunicatorMaster.cxx 757 W_NET DUECA network Received a message that did not exactly match the requested cycle
/usr/src/packages/BUILD/udpcom/NetCommunicatorMaster.cxx 768 W_NET DUECA network Unexpected failure in decoding data from one of the peers. Verify that the DUECA versions are identical
/usr/src/packages/BUILD/udpcom/NetCommunicatorMaster.cxx 781 I_NET DUECA network Information on a new peer joining.
/usr/src/packages/BUILD/udpcom/NetCommunicatorMaster.cxx 790 I_NET DUECA network Information on a new peer leaving.
/usr/src/packages/BUILD/udpcom/NetCommunicatorMaster.cxx 800 I_NET DUECA network A new peer requesting joining has been authorized.
/usr/src/packages/BUILD/udpcom/NetCommunicatorMaster.cxx 819 W_NET DUECA network A network peer requested to leave
/usr/src/packages/BUILD/udpcom/NetCommunicatorMaster.cxx 859 E_NET DUECA network Unknown configuration request from a given peer. Check that the DUECA versions used are compatible.
/usr/src/packages/BUILD/udpcom/NetCapacityLogExtra.cxx 61 W_NET DUECA network The channel entry label for a network capacity message cannot be decoded. Internal DUECA error, or someone is using the channel for messages that are not related to network capacity.
/usr/src/packages/BUILD/udpcom/DuecaNetMaster.cxx 163 I_NET DUECA network A node id list defining the order of transmission has not been supplied in the configuration. An automatic order will now be created.
/usr/src/packages/BUILD/udpcom/DuecaNetMaster.cxx 186 E_CNF DUECA network The number of peer ID's need to match the number of nodes configured. Adjust your configuration file.
/usr/src/packages/BUILD/udpcom/DuecaNetMaster.cxx 211 W_MOD DUECA network Could not open /dev/random to get a random group magic number, beware of old DUECA processess potentially polluting communication.
/usr/src/packages/BUILD/udpcom/DuecaNetMaster.cxx 220 W_MOD DUECA network Could not read /dev/random to get a random group magic number, beware of old DUECA processess potentially polluting communication.
/usr/src/packages/BUILD/udpcom/DuecaNetMaster.cxx 272 W_MOD DUECA network Information on validating the channel token for sending timing and capacity data.
/usr/src/packages/BUILD/udpcom/DuecaNetMaster.cxx 315 E_NET DUECA network A peer node claims configuration for a different number of DUECA nodes. Please match your dueca_cnf.py (or dueca.cnf) files
/usr/src/packages/BUILD/udpcom/DuecaNetMaster.cxx 334 W_NET DUECA network A configuration request has been received for a peer that is not included in the send list. The ID may have already been used. Check your configuration files, check that you are not starting mis-configured peers.
/usr/src/packages/BUILD/udpcom/DuecaNetMaster.cxx 348 E_NET DUECA network Failed to decode a client's configuration message. Check that DUECA versions used are compatible
/usr/src/packages/BUILD/udpcom/DuecaNetMaster.cxx 365 W_NET DUECA network Rejecting a peer
/usr/src/packages/BUILD/udpcom/DuecaNetMaster.cxx 373 I_NET DUECA network Accepting a peer
/usr/src/packages/BUILD/udpcom/DuecaNetMaster.cxx 486 I_NET DUECA network Information on planned stop of the communication
/usr/src/packages/BUILD/udpcom/DuecaNetPeer.cxx 150 I_NET DUECA network Information that this peer is starting cyclic communication.
/usr/src/packages/BUILD/udpcom/DuecaNetPeer.cxx 165 W_NET DUECA network Tried to run a communication cycle, but could not make the websockets connection for start up. Will attempt to connect later
/usr/src/packages/BUILD/udpcom/DuecaNetPeer.cxx 182 I_NET DUECA network Information that this peer is ending cyclic communication.
/usr/src/packages/BUILD/udpcom/DuecaNetPeer.cxx 260 E_NET DUECA network Failure to correctly decode the configuration sent by the master on start. Check that the DUECA versions are equal.
/usr/src/packages/BUILD/udpcom/WebsockCommunicator.cxx 96 E_CNF DUECA network When configuring a websocket connection, it was not possible to determine the configuration from the given URL. Correct your config files
/usr/src/packages/BUILD/udpcom/WebsockCommunicator.cxx 111 E_NET DUECA network Could not open the server endpoint, because the connection already exists. Check which other processes might be using this connection
/usr/src/packages/BUILD/udpcom/WebsockCommunicator.cxx 131 W_NET DUECA network Unforeseen websocket server error on the configuration master. See the message.
/usr/src/packages/BUILD/udpcom/WebsockCommunicator.cxx 140 E_NET DUECA network When trying to find the cause of an unforeseen websocket server error, the connection corresponding to this message could not be found.
/usr/src/packages/BUILD/udpcom/WebsockCommunicator.cxx 162 W_NET DUECA network A client is closing, the status message and reason are given
/usr/src/packages/BUILD/udpcom/WebsockCommunicator.cxx 171 E_NET DUECA network When trying to find the client causing a close event, the corresponding connection could not be found.
/usr/src/packages/BUILD/udpcom/WebsockCommunicator.cxx 195 E_NET DUECA network Received a message, but cannot find the peer that corresponds to this message in the set of connections.
/usr/src/packages/BUILD/udpcom/WebsockCommunicator.cxx 310 E_NET DUECA network When trying to receive and process configuration messages and connections, an unexpected error occurred.
/usr/src/packages/BUILD/udpcom/WebsockCommunicator.cxx 353 E_CNF DUECA network When configuring a websocket connection, it was not possible to determine the configuration from the given URL. Correct your config files
/usr/src/packages/BUILD/udpcom/WebsockCommunicator.cxx 365 E_NET DUECA network You are attempting to use websockets for configuration communication and for data communication. In that case the host name and port should be identical, and the only difference should be the URL endpoint. Correct your config files.
/usr/src/packages/BUILD/udpcom/WebsockCommunicator.cxx 383 E_NET DUECA network Could not open the server endpoint, because the connection already exists. Check which other processes might be using this connection
/usr/src/packages/BUILD/udpcom/WebsockCommunicator.cxx 400 W_NET DUECA network Unforeseen websocket server error on the data master. See the message.
/usr/src/packages/BUILD/udpcom/WebsockCommunicator.cxx 409 E_NET DUECA network When trying to find the cause of an unforeseen websocket server error, the connection corresponding to this message could not be found.
/usr/src/packages/BUILD/udpcom/WebsockCommunicator.cxx 423 W_NET DUECA network A client is closing, the status message and reason are given
/usr/src/packages/BUILD/udpcom/WebsockCommunicator.cxx 432 E_NET DUECA network When trying to find the client causing a close event, the corresponding connection could not be found.
/usr/src/packages/BUILD/udpcom/WebsockCommunicator.cxx 448 E_NET DUECA network Received a message, but cannot find the peer that corresponds to this message in the set of connections.
/usr/src/packages/BUILD/udpcom/WebsockCommunicator.cxx 549 E_NET DUECA network When trying to receive and process data messages and connections, an unexpected error occurred.
/usr/src/packages/BUILD/udpcom/WebsockCommunicator.cxx 593 W_NET DUECA network Unexpected error in peer client communication.
/usr/src/packages/BUILD/udpcom/WebsockCommunicator.cxx 602 W_NET DUECA network A client is closing, the status message and reason are given
/usr/src/packages/BUILD/udpcom/WebsockCommunicator.cxx 648 W_NET DUECA network A data message was received from a peer/client, but the message size is too small to be valid. Caused by spurious communication, incompatible DUECA versions, or a DUECA programming error.
/usr/src/packages/BUILD/udpcom/WebsockCommunicator.cxx 692 E_NET DUECA network Unexpected error in peer receiving messages
/usr/src/packages/BUILD/udpcom/WebsockCommunicator.cxx 741 E_NET DUECA network Unexpected error in trying to send a data message to the master
/usr/src/packages/BUILD/udpcom/WebsockCommunicator.cxx 806 E_NET DUECA network Unexpected error in sending a configuration message to the master.
/usr/src/packages/BUILD/udpcom/WebsockCommunicator.cxx 836 E_NET DUECA network Unexpected error in processing connections and data by the peer in a check-up cycle.
/usr/src/packages/BUILD/udpcom/WebsockCommunicator.cxx 861 E_NET DUECA network Unexpected error in processing connections and data by the peer for the initial set-up.
/usr/src/packages/BUILD/udpcom/gui/gtk3/NetUseOverviewGtk3.cxx 67 E_CNF DUECA UI Cannot find the glade file defining the network use GUI. Check DUECA installation and paths.
/usr/src/packages/BUILD/udpcom/gui/gtk2/NetUseOverviewGtk2.cxx 67 E_CNF DUECA UI Cannot find the glade file defining the network use GUI. Check DUECA installation and paths.
/usr/src/packages/BUILD/udpcom/UDPSocketCommunicator.cxx 62 E_NET DUECA network Cannot properly decode the udp connection URL, fix your dueca_cnf.py or dueca.cnf file
/usr/src/packages/BUILD/udpcom/UDPSocketCommunicator.cxx 82 I_NET DUECA network Information message on the peer's address and network port.
/usr/src/packages/BUILD/udpcom/UDPSocketCommunicator.cxx 100 E_CNF DUECA network Could not interpret the URL for udp communication; the given address might not be correct, or the URL is not legal. Check your configuration and correct.
/usr/src/packages/BUILD/udpcom/UDPSocketCommunicator.cxx 120 E_NET DUECA network Failed to get access to the network interfaces. Connection will fail
/usr/src/packages/BUILD/udpcom/UDPSocketCommunicator.cxx 133 E_NET DUECA network Failed to interpret the host interface address. Check your configuration. Connection will fail
/usr/src/packages/BUILD/udpcom/UDPSocketCommunicator.cxx 150 I_MOD DUECA network Information on which interface is used for UDP communication.
/usr/src/packages/BUILD/udpcom/UDPSocketCommunicator.cxx 160 E_NET DUECA network The given host address is not found among the computer's interface addresses. Check your configuration, connection will fail
/usr/src/packages/BUILD/udpcom/UDPSocketCommunicator.cxx 172 W_NET DUECA network The own network interface address was not configured. This will work, as long as the default interface returned by the system is the correct one. Verify this if your DUECA processess cannot connect.
/usr/src/packages/BUILD/udpcom/UDPSocketCommunicator.cxx 197 W_NET DUECA network Using an automatically selected interface address
/usr/src/packages/BUILD/udpcom/UDPSocketCommunicator.cxx 211 E_NET DUECA network Cannot find the netmask corresponding to the given or automatically selected host interface. Connection will fail.
/usr/src/packages/BUILD/udpcom/UDPSocketCommunicator.cxx 238 E_NET DUECA network Failed to get the address information on a given UDP peer. Check that the address is correct
/usr/src/packages/BUILD/udpcom/UDPSocketCommunicator.cxx 282 W_NET DUECA network Unexpected failure to open an UDP socket. Check permissions and network.
/usr/src/packages/BUILD/udpcom/UDPSocketCommunicator.cxx 296 W_NET DUECA network It was not possible to add broadcast capability to the sending socket. Check permissions and interface capabilities.
/usr/src/packages/BUILD/udpcom/UDPSocketCommunicator.cxx 314 W_NET DUECA network It was not possible to add multicast capability to the sending socket. Check permissions and interface capabilities.
/usr/src/packages/BUILD/udpcom/UDPSocketCommunicator.cxx 327 W_NET DUECA network Cannot set the socket priority. Non-fatal.
/usr/src/packages/BUILD/udpcom/UDPSocketCommunicator.cxx 344 W_NET DUECA network Cannot set the TOS (Type/Quality of Service) for the socket to lowdelay. Not fatal.
/usr/src/packages/BUILD/udpcom/UDPSocketCommunicator.cxx 360 W_NET DUECA network Could not bind the sending UDP socket to the specified source address. Will next attempt to bind to *any* source address.
/usr/src/packages/BUILD/udpcom/UDPSocketCommunicator.cxx 370 E_NET DUECA network Could not bind the sending UDP socket to *any* source address. This means the connection will fail. Check networking and permissions.
/usr/src/packages/BUILD/udpcom/UDPSocketCommunicator.cxx 402 I_CNF DUECA network Information message that receive socket re-use is selected. Configure this only for multiple DUECA nodes on a single computer, otherwise do not enable re-use
/usr/src/packages/BUILD/udpcom/UDPSocketCommunicator.cxx 412 W_NET DUECA network It was not possible to configure re-use on the receive socket. Will continue attempting to communicate, note that this will fail if multiple DUECA processes on the same computer need to read from this same socket
/usr/src/packages/BUILD/udpcom/UDPSocketCommunicator.cxx 428 W_NET DUECA network Failed to join the multicast group for the reading socket. Check permissions and network configuration. Connection will fail.
/usr/src/packages/BUILD/udpcom/UDPSocketCommunicator.cxx 438 W_NET DUECA network Failed to bind the UDP reception socket. Check permissions and network configuration. Connection will fail.
/usr/src/packages/BUILD/udpcom/UDPSocketCommunicator.cxx 446 I_NET DUECA network Information on the opened UDP socket connection
/usr/src/packages/BUILD/udpcom/UDPSocketCommunicator.cxx 472 W_NET DUECA network Failed to unset the multicast capability from the socket
/usr/src/packages/BUILD/udpcom/UDPSocketCommunicator.cxx 482 W_NET DUECA network Failed to leave the multicast group
/usr/src/packages/BUILD/udpcom/UDPSocketCommunicator.cxx 493 W_NET DUECA network Failed to unset the broadcast capability from the socket
/usr/src/packages/BUILD/udpcom/UDPSocketCommunicator.cxx 555 W_NET DUECA network Unexpected run-time receive error on UDP data, while trying to flush old messages, check the network
/usr/src/packages/BUILD/udpcom/UDPSocketCommunicator.cxx 597 W_NET DUECA network Unexpected run-time receive error on UDP data, check the network
/usr/src/packages/BUILD/udpcom/UDPSocketCommunicator.cxx 619 E_NET DUECA network Multiple UDP senders are using the same send ID. This may indicate multiple DUECA processes using the same network address, or leftover nodes from an old run continuing to send. Check the network traffic, clear old nodes, or change to another UDP network address.
/usr/src/packages/BUILD/udpcom/UDPSocketCommunicator.cxx 628 I_NET DUECA network Indication that a first message from a specific peer has been received
/usr/src/packages/BUILD/udpcom/NetCommunicator.cxx 171 E_NET DUECA network Error with message ID's in the received messages. Possibly due to network issues that may re-order messages
/usr/src/packages/BUILD/udpcom/NetCommunicator.cxx 210 I_NET DUECA network Information message on recover attempts
/usr/src/packages/BUILD/udpcom/NetCommunicator.cxx 219 E_NET DUECA network Unrecoverable error in the network protocol, unexpected numbers received in the recover phase.
/usr/src/packages/BUILD/udpcom/NetCommunicator.cxx 245 W_NET DUECA network Warning on recovery status in communication
/usr/src/packages/BUILD/udpcom/NetCommunicator.cxx 253 I_NET DUECA network Information what message is being re-sent
/usr/src/packages/BUILD/udpcom/NetCommunicator.cxx 262 E_NET DUECA network Unrecoverable error in message numbers.
/usr/src/packages/BUILD/ddff/DDFFDataRecorder.hxx 291 W_XTR DUSIME replay&initial Recording start is not aligned with data time spans; adjust your intervals when starting the Environment
/usr/src/packages/BUILD/ddff/FileHandler.cxx 316 W_XTR DUSIME replay&initial Logic error in the program, a read file handler is released twice
/usr/src/packages/BUILD/ddff/DDFFDataRecorder.cxx 110 W_MOD DUSIME replay&initial Cannot find the filer for this DataRecorder. Has it been created in this node?
/usr/src/packages/BUILD/ddff/DDFFDataRecorder.cxx 135 W_MOD DUSIME replay&initial A DataRecorder needs both entity and key defined. One or both are empty.
/usr/src/packages/BUILD/ddff/DDFFDataRecorder.cxx 144 E_MOD DUSIME replay&initial Replay filer has not been found?
/usr/src/packages/BUILD/ddff/DDFFDataRecorder.cxx 180 W_MOD DUSIME replay&initial Attempt to connect a DataRecorder to a filer, but the associated filer cannot (yet) be found is is not yet complete. Check your configuration if this persists.
/usr/src/packages/BUILD/ddff/DDFFDataRecorder.cxx 211 W_XTR DUSIME replay&initial Recording start is not aligned with data time spans; adjust your intervals when starting the Environment
/usr/src/packages/BUILD/ddff/FileWithSegments.cxx 136 E_XTR DUSIME replay&initial Tag information in a segmented file cannot be read. Is the file corrupt, or recorded in a different mode
/usr/src/packages/BUILD/ddff/FileWithSegments.cxx 163 E_XTR DUSIME replay&initial The new stream_id for a recorder does not match the current configuration.
/usr/src/packages/BUILD/dusime/ReplayControl.cxx 118 W_MOD DUSIME replay&initial Error in following DUSIME states
/usr/src/packages/BUILD/dusime/ReplayControl.cxx 138 E_MOD DUSIME replay&initial Error in syncing the recorded data to file.
/usr/src/packages/BUILD/dusime/ReplayControl.cxx 146 I_MOD DUSIME replay&initial Information that not all recordings have been completed, usuall a temporary problem
/usr/src/packages/BUILD/dusime/DusimeController.cxx 128 E_CNF DUSIME system The minimum control interval must be larger than 0
/usr/src/packages/BUILD/dusime/DusimeController.cxx 183 W_STS DUSIME system Unforeseen problem when processing status confirmation messages
/usr/src/packages/BUILD/dusime/DusimeController.cxx 206 I_STS DUSIME system The next state change is not planned yet, holding off on updating interface state.
/usr/src/packages/BUILD/dusime/DusimeController.cxx 236 I_STS DUSIME system Commanding the model to Inactive state.
/usr/src/packages/BUILD/dusime/DusimeController.cxx 273 W_STS DUSIME system State change request coming in too early, still busy on previous change, ignoring the request.
/usr/src/packages/BUILD/dusime/DusimeController.cxx 283 W_STS DUSIME system At this point, modules are not running and a DUSIME state change is not possible, ignoring the requested change.
/usr/src/packages/BUILD/dusime/DusimeController.cxx 330 W_STS DUSIME system Unexpected request for state change.
/usr/src/packages/BUILD/dusime/DusimeController.cxx 342 W_STS DUSIME system This state change request is incompatible with the current state, ignoring it.
/usr/src/packages/BUILD/dusime/DusimeController.cxx 389 W_STS DUSIME system Automatic/programmatic transition to advance needs to be explicitly enabled in the DUSIME module, but it is blocked now. Ignoring the requested change to advance.
/usr/src/packages/BUILD/dusime/DusimeController.cxx 400 W_STS DUSIME system Unforeseen problem in state change logic.
/usr/src/packages/BUILD/dusime/DusimeModule.cxx 123 W_MOD DUSIME system Snapshot channel token is not valid, cannot read the snapshot channel. Check the configuration, and check that the channel is being written
/usr/src/packages/BUILD/dusime/DusimeModule.cxx 134 I_MOD DUSIME system This snapshot is for another module, ignored
/usr/src/packages/BUILD/dusime/DusimeModule.cxx 146 W_MOD DUSIME system Unforeseen error in reading a snapshot
/usr/src/packages/BUILD/dusime/DusimeModule.cxx 172 W_MOD DUSIME system Channel token for writing inco specification is not valid, check the channel configuration
/usr/src/packages/BUILD/dusime/DusimeModule.cxx 202 W_MOD DUSIME system Received a trim command that exceeds the inco table, probably an error in DUSIME trim code
/usr/src/packages/BUILD/dusime/DusimeModule.cxx 243 W_MOD DUSIME system Channel token for initial condition feedback is not valid. Check that all required trim modules are active
/usr/src/packages/BUILD/dusime/DusimeModule.cxx 261 W_MOD DUSIME system fillSnapshot function is not overloaded, not sending data
/usr/src/packages/BUILD/dusime/DusimeModule.cxx 273 W_MOD DUSIME system loadSnapshot function is not overloaded, not interpreting snapshot data
/usr/src/packages/BUILD/dusime/DusimeModule.cxx 288 W_MOD DUSIME system Inco table missing for this module, cannot do trim calculations
/usr/src/packages/BUILD/dusime/DusimeModule.cxx 300 W_MOD DUSIME system Trim calculation function not implemented for this module, cannot do trim calculations
/usr/src/packages/BUILD/dusime/HardwareModule.cxx 75 W_MOD DUSIME system The getAndCheckState method is called with a time specification that does not connect to the previous invocation. This can happen when getAndCheckState is called from multiple activities. Make one activity the main activity that interacts with getAndCheckState, and use getCurrentState from the other activities
/usr/src/packages/BUILD/dusime/HardwareModule.cxx 112 W_MOD DUSIME system The planned state change for this hardware module is not consistent with the state logic. Indicates a programming error in the DUSIME state logic control, or a communication failure
/usr/src/packages/BUILD/dusime/HardwareModule.cxx 128 W_MOD DUSIME system There is more than one state change waiting for this module. This may happen if the getAndCheckState method is invoked too infrequently
/usr/src/packages/BUILD/dusime/HardwareModule.cxx 185 W_MOD DUSIME system The snapshot preparation command arrived too late. If this happens regularly, increase the lead time for entity commands, see the Environment configuration options.
/usr/src/packages/BUILD/dusime/HardwareModule.cxx 202 W_MOD DUSIME system Unknown command. This should not happen, may be due to data corruption or DUECA/DUSIME internal programming error
/usr/src/packages/BUILD/dusime/SnapshotInventory.cxx 194 E_XTR DUSIME replay&initial Problem handling an incoming snapsho
/usr/src/packages/BUILD/dusime/SnapshotInventory.cxx 220 W_XTR DUSIME replay&initial Not able to follow DUSIME command change. Please report
/usr/src/packages/BUILD/dusime/SnapshotInventory.cxx 271 W_MOD DUSIME replay&initial Trying to read a file with initial (snapshot) states. This file should be in TOML format, most likely either the file is not readable, or there is a format error.
/usr/src/packages/BUILD/dusime/SnapshotInventory.cxx 294 W_XTR DUSIME replay&initial An error occurred when trying to write a file with updated/ added initial (snapshot) states. Check the message, see whether file or folder is writable.
/usr/src/packages/BUILD/dusime/SnapshotInventory.cxx 322 W_XTR DUSIME replay&initial Cannot find the given selected initials to sen
/usr/src/packages/BUILD/dusime/RTWModule.cxx 58 W_MOD DUSIME system Received a snapshot with invalid xml. Fix the file with the snapshot
/usr/src/packages/BUILD/dusime/RTWModule.cxx 70 I_MOD DUSIME system Information message, Received a snapshot but for another module
/usr/src/packages/BUILD/dusime/RTWModule.cxx 101 W_MOD DUSIME system Snapshot write token not valid, cannot send snapshot, discarding it
/usr/src/packages/BUILD/dusime/RTWModule.cxx 134 W_MOD DUSIME system The fillXmlSnapshot method has not been overridden, no data being sen
/usr/src/packages/BUILD/dusime/RTWModule.cxx 144 W_MOD DUSIME system The loadXmlSnapshot method has not been overridden, snapshot data ignored
/usr/src/packages/BUILD/dusime/SimulationModule.cxx 78 W_MOD DUSIME system The getAndCheckState method is called with a time specification that does not connect to the previous invocation. This can happen when getAndCheckState is called from multiple activities. Make one activity the main activity that interacts with getAndCheckState, and use getCurrentState from the other activities
/usr/src/packages/BUILD/dusime/SimulationModule.cxx 103 W_MOD DUSIME system There is more than one state change waiting for this module. This may happen if the getAndCheckState method is invoked too infrequently
/usr/src/packages/BUILD/dusime/SimulationModule.cxx 153 W_MOD DUSIME system The snapshot preparation command arrived too late. If this happens regularly, increase the lead time for entity commands, see the Environment configuration options.
/usr/src/packages/BUILD/dusime/SimulationModule.cxx 172 W_STS DUSIME system Unknown command. This should not happen, may be due to data corruption or DUECA/DUSIME internal programming error
/usr/src/packages/BUILD/dusime/ReplayMaster.cxx 162 W_MOD DUSIME replay&initial Replay is invoked, but not prepared. This glitch should not be possibl
/usr/src/packages/BUILD/dusime/ReplayMaster.cxx 208 W_XTR DUSIME replay&initial Unexpected failure. Please repor
/usr/src/packages/BUILD/dusime/ReplayMaster.cxx 360 E_XTR DUSIME replay&initial Unexpected failure. Please report
/usr/src/packages/BUILD/dusime/ReplayMaster.cxx 457 W_XTR DUSIME replay&initial Reports on available replay data from different nodes do not match; generally, data should be tagged with the same label, and time within 10 seconds of each other
/usr/src/packages/BUILD/dusime/ReplayFiler.cxx 206 E_XTR DUSIME replay&initial Exception in replay filer. Unknown cause, please report
/usr/src/packages/BUILD/dusime/gui/gtk3/DusimeControllerGtk.cxx 68 E_CNF DUSIME UI Cannot find gui buttons in GTK window code, check that you have a proper glade / GtkBuilder file specified for the main DUECA windo
/usr/src/packages/BUILD/dusime/gui/gtk3/ReplayMasterGtk3.cxx 119 E_XTR DUSIME replay&initial You did not specify an entity in the part labe
/usr/src/packages/BUILD/dusime/gui/gtk3/ReplayMasterGtk3.cxx 258 E_CNF DUSIME replay&initial Cannot find the glade file defining the replay control GUI. Check DUECA installation and paths.
/usr/src/packages/BUILD/dusime/gui/gtk3/ReplayMasterGtk3.cxx 267 W_MOD DUSIME replay&initial The advance mode cannot be controlled programmatically. Look in the options for your DUSIME module to enable this
/usr/src/packages/BUILD/dusime/gui/gtk3/ReplayMasterGtk3.cxx 333 I_XTR DUSIME replay&initial Information on the suffix used for the recording files. Note that multiple nodes will write these file
/usr/src/packages/BUILD/dusime/gui/gtk3/ReplayMasterGtk3.cxx 458 E_CNF DUECA UI Window setting needs 2 (for size) or 4 (also location) arguments
/usr/src/packages/BUILD/dusime/gui/gtk3/SnapshotInventoryGtk3.cxx 125 E_XTR DUSIME replay&initial Specify the entity to be managed in the part name
/usr/src/packages/BUILD/dusime/gui/gtk3/SnapshotInventoryGtk3.cxx 158 E_CNF DUECA UI Cannot find the glade file defining the initial state view GUI. Check DUECA installation and paths.
/usr/src/packages/BUILD/dusime/gui/gtk3/SnapshotInventoryGtk3.cxx 341 E_CNF DUECA UI Window setting needs 2 (for size) or 4 (also location) arguments
/usr/src/packages/BUILD/dusime/gui/gtk3/GtkTrimView.cxx 79 W_TRM DUSIME UI The trim view module for DUECA requires access to the generic DUECA view. Modify your configuration
/usr/src/packages/BUILD/dusime/gui/gtk2/DusimeControllerGtk.cxx 68 E_CNF DUSIME UI Cannot find gui buttons in GTK window code, check that you have a proper glade / GtkBuilder file specified for the main DUECA windo
/usr/src/packages/BUILD/dusime/gui/gtk2/GtkTrimView.cxx 79 W_CNF DUSIME UI The trim view module for DUECA requires access to the generic DUECA view. Modify your configuration
/usr/src/packages/BUILD/dusime/IncoCalculator.cxx 193 W_TRM DUSIME system Trim calculation is in progress, cannot start a new calculation at this time, command is ignored
/usr/src/packages/BUILD/dusime/IncoCalculator.cxx 211 W_TRM DUSIME system The requested trim mode is not properly configured for trim calculation
/usr/src/packages/BUILD/dusime/TrimId.cxx 148 W_STS DUSIME Trim The current trim ID was already entered, indicates an error in the trim table
/usr/src/packages/BUILD/inter/EntryWriter.cxx 55 E_INT DUECA interconnect Received a different magic number for a data class. This usually means that the data class differs between DUECA processes; align your dat
/usr/src/packages/BUILD/inter/EntryWriter.cxx 63 I_INT DUECA interconnect Information on a new entrywriter
/usr/src/packages/BUILD/inter/EntryWriter.cxx 78 I_INT DUECA interconnect Information on token validity for an entrywriter
/usr/src/packages/BUILD/inter/EntryWriter.cxx 115 I_NET DUECA interconnect Timing translation is not yet possible for this message, discarding data
/usr/src/packages/BUILD/inter/EntryReader.cxx 42 I_INT DUECA interconnect Information on the creation of a new entry reader
/usr/src/packages/BUILD/inter/EntryReader.cxx 100 I_INT DUECA interconnect Information on sending a time skip in received data
/usr/src/packages/BUILD/inter/EntryReader.cxx 120 W_INT DUECA interconnect When packing channel data for sending to peer(s), a packing store full exception (dueca::AmorphStoreBoundary) was encountered. The data from the last channel to be packed will be held until the next communication opportunity. If this occurs frequently, try increasing the message size in the ChannelReplicatorMaster
/usr/src/packages/BUILD/inter/ChannelReplicatorMaster.cxx 221 E_INT DUECA interconnect Unforeseen failure in creating a write token for the notice channel for peer connections. Check how other modules interacting with this channel have specified channel properties
/usr/src/packages/BUILD/inter/ChannelReplicatorMaster.cxx 241 E_INT DUECA interconnect Unforeseen failure in creating a read token for the peer information channel. Check that this channel is being written to
/usr/src/packages/BUILD/inter/ChannelReplicatorMaster.cxx 262 E_INT DUECA interconnect Unforeseen failure in creating a write token for the replicator information channel. Check how other modules interacting with this channel have specified channel properties
/usr/src/packages/BUILD/inter/ChannelReplicatorMaster.cxx 497 I_INT DUECA interconnect Information on a local reading entry
/usr/src/packages/BUILD/inter/ChannelReplicatorMaster.cxx 555 I_INT DUECA interconnect Information on a local writing entry
/usr/src/packages/BUILD/inter/ChannelReplicatorMaster.cxx 590 I_INT DUECA interconnect Information on the removal of a local writing entry in a channel
/usr/src/packages/BUILD/inter/ChannelReplicatorMaster.cxx 628 I_INT DUECA interconnect Information on a change in a locally watched channel
/usr/src/packages/BUILD/inter/ChannelReplicatorMaster.cxx 643 I_INT DUECA interconnect Information on removing a local entered entry
/usr/src/packages/BUILD/inter/ChannelReplicatorMaster.cxx 703 I_INT DUECA interconnect Information on adding a local entered entry
/usr/src/packages/BUILD/inter/ChannelReplicatorMaster.cxx 720 W_INT DUECA interconnect There is an issue with removing a writer entry from a channel. Indicates a DUECA programming error
/usr/src/packages/BUILD/inter/ChannelReplicatorMaster.cxx 734 E_INT DUECA interconnect Received a request that cannot be processed. Indicates a DUECA programming error
/usr/src/packages/BUILD/inter/ChannelReplicatorMaster.cxx 744 I_INT DUECA interconnect A message with "client data" for the ChannelReplicator was received, but did not contain a complete set of data. The read buffer is reset, and decoding will be attempted again when more data becomes available.
/usr/src/packages/BUILD/inter/ChannelReplicator.cxx 167 I_INT DUECA interconnect There is no more capacity in the send buffer, resetting a failed pack action. Will try to send the data in a new send cycle
/usr/src/packages/BUILD/inter/ChannelReplicator.cxx 189 I_INT DUECA interconnect The given channel is not configured, discarding the received data
/usr/src/packages/BUILD/inter/ChannelReplicator.cxx 200 I_INT DUECA interconnect There is no writer for this entry, discarding received data
/usr/src/packages/BUILD/inter/ChannelReplicator.cxx 254 E_INT DUECA interconnect There is a difference in definition of a DCO data class between the current node and a remote node. Fix the code, probably by running an update and recompile, and ensure the DCO definitions are identical
/usr/src/packages/BUILD/inter/ChannelReplicator.cxx 266 E_INT DUECA interconnect There is a difference in the definition of the DCO object for a parent class, between the current node and a remote node. Fix the code, probably by running an update and recompile, and ensure the DCO definitions are identical
/usr/src/packages/BUILD/inter/ChannelReplicator.cxx 280 E_INT DUECA interconnect The data class inheritance path is different for a DCO object class, probably due to code not matching between DUECA processes. Fix the code, probably by running an update and recompile, and ensure the DCO definitions and specifically parent classes are identical.
/usr/src/packages/BUILD/inter/ChannelReplicatorPeer.cxx 197 I_INT DUECA interconnect Starting cyclic processing of message
/usr/src/packages/BUILD/inter/ChannelReplicatorPeer.cxx 208 W_NET DUECA interconnect Tried to run a communication cycle, but could not make the websockets connection for start up. Will attempt to connect later
/usr/src/packages/BUILD/inter/ChannelReplicatorPeer.cxx 231 W_NET DUECA interconnect Tried to run a communication cycle, but could not make the websockets connection for start up. Will attempt to connect later
/usr/src/packages/BUILD/inter/ChannelReplicatorPeer.cxx 293 I_INT DUECA interconnect Information on read accessing an entry in a channel for replication
/usr/src/packages/BUILD/inter/ChannelReplicatorPeer.cxx 312 I_INT DUECA interconnect Information on creating a new replicating writer in a channel
/usr/src/packages/BUILD/inter/ChannelReplicatorPeer.cxx 336 I_INT DUECA interconnect Information on deleting new replicating writer in a channel
/usr/src/packages/BUILD/inter/ChannelReplicatorPeer.cxx 346 E_INT DUECA interconnect Received a request that cannot be processed. Indicates a DUECA programming error
/usr/src/packages/BUILD/inter/ChannelReplicatorPeer.cxx 356 I_INT DUECA interconnect A message with "client data" for the ChannelReplicator was received, but did not contain a complete set of data. The read buffer is reset, and decoding will be attempted again when more data becomes available.
/usr/src/packages/BUILD/inter/ChannelReplicatorPeer.cxx 400 I_INT DUECA interconnect Information on a local detected entr
/usr/src/packages/BUILD/inter/ChannelReplicatorPeer.cxx 441 I_INT DUECA interconnect Information on a locally disappeared entry
/usr/src/packages/BUILD/inter/ChannelReplicatorPeer.cxx 457 W_INT DUECA interconnect A locally disappeared entry was scheduled to be read and replicated, but not yet configured. The reporting on its removal will be postponed
/usr/src/packages/BUILD/inter/ChannelReplicatorPeer.cxx 466 I_INT DUECA interconnect A locally disappeared entry was not watched
/usr/src/packages/BUILD/inter/PeerTiming.cxx 77 I_INT DUECA interconnect Information on the timing differences between this node and a peer node at initial connection
/usr/src/packages/BUILD/inter/PeerTiming.cxx 103 D_INT DUECA interconnect The timing difference between this node and a peer has been increasing so much that a jump in translating data time is needed. The present node jumps forward
/usr/src/packages/BUILD/inter/PeerTiming.cxx 118 D_INT DUECA interconnect The timing difference between this node and a peer has been increasing so much that a jump in translating data time is needed. The present node jumps backwards
/usr/src/packages/BUILD/ddfflog/DDFFLogger.cxx 149 I_XTR DUECA ddff A configuration channel has been configured. The DDFF file will be opened when on command from the configuration channel.
/usr/src/packages/BUILD/ddfflog/DDFFLogger.cxx 260 E_XTR DUECA ddff Could not create an entry in the ddff file for logging, may be related to the datatype not being known, or related to file access.
/usr/src/packages/BUILD/ddfflog/DDFFLogger.cxx 277 W_XTR DUECA ddff Failure creating a functor for writing channel data in DDFF log. Check the DDFF option on the datatype
/usr/src/packages/BUILD/ddfflog/DDFFLogger.cxx 329 E_CNF DUECA ddff Configuration error. Check dueca.mo
/usr/src/packages/BUILD/ddfflog/DDFFLogger.cxx 348 E_CNF DUECA ddff Configuration error opening a log channel. Check dueca.mo
/usr/src/packages/BUILD/ddfflog/DDFFLogger.cxx 360 E_CNF DUECA ddff Configuration error. Check dueca.mo
/usr/src/packages/BUILD/ddfflog/DDFFLogger.cxx 373 E_CNF DUECA ddff Configuration error monitoring a watch channel. Check dueca.mo
/usr/src/packages/BUILD/ddfflog/DDFFLogger.cxx 392 E_CNF DUECA ddff Attempt to re-configure the configuration channel ignored. Check your dueca.mod file.
/usr/src/packages/BUILD/ddfflog/DDFFLogger.cxx 435 I_XTR DUECA ddff Information on the creation of a DDFF read functor for a specific channel.
/usr/src/packages/BUILD/ddfflog/DDFFLogger.cxx 510 E_XTR DUECA ddff Unforeseen error in opening an DDFF log file.
/usr/src/packages/BUILD/ddfflog/DDFFLogger.cxx 544 E_XTR DUECA ddff Unforeseen error in creating a functor.
/usr/src/packages/BUILD/ddfflog/DDFFLogger.cxx 575 W_XTR DUECA ddff Unforeseen Input/Output error when interacting with an DDFF log file. Check your disk sanity. Are you trying to log over NFS?
/usr/src/packages/BUILD/ddfflog/EntryWatcher.cxx 50 I_XTR DUECA ddff Information on a new entry in a monitored channel
/usr/src/packages/BUILD/ddfflog/EntryWatcher.cxx 62 I_XTR DUECA ddff Information on a removed entry in a monitored channel
/usr/src/packages/BUILD/ddfflog/EntryWatcher.cxx 73 W_XTR DUECA ddff A removed entry in a monitored channel could not be found in the Loggers/Watchers data structure. Indicates a programming error in DUECA.
/usr/src/packages/BUILD/extra/DuecaGLWindow.cxx 102 I_XTR DUECA extra Information on GL sweeper use
/usr/src/packages/BUILD/extra/DuecaGLWindow.cxx 123 E_XTR DUECA extra GL window is not possible, because GL drawing capability is lackin
/usr/src/packages/BUILD/extra/GLSweeper.cxx 124 E_CNF DUECA extra No gui specified
/usr/src/packages/BUILD/extra/GLSweeper.cxx 133 E_CNF DUECA extra No gui specified is not compatible with GLSweeper. Check arguments to environment in dueca.cnf/dueca_cnf.py
/usr/src/packages/BUILD/extra/GLSweeper.cxx 142 E_XTR DUECA extra Failed to install GL sweeper. Is a second sweeper attempted
/usr/src/packages/BUILD/extra/GLSweeper.cxx 153 E_CNF DUECA extra Sweeper must be a singleton
/usr/src/packages/BUILD/extra/GLSweeper.cxx 170 E_CNF DUECA extra No protocol configured for sweeper
/usr/src/packages/BUILD/extra/UniqueFile.cxx 50 W_XTR DUECA extra Unforseen error in checking for file name. Check folder permissions
/usr/src/packages/BUILD/extra/gui/gtk3/DuecaGLGtk3Window.cxx 129 E_XTR DUECA extra Unspecified error signalled by the gtk2 gl area
/usr/src/packages/BUILD/extra/gui/X11/BareDuecaGLWindow.cxx 94 W_CNF DUECA extra GL window size is not correctly specified
/usr/src/packages/BUILD/extra/gui/X11/BareDuecaGLWindow.cxx 139 W_XTR DUECA extra Touch capability, as requested, is not possible with this X version
/usr/src/packages/BUILD/extra/gui/X11/BareDuecaGLWindow.cxx 149 W_XTR DUECA extra Unable to determine the XInputExtension version
/usr/src/packages/BUILD/extra/gui/X11/BareDuecaGLWindow.cxx 253 W_XTR DUECA extra Cannot select device for XInput events.
/usr/src/packages/BUILD/extra/gui/X11/BareDuecaGLWindow.cxx 260 W_XTR DUECA extra Window for XInput events is not valid.
/usr/src/packages/BUILD/extra/gui/X11/BareDuecaGLWindow.cxx 267 W_XTR DUECA extra Device for XInput events is not valid.
/usr/src/packages/BUILD/extra/gui/X11/BareDuecaGLWindow.cxx 273 I_XTR DUECA extra Information on enabling a touch device
/usr/src/packages/BUILD/extra/gui/X11/BareDuecaGLWindow.cxx 290 W_XTR DUECA extra Missing glXWaitVideoSyncSGI extension, not possible to wait on video sync
/usr/src/packages/BUILD/extra/gui/X11/BareDuecaGLWindow.cxx 333 W_XTR DUECA extra Missing swap interval extensions (glXSwapIntervalExt, glXSwapIntervalSGI, glXSwapIntervalMESA), cannot control the swap interval