Mixeway / MixewayHub

Mixeway is security orchestrator for vulnerability scanners which enable easy plug in integration with CICD pipelines. MixewayHub project contain one click docker-compose file which configure and run images from docker hub.
https://mixeway.io
GNU General Public License v3.0
107 stars 17 forks source link

api url #17

Closed pretech86 closed 3 years ago

pretech86 commented 4 years ago

thanks for the tool but what you mean by api url because i try to add scanner but still inactive

siewer commented 4 years ago

Mixeway is just an orchestration tool, You need to have somewhere installed scanner (of specific type) for example when You run OpenVAS in docker API url is: https://localist:

pretech86 commented 4 years ago

i run openvas on https://127.0.0.1:9392 and i put it in admin setting in Mixeway but still in acvtive i didnt run openvas on docker , i must do this ?

siewer commented 4 years ago

You must be sure to enable openvas manager listening on 9392 port, enter proper auth data and select “openVAS Socket” scanner if still test will fail please provide MixewayBackend docker logs

siewer commented 4 years ago

I will update docs on Mixeway.github.io to make it as easy as it is possible

pretech86 commented 4 years ago

still the same

root@kali:~/tools/vulnrbilities_scanners/MixewayHub# docker-compose up Starting MixerDB ... done Starting MixerBackend ... done Starting MixerFrontend ... done Attaching to MixerDB, MixerBackend, MixerFrontend MixerDB | MixerDB | PostgreSQL Database directory appears to contain a database; Skipping initialization MixerDB | MixerDB | 2020-05-21 14:08:35.944 UTC [1] LOG: starting PostgreSQL 12.3 (Debian 12.3-1.pgdg100+1) on x8664-pc-linux-gnu, compiled by gcc (Debian 8.3.0-6) 8.3.0, 64-bit MixerDB | 2020-05-21 14:08:35.959 UTC [1] LOG: listening on IPv4 address "0.0.0.0", port 5432 MixerDB | 2020-05-21 14:08:35.959 UTC [1] LOG: listening on IPv6 address "::", port 5432 MixerDB | 2020-05-21 14:08:36.021 UTC [1] LOG: listening on Unix socket "/var/run/postgresql/.s.PGSQL.5432" MixerDB | 2020-05-21 14:08:36.158 UTC [25] LOG: database system was shut down at 2020-05-21 14:02:33 UTC MixerDB | 2020-05-21 14:08:36.392 UTC [1] LOG: database system is ready to accept connections MixerBackend | 2020-05-21 14:08:47.747 INFO 1 --- [ main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.cloud.autoconfigure.ConfigurationPropertiesRebinderAutoConfiguration' of type [org.springframework.cloud.autoconfigure.ConfigurationPropertiesRebinderAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) MixerBackend | 2020-05-21 14:08:51.301 INFO 1 --- [ main] o.s.s.c.ThreadPoolTaskScheduler : Initializing ExecutorService MixerBackend | MixerBackend | . ____ MixerBackend | /\ / __' () _ \ \ \ \ MixerBackend | ( ( )__ | ' | '| | ' \/ _` | \ \ \ \ MixerBackend | \/ _)| |)| | | | | || (| | ) ) ) ) MixerBackend | ' |__| ._|| ||| |_, | / / / / MixerBackend | =========|_|==============|__/=//// MixerBackend | :: Spring Boot :: (v2.2.1.RELEASE) MixerBackend | MixerBackend | 2020-05-21 14:08:58.181 WARN 1 --- [ main] o.s.v.a.LifecycleAwareSessionManager : Cannot enhance VaultToken to a LoginToken: Token self-lookup failed; nested exception is org.springframework.web.client.ResourceAccessException: I/O error on GET request for "http://default:8200/v1/auth/token/lookup-self": default: Name does not resolve; nested exception is java.net.UnknownHostException: default: Name does not resolve MixerBackend | 2020-05-21 14:08:58.205 WARN 1 --- [ main] LeaseEventPublisher$LoggingErrorListener : [RequestedSecret [path='secret/default/prod', mode=ROTATE]] Lease [leaseId='null', leaseDuration=PT0S, renewable=false] I/O error on GET request for "http://default:8200/v1/secret/default/prod": default; nested exception is java.net.UnknownHostException: default MixerBackend | MixerBackend | org.springframework.web.client.ResourceAccessException: I/O error on GET request for "http://default:8200/v1/secret/default/prod": default; nested exception is java.net.UnknownHostException: default MixerBackend | at org.springframework.web.client.RestTemplate.doExecute(RestTemplate.java:751) ~[spring-web-5.2.1.RELEASE.jar!/:5.2.1.RELEASE] MixerBackend | at org.springframework.web.client.RestTemplate.execute(RestTemplate.java:677) ~[spring-web-5.2.1.RELEASE.jar!/:5.2.1.RELEASE] MixerBackend | at org.springframework.web.client.RestTemplate.getForObject(RestTemplate.java:318) ~[spring-web-5.2.1.RELEASE.jar!/:5.2.1.RELEASE] MixerBackend | at org.springframework.vault.core.VaultTemplate.lambda$doRead$5(VaultTemplate.java:401) ~[spring-vault-core-2.2.0.RELEASE.jar!/:2.2.0.RELEASE] MixerBackend | at org.springframework.vault.core.VaultTemplate.doWithSession(VaultTemplate.java:388) ~[spring-vault-core-2.2.0.RELEASE.jar!/:2.2.0.RELEASE] MixerBackend | at org.springframework.vault.core.VaultTemplate.doRead(VaultTemplate.java:398) ~[spring-vault-core-2.2.0.RELEASE.jar!/:2.2.0.RELEASE] MixerBackend | at org.springframework.vault.core.VaultTemplate.read(VaultTemplate.java:290) ~[spring-vault-core-2.2.0.RELEASE.jar!/:2.2.0.RELEASE] MixerBackend | at org.springframework.vault.core.lease.SecretLeaseContainer.doGetSecrets(SecretLeaseContainer.java:662) [spring-vault-core-2.2.0.RELEASE.jar!/:2.2.0.RELEASE] MixerBackend | at org.springframework.vault.core.lease.SecretLeaseContainer.start(SecretLeaseContainer.java:396) [spring-vault-core-2.2.0.RELEASE.jar!/:2.2.0.RELEASE] MixerBackend | at org.springframework.vault.core.lease.SecretLeaseContainer.addRequestedSecret(SecretLeaseContainer.java:355) [spring-vault-core-2.2.0.RELEASE.jar!/:2.2.0.RELEASE] MixerBackend | at org.springframework.vault.core.env.LeaseAwareVaultPropertySource.loadProperties(LeaseAwareVaultPropertySource.java:184) [spring-vault-core-2.2.0.RELEASE.jar!/:2.2.0.RELEASE] MixerBackend | at org.springframework.vault.core.env.LeaseAwareVaultPropertySource.(LeaseAwareVaultPropertySource.java:169) [spring-vault-core-2.2.0.RELEASE.jar!/:2.2.0.RELEASE] MixerBackend | at org.springframework.vault.core.env.LeaseAwareVaultPropertySource.(LeaseAwareVaultPropertySource.java:122) [spring-vault-core-2.2.0.RELEASE.jar!/:2.2.0.RELEASE] MixerBackend | at org.springframework.cloud.vault.config.LeasingVaultPropertySourceLocator.createVaultPropertySource(LeasingVaultPropertySourceLocator.java:151) [spring-cloud-vault-config-2.2.0.RELEASE.jar!/:2.2.0.RELEASE] MixerBackend | at org.springframework.cloud.vault.config.LeasingVaultPropertySourceLocator.createVaultPropertySource(LeasingVaultPropertySourceLocator.java:89) [spring-cloud-vault-config-2.2.0.RELEASE.jar!/:2.2.0.RELEASE] MixerBackend | at org.springframework.cloud.vault.config.VaultPropertySourceLocatorSupport.doCreatePropertySources(VaultPropertySourceLocatorSupport.java:162) [spring-cloud-vault-config-2.2.0.RELEASE.jar!/:2.2.0.RELEASE] MixerBackend | at org.springframework.cloud.vault.config.VaultPropertySourceLocatorSupport.createCompositePropertySource(VaultPropertySourceLocatorSupport.java:138) [spring-cloud-vault-config-2.2.0.RELEASE.jar!/:2.2.0.RELEASE] MixerBackend | at org.springframework.cloud.vault.config.VaultPropertySourceLocatorSupport.locate(VaultPropertySourceLocatorSupport.java:111) [spring-cloud-vault-config-2.2.0.RELEASE.jar!/:2.2.0.RELEASE] MixerBackend | at org.springframework.cloud.bootstrap.config.PropertySourceBootstrapConfiguration.initialize(PropertySourceBootstrapConfiguration.java:98) [spring-cloud-context-2.2.0.RELEASE.jar!/:2.2.0.RELEASE] MixerBackend | at org.springframework.boot.SpringApplication.applyInitializers(SpringApplication.java:626) [spring-boot-2.2.1.RELEASE.jar!/:2.2.1.RELEASE] MixerBackend | at org.springframework.boot.SpringApplication.prepareContext(SpringApplication.java:370) [spring-boot-2.2.1.RELEASE.jar!/:2.2.1.RELEASE] MixerBackend | at org.springframework.boot.SpringApplication.run(SpringApplication.java:314) [spring-boot-2.2.1.RELEASE.jar!/:2.2.1.RELEASE] MixerBackend | at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226) [spring-boot-2.2.1.RELEASE.jar!/:2.2.1.RELEASE] MixerBackend | at org.springframework.boot.SpringApplication.run(SpringApplication.java:1215) [spring-boot-2.2.1.RELEASE.jar!/:2.2.1.RELEASE] MixerBackend | at io.mixeway.MixeWayApp.main(MixeWayApp.java:23) [classes!/:0.9] MixerBackend | at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:1.8.0_212] MixerBackend | at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[na:1.8.0_212] MixerBackend | at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_212] MixerBackend | at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_212] MixerBackend | at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:48) [app.jar:0.9] MixerBackend | at org.springframework.boot.loader.Launcher.launch(Launcher.java:87) [app.jar:0.9] MixerBackend | at org.springframework.boot.loader.Launcher.launch(Launcher.java:51) [app.jar:0.9] MixerBackend | at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:52) [app.jar:0.9] MixerBackend | Caused by: java.net.UnknownHostException: default MixerBackend | at java.net.InetAddress.getAllByName0(InetAddress.java:1281) ~[na:1.8.0_212] MixerBackend | at java.net.InetAddress.getAllByName(InetAddress.java:1193) ~[na:1.8.0_212] MixerBackend | at java.net.InetAddress.getAllByName(InetAddress.java:1127) ~[na:1.8.0_212] MixerBackend | at org.apache.http.impl.conn.SystemDefaultDnsResolver.resolve(SystemDefaultDnsResolver.java:45) ~[httpclient-4.5.10.jar!/:4.5.10] MixerBackend | at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:112) ~[httpclient-4.5.10.jar!/:4.5.10] MixerBackend | at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:374) ~[httpclient-4.5.10.jar!/:4.5.10] MixerBackend | at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393) ~[httpclient-4.5.10.jar!/:4.5.10] MixerBackend | at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) ~[httpclient-4.5.10.jar!/:4.5.10] MixerBackend | at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) ~[httpclient-4.5.10.jar!/:4.5.10] MixerBackend | at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) ~[httpclient-4.5.10.jar!/:4.5.10] MixerBackend | at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) ~[httpclient-4.5.10.jar!/:4.5.10] MixerBackend | at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) ~[httpclient-4.5.10.jar!/:4.5.10] MixerBackend | at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83) ~[httpclient-4.5.10.jar!/:4.5.10] MixerBackend | at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:56) ~[httpclient-4.5.10.jar!/:4.5.10] MixerBackend | at org.springframework.http.client.HttpComponentsClientHttpRequest.executeInternal(HttpComponentsClientHttpRequest.java:87) ~[spring-web-5.2.1.RELEASE.jar!/:5.2.1.RELEASE] MixerBackend | at org.springframework.http.client.AbstractBufferingClientHttpRequest.executeInternal(AbstractBufferingClientHttpRequest.java:48) ~[spring-web-5.2.1.RELEASE.jar!/:5.2.1.RELEASE] MixerBackend | at org.springframework.http.client.AbstractClientHttpRequest.execute(AbstractClientHttpRequest.java:53) ~[spring-web-5.2.1.RELEASE.jar!/:5.2.1.RELEASE] MixerBackend | at org.springframework.http.client.InterceptingClientHttpRequest$InterceptingRequestExecution.execute(InterceptingClientHttpRequest.java:109) ~[spring-web-5.2.1.RELEASE.jar!/:5.2.1.RELEASE] MixerBackend | at org.springframework.vault.core.VaultTemplate.lambda$getSessionInterceptor$1(VaultTemplate.java:200) ~[spring-vault-core-2.2.0.RELEASE.jar!/:2.2.0.RELEASE] MixerBackend | at org.springframework.http.client.InterceptingClientHttpRequest$InterceptingRequestExecution.execute(InterceptingClientHttpRequest.java:93) ~[spring-web-5.2.1.RELEASE.jar!/:5.2.1.RELEASE] MixerBackend | at org.springframework.vault.client.VaultClients.lambda$createRestTemplate$0(VaultClients.java:128) ~[spring-vault-core-2.2.0.RELEASE.jar!/:2.2.0.RELEASE] MixerBackend | at org.springframework.http.client.InterceptingClientHttpRequest$InterceptingRequestExecution.execute(InterceptingClientHttpRequest.java:93) ~[spring-web-5.2.1.RELEASE.jar!/:5.2.1.RELEASE] MixerBackend | at org.springframework.http.client.InterceptingClientHttpRequest.executeInternal(InterceptingClientHttpRequest.java:77) ~[spring-web-5.2.1.RELEASE.jar!/:5.2.1.RELEASE] MixerBackend | at org.springframework.http.client.AbstractBufferingClientHttpRequest.executeInternal(AbstractBufferingClientHttpRequest.java:48) ~[spring-web-5.2.1.RELEASE.jar!/:5.2.1.RELEASE] MixerBackend | at org.springframework.http.client.AbstractClientHttpRequest.execute(AbstractClientHttpRequest.java:53) ~[spring-web-5.2.1.RELEASE.jar!/:5.2.1.RELEASE] MixerBackend | at org.springframework.web.client.RestTemplate.doExecute(RestTemplate.java:742) ~[spring-web-5.2.1.RELEASE.jar!/:5.2.1.RELEASE] MixerBackend | ... 32 common frames omitted MixerBackend | MixerBackend | 2020-05-21 14:08:58.205 INFO 1 --- [ main] o.s.v.c.e.LeaseAwareVaultPropertySource : Vault location [secret/default/prod] not resolvable: I/O error on GET request for "http://default:8200/v1/secret/default/prod": default; nested exception is java.net.UnknownHostException: default MixerBackend | 2020-05-21 14:08:58.211 WARN 1 --- [ main] LeaseEventPublisher$LoggingErrorListener : [RequestedSecret [path='secret/default', mode=ROTATE]] Lease [leaseId='null', leaseDuration=PT0S, renewable=false] I/O error on GET request for "http://default:8200/v1/secret/default": default; nested exception is java.net.UnknownHostException: default MixerBackend | MixerBackend | org.springframework.web.client.ResourceAccessException: I/O error on GET request for "http://default:8200/v1/secret/default": default; nested exception is java.net.UnknownHostException: default MixerBackend | at org.springframework.web.client.RestTemplate.doExecute(RestTemplate.java:751) ~[spring-web-5.2.1.RELEASE.jar!/:5.2.1.RELEASE] MixerBackend | at org.springframework.web.client.RestTemplate.execute(RestTemplate.java:677) ~[spring-web-5.2.1.RELEASE.jar!/:5.2.1.RELEASE] MixerBackend | at org.springframework.web.client.RestTemplate.getForObject(RestTemplate.java:318) ~[spring-web-5.2.1.RELEASE.jar!/:5.2.1.RELEASE] MixerBackend | at org.springframework.vault.core.VaultTemplate.lambda$doRead$5(VaultTemplate.java:401) ~[spring-vault-core-2.2.0.RELEASE.jar!/:2.2.0.RELEASE] MixerBackend | at org.springframework.vault.core.VaultTemplate.doWithSession(VaultTemplate.java:388) ~[spring-vault-core-2.2.0.RELEASE.jar!/:2.2.0.RELEASE] MixerBackend | at org.springframework.vault.core.VaultTemplate.doRead(VaultTemplate.java:398) ~[spring-vault-core-2.2.0.RELEASE.jar!/:2.2.0.RELEASE] MixerBackend | at org.springframework.vault.core.VaultTemplate.read(VaultTemplate.java:290) ~[spring-vault-core-2.2.0.RELEASE.jar!/:2.2.0.RELEASE] MixerBackend | at org.springframework.vault.core.lease.SecretLeaseContainer.doGetSecrets(SecretLeaseContainer.java:662) [spring-vault-core-2.2.0.RELEASE.jar!/:2.2.0.RELEASE] MixerBackend | at org.springframework.vault.core.lease.SecretLeaseContainer.start(SecretLeaseContainer.java:396) [spring-vault-core-2.2.0.RELEASE.jar!/:2.2.0.RELEASE] MixerBackend | at org.springframework.vault.core.lease.SecretLeaseContainer.addRequestedSecret(SecretLeaseContainer.java:355) [spring-vault-core-2.2.0.RELEASE.jar!/:2.2.0.RELEASE] MixerBackend | at org.springframework.vault.core.env.LeaseAwareVaultPropertySource.loadProperties(LeaseAwareVaultPropertySource.java:184) [spring-vault-core-2.2.0.RELEASE.jar!/:2.2.0.RELEASE] MixerBackend | at org.springframework.vault.core.env.LeaseAwareVaultPropertySource.(LeaseAwareVaultPropertySource.java:169) [spring-vault-core-2.2.0.RELEASE.jar!/:2.2.0.RELEASE] MixerBackend | at org.springframework.vault.core.env.LeaseAwareVaultPropertySource.(LeaseAwareVaultPropertySource.java:122) [spring-vault-core-2.2.0.RELEASE.jar!/:2.2.0.RELEASE] MixerBackend | at org.springframework.cloud.vault.config.LeasingVaultPropertySourceLocator.createVaultPropertySource(LeasingVaultPropertySourceLocator.java:151) [spring-cloud-vault-config-2.2.0.RELEASE.jar!/:2.2.0.RELEASE] MixerBackend | at org.springframework.cloud.vault.config.LeasingVaultPropertySourceLocator.createVaultPropertySource(LeasingVaultPropertySourceLocator.java:89) [spring-cloud-vault-config-2.2.0.RELEASE.jar!/:2.2.0.RELEASE] MixerBackend | at org.springframework.cloud.vault.config.VaultPropertySourceLocatorSupport.doCreatePropertySources(VaultPropertySourceLocatorSupport.java:162) [spring-cloud-vault-config-2.2.0.RELEASE.jar!/:2.2.0.RELEASE] MixerBackend | at org.springframework.cloud.vault.config.VaultPropertySourceLocatorSupport.createCompositePropertySource(VaultPropertySourceLocatorSupport.java:138) [spring-cloud-vault-config-2.2.0.RELEASE.jar!/:2.2.0.RELEASE] MixerBackend | at org.springframework.cloud.vault.config.VaultPropertySourceLocatorSupport.locate(VaultPropertySourceLocatorSupport.java:111) [spring-cloud-vault-config-2.2.0.RELEASE.jar!/:2.2.0.RELEASE] MixerBackend | at org.springframework.cloud.bootstrap.config.PropertySourceBootstrapConfiguration.initialize(PropertySourceBootstrapConfiguration.java:98) [spring-cloud-context-2.2.0.RELEASE.jar!/:2.2.0.RELEASE] MixerBackend | at org.springframework.boot.SpringApplication.applyInitializers(SpringApplication.java:626) [spring-boot-2.2.1.RELEASE.jar!/:2.2.1.RELEASE] MixerBackend | at org.springframework.boot.SpringApplication.prepareContext(SpringApplication.java:370) [spring-boot-2.2.1.RELEASE.jar!/:2.2.1.RELEASE] MixerBackend | at org.springframework.boot.SpringApplication.run(SpringApplication.java:314) [spring-boot-2.2.1.RELEASE.jar!/:2.2.1.RELEASE] MixerBackend | at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226) [spring-boot-2.2.1.RELEASE.jar!/:2.2.1.RELEASE] MixerBackend | at org.springframework.boot.SpringApplication.run(SpringApplication.java:1215) [spring-boot-2.2.1.RELEASE.jar!/:2.2.1.RELEASE] MixerBackend | at io.mixeway.MixeWayApp.main(MixeWayApp.java:23) [classes!/:0.9] MixerBackend | at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:1.8.0_212] MixerBackend | at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[na:1.8.0_212] MixerBackend | at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_212] MixerBackend | at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_212] MixerBackend | at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:48) [app.jar:0.9] MixerBackend | at org.springframework.boot.loader.Launcher.launch(Launcher.java:87) [app.jar:0.9] MixerBackend | at org.springframework.boot.loader.Launcher.launch(Launcher.java:51) [app.jar:0.9] MixerBackend | at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:52) [app.jar:0.9] MixerBackend | Caused by: java.net.UnknownHostException: default MixerBackend | at java.net.InetAddress.getAllByName0(InetAddress.java:1281) ~[na:1.8.0_212] MixerBackend | at java.net.InetAddress.getAllByName(InetAddress.java:1193) ~[na:1.8.0_212] MixerBackend | at java.net.InetAddress.getAllByName(InetAddress.java:1127) ~[na:1.8.0_212] MixerBackend | at org.apache.http.impl.conn.SystemDefaultDnsResolver.resolve(SystemDefaultDnsResolver.java:45) ~[httpclient-4.5.10.jar!/:4.5.10] MixerBackend | at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:112) ~[httpclient-4.5.10.jar!/:4.5.10] MixerBackend | at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:374) ~[httpclient-4.5.10.jar!/:4.5.10] MixerBackend | at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393) ~[httpclient-4.5.10.jar!/:4.5.10] MixerBackend | at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) ~[httpclient-4.5.10.jar!/:4.5.10] MixerBackend | at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) ~[httpclient-4.5.10.jar!/:4.5.10] MixerBackend | at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) ~[httpclient-4.5.10.jar!/:4.5.10] MixerBackend | at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) ~[httpclient-4.5.10.jar!/:4.5.10] MixerBackend | at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) ~[httpclient-4.5.10.jar!/:4.5.10] MixerBackend | at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83) ~[httpclient-4.5.10.jar!/:4.5.10] MixerBackend | at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:56) ~[httpclient-4.5.10.jar!/:4.5.10] MixerBackend | at org.springframework.http.client.HttpComponentsClientHttpRequest.executeInternal(HttpComponentsClientHttpRequest.java:87) ~[spring-web-5.2.1.RELEASE.jar!/:5.2.1.RELEASE] MixerBackend | at org.springframework.http.client.AbstractBufferingClientHttpRequest.executeInternal(AbstractBufferingClientHttpRequest.java:48) ~[spring-web-5.2.1.RELEASE.jar!/:5.2.1.RELEASE] MixerBackend | at org.springframework.http.client.AbstractClientHttpRequest.execute(AbstractClientHttpRequest.java:53) ~[spring-web-5.2.1.RELEASE.jar!/:5.2.1.RELEASE] MixerBackend | at org.springframework.http.client.InterceptingClientHttpRequest$InterceptingRequestExecution.execute(InterceptingClientHttpRequest.java:109) ~[spring-web-5.2.1.RELEASE.jar!/:5.2.1.RELEASE] MixerBackend | at org.springframework.vault.core.VaultTemplate.lambda$getSessionInterceptor$1(VaultTemplate.java:200) ~[spring-vault-core-2.2.0.RELEASE.jar!/:2.2.0.RELEASE] MixerBackend | at org.springframework.http.client.InterceptingClientHttpRequest$InterceptingRequestExecution.execute(InterceptingClientHttpRequest.java:93) ~[spring-web-5.2.1.RELEASE.jar!/:5.2.1.RELEASE] MixerBackend | at org.springframework.vault.client.VaultClients.lambda$createRestTemplate$0(VaultClients.java:128) ~[spring-vault-core-2.2.0.RELEASE.jar!/:2.2.0.RELEASE] MixerBackend | at org.springframework.http.client.InterceptingClientHttpRequest$InterceptingRequestExecution.execute(InterceptingClientHttpRequest.java:93) ~[spring-web-5.2.1.RELEASE.jar!/:5.2.1.RELEASE] MixerBackend | at org.springframework.http.client.InterceptingClientHttpRequest.executeInternal(InterceptingClientHttpRequest.java:77) ~[spring-web-5.2.1.RELEASE.jar!/:5.2.1.RELEASE] MixerBackend | at org.springframework.http.client.AbstractBufferingClientHttpRequest.executeInternal(AbstractBufferingClientHttpRequest.java:48) ~[spring-web-5.2.1.RELEASE.jar!/:5.2.1.RELEASE] MixerBackend | at org.springframework.http.client.AbstractClientHttpRequest.execute(AbstractClientHttpRequest.java:53) ~[spring-web-5.2.1.RELEASE.jar!/:5.2.1.RELEASE] MixerBackend | at org.springframework.web.client.RestTemplate.doExecute(RestTemplate.java:742) ~[spring-web-5.2.1.RELEASE.jar!/:5.2.1.RELEASE] MixerBackend | ... 32 common frames omitted MixerBackend | MixerBackend | 2020-05-21 14:08:58.211 INFO 1 --- [ main] o.s.v.c.e.LeaseAwareVaultPropertySource : Vault location [secret/default] not resolvable: I/O error on GET request for "http://default:8200/v1/secret/default": default; nested exception is java.net.UnknownHostException: default MixerBackend | 2020-05-21 14:08:58.218 WARN 1 --- [ main] LeaseEventPublisher$LoggingErrorListener : [RequestedSecret [path='secret/application/prod', mode=ROTATE]] Lease [leaseId='null', leaseDuration=PT0S, renewable=false] I/O error on GET request for "http://default:8200/v1/secret/application/prod": default; nested exception is java.net.UnknownHostException: default MixerBackend | MixerBackend | org.springframework.web.client.ResourceAccessException: I/O error on GET request for "http://default:8200/v1/secret/application/prod": default; nested exception is java.net.UnknownHostException: default MixerBackend | at org.springframework.web.client.RestTemplate.doExecute(RestTemplate.java:751) ~[spring-web-5.2.1.RELEASE.jar!/:5.2.1.RELEASE] MixerBackend | at org.springframework.web.client.RestTemplate.execute(RestTemplate.java:677) ~[spring-web-5.2.1.RELEASE.jar!/:5.2.1.RELEASE] MixerBackend | at org.springframework.web.client.RestTemplate.getForObject(RestTemplate.java:318) ~[spring-web-5.2.1.RELEASE.jar!/:5.2.1.RELEASE] MixerBackend | at org.springframework.vault.core.VaultTemplate.lambda$doRead$5(VaultTemplate.java:401) ~[spring-vault-core-2.2.0.RELEASE.jar!/:2.2.0.RELEASE] MixerBackend | at org.springframework.vault.core.VaultTemplate.doWithSession(VaultTemplate.java:388) ~[spring-vault-core-2.2.0.RELEASE.jar!/:2.2.0.RELEASE] MixerBackend | at org.springframework.vault.core.VaultTemplate.doRead(VaultTemplate.java:398) ~[spring-vault-core-2.2.0.RELEASE.jar!/:2.2.0.RELEASE] MixerBackend | at org.springframework.vault.core.VaultTemplate.read(VaultTemplate.java:290) ~[spring-vault-core-2.2.0.RELEASE.jar!/:2.2.0.RELEASE] MixerBackend | at org.springframework.vault.core.lease.SecretLeaseContainer.doGetSecrets(SecretLeaseContainer.java:662) [spring-vault-core-2.2.0.RELEASE.jar!/:2.2.0.RELEASE] MixerBackend | at org.springframework.vault.core.lease.SecretLeaseContainer.start(SecretLeaseContainer.java:396) [spring-vault-core-2.2.0.RELEASE.jar!/:2.2.0.RELEASE] MixerBackend | at org.springframework.vault.core.lease.SecretLeaseContainer.addRequestedSecret(SecretLeaseContainer.java:355) [spring-vault-core-2.2.0.RELEASE.jar!/:2.2.0.RELEASE] MixerBackend | at org.springframework.vault.core.env.LeaseAwareVaultPropertySource.loadProperties(LeaseAwareVaultPropertySource.java:184) [spring-vault-core-2.2.0.RELEASE.jar!/:2.2.0.RELEASE] MixerBackend | at org.springframework.vault.core.env.LeaseAwareVaultPropertySource.(LeaseAwareVaultPropertySource.java:169) [spring-vault-core-2.2.0.RELEASE.jar!/:2.2.0.RELEASE] MixerBackend | at org.springframework.vault.core.env.LeaseAwareVaultPropertySource.(LeaseAwareVaultPropertySource.java:122) [spring-vault-core-2.2.0.RELEASE.jar!/:2.2.0.RELEASE] MixerBackend | at org.springframework.cloud.vault.config.LeasingVaultPropertySourceLocator.createVaultPropertySource(LeasingVaultPropertySourceLocator.java:151) [spring-cloud-vault-config-2.2.0.RELEASE.jar!/:2.2.0.RELEASE] MixerBackend | at org.springframework.cloud.vault.config.LeasingVaultPropertySourceLocator.createVaultPropertySource(LeasingVaultPropertySourceLocator.java:89) [spring-cloud-vault-config-2.2.0.RELEASE.jar!/:2.2.0.RELEASE] MixerBackend | at org.springframework.cloud.vault.config.VaultPropertySourceLocatorSupport.doCreatePropertySources(VaultPropertySourceLocatorSupport.java:162) [spring-cloud-vault-config-2.2.0.RELEASE.jar!/:2.2.0.RELEASE] MixerBackend | at org.springframework.cloud.vault.config.VaultPropertySourceLocatorSupport.createCompositePropertySource(VaultPropertySourceLocatorSupport.java:138) [spring-cloud-vault-config-2.2.0.RELEASE.jar!/:2.2.0.RELEASE] MixerBackend | at org.springframework.cloud.vault.config.VaultPropertySourceLocatorSupport.locate(VaultPropertySourceLocatorSupport.java:111) [spring-cloud-vault-config-2.2.0.RELEASE.jar!/:2.2.0.RELEASE] MixerBackend | at org.springframework.cloud.bootstrap.config.PropertySourceBootstrapConfiguration.initialize(PropertySourceBootstrapConfiguration.java:98) [spring-cloud-context-2.2.0.RELEASE.jar!/:2.2.0.RELEASE] MixerBackend | at org.springframework.boot.SpringApplication.applyInitializers(SpringApplication.java:626) [spring-boot-2.2.1.RELEASE.jar!/:2.2.1.RELEASE] MixerBackend | at org.springframework.boot.SpringApplication.prepareContext(SpringApplication.java:370) [spring-boot-2.2.1.RELEASE.jar!/:2.2.1.RELEASE] MixerBackend | at org.springframework.boot.SpringApplication.run(SpringApplication.java:314) [spring-boot-2.2.1.RELEASE.jar!/:2.2.1.RELEASE] MixerBackend | at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226) [spring-boot-2.2.1.RELEASE.jar!/:2.2.1.RELEASE] MixerBackend | at org.springframework.boot.SpringApplication.run(SpringApplication.java:1215) [spring-boot-2.2.1.RELEASE.jar!/:2.2.1.RELEASE] MixerBackend | at io.mixeway.MixeWayApp.main(MixeWayApp.java:23) [classes!/:0.9] MixerBackend | at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:1.8.0_212] MixerBackend | at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[na:1.8.0_212] MixerBackend | at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_212] MixerBackend | at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_212] MixerBackend | at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:48) [app.jar:0.9] MixerBackend | at org.springframework.boot.loader.Launcher.launch(Launcher.java:87) [app.jar:0.9] MixerBackend | at org.springframework.boot.loader.Launcher.launch(Launcher.java:51) [app.jar:0.9] MixerBackend | at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:52) [app.jar:0.9] MixerBackend | Caused by: java.net.UnknownHostException: default MixerBackend | at java.net.InetAddress.getAllByName0(InetAddress.java:1281) ~[na:1.8.0_212] MixerBackend | at java.net.InetAddress.getAllByName(InetAddress.java:1193) ~[na:1.8.0_212] MixerBackend | at java.net.InetAddress.getAllByName(InetAddress.java:1127) ~[na:1.8.0_212] MixerBackend | at org.apache.http.impl.conn.SystemDefaultDnsResolver.resolve(SystemDefaultDnsResolver.java:45) ~[httpclient-4.5.10.jar!/:4.5.10] MixerBackend | at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:112) ~[httpclient-4.5.10.jar!/:4.5.10] MixerBackend | at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:374) ~[httpclient-4.5.10.jar!/:4.5.10] MixerBackend | at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393) ~[httpclient-4.5.10.jar!/:4.5.10] MixerBackend | at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) ~[httpclient-4.5.10.jar!/:4.5.10] MixerBackend | at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) ~[httpclient-4.5.10.jar!/:4.5.10] MixerBackend | at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) ~[httpclient-4.5.10.jar!/:4.5.10] MixerBackend | at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) ~[httpclient-4.5.10.jar!/:4.5.10] MixerBackend | at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) ~[httpclient-4.5.10.jar!/:4.5.10] MixerBackend | at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83) ~[httpclient-4.5.10.jar!/:4.5.10] MixerBackend | at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:56) ~[httpclient-4.5.10.jar!/:4.5.10] MixerBackend | at org.springframework.http.client.HttpComponentsClientHttpRequest.executeInternal(HttpComponentsClientHttpRequest.java:87) ~[spring-web-5.2.1.RELEASE.jar!/:5.2.1.RELEASE] MixerBackend | at org.springframework.http.client.AbstractBufferingClientHttpRequest.executeInternal(AbstractBufferingClientHttpRequest.java:48) ~[spring-web-5.2.1.RELEASE.jar!/:5.2.1.RELEASE] MixerBackend | at org.springframework.http.client.AbstractClientHttpRequest.execute(AbstractClientHttpRequest.java:53) ~[spring-web-5.2.1.RELEASE.jar!/:5.2.1.RELEASE] MixerBackend | at org.springframework.http.client.InterceptingClientHttpRequest$InterceptingRequestExecution.execute(InterceptingClientHttpRequest.java:109) ~[spring-web-5.2.1.RELEASE.jar!/:5.2.1.RELEASE] MixerBackend | at org.springframework.vault.core.VaultTemplate.lambda$getSessionInterceptor$1(VaultTemplate.java:200) ~[spring-vault-core-2.2.0.RELEASE.jar!/:2.2.0.RELEASE] MixerBackend | at org.springframework.http.client.InterceptingClientHttpRequest$InterceptingRequestExecution.execute(InterceptingClientHttpRequest.java:93) ~[spring-web-5.2.1.RELEASE.jar!/:5.2.1.RELEASE] MixerBackend | at org.springframework.vault.client.VaultClients.lambda$createRestTemplate$0(VaultClients.java:128) ~[spring-vault-core-2.2.0.RELEASE.jar!/:2.2.0.RELEASE] MixerBackend | at org.springframework.http.client.InterceptingClientHttpRequest$InterceptingRequestExecution.execute(InterceptingClientHttpRequest.java:93) ~[spring-web-5.2.1.RELEASE.jar!/:5.2.1.RELEASE] MixerBackend | at org.springframework.http.client.InterceptingClientHttpRequest.executeInternal(InterceptingClientHttpRequest.java:77) ~[spring-web-5.2.1.RELEASE.jar!/:5.2.1.RELEASE] MixerBackend | at org.springframework.http.client.AbstractBufferingClientHttpRequest.executeInternal(AbstractBufferingClientHttpRequest.java:48) ~[spring-web-5.2.1.RELEASE.jar!/:5.2.1.RELEASE] MixerBackend | at org.springframework.http.client.AbstractClientHttpRequest.execute(AbstractClientHttpRequest.java:53) ~[spring-web-5.2.1.RELEASE.jar!/:5.2.1.RELEASE] MixerBackend | at org.springframework.web.client.RestTemplate.doExecute(RestTemplate.java:742) ~[spring-web-5.2.1.RELEASE.jar!/:5.2.1.RELEASE] MixerBackend | ... 32 common frames omitted MixerBackend | MixerBackend | 2020-05-21 14:08:58.219 INFO 1 --- [ main] o.s.v.c.e.LeaseAwareVaultPropertySource : Vault location [secret/application/prod] not resolvable: I/O error on GET request for "http://default:8200/v1/secret/application/prod": default; nested exception is java.net.UnknownHostException: default MixerBackend | 2020-05-21 14:08:58.225 WARN 1 --- [ main] LeaseEventPublisher$LoggingErrorListener : [RequestedSecret [path='secret/application', mode=ROTATE]] Lease [leaseId='null', leaseDuration=PT0S, renewable=false] I/O error on GET request for "http://default:8200/v1/secret/application": default; nested exception is java.net.UnknownHostException: default MixerBackend | MixerBackend | org.springframework.web.client.ResourceAccessException: I/O error on GET request for "http://default:8200/v1/secret/application": default; nested exception is java.net.UnknownHostException: default MixerBackend | at org.springframework.web.client.RestTemplate.doExecute(RestTemplate.java:751) ~[spring-web-5.2.1.RELEASE.jar!/:5.2.1.RELEASE] MixerBackend | at org.springframework.web.client.RestTemplate.execute(RestTemplate.java:677) ~[spring-web-5.2.1.RELEASE.jar!/:5.2.1.RELEASE] MixerBackend | at org.springframework.web.client.RestTemplate.getForObject(RestTemplate.java:318) ~[spring-web-5.2.1.RELEASE.jar!/:5.2.1.RELEASE] MixerBackend | at org.springframework.vault.core.VaultTemplate.lambda$doRead$5(VaultTemplate.java:401) ~[spring-vault-core-2.2.0.RELEASE.jar!/:2.2.0.RELEASE] MixerBackend | at org.springframework.vault.core.VaultTemplate.doWithSession(VaultTemplate.java:388) ~[spring-vault-core-2.2.0.RELEASE.jar!/:2.2.0.RELEASE] MixerBackend | at org.springframework.vault.core.VaultTemplate.doRead(VaultTemplate.java:398) ~[spring-vault-core-2.2.0.RELEASE.jar!/:2.2.0.RELEASE] MixerBackend | at org.springframework.vault.core.VaultTemplate.read(VaultTemplate.java:290) ~[spring-vault-core-2.2.0.RELEASE.jar!/:2.2.0.RELEASE] MixerBackend | at org.springframework.vault.core.lease.SecretLeaseContainer.doGetSecrets(SecretLeaseContainer.java:662) [spring-vault-core-2.2.0.RELEASE.jar!/:2.2.0.RELEASE] MixerBackend | at org.springframework.vault.core.lease.SecretLeaseContainer.start(SecretLeaseContainer.java:396) [spring-vault-core-2.2.0.RELEASE.jar!/:2.2.0.RELEASE] MixerBackend | at org.springframework.vault.core.lease.SecretLeaseContainer.addRequestedSecret(SecretLeaseContainer.java:355) [spring-vault-core-2.2.0.RELEASE.jar!/:2.2.0.RELEASE] MixerBackend | at org.springframework.vault.core.env.LeaseAwareVaultPropertySource.loadProperties(LeaseAwareVaultPropertySource.java:184) [spring-vault-core-2.2.0.RELEASE.jar!/:2.2.0.RELEASE] MixerBackend | at org.springframework.vault.core.env.LeaseAwareVaultPropertySource.(LeaseAwareVaultPropertySource.java:169) [spring-vault-core-2.2.0.RELEASE.jar!/:2.2.0.RELEASE] MixerBackend | at org.springframework.vault.core.env.LeaseAwareVaultPropertySource.(LeaseAwareVaultPropertySource.java:122) [spring-vault-core-2.2.0.RELEASE.jar!/:2.2.0.RELEASE] MixerBackend | at org.springframework.cloud.vault.config.LeasingVaultPropertySourceLocator.createVaultPropertySource(LeasingVaultPropertySourceLocator.java:151) [spring-cloud-vault-config-2.2.0.RELEASE.jar!/:2.2.0.RELEASE] MixerBackend | at org.springframework.cloud.vault.config.LeasingVaultPropertySourceLocator.createVaultPropertySource(LeasingVaultPropertySourceLocator.java:89) [spring-cloud-vault-config-2.2.0.RELEASE.jar!/:2.2.0.RELEASE] MixerBackend | at org.springframework.cloud.vault.config.VaultPropertySourceLocatorSupport.doCreatePropertySources(VaultPropertySourceLocatorSupport.java:162) [spring-cloud-vault-config-2.2.0.RELEASE.jar!/:2.2.0.RELEASE] MixerBackend | at org.springframework.cloud.vault.config.VaultPropertySourceLocatorSupport.createCompositePropertySource(VaultPropertySourceLocatorSupport.java:138) [spring-cloud-vault-config-2.2.0.RELEASE.jar!/:2.2.0.RELEASE] MixerBackend | at org.springframework.cloud.vault.config.VaultPropertySourceLocatorSupport.locate(VaultPropertySourceLocatorSupport.java:111) [spring-cloud-vault-config-2.2.0.RELEASE.jar!/:2.2.0.RELEASE] MixerBackend | at org.springframework.cloud.bootstrap.config.PropertySourceBootstrapConfiguration.initialize(PropertySourceBootstrapConfiguration.java:98) [spring-cloud-context-2.2.0.RELEASE.jar!/:2.2.0.RELEASE] MixerBackend | at org.springframework.boot.SpringApplication.applyInitializers(SpringApplication.java:626) [spring-boot-2.2.1.RELEASE.jar!/:2.2.1.RELEASE] MixerBackend | at org.springframework.boot.SpringApplication.prepareContext(SpringApplication.java:370) [spring-boot-2.2.1.RELEASE.jar!/:2.2.1.RELEASE] MixerBackend | at org.springframework.boot.SpringApplication.run(SpringApplication.java:314) [spring-boot-2.2.1.RELEASE.jar!/:2.2.1.RELEASE] MixerBackend | at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226) [spring-boot-2.2.1.RELEASE.jar!/:2.2.1.RELEASE] MixerBackend | at org.springframework.boot.SpringApplication.run(SpringApplication.java:1215) [spring-boot-2.2.1.RELEASE.jar!/:2.2.1.RELEASE] MixerBackend | at io.mixeway.MixeWayApp.main(MixeWayApp.java:23) [classes!/:0.9] MixerBackend | at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:1.8.0_212] MixerBackend | at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[na:1.8.0_212] MixerBackend | at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_212] MixerBackend | at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_212] MixerBackend | at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:48) [app.jar:0.9] MixerBackend | at org.springframework.boot.loader.Launcher.launch(Launcher.java:87) [app.jar:0.9] MixerBackend | at org.springframework.boot.loader.Launcher.launch(Launcher.java:51) [app.jar:0.9] MixerBackend | at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:52) [app.jar:0.9] MixerBackend | Caused by: java.net.UnknownHostException: default MixerBackend | at java.net.InetAddress.getAllByName0(InetAddress.java:1281) ~[na:1.8.0_212] MixerBackend | at java.net.InetAddress.getAllByName(InetAddress.java:1193) ~[na:1.8.0_212] MixerBackend | at java.net.InetAddress.getAllByName(InetAddress.java:1127) ~[na:1.8.0_212] MixerBackend | at org.apache.http.impl.conn.SystemDefaultDnsResolver.resolve(SystemDefaultDnsResolver.java:45) ~[httpclient-4.5.10.jar!/:4.5.10] MixerBackend | at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:112) ~[httpclient-4.5.10.jar!/:4.5.10] MixerBackend | at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:374) ~[httpclient-4.5.10.jar!/:4.5.10] MixerBackend | at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393) ~[httpclient-4.5.10.jar!/:4.5.10] MixerBackend | at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) ~[httpclient-4.5.10.jar!/:4.5.10] MixerBackend | at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) ~[httpclient-4.5.10.jar!/:4.5.10] MixerBackend | at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) ~[httpclient-4.5.10.jar!/:4.5.10] MixerBackend | at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) ~[httpclient-4.5.10.jar!/:4.5.10] MixerBackend | at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) ~[httpclient-4.5.10.jar!/:4.5.10] MixerBackend | at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83) ~[httpclient-4.5.10.jar!/:4.5.10] MixerBackend | at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:56) ~[httpclient-4.5.10.jar!/:4.5.10] MixerBackend | at org.springframework.http.client.HttpComponentsClientHttpRequest.executeInternal(HttpComponentsClientHttpRequest.java:87) ~[spring-web-5.2.1.RELEASE.jar!/:5.2.1.RELEASE] MixerBackend | at org.springframework.http.client.AbstractBufferingClientHttpRequest.executeInternal(AbstractBufferingClientHttpRequest.java:48) ~[spring-web-5.2.1.RELEASE.jar!/:5.2.1.RELEASE] MixerBackend | at org.springframework.http.client.AbstractClientHttpRequest.execute(AbstractClientHttpRequest.java:53) ~[spring-web-5.2.1.RELEASE.jar!/:5.2.1.RELEASE] MixerBackend | at org.springframework.http.client.InterceptingClientHttpRequest$InterceptingRequestExecution.execute(InterceptingClientHttpRequest.java:109) ~[spring-web-5.2.1.RELEASE.jar!/:5.2.1.RELEASE] MixerBackend | at org.springframework.vault.core.VaultTemplate.lambda$getSessionInterceptor$1(VaultTemplate.java:200) ~[spring-vault-core-2.2.0.RELEASE.jar!/:2.2.0.RELEASE] MixerBackend | at org.springframework.http.client.InterceptingClientHttpRequest$InterceptingRequestExecution.execute(InterceptingClientHttpRequest.java:93) ~[spring-web-5.2.1.RELEASE.jar!/:5.2.1.RELEASE] MixerBackend | at org.springframework.vault.client.VaultClients.lambda$createRestTemplate$0(VaultClients.java:128) ~[spring-vault-core-2.2.0.RELEASE.jar!/:2.2.0.RELEASE] MixerBackend | at org.springframework.http.client.InterceptingClientHttpRequest$InterceptingRequestExecution.execute(InterceptingClientHttpRequest.java:93) ~[spring-web-5.2.1.RELEASE.jar!/:5.2.1.RELEASE] MixerBackend | at org.springframework.http.client.InterceptingClientHttpRequest.executeInternal(InterceptingClientHttpRequest.java:77) ~[spring-web-5.2.1.RELEASE.jar!/:5.2.1.RELEASE] MixerBackend | at org.springframework.http.client.AbstractBufferingClientHttpRequest.executeInternal(AbstractBufferingClientHttpRequest.java:48) ~[spring-web-5.2.1.RELEASE.jar!/:5.2.1.RELEASE] MixerBackend | at org.springframework.http.client.AbstractClientHttpRequest.execute(AbstractClientHttpRequest.java:53) ~[spring-web-5.2.1.RELEASE.jar!/:5.2.1.RELEASE] MixerBackend | at org.springframework.web.client.RestTemplate.doExecute(RestTemplate.java:742) ~[spring-web-5.2.1.RELEASE.jar!/:5.2.1.RELEASE] MixerBackend | ... 32 common frames omitted MixerBackend | MixerBackend | 2020-05-21 14:08:58.228 INFO 1 --- [ main] o.s.v.c.e.LeaseAwareVaultPropertySource : Vault location [secret/application] not resolvable: I/O error on GET request for "http://default:8200/v1/secret/application": default; nested exception is java.net.UnknownHostException: default MixerBackend | 2020-05-21 14:08:58.234 INFO 1 --- [ main] b.c.PropertySourceBootstrapConfiguration : Located property source: CompositePropertySource {name='vault', propertySources=[LeaseAwareVaultPropertySource {name='secret/default/prod'}, LeaseAwareVaultPropertySource {name='secret/default'}, LeaseAwareVaultPropertySource {name='secret/application/prod'}, LeaseAwareVaultPropertySource {name='secret/application'}]} MixerBackend | 2020-05-21 14:08:58.259 INFO 1 --- [ main] io.mixeway.MixeWayApp : The following profiles are active: prod MixerBackend | 2020-05-21 14:09:06.008 INFO 1 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode. MixerBackend | 2020-05-21 14:09:07.191 INFO 1 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 998ms. Found 45 repository interfaces. MixerBackend | 2020-05-21 14:09:08.381 INFO 1 --- [ main] o.s.cloud.context.scope.GenericScope : BeanFactory id=fdfd309e-718b-36d2-bd8d-0507ab19f8fa MixerBackend | 2020-05-21 14:09:09.412 INFO 1 --- [ main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) MixerBackend | 2020-05-21 14:09:09.522 INFO 1 --- [ main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.security.config.annotation.configuration.ObjectPostProcessorConfiguration' of type [org.springframework.security.config.annotation.configuration.ObjectPostProcessorConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) MixerBackend | 2020-05-21 14:09:09.540 INFO 1 --- [ main] trationDelegate$BeanPostProcessorChecker : Bean 'objectPostProcessor' of type [org.springframework.security.config.annotation.configuration.AutowireBeanFactoryObjectPostProcessor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) MixerBackend | 2020-05-21 14:09:09.545 INFO 1 --- [ main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.security.access.expression.method.DefaultMethodSecurityExpressionHandler@e3c0e40' of type [org.springframework.security.access.expression.method.DefaultMethodSecurityExpressionHandler] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) MixerBackend | 2020-05-21 14:09:09.549 INFO 1 --- [ main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.security.config.annotation.method.configuration.GlobalMethodSecurityConfiguration' of type [org.springframework.security.config.annotation.method.configuration.GlobalMethodSecurityConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) MixerBackend | 2020-05-21 14:09:09.572 INFO 1 --- [ main] trationDelegate$BeanPostProcessorChecker : Bean 'methodSecurityMetadataSource' of type [org.springframework.security.access.method.DelegatingMethodSecurityMetadataSource] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) MixerBackend | 2020-05-21 14:09:09.651 INFO 1 --- [ main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.cloud.autoconfigure.ConfigurationPropertiesRebinderAutoConfiguration' of type [org.springframework.cloud.autoconfigure.ConfigurationPropertiesRebinderAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) MixerBackend | 2020-05-21 14:09:10.824 INFO 1 --- [ main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 8443 (https) MixerBackend | 2020-05-21 14:09:10.893 INFO 1 --- [ main] o.apache.catalina.core.StandardService : Starting service [Tomcat] MixerBackend | 2020-05-21 14:09:10.895 INFO 1 --- [ main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.27] MixerBackend | 2020-05-21 14:09:11.316 INFO 1 --- [ main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext MixerBackend | 2020-05-21 14:09:11.316 INFO 1 --- [ main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 12631 ms MixerBackend | 2020-05-21 14:09:12.020 WARN 1 --- [ main] com.zaxxer.hikari.HikariConfig : HikariPool-1 - idleTimeout has been set but has no effect because the pool is operating as a fixed size pool. MixerBackend | 2020-05-21 14:09:12.020 INFO 1 --- [ main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Starting... MixerBackend | 2020-05-21 14:09:12.517 INFO 1 --- [ main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Start completed. MixerBackend | 2020-05-21 14:09:16.026 INFO 1 --- [ main] liquibase.executor.jvm.JdbcExecutor : SELECT COUNT() FROM public.databasechangeloglock MixerBackend | 2020-05-21 14:09:16.209 INFO 1 --- [ main] liquibase.executor.jvm.JdbcExecutor : SELECT COUNT() FROM public.databasechangeloglock MixerBackend | 2020-05-21 14:09:16.212 INFO 1 --- [ main] liquibase.executor.jvm.JdbcExecutor : SELECT LOCKED FROM public.databasechangeloglock WHERE ID=1 MixerBackend | 2020-05-21 14:09:16.272 INFO 1 --- [ main] l.lockservice.StandardLockService : Successfully acquired change log lock MixerBackend | 2020-05-21 14:09:16.730 INFO 1 --- [ main] liquibase.executor.jvm.JdbcExecutor : SELECT MD5SUM FROM public.databasechangelog WHERE MD5SUM IS NOT NULL LIMIT 1 MixerBackend | 2020-05-21 14:09:16.733 INFO 1 --- [ main] liquibase.executor.jvm.JdbcExecutor : SELECT COUNT() FROM public.databasechangelog MixerBackend | 2020-05-21 14:09:16.736 INFO 1 --- [ main] l.c.StandardChangeLogHistoryService : Reading from public.databasechangelog MixerBackend | 2020-05-21 14:09:16.736 INFO 1 --- [ main] liquibase.executor.jvm.JdbcExecutor : SELECT FROM public.databasechangelog ORDER BY DATEEXECUTED ASC, ORDEREXECUTED ASC MixerBackend | 2020-05-21 14:09:16.885 INFO 1 --- [ main] l.lockservice.StandardLockService : Successfully released change log lock MixerBackend | 2020-05-21 14:09:17.478 INFO 1 --- [ main] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [name: default] MixerBackend | 2020-05-21 14:09:17.903 INFO 1 --- [ main] org.hibernate.Version : HHH000412: Hibernate Core {5.4.8.Final} MixerBackend | 2020-05-21 14:09:19.290 INFO 1 --- [ main] o.hibernate.annotations.common.Version : HCANN000001: Hibernate Commons Annotations {5.1.0.Final} MixerBackend | 2020-05-21 14:09:20.093 INFO 1 --- [ main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.PostgreSQLDialect MixerBackend | 2020-05-21 14:09:25.829 INFO 1 --- [ main] o.h.e.t.j.p.i.JtaPlatformInitiator : HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] MixerBackend | 2020-05-21 14:09:25.856 INFO 1 --- [ main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default' MixerBackend | #################################################################################################################### MixerBackend | # WARRNING! # MixerBackend | # Vault Configuration is not set # MixerBackend | # Scanner passwords will be stored # MixerBackend | # in clear text. It is recommended # MixerBackend | # To use vault. # MixerBackend | # Read Mixeway docummentation # MixerBackend | #################################################################################################################### MixerBackend | loading registry... MixerBackend | 2020-05-21 14:09:48.612 INFO 1 --- [ main] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: any request, [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@69f080ad, org.springframework.security.web.context.SecurityContextPersistenceFilter@40d96578, org.springframework.security.web.header.HeaderWriterFilter@5c1b89ac, org.springframework.security.web.csrf.CsrfFilter@6e685e6c, org.springframework.security.web.authentication.logout.LogoutFilter@21002393, io.mixeway.rest.utils.JwtRequestFilter@5af64ce0, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@283ab206, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@3e03046d, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@6568f998, org.springframework.security.web.session.SessionManagementFilter@175581eb, org.springframework.security.web.access.ExceptionTranslationFilter@6206b4a7] MixerBackend | 2020-05-21 14:09:49.541 INFO 1 --- [ main] pertySourcedRequestMappingHandlerMapping : Mapped URL path [/v2/api-docs] onto method [springfox.documentation.swagger2.web.Swagger2Controller#getDocumentation(String, HttpServletRequest)] MixerBackend | 2020-05-21 14:09:49.821 INFO 1 --- [ main] o.s.s.c.ThreadPoolTaskScheduler : Initializing ExecutorService 'taskScheduler' MixerFrontend | 2020/05/21 14:09:49 [error] 6#6: 10 connect() failed (111: Connection refused) while connecting to upstream, client: 172.18.0.1, server: mixingsecurity, request: "GET /v2/api/show/project/scannersavaliable HTTP/1.1", upstream: "https://172.18.0.3:8443/v2/api/show/project/scannersavaliable", host: "localhost", referrer: "https://localhost/pages/dashboard" MixerFrontend | 2020/05/21 14:09:49 [error] 6#6: 9 connect() failed (111: Connection refused) while connecting to upstream, client: 172.18.0.1, server: mixingsecurity, request: "GET /v2/api/dashboard/getsourcetrenddata HTTP/1.1", upstream: "https://172.18.0.3:8443/v2/api/dashboard/getsourcetrenddata", host: "localhost", referrer: "https://localhost/pages/dashboard" MixerFrontend | 2020/05/21 14:09:49 [error] 6#6: 11 connect() failed (111: Connection refused) while connecting to upstream, client: 172.18.0.1, server: mixingsecurity, request: "GET /v2/api/dashboard/getvulntrenddata HTTP/1.1", upstream: "https://172.18.0.3:8443/v2/api/dashboard/getvulntrenddata", host: "localhost", referrer: "https://localhost/pages/dashboard" MixerFrontend | 2020/05/21 14:09:49 [error] 6#6: 14 connect() failed (111: Connection refused) while connecting to upstream, client: 172.18.0.1, server: mixingsecurity, request: "GET /v2/api/dashboard/projects HTTP/1.1", upstream: "https://172.18.0.3:8443/v2/api/dashboard/projects", host: "localhost", referrer: "https://localhost/pages/dashboard" MixerFrontend | 172.18.0.1 - - [21/May/2020:14:09:49 +0000] "GET /v2/api/show/project/scannersavaliable HTTP/1.1" 502 158 "https://localhost/pages/dashboard" "Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Firefox/68.0" MixerFrontend | 172.18.0.1 - - [21/May/2020:14:09:49 +0000] "GET /v2/api/dashboard/getsourcetrenddata HTTP/1.1" 502 158 "https://localhost/pages/dashboard" "Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Firefox/68.0" MixerFrontend | 172.18.0.1 - - [21/May/2020:14:09:49 +0000] "GET /v2/api/dashboard/getvulntrenddata HTTP/1.1" 502 158 "https://localhost/pages/dashboard" "Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Firefox/68.0" MixerFrontend | 172.18.0.1 - - [21/May/2020:14:09:49 +0000] "GET /v2/api/dashboard/projects HTTP/1.1" 502 158 "https://localhost/pages/dashboard" "Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Firefox/68.0" MixerFrontend | 2020/05/21 14:09:50 [error] 6#6: 11 connect() failed (111: Connection refused) while connecting to upstream, client: 172.18.0.1, server: mixingsecurity, request: "GET /v2/api/dashboard/userinfo HTTP/1.1", upstream: "https://172.18.0.3:8443/v2/api/dashboard/userinfo", host: "localhost", referrer: "https://localhost/pages/dashboard" MixerFrontend | 172.18.0.1 - - [21/May/2020:14:09:50 +0000] "GET /v2/api/dashboard/userinfo HTTP/1.1" 502 158 "https://localhost/pages/dashboard" "Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Firefox/68.0" MixerFrontend | 2020/05/21 14:09:50 [error] 6#6: 9 connect() failed (111: Connection refused) while connecting to upstream, client: 172.18.0.1, server: mixingsecurity, request: "GET /v2/api/dashboard/getvulntrenddata HTTP/1.1", upstream: "https://172.18.0.3:8443/v2/api/dashboard/getvulntrenddata", host: "localhost", referrer: "https://localhost/pages/dashboard" MixerFrontend | 172.18.0.1 - - [21/May/2020:14:09:50 +0000] "GET /v2/api/dashboard/getvulntrenddata HTTP/1.1" 502 158 "https://localhost/pages/dashboard" "Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Firefox/68.0" MixerFrontend | 172.18.0.1 - - [21/May/2020:14:09:50 +0000] "GET /v2/api/dashboard/getsourcetrenddata HTTP/1.1" 502 158 "https://localhost/pages/dashboard" "Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Firefox/68.0" MixerFrontend | 2020/05/21 14:09:50 [error] 6#6: 10 connect() failed (111: Connection refused) while connecting to upstream, client: 172.18.0.1, server: mixingsecurity, request: "GET /v2/api/dashboard/getsourcetrenddata HTTP/1.1", upstream: "https://172.18.0.3:8443/v2/api/dashboard/getsourcetrenddata", host: "localhost", referrer: "https://localhost/pages/dashboard" MixerFrontend | 172.18.0.1 - - [21/May/2020:14:09:50 +0000] "GET /v2/api/show/project/scannersavaliable HTTP/1.1" 502 158 "https://localhost/pages/dashboard" "Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Firefox/68.0" MixerFrontend | 2020/05/21 14:09:50 [error] 6#6: 14 connect() failed (111: Connection refused) while connecting to upstream, client: 172.18.0.1, server: mixingsecurity, request: "GET /v2/api/show/project/scannersavaliable HTTP/1.1", upstream: "https://172.18.0.3:8443/v2/api/show/project/scannersavaliable", host: "localhost", referrer: "https://localhost/pages/dashboard" MixerFrontend | 172.18.0.1 - - [21/May/2020:14:09:50 +0000] "GET /v2/api/dashboard/projects HTTP/1.1" 502 158 "https://localhost/pages/dashboard" "Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Firefox/68.0" MixerFrontend | 2020/05/21 14:09:50 [error] 6#6: 11 connect() failed (111: Connection refused) while connecting to upstream, client: 172.18.0.1, server: mixingsecurity, request: "GET /v2/api/dashboard/projects HTTP/1.1", upstream: "https://172.18.0.3:8443/v2/api/dashboard/projects", host: "localhost", referrer: "https://localhost/pages/dashboard" MixerFrontend | 2020/05/21 14:09:50 [error] 6#6: 9 connect() failed (111: Connection refused) while connecting to upstream, client: 172.18.0.1, server: mixingsecurity, request: "GET /v2/api/dashboard/userinfo HTTP/1.1", upstream: "https://172.18.0.3:8443/v2/api/dashboard/userinfo", host: "localhost", referrer: "https://localhost/pages/dashboard" MixerFrontend | 172.18.0.1 - - [21/May/2020:14:09:50 +0000] "GET /v2/api/dashboard/userinfo HTTP/1.1" 502 158 "https://localhost/pages/dashboard" "Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Firefox/68.0" MixerBackend | 2020-05-21 14:09:52.853 INFO 1 --- [ main] org.quartz.impl.StdSchedulerFactory : Using default implementation for ThreadExecutor MixerBackend | 2020-05-21 14:09:52.992 INFO 1 --- [ main] org.quartz.core.SchedulerSignalerImpl : Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl MixerBackend | 2020-05-21 14:09:52.992 INFO 1 --- [ main] org.quartz.core.QuartzScheduler : Quartz Scheduler v.2.3.2 created. MixerBackend | 2020-05-21 14:09:52.996 INFO 1 --- [ main] org.quartz.simpl.RAMJobStore : RAMJobStore initialized. MixerBackend | 2020-05-21 14:09:52.997 INFO 1 --- [ main] org.quartz.core.QuartzScheduler : Scheduler meta-data: Quartz Scheduler (v2.3.2) 'quartzScheduler' with instanceId 'NON_CLUSTERED' MixerBackend | Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally. MixerBackend | NOT STARTED. MixerBackend | Currently in standby mode. MixerBackend | Number of jobs executed: 0 MixerBackend | Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 10 threads. MixerBackend | Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered. MixerBackend | MixerBackend | 2020-05-21 14:09:52.999 INFO 1 --- [ main] org.quartz.impl.StdSchedulerFactory : Quartz scheduler 'quartzScheduler' initialized from an externally provided properties instance. MixerBackend | 2020-05-21 14:09:53.003 INFO 1 --- [ main] org.quartz.impl.StdSchedulerFactory : Quartz scheduler version: 2.3.2 MixerBackend | 2020-05-21 14:09:53.004 INFO 1 --- [ main] org.quartz.core.QuartzScheduler : JobFactory set to: org.springframework.scheduling.quartz.SpringBeanJobFactory@7b95bdb0 MixerBackend | 2020-05-21 14:09:53.653 INFO 1 --- [ main] d.s.w.p.DocumentationPluginsBootstrapper : Context refreshed MixerBackend | 2020-05-21 14:09:53.769 INFO 1 --- [ main] d.s.w.p.DocumentationPluginsBootstrapper : Found 1 custom documentation plugin(s) MixerBackend | 2020-05-21 14:09:54.315 INFO 1 --- [ main] s.d.s.w.s.ApiListingReferenceScanner : Scanning for api listing references MixerBackend | 2020-05-21 14:09:55.107 INFO 1 --- [ main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: deleteApiKeyUsingDELETE_1 MixerBackend | 2020-05-21 14:09:55.124 INFO 1 --- [ main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: generateApiKeyUsingPUT_1 MixerBackend | 2020-05-21 14:09:55.452 INFO 1 --- [ main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: saveBugTrackerUsingPUT_1 MixerBackend | 2020-05-21 14:09:55.811 INFO 1 --- [ main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getVulnTrendDataUsingGET_1 MixerBackend | 2020-05-21 14:09:56.097 INFO 1 --- [ main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getVulnerabilitiesUsingGET1 MixerBackend | 2020-05-21 14:09:56.229 INFO 1 --- [ main] o.s.s.quartz.SchedulerFactoryBean : Starting Quartz Scheduler now MixerBackend | 2020-05-21 14:09:56.230 INFO 1 --- [ main] org.quartz.core.QuartzScheduler : Scheduler quartzScheduler$_NON_CLUSTERED started. MixerBackend | 2020-05-21 14:09:56.966 INFO 1 --- [taskScheduler-3] i.m.i.codescan.service.CodeScanService : SAST Offline synchronization Started MixerBackend | 2020-05-21 14:09:57.231 INFO 1 --- [taskScheduler-3] i.m.i.codescan.service.CodeScanService : SAST Offline synchronization completed MixerBackend | 2020-05-21 14:09:58.780 WARN 1 --- [ main] org.apache.tomcat.util.net.SSLUtilBase : jsseUtil.trustedCertNotValid MixerBackend | 2020-05-21 14:09:58.781 WARN 1 --- [ main] org.apache.tomcat.util.net.SSLUtilBase : jsseUtil.trustedCertNotValid MixerBackend | 2020-05-21 14:09:58.781 WARN 1 --- [ main] org.apache.tomcat.util.net.SSLUtilBase : jsseUtil.trustedCertNotValid MixerBackend | 2020-05-21 14:09:58.782 WARN 1 --- [ main] org.apache.tomcat.util.net.SSLUtilBase : jsseUtil.trustedCertNotValid MixerBackend | 2020-05-21 14:09:58.786 WARN 1 --- [ main] org.apache.tomcat.util.net.SSLUtilBase : jsseUtil.trustedCertNotValid MixerBackend | 2020-05-21 14:09:58.788 WARN 1 --- [ main] org.apache.tomcat.util.net.SSLUtilBase : jsseUtil.trustedCertNotValid MixerBackend | 2020-05-21 14:09:58.791 WARN 1 --- [ main] org.apache.tomcat.util.net.SSLUtilBase : jsseUtil.trustedCertNotValid MixerBackend | 2020-05-21 14:09:59.132 INFO 1 --- [ main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 8443 (https) with context path '' MixerBackend | 2020-05-21 14:09:59.216 INFO 1 --- [ main] io.mixeway.MixeWayApp : Started MixeWayApp in 79.6 seconds (JVM running for 86.718) MixerBackend | 2020-05-21 14:10:10.940 INFO 1 --- [nio-8443-exec-5] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet' MixerBackend | 2020-05-21 14:10:10.941 INFO 1 --- [nio-8443-exec-5] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet' MixerBackend | 2020-05-21 14:10:10.961 INFO 1 --- [nio-8443-exec-5] o.s.web.servlet.DispatcherServlet : Completed initialization in 20 ms MixerBackend | 2020-05-21 14:10:16.211 ERROR 1 --- [nio-8443-exec-8] io.mixeway.rest.utils.LoginUtil : Exception occured: JWT signature does not match locally computed signature. JWT validity cannot be asserted and should not be trusted. MixerBackend | 2020-05-21 14:10:16.211 ERROR 1 --- [nio-8443-exec-4] io.mixeway.rest.utils.LoginUtil : Exception occured: JWT signature does not match locally computed signature. JWT validity cannot be asserted and should not be trusted. MixerFrontend | 172.18.0.1 - - [21/May/2020:14:10:16 +0000] "GET /v2/api/show/project/proxies HTTP/1.1" 403 0 "https://localhost/pages/admin" "Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Firefox/68.0" MixerBackend | 2020-05-21 14:10:16.217 ERROR 1 --- [nio-8443-exec-5] io.mixeway.rest.utils.LoginUtil : Exception occured: JWT signature does not match locally computed signature. JWT validity cannot be asserted and should not be trusted. MixerFrontend | 172.18.0.1 - - [21/May/2020:14:10:16 +0000] "GET /v2/api/show/project/routingdomains HTTP/1.1" 403 0 "https://localhost/pages/admin" "Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Firefox/68.0" MixerBackend | 2020-05-21 14:10:16.225 ERROR 1 --- [nio-8443-exec-3] io.mixeway.rest.utils.LoginUtil : Exception occured: JWT signature does not match locally computed signature. JWT validity cannot be asserted and should not be trusted. MixerFrontend | 172.18.0.1 - - [21/May/2020:14:10:16 +0000] "GET /v2/api/admin/settings/ HTTP/1.1" 403 0 "https://localhost/pages/admin" "Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Firefox/68.0" MixerFrontend | 172.18.0.1 - - [21/May/2020:14:10:16 +0000] "GET /v2/api/admin/scanertypes HTTP/1.1" 403 0 "https://localhost/pages/admin" "Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Firefox/68.0" MixerBackend | 2020-05-21 14:10:16.297 ERROR 1 --- [nio-8443-exec-7] io.mixeway.rest.utils.LoginUtil : Exception occured: JWT signature does not match locally computed signature. JWT validity cannot be asserted and should not be trusted. MixerBackend | 2020-05-21 14:10:16.299 ERROR 1 --- [nio-8443-exec-9] io.mixeway.rest.utils.LoginUtil : Exception occured: JWT signature does not match locally computed signature. JWT validity cannot be asserted and should not be trusted. MixerFrontend | 172.18.0.1 - - [21/May/2020:14:10:16 +0000] "GET /v2/api/show/project/routingdomains HTTP/1.1" 403 0 "https://localhost/pages/admin" "Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Firefox/68.0" MixerFrontend | 172.18.0.1 - - [21/May/2020:14:10:16 +0000] "GET /v2/api/admin/settings/ HTTP/1.1" 499 0 "https://localhost/pages/admin" "Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Firefox/68.0" MixerFrontend | 172.18.0.1 - - [21/May/2020:14:10:16 +0000] "GET /v2/api/admin/scanertypes HTTP/1.1" 499 0 "https://localhost/pages/admin" "Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Firefox/68.0" MixerFrontend | 172.18.0.1 - - [21/May/2020:14:10:16 +0000] "GET /v2/api/show/project/proxies HTTP/1.1" 499 0 "https://localhost/pages/admin" "Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Firefox/68.0" MixerFrontend | 172.18.0.1 - - [21/May/2020:14:10:16 +0000] "GET /pages/dashboard HTTP/1.1" 200 884 "https://localhost/pages/admin" "Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Firefox/68.0" MixerBackend | 2020-05-21 14:10:28.814 ERROR 1 --- [nio-8443-exec-7] io.mixeway.rest.utils.LoginUtil : Exception occured: JWT signature does not match locally computed signature. JWT validity cannot be asserted and should not be trusted. MixerFrontend | 172.18.0.1 - - [21/May/2020:14:10:28 +0000] "GET /v2/api/show/project/scannersavaliable HTTP/1.1" 403 0 "https://localhost/pages/dashboard" "Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Firefox/68.0" MixerBackend | 2020-05-21 14:10:28.936 ERROR 1 --- [nio-8443-exec-7] io.mixeway.rest.utils.LoginUtil : Exception occured: JWT signature does not match locally computed signature. JWT validity cannot be asserted and should not be trusted. MixerFrontend | 172.18.0.1 - - [21/May/2020:14:10:28 +0000] "GET /v2/api/dashboard/projects HTTP/1.1" 403 0 "https://localhost/pages/dashboard" "Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Firefox/68.0" MixerBackend | 2020-05-21 14:10:28.960 ERROR 1 --- [nio-8443-exec-6] io.mixeway.rest.utils.LoginUtil : Exception occured: JWT signature does not match locally computed signature. JWT validity cannot be asserted and should not be trusted. MixerBackend | 2020-05-21 14:10:28.974 ERROR 1 --- [nio-8443-exec-8] io.mixeway.rest.utils.LoginUtil : Exception occured: JWT signature does not match locally computed signature. JWT validity cannot be asserted and should not be trusted. MixerFrontend | 172.18.0.1 - - [21/May/2020:14:10:28 +0000] "GET /v2/api/dashboard/getsourcetrenddata HTTP/1.1" 403 0 "https://localhost/pages/dashboard" "Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Firefox/68.0" MixerFrontend | 172.18.0.1 - - [21/May/2020:14:10:29 +0000] "GET /v2/api/dashboard/getvulntrenddata HTTP/1.1" 403 0 "https://localhost/pages/dashboard" "Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Firefox/68.0" MixerBackend | 2020-05-21 14:10:29.052 ERROR 1 --- [nio-8443-exec-9] io.mixeway.rest.utils.LoginUtil : Exception occured: JWT signature does not match locally computed signature. JWT validity cannot be asserted and should not be trusted. MixerFrontend | 172.18.0.1 - - [21/May/2020:14:10:29 +0000] "GET /v2/api/dashboard/userinfo HTTP/1.1" 403 0 "https://localhost/pages/dashboard" "Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Firefox/68.0" MixerBackend | 2020-05-21 14:10:29.278 ERROR 1 --- [io-8443-exec-10] io.mixeway.rest.utils.LoginUtil : Exception occured: JWT signature does not match locally computed signature. JWT validity cannot be asserted and should not be trusted. MixerFrontend | 172.18.0.1 - - [21/May/2020:14:10:29 +0000] "GET /v2/api/show/project/scannersavaliable HTTP/1.1" 403 0 "https://localhost/pages/dashboard" "Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Firefox/68.0" MixerFrontend | 172.18.0.1 - - [21/May/2020:14:10:29 +0000] "GET /v2/api/dashboard/getsourcetrenddata HTTP/1.1" 499 0 "https://localhost/pages/dashboard" "Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Firefox/68.0" MixerFrontend | 172.18.0.1 - - [21/May/2020:14:10:29 +0000] "GET /v2/api/dashboard/userinfo HTTP/1.1" 499 0 "https://localhost/pages/dashboard" "Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Firefox/68.0" MixerFrontend | 172.18.0.1 - - [21/May/2020:14:10:29 +0000] "GET /v2/api/dashboard/getvulntrenddata HTTP/1.1" 499 0 "https://localhost/pages/dashboard" "Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Firefox/68.0" MixerFrontend | 172.18.0.1 - - [21/May/2020:14:10:29 +0000] "GET /v2/api/dashboard/projects HTTP/1.1" 499 0 "https://localhost/pages/dashboard" "Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Firefox/68.0" MixerBackend | 2020-05-21 14:10:42.476 ERROR 1 --- [nio-8443-exec-1] io.mixeway.rest.utils.LoginUtil : Exception occured: JWT signature does not match locally computed signature. JWT validity cannot be asserted and should not be trusted. MixerFrontend | 172.18.0.1 - - [21/May/2020:14:10:42 +0000] "GET /v2/api/show/project/scannersavaliable HTTP/1.1" 403 0 "https://localhost/pages/dashboard" "Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Firefox/68.0" MixerBackend | 2020-05-21 14:10:42.520 ERROR 1 --- [nio-8443-exec-7] io.mixeway.rest.utils.LoginUtil : Exception occured: JWT signature does not match locally computed signature. JWT validity cannot be asserted and should not be trusted. MixerFrontend | 172.18.0.1 - - [21/May/2020:14:10:42 +0000] "GET /v2/api/dashboard/projects HTTP/1.1" 403 0 "https://localhost/pages/dashboard" "Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Firefox/68.0" MixerBackend | 2020-05-21 14:10:42.528 ERROR 1 --- [nio-8443-exec-4] io.mixeway.rest.utils.LoginUtil : Exception occured: JWT signature does not match locally computed signature. JWT validity cannot be asserted and should not be trusted. MixerFrontend | 172.18.0.1 - - [21/May/2020:14:10:42 +0000] "GET /v2/api/dashboard/getvulntrenddata HTTP/1.1" 403 0 "https://localhost/pages/dashboard" "Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Firefox/68.0" MixerBackend | 2020-05-21 14:10:42.536 ERROR 1 --- [nio-8443-exec-8] io.mixeway.rest.utils.LoginUtil : Exception occured: JWT signature does not match locally computed signature. JWT validity cannot be asserted and should not be trusted. MixerFrontend | 172.18.0.1 - - [21/May/2020:14:10:42 +0000] "GET /v2/api/dashboard/getsourcetrenddata HTTP/1.1" 403 0 "https://localhost/pages/dashboard" "Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Firefox/68.0" MixerBackend | 2020-05-21 14:10:42.731 ERROR 1 --- [nio-8443-exec-5] io.mixeway.rest.utils.LoginUtil : Exception occured: JWT signature does not match locally computed signature. JWT validity cannot be asserted and should not be trusted. MixerFrontend | 172.18.0.1 - - [21/May/2020:14:10:42 +0000] "GET /v2/api/dashboard/userinfo HTTP/1.1" 403 0 "https://localhost/pages/dashboard" "Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Firefox/68.0" MixerFrontend | 172.18.0.1 - - [21/May/2020:14:10:43 +0000] "GET /v2/api/show/project/scannersavaliable HTTP/1.1" 403 0 "https://localhost/pages/dashboard" "Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Firefox/68.0" MixerBackend | 2020-05-21 14:10:43.045 ERROR 1 --- [nio-8443-exec-7] io.mixeway.rest.utils.LoginUtil : Exception occured: JWT signature does not match locally computed signature. JWT validity cannot be asserted and should not be trusted. MixerFrontend | 172.18.0.1 - - [21/May/2020:14:10:43 +0000] "GET /v2/api/dashboard/projects HTTP/1.1" 403 0 "https://localhost/pages/dashboard" "Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Firefox/68.0" MixerBackend | 2020-05-21 14:10:43.117 ERROR 1 --- [nio-8443-exec-2] io.mixeway.rest.utils.LoginUtil : Exception occured: JWT signature does not match locally computed signature. JWT validity cannot be asserted and should not be trusted. MixerBackend | 2020-05-21 14:10:43.165 ERROR 1 --- [io-8443-exec-10] io.mixeway.rest.utils.LoginUtil : Exception occured: JWT signature does not match locally computed signature. JWT validity cannot be asserted and should not be trusted. MixerFrontend | 172.18.0.1 - - [21/May/2020:14:10:43 +0000] "GET /v2/api/dashboard/getvulntrenddata HTTP/1.1" 403 0 "https://localhost/pages/dashboard" "Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Firefox/68.0" MixerFrontend | 172.18.0.1 - - [21/May/2020:14:10:43 +0000] "GET /v2/api/dashboard/userinfo HTTP/1.1" 499 0 "https://localhost/pages/dashboard" "Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Firefox/68.0" MixerFrontend | 172.18.0.1 - - [21/May/2020:14:10:43 +0000] "GET /v2/api/dashboard/getsourcetrenddata HTTP/1.1" 499 0 "https://localhost/pages/dashboard" "Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Firefox/68.0" MixerBackend | 2020-05-21 14:10:54.591 ERROR 1 --- [nio-8443-exec-5] io.mixeway.rest.utils.LoginUtil : Exception occured: JWT signature does not match locally computed signature. JWT validity cannot be asserted and should not be trusted. MixerFrontend | 172.18.0.1 - - [21/May/2020:14:10:54 +0000] "GET /v2/api/show/project/scannersavaliable HTTP/1.1" 403 0 "https://localhost/pages/dashboard" "Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Firefox/68.0" MixerBackend | 2020-05-21 14:10:54.612 ERROR 1 --- [nio-8443-exec-7] io.mixeway.rest.utils.LoginUtil : Exception occured: JWT signature does not match locally computed signature. JWT validity cannot be asserted and should not be trusted. MixerFrontend | 172.18.0.1 - - [21/May/2020:14:10:54 +0000] "GET /v2/api/dashboard/getvulntrenddata HTTP/1.1" 403 0 "https://localhost/pages/dashboard" "Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Firefox/68.0" MixerBackend | 2020-05-21 14:10:54.672 ERROR 1 --- [nio-8443-exec-3] io.mixeway.rest.utils.LoginUtil : Exception occured: JWT signature does not match locally computed signature. JWT validity cannot be asserted and should not be trusted. MixerFrontend | 172.18.0.1 - - [21/May/2020:14:10:54 +0000] "GET /v2/api/dashboard/projects HTTP/1.1" 403 0 "https://localhost/pages/dashboard" "Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Firefox/68.0" MixerBackend | 2020-05-21 14:10:54.861 ERROR 1 --- [nio-8443-exec-2] io.mixeway.rest.utils.LoginUtil : Exception occured: JWT signature does not match locally computed signature. JWT validity cannot be asserted and should not be trusted. MixerBackend | 2020-05-21 14:10:54.861 ERROR 1 --- [nio-8443-exec-1] io.mixeway.rest.utils.LoginUtil : Exception occured: JWT signature does not match locally computed signature. JWT validity cannot be asserted and should not be trusted. MixerFrontend | 172.18.0.1 - - [21/May/2020:14:10:54 +0000] "GET /v2/api/dashboard/userinfo HTTP/1.1" 403 0 "https://localhost/pages/dashboard" "Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Firefox/68.0" MixerFrontend | 172.18.0.1 - - [21/May/2020:14:10:54 +0000] "GET /v2/api/dashboard/getsourcetrenddata HTTP/1.1" 403 0 "https://localhost/pages/dashboard" "Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Firefox/68.0" MixerBackend | 2020-05-21 14:10:55.362 ERROR 1 --- [nio-8443-exec-7] io.mixeway.rest.utils.LoginUtil : Exception occured: JWT signature does not match locally computed signature. JWT validity cannot be asserted and should not be trusted. MixerFrontend | 172.18.0.1 - - [21/May/2020:14:10:55 +0000] "GET /v2/api/show/project/scannersavaliable HTTP/1.1" 403 0 "https://localhost/pages/dashboard" "Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Firefox/68.0" MixerBackend | 2020-05-21 14:10:55.411 ERROR 1 --- [nio-8443-exec-2] io.mixeway.rest.utils.LoginUtil : Exception occured: JWT signature does not match locally computed signature. JWT validity cannot be asserted and should not be trusted. MixerFrontend | 172.18.0.1 - - [21/May/2020:14:10:55 +0000] "GET /v2/api/dashboard/getvulntrenddata HTTP/1.1" 403 0 "https://localhost/pages/dashboard" "Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Firefox/68.0" MixerBackend | 2020-05-21 14:10:55.513 ERROR 1 --- [nio-8443-exec-7] io.mixeway.rest.utils.LoginUtil : Exception occured: JWT signature does not match locally computed signature. JWT validity cannot be asserted and should not be trusted. MixerFrontend | 172.18.0.1 - - [21/May/2020:14:10:55 +0000] "GET /v2/api/dashboard/userinfo HTTP/1.1" 403 0 "https://localhost/pages/dashboard" "Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Firefox/68.0" MixerFrontend | 172.18.0.1 - - [21/May/2020:14:10:55 +0000] "GET /v2/api/dashboard/getsourcetrenddata HTTP/1.1" 499 0 "https://localhost/pages/dashboard" "Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Firefox/68.0" MixerFrontend | 172.18.0.1 - - [21/May/2020:14:10:55 +0000] "GET /v2/api/dashboard/projects HTTP/1.1" 499 0 "https://localhost/pages/dashboard" "Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Firefox/68.0" MixerBackend | 2020-05-21 14:10:55.557 ERROR 1 --- [nio-8443-exec-8] io.mixeway.rest.utils.LoginUtil : Exception occured: JWT signature does not match locally computed signature. JWT validity cannot be asserted and should not be trusted. MixerBackend | 2020-05-21 14:11:06.944 ERROR 1 --- [nio-8443-exec-1] io.mixeway.rest.utils.LoginUtil : Exception occured: JWT signature does not match locally computed signature. JWT validity cannot be asserted and should not be trusted. MixerFrontend | 172.18.0.1 - - [21/May/2020:14:11:06 +0000] "GET /v2/api/show/project/scannersavaliable HTTP/1.1" 403 0 "https://localhost/pages/dashboard" "Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Firefox/68.0" MixerFrontend | 172.18.0.1 - - [21/May/2020:14:11:07 +0000] "GET /v2/api/dashboard/getvulntrenddata HTTP/1.1" 403 0 "https://localhost/pages/dashboard" "Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Firefox/68.0" MixerBackend | 2020-05-21 14:11:07.658 ERROR 1 --- [nio-8443-exec-5] io.mixeway.rest.utils.LoginUtil : Exception occured: JWT signature does not match locally computed signature. JWT validity cannot be asserted and should not be trusted. MixerBackend | 2020-05-21 14:11:07.902 ERROR 1 --- [nio-8443-exec-1] io.mixeway.rest.utils.LoginUtil : Exception occured: JWT signature does not match locally computed signature. JWT validity cannot be asserted and should not be trusted. MixerFrontend | 172.18.0.1 - - [21/May/2020:14:11:07 +0000] "GET /v2/api/dashboard/getsourcetrenddata HTTP/1.1" 403 0 "https://localhost/pages/dashboard" "Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Firefox/68.0" MixerBackend | 2020-05-21 14:11:08.070 ERROR 1 --- [nio-8443-exec-2] io.mixeway.rest.utils.LoginUtil : Exception occured: JWT signature does not match locally computed signature. JWT validity cannot be asserted and should not be trusted. MixerBackend | 2020-05-21 14:11:08.076 ERROR 1 --- [nio-8443-exec-6] io.mixeway.rest.utils.LoginUtil : Exception occured: JWT signature does not match locally computed signature. JWT validity cannot be asserted and should not be trusted. MixerFrontend | 172.18.0.1 - - [21/May/2020:14:11:08 +0000] "GET /v2/api/show/project/scannersavaliable HTTP/1.1" 403 0 "https://localhost/pages/dashboard" "Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Firefox/68.0" MixerFrontend | 172.18.0.1 - - [21/May/2020:14:11:08 +0000] "GET /v2/api/dashboard/userinfo HTTP/1.1" 403 0 "https://localhost/pages/dashboard" "Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Firefox/68.0" MixerBackend | 2020-05-21 14:11:08.212 ERROR 1 --- [nio-8443-exec-3] io.mixeway.rest.utils.LoginUtil : Exception occured: JWT signature does not match locally computed signature. JWT validity cannot be asserted and should not be trusted. MixerFrontend | 172.18.0.1 - - [21/May/2020:14:11:08 +0000] "GET /v2/api/dashboard/projects HTTP/1.1" 403 0 "https://localhost/pages/dashboard" "Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Firefox/68.0" MixerBackend | 2020-05-21 14:11:08.257 ERROR 1 --- [io-8443-exec-10] io.mixeway.rest.utils.LoginUtil : Exception occured: JWT signature does not match locally computed signature. JWT validity cannot be asserted and should not be trusted. MixerFrontend | 172.18.0.1 - - [21/May/2020:14:11:08 +0000] "GET /v2/api/dashboard/getsourcetrenddata HTTP/1.1" 403 0 "https://localhost/pages/dashboard" "Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Firefox/68.0" MixerBackend | 2020-05-21 14:11:08.269 ERROR 1 --- [nio-8443-exec-7] io.mixeway.rest.utils.LoginUtil : Exception occured: JWT signature does not match locally computed signature. JWT validity cannot be asserted and should not be trusted. MixerFrontend | 172.18.0.1 - - [21/May/2020:14:11:08 +0000] "GET /v2/api/dashboard/getvulntrenddata HTTP/1.1" 403 0 "https://localhost/pages/dashboard" "Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Firefox/68.0" MixerFrontend | 172.18.0.1 - - [21/May/2020:14:11:08 +0000] "GET /v2/api/dashboard/userinfo HTTP/1.1" 499 0 "https://localhost/pages/dashboard" "Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Firefox/68.0" MixerBackend | 2020-05-21 14:11:27.576 ERROR 1 --- [nio-8443-exec-5] io.mixeway.rest.utils.LoginUtil : Exception occured: JWT signature does not match locally computed signature. JWT validity cannot be asserted and should not be trusted. MixerFrontend | 172.18.0.1 - - [21/May/2020:14:11:27 +0000] "GET /v2/api/dashboard/getvulntrenddata HTTP/1.1" 403 0 "https://localhost/pages/dashboard" "Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Firefox/68.0" MixerBackend | 2020-05-21 14:11:27.887 ERROR 1 --- [nio-8443-exec-4] io.mixeway.rest.utils.LoginUtil : Exception occured: JWT signature does not match locally computed signature. JWT validity cannot be asserted and should not be trusted. MixerFrontend | 172.18.0.1 - - [21/May/2020:14:11:27 +0000] "GET /v2/api/show/project/scannersavaliable HTTP/1.1" 403 0 "https://localhost/pages/dashboard" "Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Firefox/68.0" MixerBackend | 2020-05-21 14:11:27.948 ERROR 1 --- [nio-8443-exec-3] io.mixeway.rest.utils.LoginUtil : Exception occured: JWT signature does not match locally computed signature. JWT validity cannot be asserted and should not be trusted. MixerFrontend | 172.18.0.1 - - [21/May/2020:14:11:27 +0000] "GET /v2/api/dashboard/projects HTTP/1.1" 403 0 "https://localhost/pages/dashboard" "Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Firefox/68.0" MixerBackend | 2020-05-21 14:11:28.011 ERROR 1 --- [nio-8443-exec-8] io.mixeway.rest.utils.LoginUtil : Exception occured: JWT signature does not match locally computed signature. JWT validity cannot be asserted and should not be trusted. MixerFrontend | 172.18.0.1 - - [21/May/2020:14:11:28 +0000] "GET /v2/api/dashboard/getsourcetrenddata HTTP/1.1" 403 0 "https://localhost/pages/dashboard" "Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Firefox/68.0" MixerBackend | 2020-05-21 14:11:28.121 ERROR 1 --- [nio-8443-exec-6] io.mixeway.rest.utils.LoginUtil : Exception occured: JWT signature does not match locally computed signature. JWT validity cannot be asserted and should not be trusted. MixerFrontend | 172.18.0.1 - - [21/May/2020:14:11:28 +0000] "GET /v2/api/dashboard/userinfo HTTP/1.1" 403 0 "https://localhost/pages/dashboard" "Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Firefox/68.0" MixerBackend | 2020-05-21 14:11:28.195 ERROR 1 --- [nio-8443-exec-1] io.mixeway.rest.utils.LoginUtil : Exception occured: JWT signature does not match locally computed signature. JWT validity cannot be asserted and should not be trusted. MixerFrontend | 172.18.0.1 - - [21/May/2020:14:11:28 +0000] "GET /v2/api/show/project/scannersavaliable HTTP/1.1" 403 0 "https://localhost/pages/dashboard" "Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Firefox/68.0" MixerFrontend | 172.18.0.1 - - [21/May/2020:14:11:28 +0000] "GET /v2/api/dashboard/getsourcetrenddata HTTP/1.1" 499 0 "https://localhost/pages/dashboard" "Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Firefox/68.0" MixerFrontend | 172.18.0.1 - - [21/May/2020:14:11:28 +0000] "GET /v2/api/dashboard/projects HTTP/1.1" 499 0 "https://localhost/pages/dashboard" "Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Firefox/68.0" MixerFrontend | 172.18.0.1 - - [21/May/2020:14:11:28 +0000] "GET /v2/api/dashboard/getvulntrenddata HTTP/1.1" 499 0 "https://localhost/pages/dashboard" "Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Firefox/68.0" MixerBackend | 2020-05-21 14:11:28.256 ERROR 1 --- [nio-8443-exec-7] io.mixeway.rest.utils.LoginUtil : Exception occured: JWT signature does not match locally computed signature. JWT validity cannot be asserted and should not be trusted. MixerFrontend | 172.18.0.1 - - [21/May/2020:14:11:28 +0000] "GET /v2/api/dashboard/userinfo HTTP/1.1" 403 0 "https://localhost/pages/dashboard" "Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Firefox/68.0" MixerFrontend | 172.18.0.1 - - [21/May/2020:14:11:40 +0000] "GET /v2/api/dashboard/getvulntrenddata HTTP/1.1" 403 0 "https://localhost/pages/dashboard" "Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Firefox/68.0" MixerBackend | 2020-05-21 14:11:40.012 ERROR 1 --- [nio-8443-exec-7] io.mixeway.rest.utils.LoginUtil : Exception occured: JWT signature does not match locally computed signature. JWT validity cannot be asserted and should not be trusted. MixerBackend | 2020-05-21 14:11:40.099 ERROR 1 --- [nio-8443-exec-7] io.mixeway.rest.utils.LoginUtil : Exception occured: JWT signature does not match locally computed signature. JWT validity cannot be asserted and should not be trusted. MixerFrontend | 172.18.0.1 - - [21/May/2020:14:11:40 +0000] "GET /v2/api/show/project/scannersavaliable HTTP/1.1" 403 0 "https://localhost/pages/dashboard" "Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Firefox/68.0" MixerBackend | 2020-05-21 14:11:40.132 ERROR 1 --- [nio-8443-exec-1] io.mixeway.rest.utils.LoginUtil : Exception occured: JWT signature does not match locally computed signature. JWT validity cannot be asserted and should not be trusted. MixerFrontend | 172.18.0.1 - - [21/May/2020:14:11:40 +0000] "GET /v2/api/dashboard/userinfo HTTP/1.1" 403 0 "https://localhost/pages/dashboard" "Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Firefox/68.0" MixerFrontend | 172.18.0.1 - - [21/May/2020:14:11:40 +0000] "GET /v2/api/dashboard/getsourcetrenddata HTTP/1.1" 499 0 "https://localhost/pages/dashboard" "Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Firefox/68.0" MixerFrontend | 172.18.0.1 - - [21/May/2020:14:11:40 +0000] "GET /v2/api/dashboard/projects HTTP/1.1" 499 0 "https://localhost/pages/dashboard" "Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Firefox/68.0" MixerBackend | 2020-05-21 14:12:38.933 ERROR 1 --- [io-8443-exec-10] io.mixeway.rest.utils.LoginUtil : Exception occured: JWT signature does not match locally computed signature. JWT validity cannot be asserted and should not be trusted. MixerFrontend | 172.18.0.1 - - [21/May/2020:14:12:38 +0000] "GET /v2/api/dashboard/getvulntrenddata HTTP/1.1" 403 0 "https://localhost/pages/dashboard" "Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Firefox/68.0" MixerBackend | 2020-05-21 14:12:39.206 ERROR 1 --- [nio-8443-exec-6] io.mixeway.rest.utils.LoginUtil : Exception occured: JWT signature does not match locally computed signature. JWT validity cannot be asserted and should not be trusted. MixerFrontend | 172.18.0.1 - - [21/May/2020:14:12:39 +0000] "GET /v2/api/show/project/scannersavaliable HTTP/1.1" 403 0 "https://localhost/pages/dashboard" "Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Firefox/68.0" MixerBackend | 2020-05-21 14:12:39.256 ERROR 1 --- [nio-8443-exec-4] io.mixeway.rest.utils.LoginUtil : Exception occured: JWT signature does not match locally computed signature. JWT validity cannot be asserted and should not be trusted. MixerFrontend | 172.18.0.1 - - [21/May/2020:14:12:39 +0000] "GET /v2/api/dashboard/getsourcetrenddata HTTP/1.1" 403 0 "https://localhost/pages/dashboard" "Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Firefox/68.0" MixerBackend | 2020-05-21 14:12:39.418 ERROR 1 --- [nio-8443-exec-5] io.mixeway.rest.utils.LoginUtil : Exception occured: JWT signature does not match locally computed signature. JWT validity cannot be asserted and should not be trusted. MixerFrontend | 172.18.0.1 - - [21/May/2020:14:12:39 +0000] "GET /v2/api/dashboard/projects HTTP/1.1" 403 0 "https://localhost/pages/dashboard" "Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Firefox/68.0" MixerBackend | 2020-05-21 14:12:39.690 ERROR 1 --- [nio-8443-exec-7] io.mixeway.rest.utils.LoginUtil : Exception occured: JWT signature does not match locally computed signature. JWT validity cannot be asserted and should not be trusted. MixerFrontend | 172.18.0.1 - - [21/May/2020:14:12:39 +0000] "GET /v2/api/dashboard/getvulntrenddata HTTP/1.1" 403 0 "https://localhost/pages/dashboard" "Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Firefox/68.0" MixerBackend | 2020-05-21 14:12:39.689 ERROR 1 --- [nio-8443-exec-8] io.mixeway.rest.utils.LoginUtil : Exception occured: JWT signature does not match locally computed signature. JWT validity cannot be asserted and should not be trusted. MixerFrontend | 172.18.0.1 - - [21/May/2020:14:12:39 +0000] "GET /v2/api/dashboard/getsourcetrenddata HTTP/1.1" 403 0 "https://localhost/pages/dashboard" "Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Firefox/68.0" MixerFrontend | 172.18.0.1 - - [21/May/2020:14:12:39 +0000] "GET /v2/api/dashboard/projects HTTP/1.1" 499 0 "https://localhost/pages/dashboard" "Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Firefox/68.0" MixerFrontend | 172.18.0.1 - - [21/May/2020:14:12:39 +0000] "GET /v2/api/dashboard/userinfo HTTP/1.1" 499 0 "https://localhost/pages/dashboard" "Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Firefox/68.0" MixerBackend | 2020-05-21 14:12:39.725 ERROR 1 --- [nio-8443-exec-9] io.mixeway.rest.utils.LoginUtil : Exception occured: JWT signature does not match locally computed signature. JWT validity cannot be asserted and should not be trusted. MixerFrontend | 172.18.0.1 - - [21/May/2020:14:12:39 +0000] "GET /v2/api/show/project/scannersavaliable HTTP/1.1" 499 0 "https://localhost/pages/dashboard" "Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Firefox/68.0" MixerFrontend | 172.18.0.1 - - [21/May/2020:14:12:39 +0000] "GET /auth/login HTTP/1.1" 200 884 "https://localhost/pages/dashboard" "Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Firefox/68.0" MixerFrontend | 172.18.0.1 - - [21/May/2020:14:13:00 +0000] "GET /v2/auth/status HTTP/1.1" 200 67 "https://localhost/auth/login" "Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Firefox/68.0" MixerBackend | 2020-05-21 14:13:14.926 INFO 1 --- [nio-8443-exec-6] i.mixeway.rest.auth.service.AuthService : User is successfuly logged admin MixerFrontend | 172.18.0.1 - - [21/May/2020:14:13:18 +0000] "POST /v2/auth/pass HTTP/1.1" 200 5 "https://localhost/auth/login" "Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Firefox/68.0" MixerFrontend | 172.18.0.1 - - [21/May/2020:14:13:26 +0000] "GET /v2/api/dashboard/userinfo HTTP/1.1" 200 58 "https://localhost/pages/dashboard" "Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Firefox/68.0" MixerFrontend | 172.18.0.1 - - [21/May/2020:14:13:26 +0000] "GET /v2/api/dashboard/projects HTTP/1.1" 200 33 "https://localhost/pages/dashboard" "Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Firefox/68.0" MixerFrontend | 172.18.0.1 - - [21/May/2020:14:13:26 +0000] "GET / HTTP/1.1" 200 884 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Firefox/68.0" MixerFrontend | 172.18.0.1 - - [21/May/2020:14:13:26 +0000] "GET /v2/api/show/project/scannersavaliable HTTP/1.1" 200 33 "https://localhost/pages/dashboard" "Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Firefox/68.0" MixerFrontend | 172.18.0.1 - - [21/May/2020:14:13:26 +0000] "GET /styles.1fee422af28f2824e8de.css HTTP/1.1" 200 129379 "https://localhost/" "Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Firefox/68.0" MixerFrontend | 172.18.0.1 - - [21/May/2020:14:13:26 +0000] "GET /main-es2015.e39f764bee88196d2b96.js HTTP/1.1" 200 455797 "https://localhost/" "Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Firefox/68.0" MixerFrontend | 172.18.0.1 - - [21/May/2020:14:13:26 +0000] "GET /v2/api/dashboard/getvulntrenddata HTTP/1.1" 200 33 "https://localhost/pages/dashboard" "Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Firefox/68.0" MixerFrontend | 172.18.0.1 - - [21/May/2020:14:13:26 +0000] "GET /v2/api/dashboard/getsourcetrenddata HTTP/1.1" 200 0 "https://localhost/pages/dashboard" "Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Firefox/68.0" MixerFrontend | 172.18.0.1 - - [21/May/2020:14:13:26 +0000] "GET /runtime-es2015.3288991bfdbc84786437.js HTTP/1.1" 200 1165 "https://localhost/" "Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Firefox/68.0" MixerFrontend | 172.18.0.1 - - [21/May/2020:14:13:26 +0000] "GET /polyfills-es2015.3b54d4e1c2b33c7a3b4c.js HTTP/1.1" 200 30351 "https://localhost/" "Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Firefox/68.0" MixerFrontend | 172.18.0.1 - - [21/May/2020:14:13:26 +0000] "GET /scripts.42eeac4dd06fd4886a5f.js HTTP/1.1" 200 517165 "https://localhost/" "Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Firefox/68.0" MixerFrontend | 172.18.0.1 - - [21/May/2020:14:13:27 +0000] "GET /favicon.ico HTTP/1.1" 200 4978 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Firefox/68.0" MixerFrontend | 172.18.0.1 - - [21/May/2020:14:13:28 +0000] "GET /v2/api/show/project/proxies HTTP/1.1" 200 125 "https://localhost/pages/admin" "Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Firefox/68.0" MixerFrontend | 172.18.0.1 - - [21/May/2020:14:13:29 +0000] "GET /v2/api/admin/settings/ HTTP/1.1" 200 210 "https://localhost/pages/admin" "Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Firefox/68.0" MixerFrontend | 172.18.0.1 - - [21/May/2020:14:13:29 +0000] "GET /v2/api/show/project/routingdomains HTTP/1.1" 200 75 "https://localhost/pages/admin" "Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Firefox/68.0" MixerFrontend | 172.18.0.1 - - [21/May/2020:14:13:29 +0000] "GET /v2/api/admin/scanertypes HTTP/1.1" 200 351 "https://localhost/pages/admin" "Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Firefox/68.0" MixerFrontend | 172.18.0.1 - - [21/May/2020:14:13:29 +0000] "GET /5-es2015.73868becf73cb85bb722.js HTTP/1.1" 200 1129383 "https://localhost/" "Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Firefox/68.0" MixerFrontend | 172.18.0.1 - - [21/May/2020:14:13:30 +0000] "GET /v2/api/admin/projects HTTP/1.1" 200 33 "https://localhost/pages/admin" "Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Firefox/68.0" MixerFrontend | 172.18.0.1 - - [21/May/2020:14:13:30 +0000] "GET /Roboto-Regular.b2a6341ae7440130ec4b.woff2 HTTP/1.1" 200 64184 "https://localhost/styles.1fee422af28f2824e8de.css" "Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Firefox/68.0" MixerFrontend | 172.18.0.1 - - [21/May/2020:14:13:30 +0000] "GET /v2/api/admin/users HTTP/1.1" 200 159 "https://localhost/pages/admin" "Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Firefox/68.0" MixerFrontend | 172.18.0.1 - - [21/May/2020:14:13:30 +0000] "GET /v2/api/admin/settings/webappscanstrategy HTTP/1.1" 200 75 "https://localhost/pages/admin" "Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Firefox/68.0" MixerFrontend | 172.18.0.1 - - [21/May/2020:14:13:30 +0000] "GET /v2/api/admin/scanners HTTP/1.1" 200 262 "https://localhost/pages/admin" "Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Firefox/68.0" MixerFrontend | 172.18.0.1 - - [21/May/2020:14:13:30 +0000] "GET /v2/api/admin/settings/ HTTP/1.1" 200 210 "https://localhost/pages/admin" "Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Firefox/68.0" MixerFrontend | 172.18.0.1 - - [21/May/2020:14:13:35 +0000] "GET /assets/images/Logo1.png HTTP/1.1" 200 973141 "https://localhost/auth/login" "Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Firefox/68.0" MixerFrontend | 172.18.0.1 - - [21/May/2020:14:13:35 +0000] "GET /v2/auth/status HTTP/1.1" 200 67 "https://localhost/auth/login" "Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Firefox/68.0" MixerBackend | 2020-05-21 14:13:35.778 INFO 1 --- [nio-8443-exec-2] i.m.r.a.service.AdminScannerRestService : admin - Deleted scanner https://127.0.0.1:9392/ MixerFrontend | 172.18.0.1 - - [21/May/2020:14:13:35 +0000] "DELETE /v2/api/admin/scanner/18 HTTP/1.1" 200 63 "https://localhost/pages/admin" "Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Firefox/68.0" MixerFrontend | 172.18.0.1 - - [21/May/2020:14:13:36 +0000] "GET /v2/api/admin/scanners HTTP/1.1" 200 33 "https://localhost/pages/admin" "Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Firefox/68.0" MixerBackend | 2020-05-21 14:14:12.512 INFO 1 --- [nio-8443-exec-9] i.m.r.a.service.AdminScannerRestService : admin - Created new scanner of OpenVAS with apiurl https://127.0.0.1:9392 MixerFrontend | 172.18.0.1 - - [21/May/2020:14:14:12 +0000] "PUT /v2/api/admin/scanner/add HTTP/1.1" 201 47 "https://localhost/pages/admin" "Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Firefox/68.0" MixerFrontend | 172.18.0.1 - - [21/May/2020:14:14:12 +0000] "GET /v2/api/admin/scanners HTTP/1.1" 200 255 "https://localhost/pages/admin" "Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Firefox/68.0" MixerBackend | 2020-05-21 14:14:25.294 INFO 1 --- [nio-8443-exec-7] i.m.r.a.service.AdminScannerRestService : admin - Created new scanner of OpenVAS Socket with apiurl https://127.0.0.1:9392 MixerFrontend | 172.18.0.1 - - [21/May/2020:14:14:25 +0000] "PUT /v2/api/admin/scanner/add HTTP/1.1" 201 47 "https://localhost/pages/admin" "Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Firefox/68.0" MixerFrontend | 172.18.0.1 - - [21/May/2020:14:14:25 +0000] "GET /v2/api/admin/scanners HTTP/1.1" 200 277 "https://localhost/pages/admin" "Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Firefox/68.0" MixerBackend | 2020-05-21 14:14:38.965 INFO 1 --- [nio-8443-exec-8] i.m.r.a.service.AdminScannerRestService : admin - Created new scanner of OpenVAS with apiurl https://127.0.0.1:9392 MixerFrontend | 172.18.0.1 - - [21/May/2020:14:14:38 +0000] "PUT /v2/api/admin/scanner/add HTTP/1.1" 201 47 "https://localhost/pages/admin" "Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Firefox/68.0" MixerFrontend | 172.18.0.1 - - [21/May/2020:14:14:39 +0000] "GET /v2/api/admin/scanners HTTP/1.1" 200 291 "https://localhost/pages/admin" "Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Firefox/68.0"

