Express (Distributed operating systems), v8.0 > Reference > Messages
CWSIR
CWSIR0001E: destinationAddress argument is null.
Explanation The call to createBrowserSession supplied a null value for the destinationAddress argument. The destinationAddress must be not be null Action Supply a valid destinationAddress value.
CWSIR0021E: destAddr argument is null
Explanation The call to createConsumerSession supplied a null value for the destAddr argument. The destAddr must be not be null Action Supply a valid destAddr value.
CWSIR0031E: destinationAddress argument is null
Explanation The call to createConsumerSessionForDurableSubscription supplied a null value for the destinationAddress argument. The destinationAddress must be not be null Action Supply a valid destinationAddress value.
CWSIR0032E: subscriptionName argument is null
Explanation The call to createConsumerSessionForDurableSubscription supplied a null value for the subscriptionName argument. The subscriptionName must be not be null Action Supply a valid subscriptionName value.
CWSIR0041E: destinationAddress argument is null
Explanation The call to createDurableSubscription supplied a null value for the destinationAddress argument. The destinationAddress must be not be null Action Supply a valid destinationAddress value.
CWSIR0042E: subscriptionName argument is null
Explanation The call to createDurableSubscription supplied a null value for the subscriptionName argument. The subscriptionName must be not be null Action Supply a valid subscriptionName value.
CWSIR0051E: destAddr argument is null
Explanation The call to createProducerSession supplied a null value for the destAddr argument. The destAddr must be not be null Action Supply a valid destAddr value.
CWSIR0061E: subscriptionName argument is null
Explanation The call to deleteDurableSubscription supplied a null value for the subscriptionName argument. The subscriptionName must be not be null Action Supply a valid subscriptionName value.
CWSIR0071E: destAddr argument is null
Explanation The call to deleteTemporaryDestination supplied a null value for the destAddr argument. The destAddr must be not be null Action Supply a valid destAddr value.
CWSIR0081E: destAddr argument is null
Explanation The call to getDestinationConfiguration supplied a null value for the destAddr argument. The destAddr must be not be null Action Supply a valid destAddr value.
CWSIR0091E: destAddr argument is null
Explanation The call to receiveNoWait supplied a null value for the destAddr argument. The destAddr must be not be null Action Supply a valid destAddr value.
CWSIR0101E: destAddr argument is null
Explanation The call to receiveWithWait supplied a null value for the destAddr argument. The destAddr must be not be null Action Supply a valid destAddr value.
CWSIR0111E: destAddr argument is null
Explanation The call to receiveWithWait supplied a null value for the destAddr argument. The destAddr must be not be null Action Supply a valid destAddr value.
CWSIR0112E: msg argument is null
Explanation The call to send supplied a null value for the msg argument. The msg must be not be null Action Supply a valid msg value.
CWSIR0121E: msg argument is null
Explanation The call to sendToExceptionDestination supplied a null value for the msg argument. The msg must be not be null Action Supply a valid msg value.
CWSIR0131E: The call to method {0} is not valid at this time.
Explanation The specified call is only valid from inside the AsynchConsumerCallback.consumeMessages method. Action Issue the call again from inside the AsynchConsumerCallback.consumeMessages method or use an appropriate ConsumerSession call if possible
CWSIR0132E: One or more values in the msgHandles array was null.
Explanation The argument array msgHandles must not contain null elements and so the call to ConsumerSession or BifurcatedConsumerSession was rejected. Action Issue the call again after removing any null elements from the array
CWSIR0141E: The maxActiveMessages argument {0} was not a valid value.
Explanation The maxActiveMessages value must be >=0 Action Supply a valid maxActiveMessages value.
CWSIR0142E: The messageLockExpiry argument {0} was not a valid value.
Explanation The messageLockExpiry value must be >=0 Action Supply a valid messageLockExpiry value.
CWSIR0143E: The maxBatchSize argument {0} was not a valid value.
Explanation The maxBatchSize value must be >0 Action Supply a valid maxBatchSize value.
CWSIR9999E: {0}
Explanation If the message does not give sufficient information, check previous messages for further help. Action See previous messages for further information.