[infinispan-issues] [JBoss JIRA] (ISPN-7275) Standalone page refresh causes the whole app to die
Ryan Emerson (JIRA)
issues at jboss.org
Fri Dec 2 08:32:00 EST 2016
Ryan Emerson created ISPN-7275:
----------------------------------
Summary: Standalone page refresh causes the whole app to die
Key: ISPN-7275
URL: https://issues.jboss.org/browse/ISPN-7275
Project: Infinispan
Issue Type: Bug
Components: Console
Affects Versions: 9.0.0.Alpha4
Environment: Standalone Mode
Reporter: Ryan Emerson
Assignee: Ryan Emerson
Priority: Critical
When using the console in standalone mode, if the user hits refresh on any screen, then the app is unable to reload as the below DMR error is encountered:
{code:javascript}
Objectfailure-description: "WFLYCTL0030: No resource definition is registered for address [("subsystem" => "datagrid-jgroups")]"outcome: "failed"rolled-back: true__proto__: Object__defineGetter__: __defineGetter__()__defineSetter__: __defineSetter__()__lookupGetter__: __lookupGetter__()__lookupSetter__: __lookupSetter__()constructor: Object()hasOwnProperty: hasOwnProperty()isPrototypeOf: isPrototypeOf()propertyIsEnumerable: propertyIsEnumerable()toLocaleString: toLocaleString()toString: toString()valueOf: valueOf()get __proto__: __proto__()set __proto__: __proto__()
DmrService.ts:152 WFLYCTL0030: No resource definition is registered for address [("subsystem" => "datagrid-jgroups")]
{code}
This means that the user must go to <url>/logout in order for the apps state to reset.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
More information about the infinispan-issues
mailing list