siewer commented 4 years ago

Just briefly looking at the logs I cannnkt see you “clicking” test button. After adding scanner at the right You have three buttons, the middle one is to test the data provided, if everything is ok scanner is activated. I will intoroduce PR in few hours where test will be triggered automatically after scanner save

siewer commented 4 years ago

Please provide version of openvas I will try to reproduce the error

pretech86 commented 4 years ago

OpenVAS Scanner 5.1.3

and this is the log after failed to active open vas

MixerBackend | 2020-05-22 14:00:20.220 INFO 1 --- [nio-8443-exec-8] i.m.r.a.service.AdminScannerRestService : admin - Created new scanner of OpenVAS with apiurl https://127.0.0.1:9392 MixerFrontend | 172.18.0.1 - - [22/May/2020:14:00:20 +0000] "PUT /v2/api/admin/scanner/add HTTP/1.1" 201 47 "https://localhost/pages/admin" "Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Firefox/68.0" MixerFrontend | 172.18.0.1 - - [22/May/2020:14:00:20 +0000] "GET /v2/api/admin/scanners HTTP/1.1" 200 253 "https://localhost/pages/admin" "Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Firefox/68.0"

siewer commented 4 years ago

I am afraid that it won’t work. Current integration was tested using OpenVAS 9(it has updated API for openvasmd socket).

