Latest 13.0.1 tag explodes when upgrading from 12.0.4 #8

Closed
opened 2021-05-27 12:26:50 +00:00 by decentral1se · 3 comments
Owner

cb257f7b90

Not sure what it was. The mariadb 10.5 -> .6 upgrade is also there. That caused a separate issue on the Nextcloud upgrade (see here). So perhaps it is an idea to check that this upgrade can run while staying on 10.5.

https://git.autonomic.zone/coop-cloud/keycloak/commit/cb257f7b904c821805e297c9a3c3d6c08694dbb5 Not sure what it was. The mariadb 10.5 -> .6 upgrade is also there. That caused a separate issue on the Nextcloud upgrade (see [here](https://git.autonomic.zone/coop-cloud/nextcloud/issues/7)). So perhaps it is an idea to check that this upgrade can run while staying on 10.5.
Author
Owner

Oh, here seems to be the error:

May 27 14:15:46 autonomic-swarm 9da6ca3c5e5e[5731]: WARNING: An illegal reflective access operation has occurred
May 27 14:15:46 autonomic-swarm 9da6ca3c5e5e[5731]: WARNING: Illegal reflective access by org.wildfly.extension.elytron.SSLDefinitions (jar:file:/opt/jboss/keycloak/modules/system/layers/base/org/wildfly/extension/elytron/main/wildfly-elytron-integration-15.0.1.Final.jar!/) to method com.sun.net.ssl.internal.ssl.Provider.isFIPS()
May 27 14:15:46 autonomic-swarm 9da6ca3c5e5e[5731]: WARNING: Please consider reporting this to the maintainers of org.wildfly.extension.elytron.SSLDefinitions
May 27 14:15:46 autonomic-swarm 9da6ca3c5e5e[5731]: WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
May 27 14:15:46 autonomic-swarm 9da6ca3c5e5e[5731]: WARNING: All illegal access operations will be denied in a future release

But it doesn't seem to be reported and a relevant issue seems to say it is just a warning: https://issues.redhat.com/browse/WFLY-14593?jql=project%20in%20(WFLY%2C%20KEYCLOAK)%20AND%20component%20%3D%20Naming%20AND%20text%20~%20%22reflective%22

Oh, here seems to be the error: > May 27 14:15:46 autonomic-swarm 9da6ca3c5e5e[5731]: WARNING: An illegal reflective access operation has occurred > May 27 14:15:46 autonomic-swarm 9da6ca3c5e5e[5731]: WARNING: Illegal reflective access by org.wildfly.extension.elytron.SSLDefinitions (jar:file:/opt/jboss/keycloak/modules/system/layers/base/org/wildfly/extension/elytron/main/wildfly-elytron-integration-15.0.1.Final.jar!/) to method com.sun.net.ssl.internal.ssl.Provider.isFIPS() > May 27 14:15:46 autonomic-swarm 9da6ca3c5e5e[5731]: WARNING: Please consider reporting this to the maintainers of org.wildfly.extension.elytron.SSLDefinitions > May 27 14:15:46 autonomic-swarm 9da6ca3c5e5e[5731]: WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations > May 27 14:15:46 autonomic-swarm 9da6ca3c5e5e[5731]: WARNING: All illegal access operations will be denied in a future release But it doesn't seem to be reported and a relevant issue seems to say it is just a warning: https://issues.redhat.com/browse/WFLY-14593?jql=project%20in%20(WFLY%2C%20KEYCLOAK)%20AND%20component%20%3D%20Naming%20AND%20text%20~%20%22reflective%22
Author
Owner

Some DB related logs:

May 27 14:15:49 autonomic-swarm f7ff0258619c[5731]: 12:15:49,344 WARN [org.jboss.jca.adapters.jdbc.local.LocalManagedConnectionFactory] (ConnectionValidator) IJ030027: Destroying connection that is not valid, due to the following exception: org.mariadb.jdbc.MariaDbConnection@7feeaf4d: java.sql.SQLNonTransientConnectionException: (conn=20) Connection was killed

May 27 14:16:03 autonomic-swarm 9da6ca3c5e5e[5731]: 12:16:03,152 ERROR [org.infinispan.CLUSTER] (thread-6,ejb,9da6ca3c5e5e) ISPN000474: Error processing request 4@f7ff0258619c: protostream.com.google.protobuf.InvalidProtocolBufferException: While parsing a protocol message, the input ended unexpectedly in the middle of a field. This could mean either that the input has been truncated or that an embedded message misreported its own length.

May 27 14:16:03 autonomic-swarm f7ff0258619c[5731]: 12:16:03,173 ERROR [org.infinispan.statetransfer.OutboundTransferTask] (thread-20,ejb,f7ff0258619c) Failed to send entries to node 9da6ca3c5e5e: ISPN000217: Received exception from 9da6ca3c5e5e, see cause for remote stack trace: org.infinispan.remoting.RemoteException: ISPN000217: Received exception from 9da6ca3c5e5e, see cause for remote stack trace

May 27 14:17:41 autonomic-swarm f7ff0258619c[5731]: 12:17:41,410 ERROR [org.infinispan.interceptors.impl.InvocationContextInterceptor] (thread-22,ejb,f7ff0258619c) ISPN000136: Error executing command GetKeyValueCommand on Cache 'authenticationSessions', writing keys []: org.infinispan.remoting.RemoteException: ISPN000217: Received exception from 9da6ca3c5e5e, see cause for remote stack trace

Some DB related logs: > May 27 14:15:49 autonomic-swarm f7ff0258619c[5731]: 12:15:49,344 WARN [org.jboss.jca.adapters.jdbc.local.LocalManagedConnectionFactory] (ConnectionValidator) IJ030027: Destroying connection that is not valid, due to the following exception: org.mariadb.jdbc.MariaDbConnection@7feeaf4d: java.sql.SQLNonTransientConnectionException: (conn=20) Connection was killed > May 27 14:16:03 autonomic-swarm 9da6ca3c5e5e[5731]: 12:16:03,152 ERROR [org.infinispan.CLUSTER] (thread-6,ejb,9da6ca3c5e5e) ISPN000474: Error processing request 4@f7ff0258619c: protostream.com.google.protobuf.InvalidProtocolBufferException: While parsing a protocol message, the input ended unexpectedly in the middle of a field. This could mean either that the input has been truncated or that an embedded message misreported its own length. > May 27 14:16:03 autonomic-swarm f7ff0258619c[5731]: 12:16:03,173 ERROR [org.infinispan.statetransfer.OutboundTransferTask] (thread-20,ejb,f7ff0258619c) Failed to send entries to node 9da6ca3c5e5e: ISPN000217: Received exception from 9da6ca3c5e5e, see cause for remote stack trace: org.infinispan.remoting.RemoteException: ISPN000217: Received exception from 9da6ca3c5e5e, see cause for remote stack trace > May 27 14:17:41 autonomic-swarm f7ff0258619c[5731]: 12:17:41,410 ERROR [org.infinispan.interceptors.impl.InvocationContextInterceptor] (thread-22,ejb,f7ff0258619c) ISPN000136: Error executing command GetKeyValueCommand on Cache 'authenticationSessions', writing keys []: org.infinispan.remoting.RemoteException: ISPN000217: Received exception from 9da6ca3c5e5e, see cause for remote stack trace
Author
Owner

Just KC being KC.

Just KC being KC.
Sign in to join this conversation.
No Label
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: coop-cloud/keycloak#8
No description provided.