@LogMessage(level=INFO)
@Message("JBoss EJB Client version %s")
voidgreeting(String version)
emptyModuleName
@Message(id=0,
value="Module name cannot be null or empty")
IllegalArgumentExceptionemptyModuleName()
emptyBeanName
@Message(id=1,
value="Bean name cannot be null or empty")
IllegalArgumentExceptionemptyBeanName()
nullViewType
@Message(id=2,
value="Bean interface type cannot be null")
IllegalArgumentExceptionnullViewType()
incorrectMaxAllowedConnectedNodesValueForCluster
@LogMessage(level=INFO)
@Message(id=3,
value="Incorrect max-allowed-connected-nodes value %s specified for cluster named %s. Defaulting to %s")
voidincorrectMaxAllowedConnectedNodesValueForCluster(String value,
String clusterName,
String fallbackDefaultValue)
incorrectConnectionTimeoutValueForCluster
@LogMessage(level=INFO)
@Message(id=4,
value="Incorrect connection timeout value %s specified for cluster named %s. Defaulting to %s")
voidincorrectConnectionTimeoutValueForCluster(String value,
String clusterName,
String fallbackDefaultValue)
incorrectConnectionTimeoutValueForNodeInCluster
@LogMessage(level=INFO)
@Message(id=5,
value="Incorrect connection timeout value %s specified for node %s in cluster named %s. Defaulting to %s")
voidincorrectConnectionTimeoutValueForNodeInCluster(String value,
String nodeName,
String clusterName,
String fallbackDefaultValue)
skippingConnectionCreationDueToMissingHostOrPort
@LogMessage(level=INFO)
@Message(id=6,
value="No host/port configured for connection named %s. Skipping connection creation")
voidskippingConnectionCreationDueToMissingHostOrPort(String connectionName)
skippingConnectionCreationDueToInvalidPortNumber
@LogMessage(level=INFO)
@Message(id=7,
value="Incorrect port value %s specified for connection named %s. Skipping connection creation")
voidskippingConnectionCreationDueToInvalidPortNumber(String port,
String connectionName)
incorrectConnectionTimeoutValueForConnection
@LogMessage(level=INFO)
@Message(id=8,
value="Incorrect connection timeout value %s specified for connection named %s. Defaulting to %s")
voidincorrectConnectionTimeoutValueForConnection(String value,
String connectionName,
String fallbackDefaultValue)
incorrectInvocationTimeoutValue
@LogMessage(level=INFO)
@Message(id=9,
value="Incorrect invocation timeout value %s specified. Defaulting to %s")
voidincorrectInvocationTimeoutValue(String value,
String fallbackDefaultValue)
incorrectReconnectTasksTimeoutValue
@LogMessage(level=INFO)
@Message(id=10,
value="Incorrect reconnect tasks timeout value %s specified. Defaulting to %s")
voidincorrectReconnectTasksTimeoutValue(String value,
String fallbackDefaultValue)
discardingInvocationResult
@LogMessage(level=INFO)
@Message(id=11,
value="Discarding result for invocation id %s since no waiting context found")
voiddiscardingInvocationResult(short invocationId)
cannotCreateEJBReceiverDueToUnknownTarget
@LogMessage(level=INFO)
@Message(id=12,
value="Cannot create a EJB receiver for %s since there was no match for a target destination")
voidcannotCreateEJBReceiverDueToUnknownTarget(String clusterNode)
initialModuleAvailabilityReportNotReceived
@LogMessage(level=INFO)
@Message(id=15,
value="Initial module availability report for %s wasn\'t received during the receiver context association")
voidinitialModuleAvailabilityReportNotReceived(EJBReceiver ejbReceiver)
channelCanNoLongerProcessMessages
@LogMessage(level=INFO)
@Message(id=16,
value="Channel %s can no longer process messages")
voidchannelCanNoLongerProcessMessages(org.jboss.remoting3.Channel channel)
receivedServerVersionAndMarshallingStrategies
@LogMessage(level=INFO)
@Message(id=17,
value="Received server version %d and marshalling strategies %s")
voidreceivedServerVersionAndMarshallingStrategies(int version,
Set<String> marshallingStrategies)
noEJBClientContextAvailable
@Message(id=22,
value="No EJB client context is available")
IllegalStateExceptionnoEJBClientContextAvailable()
noEJBReceiverAvailable
@Message(id=24,
value="No EJB receiver available for handling destination \"%s\"")
NoSuchEJBExceptionnoEJBReceiverAvailable(URI locator)
noEJBReceiverForNode
@Message(id=27,
value="No EJBReceiver available for node name %s")
IllegalStateExceptionnoEJBReceiverForNode(String nodeName)
noReceiverContextsInCluster
@Message(id=28,
value="No EJB receiver contexts available in cluster %s")
IllegalStateExceptionnoReceiverContextsInCluster(String clusterName)
noClusterContextAvailable
@Message(id=29,
value="No cluster context available for cluster named %s")
IllegalStateExceptionnoClusterContextAvailable(String clusterName)
sendRequestCalledDuringWrongPhase
@Message(id=30,
value="sendRequest() called during wrong phase")
IllegalStateExceptionsendRequestCalledDuringWrongPhase()
noReceiverAssociatedWithInvocation
@Message(id=31,
value="No receiver associated with invocation")
IllegalStateExceptionnoReceiverAssociatedWithInvocation()
cannotRetryRequest
@Message(id=32,
value="Cannot retry a request which hasn\'t previously been completed")
IllegalStateExceptioncannotRetryRequest()
getResultCalledDuringWrongPhase
@Message(id=33,
value="getResult() called during wrong phase")
IllegalStateExceptiongetResultCalledDuringWrongPhase()
discardResultCalledDuringWrongPhase
@Message(id=34,
value="discardResult() called during wrong phase")
IllegalStateExceptiondiscardResultCalledDuringWrongPhase()
@Message(id=45,
value="User transactions not supported by this context")
IllegalStateExceptionuserTxNotSupportedByTxContext()
txAlreadyAssociatedWithThread
@Message(id=46,
value="A transaction is already associated with this thread")
NotSupportedExceptiontxAlreadyAssociatedWithThread()
noTxAssociatedWithThread
@Message(id=47,
value="A transaction is not associated with this thread")
IllegalStateExceptionnoTxAssociatedWithThread()
txNotActiveForThread
@Message(id=48,
value="Transaction for this thread is not active")
IllegalStateExceptiontxNotActiveForThread()
txNodeIsExcludedForInvocation
@Message(id=49,
value="Cannot proceed with invocation since transaction is pinned to node %s which has been excluded from handling invocation for the current invocation context %s")
IllegalStateExceptiontxNodeIsExcludedForInvocation(String nodeName,
EJBClientInvocationContext invocationContext)
nodeDoesNotAcceptLocator
@Message(id=50,
value="Node of the current transaction %s does not accept %s")
IllegalStateExceptionnodeDoesNotAcceptLocator(String nodeName,
EJBLocator<?> locator)
requiredNodeExcludedFromInvocation
@Message(id=51,
value="Cannot proceed with invocation since the locator %s has an affinity on node %s which has been excluded from current invocation context %s")
IllegalStateExceptionrequiredNodeExcludedFromInvocation(EJBLocator<?> locator,
String nodeName,
EJBClientInvocationContext invocationContext)
unexpectedClusterNodeSelectorClassType
@Message(id=52,
value="%s for cluster %s is not of type org.jboss.ejb.client.ClusterNodeSelector")
RuntimeExceptionunexpectedClusterNodeSelectorClassType(Class<?> nodeSelectorClass,
String clusterName)
couldNotCreateClusterNodeSelector
@Message(id=53,
value="Could not create the cluster node selector for cluster %s")
RuntimeExceptioncouldNotCreateClusterNodeSelector(@Cause
Exception e,
String clusterName)
cannotSpecifyBothCallbackHandlerAndUserPass
@Message(id=54,
value="Cannot specify both a callback handler and a username/password")
IllegalStateExceptioncannotSpecifyBothCallbackHandlerAndUserPass()
couldNotDecodeBase64Password
@Message(id=55,
value="Could not decode base64 encoded password")
RuntimeExceptioncouldNotDecodeBase64Password(@Cause
Exception e)
cannotSpecifyBothPlainTextAndEncodedPassword
@Message(id=56,
value="Cannot specify both a plain text and base64 encoded password")
IllegalStateExceptioncannotSpecifyBothPlainTextAndEncodedPassword()
@LogMessage(level=WARN)
@Message(id=59,
value="Could not send a message over remoting channel, to cancel invocation for invocation id %s")
voidfailedToSendInvocationCancellationMessage(short invocationId,
@Cause
Exception e)
@LogMessage(level=WARN)
@Message(id=61,
value="Cannot send a transaction recovery message to the server since the protocol version of EJBReceiver %s doesn\'t support it")
voidtransactionRecoveryMessageNotSupported(EJBReceiver receiver)
@Message(id=63,
value="EJB proxy is already stateful")
IllegalArgumentExceptionejbIsAlreadyStateful()
ejbURLContextFactoryDeprecated
@LogMessage(level=INFO)
@Message(id=64,
value="org.jboss.ejb.client.naming.ejb.ejbURLContextFactory is deprecated; new applications should use org.wildfly.naming.client.WildFlyInitialContextFactory instead")
voidejbURLContextFactoryDeprecated()
nullSessionCreated
@Message(id=65,
value="Null session was created for \"%s\", affinity %s, identifier %s")
CommunicationExceptionnullSessionCreated(@Property
Name resolvedName,
Name name,
Affinity affinity,
EJBIdentifier identifier)
@Message(id=73,
value="Failed to construct Remoting endpoint")
IllegalStateExceptionfailedToConstructEndpoint(@Cause
IOException e)
selectorReturnedNull
@Message(id=74,
value="Configured selector \"%s\" returned null")
IllegalStateExceptionselectorReturnedNull(Object selector)
noTransportProvider
@Message(id=75,
value="No transport provider available for URI scheme %2$s for locator %1$s")
NoSuchEJBExceptionnoTransportProvider(EJBLocator<?> locator,
String scheme)
@Message(id=78,
value="EJB receiver \"%s\" returned a stateful locator with the wrong view type (expected %s, but actual was %s)")
IllegalArgumentExceptionviewTypeMismatch(EJBReceiver receiver,
Class<?> expectedType,
Class<?> actualType)
noDestinationEstablished
@Message(id=79,
value="Unable to discover destination for request for EJB %s")
NoSuchEJBExceptionnoDestinationEstablished(EJBLocator<?> locator)
@Message(id=82,
value="Cannot outflow the remote transaction \"%s\" as its timeout elapsed")
SystemExceptionoutflowTransactionTimeoutElapsed(Transaction transaction)
@Message(id=510,
value="Failed to configure SSL context")
IOExceptionfailedToConfigureSslContext(@Cause
Throwable cause)
cannotAddSessionID
@Message(id=511,
value="Cannot automatically convert stateless EJB to stateful with this protocol version")
IllegalArgumentExceptioncannotAddSessionID()
ejbNotStateful
@Message(id=512,
value="Server error (remote EJB is not stateful): %s")
EJBExceptionejbNotStateful(String serverMessage)
exceptionDuringTransportProviderClose
@LogMessage(level=ERROR)
@Message(id=513,
value="Exception occurred when trying to close the transport provider")
voidexceptionDuringTransportProviderClose(@Cause
Exception e)
skippingHttpConnectionCreationDueToMissingUri
@LogMessage(level=INFO)
@Message(id=514,
value="No URI configured for HTTP connection named %s. Skipping connection creation")
voidskippingHttpConnectionCreationDueToMissingUri(String name)
skippingHttpConnectionCreationDueToInvalidUri
@LogMessage(level=INFO)
@Message(id=515,
value="HTTP connection was configured with invalid URI: %s .")
voidskippingHttpConnectionCreationDueToInvalidUri(String uri)
cannotResolveFilteredClass
@Message(id=516,
value="Exception resolving class %s for unmarshalling; it has either been blocklisted or not allowlisted")
InvalidClassExceptioncannotResolveFilteredClass(String clazz)
ioExceptionOnTransactionResponseWrite
@LogMessage(level=WARN)
@Message(id=517,
value="Exception occurred when writing EJB transaction response to invocation %s over channel %s")
voidioExceptionOnTransactionResponseWrite(int invId,
org.jboss.remoting3.Channel channel,
@Cause
IOException e)
ioExceptionOnTransactionRecoveryResponseWrite
@LogMessage(level=WARN)
@Message(id=518,
value="Exception occurred when writing EJB transaction recovery response for invocation %s over channel %s")
voidioExceptionOnTransactionRecoveryResponseWrite(int invId,
org.jboss.remoting3.Channel channel,
@Cause
IOException e)
ioExceptionOnEJBResponseWrite
@LogMessage(level=WARN)
@Message(id=519,
value="Exception occurred when writing EJB response to invocation %s over channel %s")
voidioExceptionOnEJBResponseWrite(int invId,
org.jboss.remoting3.Channel channel,
@Cause
IOException e)
ioExceptionOnEJBSessionOpenResponseWrite
@LogMessage(level=WARN)
@Message(id=520,
value="Exception occurred when writing EJB session open response to invocation %s over channel %s")
voidioExceptionOnEJBSessionOpenResponseWrite(int invId,
org.jboss.remoting3.Channel channel,
@Cause
IOException e)
ioExceptionOnProceedAsyncResponseWrite
@LogMessage(level=WARN)
@Message(id=521,
value="Exception occurred when writing proceed async response to invocation %s over channel %s")
voidioExceptionOnProceedAsyncResponseWrite(int invId,
org.jboss.remoting3.Channel channel,
@Cause
IOException e)
ioExceptionOnEJBClusterMessageWrite
@LogMessage(level=WARN)
@Message(id=522,
value="Exception occurred when writing EJB cluster message to channel %s")
voidioExceptionOnEJBClusterMessageWrite(org.jboss.remoting3.Channel channel,
@Cause
IOException e)
@Message("Session is not active for invocation of method %s on %s")
StringremoteMessageSessionNotActive(EJBMethodLocator methodLocator,
EJBIdentifier locator)
remoteMessageBadViewType
@Message("EJB view is not remote: %s")
StringremoteMessageBadViewType(EJBIdentifier ejbIdentifier)
returnedContextDataKeyOfWrongType
@Message("Context data under org.jboss.private.data was not of type Set<String>")
IllegalStateExceptionreturnedContextDataKeyOfWrongType()
@LogMessage(level=DEBUG)
@Message(id=524,
value="JavaEE to JakartaEE backward compatibility layer have been installed")
voidjavaeeToJakartaeeBackwardCompatibilityLayerInstalled()
channelTimeoutOrClosed
@Message("IO channel timed out or closed. Check server endpoint read or write timeout settings")
EJBExceptionchannelTimeoutOrClosed(@Cause
Exception cause)