[JBoss JIRA] (ISPN-10411) Domain controller console shows blank page
by Juan Antonio Farré Basurte (Jira)
Juan Antonio Farré Basurte created ISPN-10411:
-------------------------------------------------
Summary: Domain controller console shows blank page
Key: ISPN-10411
URL: https://issues.jboss.org/browse/ISPN-10411
Project: Infinispan
Issue Type: Feature Request
Components: Console
Affects Versions: 9.4.15.Final
Environment: CentOs 7.6.1810 (Core) X86_64
OpenJDK 1.8.0.212.b04
Reporter: Juan Antonio Farré Basurte
Attachments: infinispan.PNG, infinispan.PNG
I have a regular installation of Infinispan in domain mode, with a master node and a slave node in a separate machine.
When I connect through my browser to WildFly console at http://myHost:9990/console I am asked to log in.
After succesful login, I get redirected to:
http://localhost:9990/console/index.html#/containers
and nothing is rendered at all. The page is totally blank.
With the browser developer tools, I can see many POSTs succeeding, but later some of them fail with error 500 and the following failure description in the payload:
{code:json}
{
"outcome" : "failed",
"failure-description" : "WFLYCTL0030: No resource definition is registered for address [\n (\"host\" => \"infinispan-HS2-1\"),\n (\"server\" => \"infinispan-HS2-1\"),\n (\"subsystem\" => \"datagrid-infinispan\"),\n (\"cache-container\" => \"clustered\")\n]",
"rolled-back" : true
}
{code}
This is with Firefox 68.0, Chrome 75.0 and IE 11, so it does not seem to be browser related.
More information:
I don't see any error message in the logs.
Appart of this, the infinispan server is working correctly.
I also have a very similar installation of Keycloak 6.0.1 and WildFly console works perfectly.
Keycloak packages WildFly 16 and Infinispan, WildFly 14.
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
5 years, 6 months
[JBoss JIRA] (ISPN-10410) Convert all immutable protostream entities to use @ProtoFactory
by Nistor Adrian (Jira)
[ https://issues.jboss.org/browse/ISPN-10410?page=com.atlassian.jira.plugin... ]
Nistor Adrian updated ISPN-10410:
---------------------------------
Description:
Such fields should be final. If the field is annotated (no getter), its visibility should be package local and if they have an annotated getter, then the field must be private.
A suitable constructor or static method must exist, conforming to the contract of ProtoFactory annotation.
Some sample code here: https://github.com/infinispan/infinispan/pull/7153
was:
Such fields should be final. If the field is annotated (no getter), its visibility should be package local and if they have an annotated getter, then the field must be private.
A suitable constructor or static method must exist, conforming to the contract of ProtoFactory annotation.
> Convert all immutable protostream entities to use @ProtoFactory
> ---------------------------------------------------------------
>
> Key: ISPN-10410
> URL: https://issues.jboss.org/browse/ISPN-10410
> Project: Infinispan
> Issue Type: Enhancement
> Reporter: Nistor Adrian
> Assignee: Ryan Emerson
> Priority: Major
> Fix For: 10.0.0.Beta5
>
>
> Such fields should be final. If the field is annotated (no getter), its visibility should be package local and if they have an annotated getter, then the field must be private.
> A suitable constructor or static method must exist, conforming to the contract of ProtoFactory annotation.
> Some sample code here: https://github.com/infinispan/infinispan/pull/7153
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
5 years, 6 months
[JBoss JIRA] (ISPN-10410) Convert all immutable protostream entities to use @ProtoFactory
by Nistor Adrian (Jira)
Nistor Adrian created ISPN-10410:
------------------------------------
Summary: Convert all immutable protostream entities to use @ProtoFactory
Key: ISPN-10410
URL: https://issues.jboss.org/browse/ISPN-10410
Project: Infinispan
Issue Type: Enhancement
Reporter: Nistor Adrian
Assignee: Ryan Emerson
Such fields should be final. If the field is annotated (no getter), its visibility should be package local and if they have an annotated getter, then the field must be private.
A suitable constructor or static method must exist, conforming to the contract of ProtoFactory annotation.
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
5 years, 6 months