It is really easy to give it a shot as there is docker available - https://hub.docker.com/r/mikesplain/openvas/

pretech86 commented 4 years ago

i installed openvas by docker and run it

==> /var/log/openvas/openvassd.messages <== [Thu Apr 4 14:03:34 2019][843] openvassd 5.1.3 started [Thu Apr 4 14:06:02 2019][973] Client not present [Thu Apr 4 14:06:05 2019][843] Received the Terminated signal [Sat May 23 13:32:21 2020][36] openvassd 5.1.3 started [Sat May 23 13:40:00 2020][95] Client not present

and changed port in docker-compose.yaml file in mixwwayhub folder and run it and it run but i cant run it on browser

MixerBackend | 2020-05-23 14:14:42.106 INFO 1 --- [ main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 8443 (https) with context path '' MixerBackend | 2020-05-23 14:14:42.299 INFO 1 --- [ main] io.mixeway.MixeWayApp : Started MixeWayApp in 177.043 seconds (JVM running for 192.095) MixerBackend | 2020-05-23 14:24:16.134 INFO 1 --- [nio-8443-exec-6] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet' MixerBackend | 2020-05-23 14:24:16.148 INFO 1 --- [nio-8443-exec-6] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet' MixerBackend | 2020-05-23 14:24:18.387 INFO 1 --- [nio-8443-exec-6] o.s.web.servlet.DispatcherServlet : Completed initialization in 2239 ms MixerBackend | 2020-05-23 14:24:19.510 ERROR 1 --- [nio-8443-exec-6] io.mixeway.rest.utils.LoginUtil : Request with no credentials MixerBackend | 2020-05-23 14:24:19.878 ERROR 1 --- [nio-8443-exec-9] io.mixeway.rest.utils.LoginUtil : Request with no credentials

siewer commented 4 years ago

Appologies for late anwser.

Using provided OpenVAS docker configuration in Mixeway should be as follow: Scanner Type: OpenVAS API URL: https://localhost:9390 username: admin password: admin

after scanner is saved You should be able to successfully test the configuration. In provided docker of OpenVAS openvas-manager which is responsible for handling API calls is listening on 9390 port so be sure to include it in docker run command (-p 9390:9390)