Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

A-Stack Runtime Error Message

Error TypeMessageGrep StringDescription
FATAL


FATAL


FATAL






















WARN

"%s: Maximum queue size (%d) reached: %d", getName(), defMaxQueueSize, size

Example: TestFacet: Maximum queue size (1000) reached: 1000. Maximum queue size. Maximum queue size is configured via sff.max.queue.size parameter

" Maximum queue size "This is usually indicative that the server is busy and the processing is more time than the new items to process. Look for NullChannleCount value, This will be higher as well.
WARN

Network peer %s at %s is not available", qname, p_key

" Network peer "When cluster node is unable to connect to one of the peer.
WARNSffTcpClient:855 IO error in SffNetworkFacet:wsNotificationCluster-3130539813663882016:ws>NioClientSocketChannel[id: 0x156d1566]; Caused by: java.net.ConnectException: Connection refused: /199.199.199.169:8082" IO error "Connection exception while connecting to a peer.

Error Handling in Applications

...