I am trying to install WSO2 IoT server (version 3.3.0) on an instance of AWS (Ubuntu 18.04.1 LTS) using docker (https://github.com/wso2-attic/docker-iot) , Then I have run change-ip.sh script in order to change ip addresses for redirections. I have changed localhost to my own static ip address.
After changing complete I have tried to login to device management console. However it throws me this error but in publisher i can Access
ERROR {auth-module} - org.wso2.carbon.apimgt.integration.client.exception.APIMClientOAuthException: failed to retrieve oauth token using jwt
i activeted debug logs. in IOT_HOME/conf/log4j.properties file
Uncomment the following log4j.logger.org.apache.synapse.transport.http.wire=DEBUG
log4j.logger.feign=DEBUG
Comment the following
log4j.category.org.apache.synapse=WARN
the results in attached file
https://github.com/wso2/product-iots/files/2977974/wso2carbon.log
my hosts file
127.0.0.1 localhost
# The following lines are desirable for IPv6 capable hosts
::1 ip6-localhost ip6-loopback
fe00::0 ip6-localnet
ff00::0 ip6-mcastprefix
ff02::1 ip6-allnodes
ff02::2 ip6-allrouters
ff02::3 ip6-allhosts
the hosts of dokcer container
127.0.0.1 localhost
::1 localhost ip6-localhost ip6-loopback
fe00::0 ip6-localnet
ff00::0 ip6-mcastprefix
ff02::1 ip6-allnodes
ff02::2 ip6-allrouters
172.18.0.4 wso2iot-server
it is connected to this issuses
WSO2 IoTS APIMClientOAuthException: failed to retrieve oauth token using jwt
https://github.com/wso2/product-iots/issues/1396
any suggestion please?