Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Spontaneous logged out from management console #278

Open
msche opened this issue Dec 4, 2020 · 0 comments
Open

Spontaneous logged out from management console #278

msche opened this issue Dec 4, 2020 · 0 comments

Comments

@msche
Copy link

msche commented Dec 4, 2020

Description:
When clicking through the WSO2 management console I spontaneously get logged out sometimes. I have deployed 2 instances of Identity Server. Within the logs there are no indications something has been gone wrong.

Cluster seems to be using hazelcast correctly, in the log I see statements like:

[2020-12-04 13:10:39,982] []  INFO {org.wso2.carbon.core.clustering.hazelcast.HazelcastClusteringAgent} - Cluster domain: wso2.carbon.domain
[2020-12-04 13:10:39,983] []  INFO {org.wso2.carbon.core.clustering.hazelcast.HazelcastClusteringAgent} - Loading hazelcast configuration from axis2 clustering configuration
[2020-12-04 13:10:40,078] []  INFO {org.wso2.carbon.core.clustering.hazelcast.HazelcastClusteringAgent} - Using kubernetes based membership management scheme
[2020-12-04 13:10:40,111] []  INFO {org.wso2.carbon.membership.scheme.kubernetes.KubernetesMembershipScheme} - Initializing kubernetes membership scheme...
[2020-12-04 13:10:40,115] []  INFO {org.wso2.carbon.membership.scheme.kubernetes.resolver.ApiBasedPodIpResolver} - Parameter KUBERNETES_API_SERVER not found, checking KUBERNETES_SERVICE_HOST & KUBERNETES_SERVICE_PORT_HTTPS
[2020-12-04 13:10:40,116] []  INFO {org.wso2.carbon.membership.scheme.kubernetes.resolver.ApiBasedPodIpResolver} - Kubernetes clustering configuration: [api-server] https://10.96.0.1:443 [namespace] ids [services] ids-identityserver-service [skip-master-ssl-verification] true
[2020-12-04 13:10:40,519] []  INFO {org.wso2.carbon.membership.scheme.kubernetes.resolver.ApiBasedPodIpResolver} - Reading IP addresses from endpoints
[2020-12-04 13:10:40,520] []  INFO {org.wso2.carbon.membership.scheme.kubernetes.KubernetesMembershipScheme} - Member added to cluster configuration: [container-ip] 10.1.6.93
[2020-12-04 13:10:40,520] []  INFO {org.wso2.carbon.membership.scheme.kubernetes.KubernetesMembershipScheme} - Member added to cluster configuration: [container-ip] 10.1.6.89
[2020-12-04 13:10:40,521] []  INFO {org.wso2.carbon.membership.scheme.kubernetes.KubernetesMembershipScheme} - Kubernetes membership scheme initialized successfully
[2020-12-04 13:10:40,530] []  INFO {org.wso2.carbon.core.clustering.hazelcast.HazelcastClusteringAgent} - Hazelcast cluster is initializing...
[2020-12-04 13:10:40,538] []  WARN {com.hazelcast.instance.HazelcastInstanceFactory} - Hazelcast is starting in a Java modular environment (Java 9 and newer) but without proper access to required Java packages. Use additional Java arguments to provide Hazelcast access to Java internal API. The internal API access is used to get the best performance results. Arguments to be used:
 --add-modules java.se --add-exports java.base/jdk.internal.ref=ALL-UNNAMED --add-opens java.base/java.lang=ALL-UNNAMED --add-opens java.base/java.nio=ALL-UNNAMED --add-opens java.base/sun.nio.ch=ALL-UNNAMED --add-opens java.management/sun.management=ALL-UNNAMED --add-opens jdk.management/com.sun.management.internal=ALL-UNNAMED
[2020-12-04 13:10:40,631] []  INFO {com.hazelcast.instance.AddressPicker} - [LOCAL] [wso2.carbon.domain] [3.12.2] Interfaces is disabled, trying to pick one address from TCP-IP config addresses: [10.1.6.93, 10.1.6.89]
[2020-12-04 13:10:40,632] []  INFO {com.hazelcast.instance.AddressPicker} - [LOCAL] [wso2.carbon.domain] [3.12.2] Prefer IPv4 stack is true, prefer IPv6 addresses is false
[2020-12-04 13:10:40,638] []  INFO {com.hazelcast.instance.AddressPicker} - [LOCAL] [wso2.carbon.domain] [3.12.2] Picked [10.1.6.93]:4000, using socket ServerSocket[addr=/0.0.0.0,localport=4000], bind any local is true
[2020-12-04 13:10:40,639] []  INFO {com.hazelcast.instance.AddressPicker} - [LOCAL] [wso2.carbon.domain] [3.12.2] Using public address: [10.1.6.93]:4000
[2020-12-04 13:10:40,672] []  INFO {com.hazelcast.system} - [10.1.6.93]:4000 [wso2.carbon.domain] [3.12.2] Hazelcast 3.12.2 (20190802 - e34b163) starting at [10.1.6.93]:4000
[2020-12-04 13:10:40,673] []  INFO {com.hazelcast.system} - [10.1.6.93]:4000 [wso2.carbon.domain] [3.12.2] Copyright (c) 2008-2019, Hazelcast, Inc. All Rights Reserved.
[2020-12-04 13:10:41,176] []  INFO {com.hazelcast.spi.impl.operationservice.impl.BackpressureRegulator} - [10.1.6.93]:4000 [wso2.carbon.domain] [3.12.2] Backpressure is disabled
[2020-12-04 13:10:42,130] []  INFO {com.hazelcast.instance.Node} - [10.1.6.93]:4000 [wso2.carbon.domain] [3.12.2] Creating TcpIpJoiner
[2020-12-04 13:10:42,366] []  WARN {com.hazelcast.spi.impl.servicemanager.impl.ServiceManagerImpl} - [10.1.6.93]:4000 [wso2.carbon.domain] [3.12.2] An outdated version of JCache API was located in the 

Affected Product Version:

WSO2 Identity Server version 5.10.0

OS, DB, other environment details and versions:

Kubernetes

Steps to reproduce:

There is no clear steps that need to be taken to replicate.

Related Issues:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant