[
https://issues.apache.org/jira/browse/ARTEMIS-1851?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16471087#comment-16471087
]
ASF GitHub Bot commented on ARTEMIS-1851:
-----------------------------------------
Github user jdanekrh commented on a diff in the pull request:
https://github.com/apache/activemq-artemis/pull/2080#discussion_r187455572
--- Diff:
artemis-server/src/main/java/org/apache/activemq/artemis/core/server/impl/ActiveMQServerImpl.java
---
@@ -946,7 +946,7 @@ public boolean isReplicaSync() {
} else if (activation instanceof SharedNothingBackupActivation) {
return ((SharedNothingBackupActivation)
activation).isRemoteBackupUpToDate();
} else {
- throw ActiveMQMessageBundle.BUNDLE.methodNotApplicable();
--- End diff --
Makes sense, although ARTEMIS-1018 Duplicate error ids on different error
mesages. Thanks for not making it worse, I guess.
> IllegalStateException in web console
> ------------------------------------
>
> Key: ARTEMIS-1851
> URL: https://issues.apache.org/jira/browse/ARTEMIS-1851
> Project: ActiveMQ Artemis
> Issue Type: Bug
> Reporter: Lionel Cons
> Assignee: Justin Bertram
> Priority: Major
>
> Using the default configuration, when browsing the toplevel broker object
> from the web console, theĀ {{ReplicaSync}} attribute contains:
> {code}
> ERROR: java.lang.IllegalStateException : AMQ119118: Management method not
> applicable for current server configuration
> {code}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)