Skip to content

Commit

Permalink
Merge pull request #12130 from gaol/WFLY-11398_improve_error_message
Browse files Browse the repository at this point in the history
[WFLY-11398] Improve the error message to suggest a solution
  • Loading branch information
kabir committed Mar 11, 2019
2 parents a48aaa8 + fe52966 commit 5b33a57
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3181,7 +3181,7 @@ public interface EjbLogger extends BasicLogger {
void exceptionPersistTimerState(Timer timer, Exception e);

@LogMessage(level = WARN)
@Message(id = 509, value = "Clustered EJBs in Node: %s are bound to INADDR_ANY(%s). Client cannot reach back the cluster when they are not in the same local network.")
@Message(id = 509, value = "Clustered EJBs in Node: %s are bound to INADDR_ANY(%s). Either use a non-wildcard server bind address or add client-mapping entries to the relevant socket-binding for the Remoting connector")
void clusteredEJBsBoundToINADDRANY(String nodeName, String ip);

}

0 comments on commit 5b33a57

Please sign in to comment.