Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Authentication exception and Role "syncope" does not exist #89

Open
lijin850591109 opened this issue Aug 5, 2019 · 11 comments
Open

Authentication exception and Role "syncope" does not exist #89

lijin850591109 opened this issue Aug 5, 2019 · 11 comments

Comments

@lijin850591109
Copy link

lijin850591109 commented Aug 5, 2019

Describe the bug
A clear and concise description of what the bug is.
On a fresh deployment, cannot access Administration dashboard because of failed login with default credentials: admin/password
Provide Information
Output of helm version:

(base) root@ubuntu:~/sitewhere-k8s/charts# helm version
Client: &version.Version{SemVer:"v2.14.2", GitCommit:"a8b13cc5ab6a7dbef0a58f5061bcc7c0c61598e7", GitTreeState:"clean"}
Server: &version.Version{SemVer:"v2.14.2", GitCommit:"a8b13cc5ab6a7dbef0a58f5061bcc7c0c61598e7", GitTreeState:"clean"}

Output of kubectl version:

(base) root@ubuntu:~/sitewhere-k8s/charts# kubectl version
Client Version: version.Info{Major:"1", Minor:"11", GitVersion:"v1.11.3", GitCommit:"a4529464e4629c21224b3d52edfe0ea91b072862", GitTreeState:"clean", BuildDate:"2018-09-09T18:02:47Z", GoVersion:"go1.10.3", Compiler:"gc", Platform:"linux/amd64"}
Server Version: version.Info{Major:"1", Minor:"11", GitVersion:"v1.11.3", GitCommit:"a4529464e4629c21224b3d52edfe0ea91b072862", GitTreeState:"clean", BuildDate:"2018-09-09T17:53:03Z", GoVersion:"go1.10.3", Compiler:"gc", Platform:"linux/amd64"}

Output of helm ls sitewhere

(base) root@ubuntu:~/sitewhere-k8s/charts# helm ls sitewhere
NAME            REVISION        UPDATED                         STATUS          CHART           APP VERSION     NAMESPACE
sitewhere       1               Mon Aug  5 16:52:31 2019        DEPLOYED        sitewhere-0.2.2 2.1             default  

Cloud Provider/Platform (AKS, GKE, Minikube etc.):
None
SiteWhere App Version:
2.0.0
SiteWhere Chart Version:
Latest sitewhere from https://sitewhere.io/helm-charts
To Reproduce
https://github.com/sitewhere/sitewhere-k8s
https://sitewhere.io/docs/2.0.0/deployment/#monitor-sitewhere-services

Expected behavior
Authenticate successfully and see the dashboard

Additional context

 	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107) [spring-web-5.0.4.RELEASE.jar!/:5.0.4.RELEASE]
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) [spring-security-web-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
	at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:116) [spring-security-web-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) [spring-security-web-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
	at org.springframework.security.web.header.HeaderWriterFilter.doFilterInternal(HeaderWriterFilter.java:66) [spring-security-web-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107) [spring-web-5.0.4.RELEASE.jar!/:5.0.4.RELEASE]
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) [spring-security-web-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
	at org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:105) [spring-security-web-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) [spring-security-web-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
	at org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter.doFilterInternal(WebAsyncManagerIntegrationFilter.java:56) [spring-security-web-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107) [spring-web-5.0.4.RELEASE.jar!/:5.0.4.RELEASE]
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) [spring-security-web-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
	at org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:215) [spring-security-web-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
	at org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:178) [spring-security-web-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) [tomcat-embed-core-8.5.28.jar!/:8.5.28]
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) [tomcat-embed-core-8.5.28.jar!/:8.5.28]
	at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:199) [tomcat-embed-core-8.5.28.jar!/:8.5.28]
	at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96) [tomcat-embed-core-8.5.28.jar!/:8.5.28]
	at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:496) [tomcat-embed-core-8.5.28.jar!/:8.5.28]
	at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:140) [tomcat-embed-core-8.5.28.jar!/:8.5.28]
	at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:81) [tomcat-embed-core-8.5.28.jar!/:8.5.28]
	at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:87) [tomcat-embed-core-8.5.28.jar!/:8.5.28]
	at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:342) [tomcat-embed-core-8.5.28.jar!/:8.5.28]
	at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:803) [tomcat-embed-core-8.5.28.jar!/:8.5.28]
	at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:66) [tomcat-embed-core-8.5.28.jar!/:8.5.28]
	at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:790) [tomcat-embed-core-8.5.28.jar!/:8.5.28]
	at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1459) [tomcat-embed-core-8.5.28.jar!/:8.5.28]
	at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) [tomcat-embed-core-8.5.28.jar!/:8.5.28]
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [na:1.8.0_212]
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [na:1.8.0_212]
	at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) [tomcat-embed-core-8.5.28.jar!/:8.5.28]
	at java.lang.Thread.run(Thread.java:748) [na:1.8.0_212]
Caused by: io.grpc.StatusRuntimeException: UNAVAILABLE: no healthy upstream
	at io.grpc.stub.ClientCalls.toStatusRuntimeException(ClientCalls.java:235) ~[grpc-stub-1.21.0.jar!/:1.21.0]
	at io.grpc.stub.ClientCalls.getUnchecked(ClientCalls.java:216) ~[grpc-stub-1.21.0.jar!/:1.21.0]
	at io.grpc.stub.ClientCalls.blockingUnaryCall(ClientCalls.java:141) ~[grpc-stub-1.21.0.jar!/:1.21.0]
	at com.sitewhere.grpc.service.UserManagementGrpc$UserManagementBlockingStub.authenticate(UserManagementGrpc.java:1038) ~[sitewhere-grpc-user-management-2.1.0.jar!/:na]
	at com.sitewhere.grpc.client.user.UserManagementApiChannel.authenticate(UserManagementApiChannel.java:145) ~[sitewhere-grpc-client-2.1.0.jar!/:na]
	... 37 common frames omitted 






 2019-08-05 08:59:40.142 GMT [584] FATAL:  password authentication failed for user "syncope"
2019-08-05 08:59:40.142 GMT [584] DETAIL:  Role "syncope" does not exist.
	Connection matched pg_hba.conf line 1: "host     all             all             0.0.0.0/0               md5"
2019-08-05 08:59:43.456 GMT [592] FATAL:  password authentication failed for user "syncope"
2019-08-05 08:59:43.456 GMT [592] DETAIL:  Role "syncope" does not exist.
	Connection matched pg_hba.conf line 1: "host     all             all             0.0.0.0/0               md5"
2019-08-05 08:59:50.147 GMT [599] FATAL:  password authentication failed for user "syncope"
2019-08-05 08:59:50.147 GMT [599] DETAIL:  Role "syncope" does not exist.
	Connection matched pg_hba.conf line 1: "host     all             all             0.0.0.0/0               md5"
2019-08-05 08:59:53.456 GMT [607] FATAL:  password authentication failed for user "syncope"
2019-08-05 08:59:53.456 GMT [607] DETAIL:  Role "syncope" does not exist.
	Connection matched pg_hba.conf line 1: "host     all             all             0.0.0.0/0               md5"
2019-08-05 09:00:00.141 GMT [614] FATAL:  password authentication failed for user "syncope"
2019-08-05 09:00:00.141 GMT [614] DETAIL:  Role "syncope" does not exist.
	Connection matched pg_hba.conf line 1: "host     all             all             0.0.0.0/0               md5"
2019-08-05 09:00:03.464 GMT [622] FATAL:  password authentication failed for user "syncope"
2019-08-05 09:00:03.464 GMT [622] DETAIL:  Role "syncope" does not exist.
	Connection matched pg_hba.conf line 1: "host     all             all             0.0.0.0/0               md5"
2019-08-05 09:00:10.140 GMT [629] FATAL:  password authentication failed for user "syncope"
2019-08-05 09:00:10.140 GMT [629] DETAIL:  Role "syncope" does not exist.
	Connection matched pg_hba.conf line 1: "host     all             all             0.0.0.0/0               md5"
2019-08-05 09:00:13.456 GMT [637] FATAL:  password authentication failed for user "syncope"
2019-08-05 09:00:13.456 GMT [637] DETAIL:  Role "syncope" does not exist.
	Connection matched pg_hba.conf line 1: "host     all             all             0.0.0.0/0               md5" 
@jorgevillaverde-sitewhere
Copy link
Contributor

Hi @lijin850591109, can you describe the kubernetes cluster you use to deploy SiteWhere? How many nodes? What resources each node has? From the exception you provided Instance Management is failing to authenticate, but this can be due to some other part of the system not being healthy or unavailable.

@derekadams
Copy link
Member

As Jorge mentioned, the exception is probably due to a problem with Instance Management microservice startup. If you can provide the complete logs, we'll take a look. We've also seen an occasional issue with Istio where the microservices are running with no errors, but the connection between the REST API gateway and Instance Management takes a long time to become available. This has shown up on Docker for Windows and can be fixed by restarting the Docker engine. Also, which log has the password authentication failed for user "syncope" messages?

@lijin850591109
Copy link
Author

lijin850591109 commented Aug 6, 2019

my cluster has two nodes, Mem 96G CPU 24 Hard Disk 1T for each node

password authentication failed for user "syncope" log is in sitewhere-postgresql container
the sitewhere-postgresql complete logs:

[38;5;6m �[38;5;5m01:02:31.01 �[0m
�[38;5;6m �[38;5;5m01:02:31.01 �[0m�[1mWelcome to the Bitnami postgresql container�[0m
�[38;5;6m �[38;5;5m01:02:31.01 �[0mSubscribe to project updates by watching �[1mhttps://github.com/bitnami/bitnami-docker-postgresql�[0m
�[38;5;6m �[38;5;5m01:02:31.01 �[0mSubmit issues and feature requests at �[1mhttps://github.com/bitnami/bitnami-docker-postgresql/issues�[0m
�[38;5;6m �[38;5;5m01:02:31.01 �[0mSend us your feedback at �[[email protected]�[0m
�[38;5;6m �[38;5;5m01:02:31.02 �[0m
�[38;5;6m �[38;5;5m01:02:31.04 �[0m�[38;5;2mINFO �[0m ==> ** Starting PostgreSQL setup **
�[38;5;6m �[38;5;5m01:02:31.11 �[0m�[38;5;2mINFO �[0m ==> Validating settings in POSTGRESQL_* env vars..
�[38;5;6m �[38;5;5m01:02:31.11 �[0m�[38;5;2mINFO �[0m ==> Initializing PostgreSQL database...
�[38;5;6m �[38;5;5m01:02:31.12 �[0m�[38;5;2mINFO �[0m ==> postgresql.conf file not detected. Generating it...
�[38;5;6m �[38;5;5m01:02:31.14 �[0m�[38;5;2mINFO �[0m ==> pg_hba.conf file not detected. Generating it...
�[38;5;6m �[38;5;5m01:02:31.15 �[0m�[38;5;2mINFO �[0m ==> Deploying PostgreSQL with persisted data...
�[38;5;6m �[38;5;5m01:02:31.15 �[0m�[38;5;2mINFO �[0m ==> Cleaning stale postmaster.pid file
�[38;5;6m �[38;5;5m01:02:31.19 �[0m�[38;5;2mINFO �[0m ==> Configuring replication parameters
�[38;5;6m �[38;5;5m01:02:31.24 �[0m�[38;5;2mINFO �[0m ==> Configuring fsync
�[38;5;6m �[38;5;5m01:02:31.26 �[0m�[38;5;2mINFO �[0m ==> Loading custom scripts...
�[38;5;6m �[38;5;5m01:02:31.26 �[0m�[38;5;2mINFO �[0m ==> Enabling remote connections
�[38;5;6m �[38;5;5m01:02:31.28 �[0m�[38;5;2mINFO �[0m ==> Stopping PostgreSQL...
�[38;5;6m �[38;5;5m01:02:31.28 �[0m�[38;5;2mINFO �[0m ==> ** PostgreSQL setup finished! **

�[38;5;6m �[38;5;5m01:02:31.36 �[0m�[38;5;2mINFO �[0m ==> ** Starting PostgreSQL **
2019-08-06 01:02:31.475 GMT [1] LOG:  listening on IPv4 address "0.0.0.0", port 5432
2019-08-06 01:02:31.475 GMT [1] LOG:  listening on IPv6 address "::", port 5432
2019-08-06 01:02:31.541 GMT [1] LOG:  listening on Unix socket "/tmp/.s.PGSQL.5432"
2019-08-06 01:02:31.819 GMT [183] LOG:  database system was interrupted; last known up at 2019-08-06 01:02:18 GMT
2019-08-06 01:02:32.046 GMT [183] LOG:  database system was not properly shut down; automatic recovery in progress
2019-08-06 01:02:32.112 GMT [183] LOG:  redo starts at 0/164AB40
2019-08-06 01:02:32.112 GMT [183] LOG:  invalid record length at 0/164ABE8: wanted 24, got 0
2019-08-06 01:02:32.112 GMT [183] LOG:  redo done at 0/164AB78
2019-08-06 01:02:32.349 GMT [1] LOG:  database system is ready to accept connections
2019-08-06 01:02:41.663 GMT [197] FATAL:  password authentication failed for user "syncope"
2019-08-06 01:02:41.663 GMT [197] DETAIL:  Role "syncope" does not exist.
	Connection matched pg_hba.conf line 1: "host     all             all             0.0.0.0/0               md5"
2019-08-06 01:02:46.600 GMT [198] FATAL:  password authentication failed for user "root"
2019-08-06 01:02:46.600 GMT [198] DETAIL:  Role "root" does not exist.
	Connection matched pg_hba.conf line 1: "host     all             all             0.0.0.0/0               md5"
2019-08-06 01:02:51.673 GMT [206] FATAL:  password authentication failed for user "syncope"
2019-08-06 01:02:51.673 GMT [206] DETAIL:  Role "syncope" does not exist.
	Connection matched pg_hba.conf line 1: "host     all             all             0.0.0.0/0               md5"
2019-08-06 01:03:01.666 GMT [214] FATAL:  password authentication failed for user "syncope"
2019-08-06 01:03:01.666 GMT [214] DETAIL:  Role "syncope" does not exist.
	Connection matched pg_hba.conf line 1: "host     all             all             0.0.0.0/0               md5"
2019-08-06 01:03:05.722 GMT [215] FATAL:  password authentication failed for user "syncope"
2019-08-06 01:03:05.722 GMT [215] DETAIL:  Role "syncope" does not exist.
	Connection matched pg_hba.conf line 1: "host     all             all             0.0.0.0/0               md5"
2019-08-06 01:03:07.703 GMT [216] FATAL:  password authentication failed for user "syncope"
2019-08-06 01:03:07.703 GMT [216] DETAIL:  Role "syncope" does not exist.
	Connection matched pg_hba.conf line 1: "host     all             all             0.0.0.0/0               md5"
2019-08-06 01:03:07.901 GMT [217] FATAL:  password authentication failed for user "syncope"
2019-08-06 01:03:07.901 GMT [217] DETAIL:  Role "syncope" does not exist.
	Connection matched pg_hba.conf line 1: "host     all             all             0.0.0.0/0               md5"
2019-08-06 01:03:09.478 GMT [224] FATAL:  password authentication failed for user "syncope"
2019-08-06 01:03:09.478 GMT [224] DETAIL:  Role "syncope" does not exist.
	Connection matched pg_hba.conf line 1: "host     all             all             0.0.0.0/0               md5"
2019-08-06 01:03:11.666 GMT [232] FATAL:  password authentication failed for user "syncope"
2019-08-06 01:03:11.666 GMT [232] DETAIL:  Role "syncope" does not exist.
	Connection matched pg_hba.conf line 1: "host     all             all             0.0.0.0/0               md5"
2019-08-06 01:03:19.473 GMT [239] FATAL:  password authentication failed for user "syncope"
2019-08-06 01:03:19.473 GMT [239] DETAIL:  Role "syncope" does not exist.
	Connection matched pg_hba.conf line 1: "host     all             all             0.0.0.0/0               md5"
2019-08-06 01:03:21.670 GMT [247] FATAL:  password authentication failed for user "syncope"
2019-08-06 01:03:21.670 GMT [247] DETAIL:  Role "syncope" does not exist.
	Connection matched pg_hba.conf line 1: "host     all             all             0.0.0.0/0               md5"
2019-08-06 01:03:29.516 GMT [254] FATAL:  password authentication failed for user "syncope"
2019-08-06 01:03:29.516 GMT [254] DETAIL:  Role "syncope" does not exist.
	Connection matched pg_hba.conf line 1: "host     all             all             0.0.0.0/0               md5"
2019-08-06 01:03:31.660 GMT [262] FATAL:  password authentication failed for user "syncope"
2019-08-06 01:03:31.660 GMT [262] DETAIL:  Role "syncope" does not exist.
	Connection matched pg_hba.conf line 1: "host     all             all             0.0.0.0/0               md5"
2019-08-06 01:03:39.485 GMT [269] FATAL:  password authentication failed for user "syncope"
2019-08-06 01:03:39.485 GMT [269] DETAIL:  Role "syncope" does not exist.
	Connection matched pg_hba.conf line 1: "host     all             all             0.0.0.0/0               md5"
2019-08-06 01:03:41.665 GMT [277] FATAL:  password authentication failed for user "syncope"
2019-08-06 01:03:41.665 GMT [277] DETAIL:  Role "syncope" does not exist.
	Connection matched pg_hba.conf line 1: "host     all             all             0.0.0.0/0               md5"
2019-08-06 01:03:49.497 GMT [284] FATAL:  password authentication failed for user "syncope"
2019-08-06 01:03:49.497 GMT [284] DETAIL:  Role "syncope" does not exist.
	Connection matched pg_hba.conf line 1: "host     all             all             0.0.0.0/0               md5"
2019-08-06 01:03:51.665 GMT [292] FATAL:  password authentication failed for user "syncope"
2019-08-06 01:03:51.665 GMT [292] DETAIL:  Role "syncope" does not exist.
	Connection matched pg_hba.conf line 1: "host     all             all             0.0.0.0/0               md5"
2019-08-06 01:03:59.494 GMT [299] FATAL:  password authentication failed for user "syncope"
2019-08-06 01:03:59.494 GMT [299] DETAIL:  Role "syncope" does not exist.
	Connection matched pg_hba.conf line 1: "host     all             all             0.0.0.0/0               md5"
2019-08-06 01:04:01.665 GMT [307] FATAL:  password authentication failed for user "syncope"
2019-08-06 01:04:01.665 GMT [307] DETAIL:  Role "syncope" does not exist.
	Connection matched pg_hba.conf line 1: "host     all             all             0.0.0.0/0               md5"
2019-08-06 01:04:09.480 GMT [314] FATAL:  password authentication failed for user "syncope"
2019-08-06 01:04:09.480 GMT [314] DETAIL:  Role "syncope" does not exist.
	Connection matched pg_hba.conf line 1: "host     all             all             0.0.0.0/0               md5"
2019-08-06 01:04:11.669 GMT [322] FATAL:  password authentication failed for user "syncope"
2019-08-06 01:04:11.669 GMT [322] DETAIL:  Role "syncope" does not exist.
	Connection matched pg_hba.conf line 1: "host     all             all             0.0.0.0/0               md5"
2019-08-06 01:04:19.483 GMT [329] FATAL:  password authentication failed for user "syncope"
2019-08-06 01:04:19.483 GMT [329] DETAIL:  Role "syncope" does not exist.
	Connection matched pg_hba.conf line 1: "host     all             all             0.0.0.0/0               md5"
2019-08-06 01:04:21.677 GMT [337] FATAL:  password authentication failed for user "syncope"
2019-08-06 01:04:21.677 GMT [337] DETAIL:  Role "syncope" does not exist.
	Connection matched pg_hba.conf line 1: "host     all             all             0.0.0.0/0               md5"
2019-08-06 01:04:29.486 GMT [344] FATAL:  password authentication failed for user "syncope"
2019-08-06 01:04:29.486 GMT [344] DETAIL:  Role "syncope" does not exist.
	Connection matched pg_hba.conf line 1: "host     all             all             0.0.0.0/0               md5"
2019-08-06 01:04:31.675 GMT [352] FATAL:  password authentication failed for user "syncope"
2019-08-06 01:04:31.675 GMT [352] DETAIL:  Role "syncope" does not exist.
	Connection matched pg_hba.conf line 1: "host     all             all             0.0.0.0/0               md5"
2019-08-06 01:04:39.483 GMT [359] FATAL:  password authentication failed for user "syncope"
2019-08-06 01:04:39.483 GMT [359] DETAIL:  Role "syncope" does not exist.
	Connection matched pg_hba.conf line 1: "host     all             all             0.0.0.0/0               md5"
2019-08-06 01:04:41.669 GMT [367] FATAL:  password authentication failed for user "syncope"
2019-08-06 01:04:41.669 GMT [367] DETAIL:  Role "syncope" does not exist.
	Connection matched pg_hba.conf line 1: "host     all             all             0.0.0.0/0               md5"
2019-08-06 01:04:49.489 GMT [374] FATAL:  password authentication failed for user "syncope"
2019-08-06 01:04:49.489 GMT [374] DETAIL:  Role "syncope" does not exist.
	Connection matched pg_hba.conf line 1: "host     all             all             0.0.0.0/0               md5"
2019-08-06 01:04:51.674 GMT [382] FATAL:  password authentication failed for user "syncope"
2019-08-06 01:04:51.674 GMT [382] DETAIL:  Role "syncope" does not exist.
	Connection matched pg_hba.conf line 1: "host     all             all             0.0.0.0/0               md5"
2019-08-06 01:04:59.472 GMT [389] FATAL:  password authentication failed for user "syncope"
2019-08-06 01:04:59.472 GMT [389] DETAIL:  Role "syncope" does not exist.
	Connection matched pg_hba.conf line 1: "host     all             all             0.0.0.0/0               md5"
2019-08-06 01:05:01.669 GMT [397] FATAL:  password authentication failed for user "syncope"
2019-08-06 01:05:01.669 GMT [397] DETAIL:  Role "syncope" does not exist.
	Connection matched pg_hba.conf line 1: "host     all             all             0.0.0.0/0               md5"
2019-08-06 01:05:09.484 GMT [404] FATAL:  password authentication failed for user "syncope"
2019-08-06 01:05:09.484 GMT [404] DETAIL:  Role "syncope" does not exist.
	Connection matched pg_hba.conf line 1: "host     all             all             0.0.0.0/0               md5"

the sitewhere-web-rest complete logs:

        ____        __           __      __  __                             
       /\  _`\   __/\ \__       /\ \  __/\ \/\ \                            
       \ \,\L\_\/\_\ \ ,_\    __\ \ \/\ \ \ \ \ \___      __   _ __    __   
        \/_\__ \\/\ \ \ \/  /'__`\ \ \ \ \ \ \ \  _ `\  /'__`\/\`'__\/'__`\ 
          /\ \L\ \ \ \ \ \_/\  __/\ \ \_/ \_\ \ \ \ \ \/\  __/\ \ \//\  __/ 
          \ `\____\ \_\ \__\ \____\\ `\___x___/\ \_\ \_\ \____\\ \_\\ \____\
           \/_____/\/_/\/__/\/____/ '\/__//__/  \/_/\/_/\/____/ \/_/ \/____/
                                                                     
                   The Open Platform for the Internet of Things (TM)
                              Web and REST Microservice
            
2019-08-06 00:59:48.006  INFO 1 --- [           main] com.sitewhere.web.WebRestApplication     : Starting WebRestApplication on sitewhere-web-rest-78b5556559-64hzk with PID 1 (/service-web-rest-2.1.0-boot.war started by root in /)
2019-08-06 00:59:48.093  INFO 1 --- [           main] com.sitewhere.web.WebRestApplication     : No active profile set, falling back to default profiles: default
2019-08-06 00:59:53.290  INFO 1 --- [           main] ConfigServletWebServerApplicationContext : Refreshing org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@18ef96: startup date [Tue Aug 06 00:59:53 GMT 2019]; root of context hierarchy
2019-08-06 00:59:56.792  INFO 1 --- [           main] o.s.b.f.s.DefaultListableBeanFactory     : Overriding bean definition for bean 'sitewhereAuthenticationProvider' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=com.sitewhere.web.security.AuthApiSecurity; factoryMethodName=sitewhereAuthenticationProvider; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [com/sitewhere/web/security/AuthApiSecurity.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=com.sitewhere.web.security.RestApiSecurity; factoryMethodName=sitewhereAuthenticationProvider; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [com/sitewhere/web/security/RestApiSecurity.class]]
2019-08-06 00:59:56.796  INFO 1 --- [           main] o.s.b.f.s.DefaultListableBeanFactory     : Overriding bean definition for bean 'org.springframework.security.authenticationManager' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=com.sitewhere.web.security.RestApiSecurity; factoryMethodName=authenticationManagerBean; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [com/sitewhere/web/security/RestApiSecurity.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=com.sitewhere.web.security.WsApiSecurity; factoryMethodName=authenticationManagerBean; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [com/sitewhere/web/security/WsApiSecurity.class]]
2019-08-06 00:59:56.796  INFO 1 --- [           main] o.s.b.f.s.DefaultListableBeanFactory     : Overriding bean definition for bean 'sitewhereAuthenticationProvider' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=com.sitewhere.web.security.RestApiSecurity; factoryMethodName=sitewhereAuthenticationProvider; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [com/sitewhere/web/security/RestApiSecurity.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=com.sitewhere.web.security.WsApiSecurity; factoryMethodName=sitewhereAuthenticationProvider; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [com/sitewhere/web/security/WsApiSecurity.class]]
2019-08-06 01:00:04.994  INFO 1 --- [           main] o.s.b.w.embedded.tomcat.TomcatWebServer  : Tomcat initialized with port(s): 8080 (http)
2019-08-06 01:00:05.298  INFO 1 --- [           main] o.apache.catalina.core.StandardService   : Starting service [Tomcat]
2019-08-06 01:00:05.298  INFO 1 --- [           main] org.apache.catalina.core.StandardEngine  : Starting Servlet Engine: Apache Tomcat/8.5.28
2019-08-06 01:00:05.321  INFO 1 --- [ost-startStop-1] o.a.catalina.core.AprLifecycleListener   : The APR based Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: [/usr/lib/jvm/java-1.8-openjdk/jre/lib/amd64/server:/usr/lib/jvm/java-1.8-openjdk/jre/lib/amd64:/usr/lib/jvm/java-1.8-openjdk/jre/../lib/amd64:/usr/java/packages/lib/amd64:/usr/lib64:/lib64:/lib:/usr/lib]
2019-08-06 01:00:15.905  INFO 1 --- [ost-startStop-1] o.a.c.c.C.[.[localhost].[/sitewhere]     : Initializing Spring embedded WebApplicationContext
2019-08-06 01:00:15.905  INFO 1 --- [ost-startStop-1] o.s.web.context.ContextLoader            : Root WebApplicationContext: initialization completed in 22706 ms
2019-08-06 01:00:19.710  INFO 1 --- [ost-startStop-1] o.s.s.web.DefaultSecurityFilterChain     : Creating filter chain: Ant [pattern='/authapi/**'], [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@68139f7b, org.springframework.security.web.context.SecurityContextPersistenceFilter@4c110cba, org.springframework.security.web.header.HeaderWriterFilter@7bd70e6a, org.springframework.security.web.authentication.logout.LogoutFilter@320ae6dc, org.springframework.security.web.authentication.www.BasicAuthenticationFilter@77347b48, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@3088920e, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@72122f1, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@3c29570a, org.springframework.security.web.session.SessionManagementFilter@53b17b68, org.springframework.security.web.access.ExceptionTranslationFilter@16ec50e6, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@65531d82]
2019-08-06 01:00:19.791  INFO 1 --- [ost-startStop-1] o.s.s.web.DefaultSecurityFilterChain     : Creating filter chain: Ant [pattern='/api/**'], [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@26933199, org.springframework.security.web.context.SecurityContextPersistenceFilter@5548a177, org.springframework.security.web.header.HeaderWriterFilter@443b4f40, org.springframework.security.web.authentication.logout.LogoutFilter@554aa9bc, com.sitewhere.web.security.jwt.TokenAuthenticationFilter@7ec2d64b, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@517e31a7, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@4fa13587, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@32d87aea, org.springframework.security.web.session.SessionManagementFilter@1b102c3b, org.springframework.security.web.access.ExceptionTranslationFilter@5303041, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@376a12f9]
2019-08-06 01:00:19.794  INFO 1 --- [ost-startStop-1] o.s.s.web.DefaultSecurityFilterChain     : Creating filter chain: Ant [pattern='/ws/**'], [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@5e9ac4b6, org.springframework.security.web.context.SecurityContextPersistenceFilter@1bf68ab3, org.springframework.security.web.header.HeaderWriterFilter@345dba75, org.springframework.security.web.authentication.logout.LogoutFilter@900fe05, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@4ba88690, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@127f0382, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@28d15fb9, org.springframework.security.web.session.SessionManagementFilter@4b7a13c3, org.springframework.security.web.access.ExceptionTranslationFilter@7384714c, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@9d40487]
2019-08-06 01:00:19.908  INFO 1 --- [ost-startStop-1] o.s.b.w.servlet.ServletRegistrationBean  : Servlet sitewhereAuthInterface mapped to [/authapi/*]
2019-08-06 01:00:19.910  INFO 1 --- [ost-startStop-1] o.s.b.w.servlet.ServletRegistrationBean  : Servlet sitewhereAuthSwagger mapped to [/auth/*]
2019-08-06 01:00:19.911  INFO 1 --- [ost-startStop-1] o.s.b.w.servlet.ServletRegistrationBean  : Servlet sitewhereRestInterface mapped to [/api/*]
2019-08-06 01:00:19.988  INFO 1 --- [ost-startStop-1] o.s.b.w.servlet.ServletRegistrationBean  : Servlet sitewhereRestSwagger mapped to [/swagger/*]
2019-08-06 01:00:19.989  INFO 1 --- [ost-startStop-1] o.s.b.w.servlet.ServletRegistrationBean  : Servlet sitewhereWebSocketInterface mapped to [/ws/*]
2019-08-06 01:00:19.989  INFO 1 --- [ost-startStop-1] o.s.b.w.servlet.ServletRegistrationBean  : Servlet sitewhereRedirect mapped to [/admin]
2019-08-06 01:00:19.995  INFO 1 --- [ost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean   : Mapping filter: 'methodOverrideFilter' to urls: [/api/*]
2019-08-06 01:00:19.996  INFO 1 --- [ost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean   : Mapping filter: 'responseTimerFilter' to urls: [/api/*]
2019-08-06 01:00:19.996  INFO 1 --- [ost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean   : Mapping filter: 'noCacheFilter' to urls: [/api/*]
2019-08-06 01:00:19.996  INFO 1 --- [ost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean   : Mapping filter: 'jsonpFilter' to urls: [/api/*]
2019-08-06 01:00:19.996  INFO 1 --- [ost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean   : Mapping filter: 'springSecurityFilterChain' to: [/*]
2019-08-06 01:00:20.490  INFO 1 --- [           main] c.s.w.microservice.WebRestMicroservice   : Starting microservice...
2019-08-06 01:00:20.503  INFO 1 --- [   Service Main] c.s.w.microservice.WebRestMicroservice   : 

********************************************************************************
* Web/REST Microservice                                                        *
* Version: 2.1.0.a9dd302                                                       *
* Git Revision: a9dd302f07f665dabdf5f89a53983991e76654e0                       *
* Build Date: 20190628143323                                                   *
* Hostname: 10.244.1.181                                                       *
********************************************************************************

2019-08-06 01:00:20.506  INFO 1 --- [   Service Main] c.s.w.microservice.WebRestMicroservice   : WebRestMicroservice state transitioned to INITIALIZING.
2019-08-06 01:00:20.606  INFO 1 --- [   Service Main] c.s.m.m.MicroserviceManagementGrpcServer : MicroserviceManagementGrpcServer state transitioned to INITIALIZING.
2019-08-06 01:00:21.997  INFO 1 --- [   Service Main] c.s.m.m.MicroserviceManagementGrpcServer : Initialized gRPC API server on port 9001.
2019-08-06 01:00:22.005  INFO 1 --- [   Service Main] c.s.m.m.MicroserviceManagementGrpcServer : Initialized gRPC Health Probe server on port 9003.
2019-08-06 01:00:22.006  INFO 1 --- [   Service Main] c.s.m.m.MicroserviceManagementGrpcServer : MicroserviceManagementGrpcServer state transitioned to INITIALIZED.
2019-08-06 01:00:22.008  INFO 1 --- [   Service Main] c.s.m.m.MicroserviceManagementGrpcServer : MicroserviceManagementGrpcServer state transitioned to STARTING.
2019-08-06 01:00:22.403  INFO 1 --- [   Service Main] c.s.m.m.MicroserviceManagementGrpcServer : Started gRPC API server on port 9001.
2019-08-06 01:00:22.405  INFO 1 --- [   Service Main] c.s.m.m.MicroserviceManagementGrpcServer : Started gRPC Health Probe server on port 9003.
2019-08-06 01:00:22.405  INFO 1 --- [   Service Main] c.s.m.m.MicroserviceManagementGrpcServer : MicroserviceManagementGrpcServer state transitioned to STARTED.
2019-08-06 01:00:22.405  INFO 1 --- [   Service Main] c.s.m.scripting.ScriptTemplateManager    : ScriptTemplateManager state transitioned to INITIALIZING.
2019-08-06 01:00:22.405  INFO 1 --- [   Service Main] c.s.m.scripting.ScriptTemplateManager    : ScriptTemplateManager state transitioned to INITIALIZED.
2019-08-06 01:00:22.405  INFO 1 --- [   Service Main] c.s.m.scripting.ScriptTemplateManager    : ScriptTemplateManager state transitioned to STARTING.
2019-08-06 01:00:22.405  INFO 1 --- [   Service Main] c.s.m.scripting.ScriptTemplateManager    : Microservice does not contain any script templates.
2019-08-06 01:00:22.406  INFO 1 --- [   Service Main] c.s.m.scripting.ScriptTemplateManager    : ScriptTemplateManager state transitioned to STARTED.
2019-08-06 01:00:22.406  INFO 1 --- [   Service Main] c.s.m.zookeeper.ZookeeperManager         : ZookeeperManager state transitioned to INITIALIZING.
2019-08-06 01:00:22.911  INFO 1 --- [   Service Main] c.s.m.zookeeper.ZookeeperManager         : Waiting for Zookeeper to become available...
2019-08-06 01:00:23.061  INFO 1 --- [   Service Main] c.s.m.zookeeper.ZookeeperManager         : Zookeeper connection established.
2019-08-06 01:00:23.061  INFO 1 --- [   Service Main] c.s.m.zookeeper.ZookeeperManager         : ZookeeperManager state transitioned to INITIALIZED.
2019-08-06 01:00:23.062  INFO 1 --- [   Service Main] c.s.m.zookeeper.ZookeeperManager         : ZookeeperManager state transitioned to STARTING.
2019-08-06 01:00:23.062  INFO 1 --- [   Service Main] c.s.m.zookeeper.ZookeeperManager         : ZookeeperManager state transitioned to STARTED.
2019-08-06 01:00:23.062  INFO 1 --- [   Service Main] .s.MicroserviceStateUpdatesKafkaProducer : MicroserviceStateUpdatesKafkaProducer state transitioned to INITIALIZING.
2019-08-06 01:00:23.062  INFO 1 --- [   Service Main] .s.MicroserviceStateUpdatesKafkaProducer : MicroserviceStateUpdatesKafkaProducer state transitioned to INITIALIZED.
2019-08-06 01:00:23.062  INFO 1 --- [   Service Main] .s.MicroserviceStateUpdatesKafkaProducer : MicroserviceStateUpdatesKafkaProducer state transitioned to STARTING.
2019-08-06 01:00:23.062  INFO 1 --- [   Service Main] .s.MicroserviceStateUpdatesKafkaProducer : Producer connecting to Kafka: sitewhere-cp-kafka:9092
2019-08-06 01:00:23.063  INFO 1 --- [   Service Main] .s.MicroserviceStateUpdatesKafkaProducer : Will be producing messages for: sitewhere.sitewhere.global.microservice-state-updates
2019-08-06 01:00:23.508  INFO 1 --- [pool-4-thread-1] .s.MicroserviceStateUpdatesKafkaProducer : Attempting to connect to Kafka...
2019-08-06 01:00:23.509  INFO 1 --- [pool-5-thread-1] .s.MicroserviceStateUpdatesKafkaProducer : Waiting for Kafka to become available before sending state updates...
2019-08-06 01:00:23.509  INFO 1 --- [   Service Main] .s.MicroserviceStateUpdatesKafkaProducer : MicroserviceStateUpdatesKafkaProducer state transitioned to STARTED.
2019-08-06 01:00:23.511  INFO 1 --- [   Service Main] c.s.w.microservice.WebRestMicroservice   : Shutting down configurable microservice components...
2019-08-06 01:00:23.588  INFO 1 --- [   Service Main] c.s.w.microservice.WebRestMicroservice   : Verifying that instance has been bootstrapped...
2019-08-06 01:00:24.297  INFO 1 --- [   Service Main] c.s.w.microservice.WebRestMicroservice   : Unable to locate bootstrap marker on attempt 1 (total wait so far 608ms). Retrying after fallback...
2019-08-06 01:00:26.388  INFO 1 --- [   Service Main] c.s.w.microservice.WebRestMicroservice   : Unable to locate bootstrap marker on attempt 2 (total wait so far 2699ms). Retrying after fallback...
2019-08-06 01:00:28.397  INFO 1 --- [   Service Main] c.s.w.microservice.WebRestMicroservice   : Unable to locate bootstrap marker on attempt 3 (total wait so far 4708ms). Retrying after fallback...
2019-08-06 01:00:30.799  INFO 1 --- [pool-4-thread-1] .s.MicroserviceStateUpdatesKafkaProducer : Not enough replicas are available to create topic. Waiting.
2019-08-06 01:00:33.673  INFO 1 --- [   Service Main] c.s.w.microservice.WebRestMicroservice   : Confirmed that instance was bootstrapped.
2019-08-06 01:00:33.674  INFO 1 --- [   Service Main] c.s.m.c.ConfigurationMonitor             : ConfigurationMonitor state transitioned to INITIALIZING.
2019-08-06 01:00:33.686  INFO 1 --- [   Service Main] c.s.m.c.ConfigurationMonitor             : ConfigurationMonitor state transitioned to INITIALIZED.
2019-08-06 01:00:33.687  INFO 1 --- [   Service Main] c.s.m.c.ConfigurationMonitor             : ConfigurationMonitor state transitioned to STARTING.
2019-08-06 01:00:33.703  INFO 1 --- [   Service Main] c.s.m.c.ConfigurationMonitor             : Configuration manager listening for configuration updates.
2019-08-06 01:00:33.703  INFO 1 --- [   Service Main] c.s.m.c.ConfigurationMonitor             : ConfigurationMonitor state transitioned to STARTED.
2019-08-06 01:00:33.704  INFO 1 --- [   Service Main] c.s.m.s.ZookeeperScriptManagement        : ZookeeperScriptManagement state transitioned to INITIALIZING.
2019-08-06 01:00:33.704  INFO 1 --- [   Service Main] c.s.m.s.ZookeeperScriptManagement        : ZookeeperScriptManagement state transitioned to INITIALIZED.
2019-08-06 01:00:33.704  INFO 1 --- [   Service Main] c.s.m.s.ZookeeperScriptManagement        : ZookeeperScriptManagement state transitioned to STARTING.
2019-08-06 01:00:33.704  INFO 1 --- [   Service Main] c.s.m.s.ZookeeperScriptManagement        : ZookeeperScriptManagement state transitioned to STARTED.
2019-08-06 01:00:34.289  INFO 1 --- [tor-TreeCache-0] c.s.m.c.ConfigurationMonitor             : Zookeeper configuration monitoring initialized.
2019-08-06 01:00:34.290  INFO 1 --- [tor-TreeCache-0] c.s.w.microservice.WebRestMicroservice   : Configuration cache initialized.
2019-08-06 01:00:34.290  INFO 1 --- [tor-TreeCache-0] c.s.w.microservice.WebRestMicroservice   : Microservice configuration 'Web/REST' stopped in 0ms.
2019-08-06 01:00:34.290  INFO 1 --- [tor-TreeCache-0] c.s.w.microservice.WebRestMicroservice   : Microservice configuration 'Web/REST' terminated in 0ms.
2019-08-06 01:00:34.298  INFO 1 --- [tor-TreeCache-0] o.s.b.f.xml.XmlBeanDefinitionReader      : Loading XML bean definitions from InputStream resource [resource loaded through InputStream]
2019-08-06 01:00:34.797  INFO 1 --- [   Service Main] c.s.m.state.TopologyStateAggregator      : TopologyStateAggregator state transitioned to INITIALIZING.
2019-08-06 01:00:34.797  INFO 1 --- [   Service Main] c.s.m.state.TopologyStateAggregator      : TopologyStateAggregator state transitioned to INITIALIZED.
2019-08-06 01:00:34.798  INFO 1 --- [   Service Main] c.s.g.c.u.CachedUserManagementApiChannel : CachedUserManagementApiChannel state transitioned to INITIALIZING.
2019-08-06 01:00:34.798  INFO 1 --- [   Service Main] anagementCacheProviders$UserByTokenCache : UserByTokenCache state transitioned to INITIALIZING.
2019-08-06 01:00:34.908  INFO 1 --- [   Service Main] anagementCacheProviders$UserByTokenCache : UserByTokenCache state transitioned to INITIALIZED.
2019-08-06 01:00:34.908  INFO 1 --- [   Service Main] heProviders$GrantedAuthorityByTokenCache : GrantedAuthorityByTokenCache state transitioned to INITIALIZING.
2019-08-06 01:00:34.909  INFO 1 --- [   Service Main] heProviders$GrantedAuthorityByTokenCache : GrantedAuthorityByTokenCache state transitioned to INITIALIZED.
2019-08-06 01:00:34.912  INFO 1 --- [   Service Main] c.s.g.c.u.CachedUserManagementApiChannel : Initializing gRPC channel for UserManagement to 'sitewhere-instance-management-svc:9004'
2019-08-06 01:00:34.912  INFO 1 --- [   Service Main] c.s.g.c.user.UserManagementGrpcChannel   : UserManagementGrpcChannel state transitioned to INITIALIZING.
2019-08-06 01:00:34.912  INFO 1 --- [   Service Main] c.s.g.c.user.UserManagementGrpcChannel   : UserManagementGrpcChannel state transitioned to INITIALIZED.
2019-08-06 01:00:34.912  INFO 1 --- [   Service Main] c.s.g.c.u.CachedUserManagementApiChannel : CachedUserManagementApiChannel state transitioned to INITIALIZED.
2019-08-06 01:00:34.912  INFO 1 --- [   Service Main] s.g.c.t.CachedTenantManagementApiChannel : CachedTenantManagementApiChannel state transitioned to INITIALIZING.
2019-08-06 01:00:34.913  INFO 1 --- [   Service Main] agementCacheProviders$TenantByTokenCache : TenantByTokenCache state transitioned to INITIALIZING.
2019-08-06 01:00:34.913  INFO 1 --- [   Service Main] agementCacheProviders$TenantByTokenCache : TenantByTokenCache state transitioned to INITIALIZED.
2019-08-06 01:00:34.913  INFO 1 --- [   Service Main] ManagementCacheProviders$TenantByIdCache : TenantByIdCache state transitioned to INITIALIZING.
2019-08-06 01:00:34.988  INFO 1 --- [   Service Main] ManagementCacheProviders$TenantByIdCache : TenantByIdCache state transitioned to INITIALIZED.
2019-08-06 01:00:34.989  INFO 1 --- [   Service Main] s.g.c.t.CachedTenantManagementApiChannel : Initializing gRPC channel for TenantManagement to 'sitewhere-instance-management-svc:9005'
2019-08-06 01:00:34.989  INFO 1 --- [   Service Main] c.s.g.c.t.TenantManagementGrpcChannel    : TenantManagementGrpcChannel state transitioned to INITIALIZING.
2019-08-06 01:00:34.989  INFO 1 --- [   Service Main] c.s.g.c.t.TenantManagementGrpcChannel    : TenantManagementGrpcChannel state transitioned to INITIALIZED.
2019-08-06 01:00:34.989  INFO 1 --- [   Service Main] s.g.c.t.CachedTenantManagementApiChannel : CachedTenantManagementApiChannel state transitioned to INITIALIZED.
2019-08-06 01:00:34.990  INFO 1 --- [   Service Main] s.g.c.d.CachedDeviceManagementApiChannel : CachedDeviceManagementApiChannel state transitioned to INITIALIZING.
2019-08-06 01:00:34.991  INFO 1 --- [   Service Main] anagementCacheProviders$AreaByTokenCache : AreaByTokenCache state transitioned to INITIALIZING.
2019-08-06 01:00:34.992  INFO 1 --- [   Service Main] anagementCacheProviders$AreaByTokenCache : AreaByTokenCache state transitioned to INITIALIZED.
2019-08-06 01:00:34.992  INFO 1 --- [   Service Main] ceManagementCacheProviders$AreaByIdCache : AreaByIdCache state transitioned to INITIALIZING.
2019-08-06 01:00:34.993  INFO 1 --- [   Service Main] ceManagementCacheProviders$AreaByIdCache : AreaByIdCache state transitioned to INITIALIZED.
2019-08-06 01:00:34.993  INFO 1 --- [   Service Main] entCacheProviders$DeviceTypeByTokenCache : DeviceTypeByTokenCache state transitioned to INITIALIZING.
2019-08-06 01:00:34.994  INFO 1 --- [   Service Main] entCacheProviders$DeviceTypeByTokenCache : DeviceTypeByTokenCache state transitioned to INITIALIZED.
2019-08-06 01:00:34.994  INFO 1 --- [   Service Main] gementCacheProviders$DeviceTypeByIdCache : DeviceTypeByIdCache state transitioned to INITIALIZING.
2019-08-06 01:00:34.995  INFO 1 --- [   Service Main] gementCacheProviders$DeviceTypeByIdCache : DeviceTypeByIdCache state transitioned to INITIALIZED.
2019-08-06 01:00:34.996  INFO 1 --- [   Service Main] agementCacheProviders$DeviceByTokenCache : DeviceByTokenCache state transitioned to INITIALIZING.
2019-08-06 01:00:34.997  INFO 1 --- [   Service Main] agementCacheProviders$DeviceByTokenCache : DeviceByTokenCache state transitioned to INITIALIZED.
2019-08-06 01:00:34.997  INFO 1 --- [   Service Main] ManagementCacheProviders$DeviceByIdCache : DeviceByIdCache state transitioned to INITIALIZING.
2019-08-06 01:00:34.998  INFO 1 --- [   Service Main] ManagementCacheProviders$DeviceByIdCache : DeviceByIdCache state transitioned to INITIALIZED.
2019-08-06 01:00:34.998  INFO 1 --- [   Service Main] heProviders$DeviceAssignmentByTokenCache : DeviceAssignmentByTokenCache state transitioned to INITIALIZING.
2019-08-06 01:00:34.999  INFO 1 --- [   Service Main] heProviders$DeviceAssignmentByTokenCache : DeviceAssignmentByTokenCache state transitioned to INITIALIZED.
2019-08-06 01:00:34.999  INFO 1 --- [   Service Main] CacheProviders$DeviceAssignmentByIdCache : DeviceAssignmentByIdCache state transitioned to INITIALIZING.
2019-08-06 01:00:35.000  INFO 1 --- [   Service Main] CacheProviders$DeviceAssignmentByIdCache : DeviceAssignmentByIdCache state transitioned to INITIALIZED.
2019-08-06 01:00:35.002  INFO 1 --- [   Service Main] s.g.c.d.CachedDeviceManagementApiChannel : Initializing gRPC channel for DeviceManagement to 'sitewhere-device-management-svc:9000'
2019-08-06 01:00:35.002  INFO 1 --- [   Service Main] c.s.g.c.d.DeviceManagementGrpcChannel    : DeviceManagementGrpcChannel state transitioned to INITIALIZING.
2019-08-06 01:00:35.002  INFO 1 --- [   Service Main] c.s.g.c.d.DeviceManagementGrpcChannel    : DeviceManagementGrpcChannel state transitioned to INITIALIZED.
2019-08-06 01:00:35.002  INFO 1 --- [   Service Main] s.g.c.d.CachedDeviceManagementApiChannel : CachedDeviceManagementApiChannel state transitioned to INITIALIZED.
2019-08-06 01:00:35.002  INFO 1 --- [   Service Main] .s.g.c.e.DeviceEventManagementApiChannel : DeviceEventManagementApiChannel state transitioned to INITIALIZING.
2019-08-06 01:00:35.002  INFO 1 --- [   Service Main] .s.g.c.e.DeviceEventManagementApiChannel : Initializing gRPC channel for EventManagement to 'sitewhere-event-management-svc:9000'
2019-08-06 01:00:35.003  INFO 1 --- [   Service Main] s.g.c.e.DeviceEventManagementGrpcChannel : DeviceEventManagementGrpcChannel state transitioned to INITIALIZING.
2019-08-06 01:00:35.003  INFO 1 --- [   Service Main] s.g.c.e.DeviceEventManagementGrpcChannel : DeviceEventManagementGrpcChannel state transitioned to INITIALIZED.
2019-08-06 01:00:35.003  INFO 1 --- [   Service Main] .s.g.c.e.DeviceEventManagementApiChannel : DeviceEventManagementApiChannel state transitioned to INITIALIZED.
2019-08-06 01:00:35.003  INFO 1 --- [   Service Main] .s.g.c.a.CachedAssetManagementApiChannel : CachedAssetManagementApiChannel state transitioned to INITIALIZING.
2019-08-06 01:00:35.088  INFO 1 --- [   Service Main] mentCacheProviders$AssetTypeByTokenCache : AssetTypeByTokenCache state transitioned to INITIALIZING.
2019-08-06 01:00:35.089  INFO 1 --- [   Service Main] mentCacheProviders$AssetTypeByTokenCache : AssetTypeByTokenCache state transitioned to INITIALIZED.
2019-08-06 01:00:35.090  INFO 1 --- [   Service Main] agementCacheProviders$AssetTypeByIdCache : AssetTypeByIdCache state transitioned to INITIALIZING.
2019-08-06 01:00:35.091  INFO 1 --- [   Service Main] agementCacheProviders$AssetTypeByIdCache : AssetTypeByIdCache state transitioned to INITIALIZED.
2019-08-06 01:00:35.091  INFO 1 --- [   Service Main] nagementCacheProviders$AssetByTokenCache : AssetByTokenCache state transitioned to INITIALIZING.
2019-08-06 01:00:35.092  INFO 1 --- [   Service Main] nagementCacheProviders$AssetByTokenCache : AssetByTokenCache state transitioned to INITIALIZED.
2019-08-06 01:00:35.093  INFO 1 --- [   Service Main] tManagementCacheProviders$AssetByIdCache : AssetByIdCache state transitioned to INITIALIZING.
2019-08-06 01:00:35.094  INFO 1 --- [   Service Main] tManagementCacheProviders$AssetByIdCache : AssetByIdCache state transitioned to INITIALIZED.
2019-08-06 01:00:35.095  INFO 1 --- [   Service Main] .s.g.c.a.CachedAssetManagementApiChannel : Initializing gRPC channel for AssetManagement to 'sitewhere-asset-management-svc:9000'
2019-08-06 01:00:35.095  INFO 1 --- [   Service Main] c.s.g.c.a.AssetManagementGrpcChannel     : AssetManagementGrpcChannel state transitioned to INITIALIZING.
2019-08-06 01:00:35.095  INFO 1 --- [   Service Main] c.s.g.c.a.AssetManagementGrpcChannel     : AssetManagementGrpcChannel state transitioned to INITIALIZED.
2019-08-06 01:00:35.095  INFO 1 --- [   Service Main] .s.g.c.a.CachedAssetManagementApiChannel : CachedAssetManagementApiChannel state transitioned to INITIALIZED.
2019-08-06 01:00:35.095  INFO 1 --- [   Service Main] c.s.g.c.batch.BatchManagementApiChannel  : BatchManagementApiChannel state transitioned to INITIALIZING.
2019-08-06 01:00:35.096  INFO 1 --- [   Service Main] c.s.g.c.batch.BatchManagementApiChannel  : Initializing gRPC channel for BatchOperations to 'sitewhere-batch-operations-svc:9000'
2019-08-06 01:00:35.096  INFO 1 --- [   Service Main] c.s.g.c.b.BatchManagementGrpcChannel     : BatchManagementGrpcChannel state transitioned to INITIALIZING.
2019-08-06 01:00:35.096  INFO 1 --- [   Service Main] c.s.g.c.b.BatchManagementGrpcChannel     : BatchManagementGrpcChannel state transitioned to INITIALIZED.
2019-08-06 01:00:35.096  INFO 1 --- [   Service Main] c.s.g.c.batch.BatchManagementApiChannel  : BatchManagementApiChannel state transitioned to INITIALIZED.
2019-08-06 01:00:35.097  INFO 1 --- [   Service Main] c.s.g.c.s.ScheduleManagementApiChannel   : ScheduleManagementApiChannel state transitioned to INITIALIZING.
2019-08-06 01:00:35.097  INFO 1 --- [   Service Main] c.s.g.c.s.ScheduleManagementApiChannel   : Initializing gRPC channel for ScheduleManagement to 'sitewhere-schedule-management-svc:9000'
2019-08-06 01:00:35.097  INFO 1 --- [   Service Main] c.s.g.c.s.ScheduleManagementGrpcChannel  : ScheduleManagementGrpcChannel state transitioned to INITIALIZING.
2019-08-06 01:00:35.097  INFO 1 --- [   Service Main] c.s.g.c.s.ScheduleManagementGrpcChannel  : ScheduleManagementGrpcChannel state transitioned to INITIALIZED.
2019-08-06 01:00:35.098  INFO 1 --- [   Service Main] c.s.g.c.s.ScheduleManagementApiChannel   : ScheduleManagementApiChannel state transitioned to INITIALIZED.
2019-08-06 01:00:35.098  INFO 1 --- [   Service Main] c.s.g.c.label.LabelGenerationApiChannel  : LabelGenerationApiChannel state transitioned to INITIALIZING.
2019-08-06 01:00:35.098  INFO 1 --- [   Service Main] c.s.g.c.label.LabelGenerationApiChannel  : Initializing gRPC channel for LabelGeneration to 'sitewhere-label-generation-svc:9000'
2019-08-06 01:00:35.099  INFO 1 --- [   Service Main] c.s.g.c.l.LabelGenerationGrpcChannel     : LabelGenerationGrpcChannel state transitioned to INITIALIZING.
2019-08-06 01:00:35.099  INFO 1 --- [   Service Main] c.s.g.c.l.LabelGenerationGrpcChannel     : LabelGenerationGrpcChannel state transitioned to INITIALIZED.
2019-08-06 01:00:35.099  INFO 1 --- [   Service Main] c.s.g.c.label.LabelGenerationApiChannel  : LabelGenerationApiChannel state transitioned to INITIALIZED.
2019-08-06 01:00:35.099  INFO 1 --- [   Service Main] c.s.g.c.d.DeviceStateApiChannel          : DeviceStateApiChannel state transitioned to INITIALIZING.
2019-08-06 01:00:35.188  INFO 1 --- [   Service Main] c.s.g.c.d.DeviceStateApiChannel          : Initializing gRPC channel for DeviceState to 'sitewhere-device-state-svc:9000'
2019-08-06 01:00:35.188  INFO 1 --- [   Service Main] c.s.g.c.d.DeviceStateGrpcChannel         : DeviceStateGrpcChannel state transitioned to INITIALIZING.
2019-08-06 01:00:35.188  INFO 1 --- [   Service Main] c.s.g.c.d.DeviceStateGrpcChannel         : DeviceStateGrpcChannel state transitioned to INITIALIZED.
2019-08-06 01:00:35.188  INFO 1 --- [   Service Main] c.s.g.c.d.DeviceStateApiChannel          : DeviceStateApiChannel state transitioned to INITIALIZED.
2019-08-06 01:00:35.189  INFO 1 --- [   Service Main] c.s.w.microservice.WebRestMicroservice   : Waiting for configuration to be loaded...
2019-08-06 01:00:35.921  INFO 1 --- [tor-TreeCache-0] o.s.c.support.GenericApplicationContext  : Refreshing org.springframework.context.support.GenericApplicationContext@f0fa7f0: startup date [Tue Aug 06 01:00:35 GMT 2019]; root of context hierarchy
2019-08-06 01:00:36.093  INFO 1 --- [tor-TreeCache-0] c.s.w.microservice.WebRestMicroservice   : Loading configuration from Zookeeper at path '/sitewhere/conf/web-rest.xml'
2019-08-06 01:00:36.094  INFO 1 --- [tor-TreeCache-0] o.s.b.f.xml.XmlBeanDefinitionReader      : Loading XML bean definitions from InputStream resource [resource loaded through InputStream]
2019-08-06 01:00:36.294  INFO 1 --- [tor-TreeCache-0] o.s.c.support.GenericApplicationContext  : Refreshing org.springframework.context.support.GenericApplicationContext@3649ab39: startup date [Tue Aug 06 01:00:36 GMT 2019]; parent: org.springframework.context.support.GenericApplicationContext@f0fa7f0
2019-08-06 01:00:36.296  INFO 1 --- [tor-TreeCache-0] c.s.w.microservice.WebRestMicroservice   : Initializing from updated configuration...
2019-08-06 01:00:36.297  INFO 1 --- [tor-TreeCache-0] c.s.w.microservice.WebRestMicroservice   : Initializing discoverable beans...
2019-08-06 01:00:36.298  INFO 1 --- [tor-TreeCache-0] c.s.w.microservice.WebRestMicroservice   : Microservice configuration 'Web/REST' initialized in 2ms.
2019-08-06 01:00:36.299  INFO 1 --- [tor-TreeCache-0] c.s.w.microservice.WebRestMicroservice   : Starting discoverable beans...
2019-08-06 01:00:36.299  INFO 1 --- [tor-TreeCache-0] c.s.w.microservice.WebRestMicroservice   : Microservice configuration 'Web/REST' started in 1ms.
2019-08-06 01:00:37.189  INFO 1 --- [   Service Main] c.s.w.microservice.WebRestMicroservice   : Configuration started successfully.
2019-08-06 01:00:37.190  INFO 1 --- [   Service Main] c.s.w.microservice.WebRestMicroservice   : Sent state update for lifecycle status change 'Stopped'
2019-08-06 01:00:37.190  INFO 1 --- [   Service Main] c.s.w.microservice.WebRestMicroservice   : WebRestMicroservice state transitioned to INITIALIZED.
2019-08-06 01:00:37.190  INFO 1 --- [   Service Main] c.s.w.microservice.WebRestMicroservice   : Sent state update for lifecycle status change 'Starting'
2019-08-06 01:00:37.190  INFO 1 --- [   Service Main] c.s.w.microservice.WebRestMicroservice   : WebRestMicroservice state transitioned to STARTING.
2019-08-06 01:00:37.191  INFO 1 --- [   Service Main] c.s.m.state.TopologyStateAggregator      : TopologyStateAggregator state transitioned to STARTING.
2019-08-06 01:00:37.191  INFO 1 --- [   Service Main] c.s.m.state.TopologyStateAggregator      : Consumer connecting to Kafka: sitewhere-cp-kafka:9092
2019-08-06 01:00:37.191  INFO 1 --- [   Service Main] c.s.m.state.TopologyStateAggregator      : Will be consuming messages from: [sitewhere.sitewhere.global.microservice-state-updates]
2019-08-06 01:00:37.499  INFO 1 --- [   Service Main] c.s.m.state.TopologyStateAggregator      : TopologyStateAggregator state transitioned to STARTED.
2019-08-06 01:00:37.500  INFO 1 --- [   Service Main] c.s.g.c.u.CachedUserManagementApiChannel : CachedUserManagementApiChannel state transitioned to STARTING.
2019-08-06 01:00:37.500  INFO 1 --- [   Service Main] anagementCacheProviders$UserByTokenCache : UserByTokenCache state transitioned to STARTING.
2019-08-06 01:00:37.500  INFO 1 --- [   Service Main] anagementCacheProviders$UserByTokenCache : UserByTokenCache state transitioned to STARTED.
2019-08-06 01:00:37.500  INFO 1 --- [   Service Main] heProviders$GrantedAuthorityByTokenCache : GrantedAuthorityByTokenCache state transitioned to STARTING.
2019-08-06 01:00:37.500  INFO 1 --- [   Service Main] heProviders$GrantedAuthorityByTokenCache : GrantedAuthorityByTokenCache state transitioned to STARTED.
2019-08-06 01:00:37.500  INFO 1 --- [   Service Main] c.s.g.c.u.CachedUserManagementApiChannel : Starting gRPC channel to 'sitewhere-instance-management-svc:9004'
2019-08-06 01:00:37.500  INFO 1 --- [   Service Main] c.s.g.c.user.UserManagementGrpcChannel   : UserManagementGrpcChannel state transitioned to STARTING.
2019-08-06 01:00:38.014  INFO 1 --- [   Service Main] c.s.g.c.user.UserManagementGrpcChannel   : Channel using service configuration:

{
  "methodConfig" : [ {
    "retryPolicy" : {
      "backoffMultiplier" : 1.6,
      "maxAttempts" : 7.0,
      "initialBackoff" : "11s",
      "retryableStatusCodes" : [ "UNAVAILABLE" ],
      "maxBackoff" : "700s"
    },
    "name" : [ {
      "service" : "com.sitewhere.grpc.service.UserManagement"
    } ]
  } ]
}
2019-08-06 01:00:38.301  INFO 1 --- [   Service Main] c.s.g.c.user.UserManagementGrpcChannel   : UserManagementGrpcChannel state transitioned to STARTED.
2019-08-06 01:00:38.301  INFO 1 --- [   Service Main] c.s.g.c.u.CachedUserManagementApiChannel : CachedUserManagementApiChannel state transitioned to STARTED.
2019-08-06 01:00:38.301  INFO 1 --- [   Service Main] s.g.c.t.CachedTenantManagementApiChannel : CachedTenantManagementApiChannel state transitioned to STARTING.
2019-08-06 01:00:38.302  INFO 1 --- [   Service Main] agementCacheProviders$TenantByTokenCache : TenantByTokenCache state transitioned to STARTING.
2019-08-06 01:00:38.302  INFO 1 --- [   Service Main] agementCacheProviders$TenantByTokenCache : TenantByTokenCache state transitioned to STARTED.
2019-08-06 01:00:38.302  INFO 1 --- [   Service Main] ManagementCacheProviders$TenantByIdCache : TenantByIdCache state transitioned to STARTING.
2019-08-06 01:00:38.302  INFO 1 --- [   Service Main] ManagementCacheProviders$TenantByIdCache : TenantByIdCache state transitioned to STARTED.
2019-08-06 01:00:38.302  INFO 1 --- [   Service Main] s.g.c.t.CachedTenantManagementApiChannel : Starting gRPC channel to 'sitewhere-instance-management-svc:9005'
2019-08-06 01:00:38.302  INFO 1 --- [   Service Main] c.s.g.c.t.TenantManagementGrpcChannel    : TenantManagementGrpcChannel state transitioned to STARTING.
2019-08-06 01:00:38.302  INFO 1 --- [   Service Main] c.s.g.c.t.TenantManagementGrpcChannel    : Channel using service configuration:

{
  "methodConfig" : [ {
    "retryPolicy" : {
      "backoffMultiplier" : 1.6,
      "maxAttempts" : 7.0,
      "initialBackoff" : "11s",
      "retryableStatusCodes" : [ "UNAVAILABLE" ],
      "maxBackoff" : "700s"
    },
    "name" : [ {
      "service" : "com.sitewhere.grpc.service.TenantManagement"
    } ]
  } ]
}
2019-08-06 01:00:38.305  INFO 1 --- [   Service Main] c.s.g.c.t.TenantManagementGrpcChannel    : TenantManagementGrpcChannel state transitioned to STARTED.
2019-08-06 01:00:38.305  INFO 1 --- [   Service Main] s.g.c.t.CachedTenantManagementApiChannel : CachedTenantManagementApiChannel state transitioned to STARTED.
2019-08-06 01:00:38.305  INFO 1 --- [   Service Main] s.g.c.d.CachedDeviceManagementApiChannel : CachedDeviceManagementApiChannel state transitioned to STARTING.
2019-08-06 01:00:38.305  INFO 1 --- [   Service Main] anagementCacheProviders$AreaByTokenCache : AreaByTokenCache state transitioned to STARTING.
2019-08-06 01:00:38.305  INFO 1 --- [   Service Main] anagementCacheProviders$AreaByTokenCache : AreaByTokenCache state transitioned to STARTED.
2019-08-06 01:00:38.305  INFO 1 --- [   Service Main] ceManagementCacheProviders$AreaByIdCache : AreaByIdCache state transitioned to STARTING.
2019-08-06 01:00:38.306  INFO 1 --- [   Service Main] ceManagementCacheProviders$AreaByIdCache : AreaByIdCache state transitioned to STARTED.
2019-08-06 01:00:38.306  INFO 1 --- [   Service Main] entCacheProviders$DeviceTypeByTokenCache : DeviceTypeByTokenCache state transitioned to STARTING.
2019-08-06 01:00:38.306  INFO 1 --- [   Service Main] entCacheProviders$DeviceTypeByTokenCache : DeviceTypeByTokenCache state transitioned to STARTED.
2019-08-06 01:00:38.306  INFO 1 --- [   Service Main] gementCacheProviders$DeviceTypeByIdCache : DeviceTypeByIdCache state transitioned to STARTING.
2019-08-06 01:00:38.306  INFO 1 --- [   Service Main] gementCacheProviders$DeviceTypeByIdCache : DeviceTypeByIdCache state transitioned to STARTED.
2019-08-06 01:00:38.306  INFO 1 --- [   Service Main] agementCacheProviders$DeviceByTokenCache : DeviceByTokenCache state transitioned to STARTING.
2019-08-06 01:00:38.306  INFO 1 --- [   Service Main] agementCacheProviders$DeviceByTokenCache : DeviceByTokenCache state transitioned to STARTED.
2019-08-06 01:00:38.306  INFO 1 --- [   Service Main] ManagementCacheProviders$DeviceByIdCache : DeviceByIdCache state transitioned to STARTING.
2019-08-06 01:00:38.306  INFO 1 --- [   Service Main] ManagementCacheProviders$DeviceByIdCache : DeviceByIdCache state transitioned to STARTED.
2019-08-06 01:00:38.306  INFO 1 --- [   Service Main] heProviders$DeviceAssignmentByTokenCache : DeviceAssignmentByTokenCache state transitioned to STARTING.
2019-08-06 01:00:38.306  INFO 1 --- [   Service Main] heProviders$DeviceAssignmentByTokenCache : DeviceAssignmentByTokenCache state transitioned to STARTED.
2019-08-06 01:00:38.306  INFO 1 --- [   Service Main] CacheProviders$DeviceAssignmentByIdCache : DeviceAssignmentByIdCache state transitioned to STARTING.
2019-08-06 01:00:38.306  INFO 1 --- [   Service Main] CacheProviders$DeviceAssignmentByIdCache : DeviceAssignmentByIdCache state transitioned to STARTED.
2019-08-06 01:00:38.306  INFO 1 --- [   Service Main] s.g.c.d.CachedDeviceManagementApiChannel : Starting gRPC channel to 'sitewhere-device-management-svc:9000'
2019-08-06 01:00:38.306  INFO 1 --- [   Service Main] c.s.g.c.d.DeviceManagementGrpcChannel    : DeviceManagementGrpcChannel state transitioned to STARTING.
2019-08-06 01:00:38.309  INFO 1 --- [   Service Main] c.s.g.c.d.DeviceManagementGrpcChannel    : Channel using service configuration:

{
  "methodConfig" : [ {
    "retryPolicy" : {
      "backoffMultiplier" : 1.6,
      "maxAttempts" : 7.0,
      "initialBackoff" : "11s",
      "retryableStatusCodes" : [ "UNAVAILABLE" ],
      "maxBackoff" : "700s"
    },
    "name" : [ {
      "service" : "com.sitewhere.grpc.service.DeviceManagement"
    } ]
  } ]
}
2019-08-06 01:00:38.319  INFO 1 --- [   Service Main] c.s.g.c.d.DeviceManagementGrpcChannel    : DeviceManagementGrpcChannel state transitioned to STARTED.
2019-08-06 01:00:38.319  INFO 1 --- [   Service Main] s.g.c.d.CachedDeviceManagementApiChannel : CachedDeviceManagementApiChannel state transitioned to STARTED.
2019-08-06 01:00:38.320  INFO 1 --- [   Service Main] .s.g.c.e.DeviceEventManagementApiChannel : DeviceEventManagementApiChannel state transitioned to STARTING.
2019-08-06 01:00:38.320  INFO 1 --- [   Service Main] .s.g.c.e.DeviceEventManagementApiChannel : Starting gRPC channel to 'sitewhere-event-management-svc:9000'
2019-08-06 01:00:38.320  INFO 1 --- [   Service Main] s.g.c.e.DeviceEventManagementGrpcChannel : DeviceEventManagementGrpcChannel state transitioned to STARTING.
2019-08-06 01:00:38.320  INFO 1 --- [   Service Main] s.g.c.e.DeviceEventManagementGrpcChannel : Channel using service configuration:

{
  "methodConfig" : [ {
    "retryPolicy" : {
      "backoffMultiplier" : 1.6,
      "maxAttempts" : 7.0,
      "initialBackoff" : "11s",
      "retryableStatusCodes" : [ "UNAVAILABLE" ],
      "maxBackoff" : "700s"
    },
    "name" : [ {
      "service" : "com.sitewhere.grpc.service.DeviceEventManagement"
    } ]
  } ]
}
2019-08-06 01:00:38.324  INFO 1 --- [   Service Main] s.g.c.e.DeviceEventManagementGrpcChannel : DeviceEventManagementGrpcChannel state transitioned to STARTED.
2019-08-06 01:00:38.324  INFO 1 --- [   Service Main] .s.g.c.e.DeviceEventManagementApiChannel : DeviceEventManagementApiChannel state transitioned to STARTED.
2019-08-06 01:00:38.324  INFO 1 --- [   Service Main] .s.g.c.a.CachedAssetManagementApiChannel : CachedAssetManagementApiChannel state transitioned to STARTING.
2019-08-06 01:00:38.324  INFO 1 --- [   Service Main] mentCacheProviders$AssetTypeByTokenCache : AssetTypeByTokenCache state transitioned to STARTING.
2019-08-06 01:00:38.324  INFO 1 --- [   Service Main] mentCacheProviders$AssetTypeByTokenCache : AssetTypeByTokenCache state transitioned to STARTED.
2019-08-06 01:00:38.324  INFO 1 --- [   Service Main] agementCacheProviders$AssetTypeByIdCache : AssetTypeByIdCache state transitioned to STARTING.
2019-08-06 01:00:38.324  INFO 1 --- [   Service Main] agementCacheProviders$AssetTypeByIdCache : AssetTypeByIdCache state transitioned to STARTED.
2019-08-06 01:00:38.324  INFO 1 --- [   Service Main] nagementCacheProviders$AssetByTokenCache : AssetByTokenCache state transitioned to STARTING.
2019-08-06 01:00:38.324  INFO 1 --- [   Service Main] nagementCacheProviders$AssetByTokenCache : AssetByTokenCache state transitioned to STARTED.
2019-08-06 01:00:38.324  INFO 1 --- [   Service Main] tManagementCacheProviders$AssetByIdCache : AssetByIdCache state transitioned to STARTING.
2019-08-06 01:00:38.324  INFO 1 --- [   Service Main] tManagementCacheProviders$AssetByIdCache : AssetByIdCache state transitioned to STARTED.
2019-08-06 01:00:38.324  INFO 1 --- [   Service Main] .s.g.c.a.CachedAssetManagementApiChannel : Starting gRPC channel to 'sitewhere-asset-management-svc:9000'
2019-08-06 01:00:38.324  INFO 1 --- [   Service Main] c.s.g.c.a.AssetManagementGrpcChannel     : AssetManagementGrpcChannel state transitioned to STARTING.
2019-08-06 01:00:38.325  INFO 1 --- [   Service Main] c.s.g.c.a.AssetManagementGrpcChannel     : Channel using service configuration:

{
  "methodConfig" : [ {
    "retryPolicy" : {
      "backoffMultiplier" : 1.6,
      "maxAttempts" : 7.0,
      "initialBackoff" : "11s",
      "retryableStatusCodes" : [ "UNAVAILABLE" ],
      "maxBackoff" : "700s"
    },
    "name" : [ {
      "service" : "com.sitewhere.grpc.service.AssetManagement"
    } ]
  } ]
}
2019-08-06 01:00:38.387  INFO 1 --- [   Service Main] c.s.g.c.a.AssetManagementGrpcChannel     : AssetManagementGrpcChannel state transitioned to STARTED.
2019-08-06 01:00:38.388  INFO 1 --- [   Service Main] .s.g.c.a.CachedAssetManagementApiChannel : CachedAssetManagementApiChannel state transitioned to STARTED.
2019-08-06 01:00:38.388  INFO 1 --- [   Service Main] c.s.g.c.batch.BatchManagementApiChannel  : BatchManagementApiChannel state transitioned to STARTING.
2019-08-06 01:00:38.388  INFO 1 --- [   Service Main] c.s.g.c.batch.BatchManagementApiChannel  : Starting gRPC channel to 'sitewhere-batch-operations-svc:9000'
2019-08-06 01:00:38.388  INFO 1 --- [   Service Main] c.s.g.c.b.BatchManagementGrpcChannel     : BatchManagementGrpcChannel state transitioned to STARTING.
2019-08-06 01:00:38.389  INFO 1 --- [   Service Main] c.s.g.c.b.BatchManagementGrpcChannel     : Channel using service configuration:

{
  "methodConfig" : [ {
    "retryPolicy" : {
      "backoffMultiplier" : 1.6,
      "maxAttempts" : 7.0,
      "initialBackoff" : "11s",
      "retryableStatusCodes" : [ "UNAVAILABLE" ],
      "maxBackoff" : "700s"
    },
    "name" : [ {
      "service" : "com.sitewhere.grpc.service.BatchManagement"
    } ]
  } ]
}
2019-08-06 01:00:38.395  INFO 1 --- [   Service Main] c.s.g.c.b.BatchManagementGrpcChannel     : BatchManagementGrpcChannel state transitioned to STARTED.
2019-08-06 01:00:38.395  INFO 1 --- [   Service Main] c.s.g.c.batch.BatchManagementApiChannel  : BatchManagementApiChannel state transitioned to STARTED.
2019-08-06 01:00:38.396  INFO 1 --- [   Service Main] c.s.g.c.s.ScheduleManagementApiChannel   : ScheduleManagementApiChannel state transitioned to STARTING.
2019-08-06 01:00:38.396  INFO 1 --- [   Service Main] c.s.g.c.s.ScheduleManagementApiChannel   : Starting gRPC channel to 'sitewhere-schedule-management-svc:9000'
2019-08-06 01:00:38.396  INFO 1 --- [   Service Main] c.s.g.c.s.ScheduleManagementGrpcChannel  : ScheduleManagementGrpcChannel state transitioned to STARTING.
2019-08-06 01:00:38.397  INFO 1 --- [   Service Main] c.s.g.c.s.ScheduleManagementGrpcChannel  : Channel using service configuration:

{
  "methodConfig" : [ {
    "retryPolicy" : {
      "backoffMultiplier" : 1.6,
      "maxAttempts" : 7.0,
      "initialBackoff" : "11s",
      "retryableStatusCodes" : [ "UNAVAILABLE" ],
      "maxBackoff" : "700s"
    },
    "name" : [ {
      "service" : "com.sitewhere.grpc.service.ScheduleManagement"
    } ]
  } ]
}
2019-08-06 01:00:38.403  INFO 1 --- [   Service Main] c.s.g.c.s.ScheduleManagementGrpcChannel  : ScheduleManagementGrpcChannel state transitioned to STARTED.
2019-08-06 01:00:38.403  INFO 1 --- [   Service Main] c.s.g.c.s.ScheduleManagementApiChannel   : ScheduleManagementApiChannel state transitioned to STARTED.
2019-08-06 01:00:38.403  INFO 1 --- [   Service Main] c.s.g.c.label.LabelGenerationApiChannel  : LabelGenerationApiChannel state transitioned to STARTING.
2019-08-06 01:00:38.404  INFO 1 --- [   Service Main] c.s.g.c.label.LabelGenerationApiChannel  : Starting gRPC channel to 'sitewhere-label-generation-svc:9000'
2019-08-06 01:00:38.404  INFO 1 --- [   Service Main] c.s.g.c.l.LabelGenerationGrpcChannel     : LabelGenerationGrpcChannel state transitioned to STARTING.
2019-08-06 01:00:38.404  INFO 1 --- [   Service Main] c.s.g.c.l.LabelGenerationGrpcChannel     : Channel using service configuration:

{
  "methodConfig" : [ {
    "retryPolicy" : {
      "backoffMultiplier" : 1.6,
      "maxAttempts" : 7.0,
      "initialBackoff" : "11s",
      "retryableStatusCodes" : [ "UNAVAILABLE" ],
      "maxBackoff" : "700s"
    },
    "name" : [ {
      "service" : "com.sitewhere.grpc.service.LabelGeneration"
    } ]
  } ]
}
2019-08-06 01:00:38.409  INFO 1 --- [   Service Main] c.s.g.c.l.LabelGenerationGrpcChannel     : LabelGenerationGrpcChannel state transitioned to STARTED.
2019-08-06 01:00:38.409  INFO 1 --- [   Service Main] c.s.g.c.label.LabelGenerationApiChannel  : LabelGenerationApiChannel state transitioned to STARTED.
2019-08-06 01:00:38.409  INFO 1 --- [   Service Main] c.s.g.c.d.DeviceStateApiChannel          : DeviceStateApiChannel state transitioned to STARTING.
2019-08-06 01:00:38.409  INFO 1 --- [   Service Main] c.s.g.c.d.DeviceStateApiChannel          : Starting gRPC channel to 'sitewhere-device-state-svc:9000'
2019-08-06 01:00:38.409  INFO 1 --- [   Service Main] c.s.g.c.d.DeviceStateGrpcChannel         : DeviceStateGrpcChannel state transitioned to STARTING.
2019-08-06 01:00:38.410  INFO 1 --- [   Service Main] c.s.g.c.d.DeviceStateGrpcChannel         : Channel using service configuration:

{
  "methodConfig" : [ {
    "retryPolicy" : {
      "backoffMultiplier" : 1.6,
      "maxAttempts" : 7.0,
      "initialBackoff" : "11s",
      "retryableStatusCodes" : [ "UNAVAILABLE" ],
      "maxBackoff" : "700s"
    },
    "name" : [ {
      "service" : "com.sitewhere.grpc.service.DeviceState"
    } ]
  } ]
}
2019-08-06 01:00:38.490  INFO 1 --- [   Service Main] c.s.g.c.d.DeviceStateGrpcChannel         : DeviceStateGrpcChannel state transitioned to STARTED.
2019-08-06 01:00:38.490  INFO 1 --- [   Service Main] c.s.g.c.d.DeviceStateApiChannel          : DeviceStateApiChannel state transitioned to STARTED.
2019-08-06 01:00:38.490  INFO 1 --- [   Service Main] c.s.w.microservice.WebRestMicroservice   : Sent state update for lifecycle status change 'Started'
2019-08-06 01:00:38.490  INFO 1 --- [   Service Main] c.s.w.microservice.WebRestMicroservice   : WebRestMicroservice state transitioned to STARTED.
2019-08-06 01:00:38.491  INFO 1 --- [   Service Main] c.s.w.microservice.WebRestMicroservice   : 

********************************************************************************
* Web/REST Microservice                                                        *
* Startup time: 17999ms                                                        *
********************************************************************************

2019-08-06 01:00:38.491  INFO 1 --- [           main] c.s.w.microservice.WebRestMicroservice   : Microservice startup returned with code 0.
2019-08-06 01:00:39.300  INFO 1 --- [           main] o.a.c.c.C.[.[localhost].[/sitewhere]     : Initializing Spring FrameworkServlet 'sitewhereAuthInterface'
2019-08-06 01:00:39.300  INFO 1 --- [           main] o.s.web.servlet.DispatcherServlet        : FrameworkServlet 'sitewhereAuthInterface': initialization started
2019-08-06 01:00:39.306  INFO 1 --- [           main] .s.AnnotationConfigWebApplicationContext : Refreshing WebApplicationContext for namespace 'sitewhereAuthInterface-servlet': startup date [Tue Aug 06 01:00:39 GMT 2019]; parent: org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@18ef96
2019-08-06 01:00:39.308  INFO 1 --- [           main] .s.AnnotationConfigWebApplicationContext : Registering annotated classes: [class com.sitewhere.web.auth.RestAuthConfiguration]
2019-08-06 01:00:57.009  INFO 1 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/jwt],methods=[GET]}" onto public org.springframework.http.ResponseEntity<?> com.sitewhere.web.auth.controllers.JwtService.jwt(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse) throws com.sitewhere.spi.SiteWhereException
2019-08-06 01:00:57.102  INFO 1 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/swagger-resources/configuration/ui]}" onto public org.springframework.http.ResponseEntity<springfox.documentation.swagger.web.UiConfiguration> springfox.documentation.swagger.web.ApiResourceController.uiConfiguration()
2019-08-06 01:00:57.103  INFO 1 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/swagger-resources]}" onto public org.springframework.http.ResponseEntity<java.util.List<springfox.documentation.swagger.web.SwaggerResource>> springfox.documentation.swagger.web.ApiResourceController.swaggerResources()
2019-08-06 01:00:57.105  INFO 1 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/swagger-resources/configuration/security]}" onto public org.springframework.http.ResponseEntity<springfox.documentation.swagger.web.SecurityConfiguration> springfox.documentation.swagger.web.ApiResourceController.securityConfiguration()
2019-08-06 01:00:58.790  INFO 1 --- [           main] pertySourcedRequestMappingHandlerMapping : Mapped URL path [/v2/api-docs] onto method [public org.springframework.http.ResponseEntity<springfox.documentation.spring.web.json.Json> springfox.documentation.swagger2.web.Swagger2Controller.getDocumentation(java.lang.String,javax.servlet.http.HttpServletRequest)]
2019-08-06 01:00:59.698  INFO 1 --- [           main] s.w.s.m.m.a.RequestMappingHandlerAdapter : Looking for @ControllerAdvice: WebApplicationContext for namespace 'sitewhereAuthInterface-servlet': startup date [Tue Aug 06 01:00:39 GMT 2019]; parent: org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@18ef96
2019-08-06 01:01:00.001  INFO 1 --- [           main] .m.m.a.ExceptionHandlerExceptionResolver : Detected @ExceptionHandler methods in webRestExceptionHandling
2019-08-06 01:01:00.809  INFO 1 --- [           main] o.s.c.support.DefaultLifecycleProcessor  : Starting beans in phase 2147483647
2019-08-06 01:01:00.810  INFO 1 --- [           main] d.s.w.p.DocumentationPluginsBootstrapper : Context refreshed
2019-08-06 01:01:01.005  INFO 1 --- [           main] d.s.w.p.DocumentationPluginsBootstrapper : Found 1 custom documentation plugin(s)
2019-08-06 01:01:01.299  INFO 1 --- [           main] s.d.s.w.s.ApiListingReferenceScanner     : Scanning for api listing references
2019-08-06 01:01:02.293  INFO 1 --- [           main] o.s.web.servlet.DispatcherServlet        : FrameworkServlet 'sitewhereAuthInterface': initialization completed in 22993 ms
2019-08-06 01:01:02.294  INFO 1 --- [           main] o.a.c.c.C.[.[localhost].[/sitewhere]     : Initializing Spring FrameworkServlet 'sitewhereWebSocketInterface'
2019-08-06 01:01:02.294  INFO 1 --- [           main] o.s.web.servlet.DispatcherServlet        : FrameworkServlet 'sitewhereWebSocketInterface': initialization started
2019-08-06 01:01:02.295  INFO 1 --- [           main] .s.AnnotationConfigWebApplicationContext : Refreshing WebApplicationContext for namespace 'sitewhereWebSocketInterface-servlet': startup date [Tue Aug 06 01:01:02 GMT 2019]; parent: org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@18ef96
2019-08-06 01:01:02.298  INFO 1 --- [           main] .s.AnnotationConfigWebApplicationContext : Registering annotated classes: [class com.sitewhere.web.ws.WebSocketApiConfiguration]
2019-08-06 01:01:04.592  INFO 1 --- [           main] o.s.s.concurrent.ThreadPoolTaskExecutor  : Initializing ExecutorService  'clientInboundChannelExecutor'
2019-08-06 01:01:04.693  INFO 1 --- [           main] o.s.s.concurrent.ThreadPoolTaskExecutor  : Initializing ExecutorService  'clientOutboundChannelExecutor'
2019-08-06 01:01:05.105  INFO 1 --- [           main] o.s.s.c.ThreadPoolTaskScheduler          : Initializing ExecutorService  'messageBrokerTaskScheduler'
2019-08-06 01:01:05.497  INFO 1 --- [           main] o.s.w.s.s.s.WebSocketHandlerMapping      : Mapped URL path [/admin/**] onto handler of type [class org.springframework.web.socket.sockjs.support.SockJsHttpRequestHandler]
2019-08-06 01:01:05.606  INFO 1 --- [           main] o.s.s.concurrent.ThreadPoolTaskExecutor  : Initializing ExecutorService  'brokerChannelExecutor'
2019-08-06 01:01:05.900  INFO 1 --- [           main] .WebSocketAnnotationMethodMessageHandler : Mapped "{[/test],messageType=[MESSAGE]}" onto public java.lang.String com.sitewhere.web.ws.components.TopologyController.fromClient(java.lang.String) throws java.lang.Exception
2019-08-06 01:01:06.389  INFO 1 --- [           main] o.s.c.support.DefaultLifecycleProcessor  : Starting beans in phase 2147483647
2019-08-06 01:01:06.389  INFO 1 --- [           main] o.s.m.s.b.SimpleBrokerMessageHandler     : Starting...
2019-08-06 01:01:06.390  INFO 1 --- [           main] o.s.m.s.b.SimpleBrokerMessageHandler     : BrokerAvailabilityEvent[available=true, SimpleBrokerMessageHandler [DefaultSubscriptionRegistry[cache[0 destination(s)], registry[0 sessions]]]]
2019-08-06 01:01:06.391  INFO 1 --- [           main] o.s.m.s.b.SimpleBrokerMessageHandler     : Started.
2019-08-06 01:01:06.401  INFO 1 --- [           main] s.w.s.m.m.a.RequestMappingHandlerAdapter : Looking for @ControllerAdvice: WebApplicationContext for namespace 'sitewhereWebSocketInterface-servlet': startup date [Tue Aug 06 01:01:02 GMT 2019]; parent: org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@18ef96
2019-08-06 01:01:06.507  INFO 1 --- [           main] .m.m.a.ExceptionHandlerExceptionResolver : Detected @ExceptionHandler methods in webRestExceptionHandling
2019-08-06 01:01:06.788  INFO 1 --- [           main] o.s.web.servlet.DispatcherServlet        : FrameworkServlet 'sitewhereWebSocketInterface': initialization completed in 4494 ms
2019-08-06 01:01:06.789  INFO 1 --- [           main] o.a.c.c.C.[.[localhost].[/sitewhere]     : Initializing Spring FrameworkServlet 'sitewhereRestInterface'
2019-08-06 01:01:06.789  INFO 1 --- [           main] o.s.web.servlet.DispatcherServlet        : FrameworkServlet 'sitewhereRestInterface': initialization started
2019-08-06 01:01:06.790  INFO 1 --- [           main] .s.AnnotationConfigWebApplicationContext : Refreshing WebApplicationContext for namespace 'sitewhereRestInterface-servlet': startup date [Tue Aug 06 01:01:06 GMT 2019]; parent: org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@18ef96
2019-08-06 01:01:06.793  INFO 1 --- [           main] .s.AnnotationConfigWebApplicationContext : Registering annotated classes: [class com.sitewhere.web.rest.RestApiConfiguration]
2019-08-06 01:01:11.402  INFO 1 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/authorities],methods=[POST]}" onto public com.sitewhere.rest.model.user.GrantedAuthority com.sitewhere.web.rest.controllers.Authorities.createAuthority(com.sitewhere.rest.model.user.request.GrantedAuthorityCreateRequest) throws com.sitewhere.spi.SiteWhereException
2019-08-06 01:01:11.403  INFO 1 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/authorities/{name}],methods=[GET]}" onto public com.sitewhere.rest.model.user.GrantedAuthority com.sitewhere.web.rest.controllers.Authorities.getAuthorityByName(java.lang.String) throws com.sitewhere.spi.SiteWhereException
2019-08-06 01:01:11.403  INFO 1 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/authorities],methods=[GET]}" onto public com.sitewhere.spi.search.ISearchResults<com.sitewhere.spi.user.IGrantedAuthority> com.sitewhere.web.rest.controllers.Authorities.listAuthorities() throws com.sitewhere.spi.SiteWhereException
2019-08-06 01:01:11.404  INFO 1 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/authorities/hierarchy],methods=[GET]}" onto public java.util.List<com.sitewhere.web.rest.model.GrantedAuthorityHierarchyNode> com.sitewhere.web.rest.controllers.Authorities.getAuthoritiesHierarchy() throws com.sitewhere.spi.SiteWhereException
2019-08-06 01:01:11.406  INFO 1 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/users],methods=[POST]}" onto public com.sitewhere.rest.model.user.User com.sitewhere.web.rest.controllers.Users.createUser(com.sitewhere.rest.model.user.request.UserCreateRequest) throws com.sitewhere.spi.SiteWhereException
2019-08-06 01:01:11.407  INFO 1 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/users/{username:.+}],methods=[PUT]}" onto public com.sitewhere.rest.model.user.User com.sitewhere.web.rest.controllers.Users.updateUser(java.lang.String,com.sitewhere.rest.model.user.request.UserCreateRequest) throws com.sitewhere.spi.SiteWhereException
2019-08-06 01:01:11.407  INFO 1 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/users],methods=[GET]}" onto public com.sitewhere.spi.search.ISearchResults<com.sitewhere.spi.user.IUser> com.sitewhere.web.rest.controllers.Users.listUsers() throws com.sitewhere.spi.SiteWhereException
2019-08-06 01:01:11.488  INFO 1 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/users/{username:.+}],methods=[GET]}" onto public com.sitewhere.rest.model.user.User com.sitewhere.web.rest.controllers.Users.getUserByUsername(java.lang.String) throws com.sitewhere.spi.SiteWhereException
2019-08-06 01:01:11.489  INFO 1 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/users/{username:.+}/authorities],methods=[GET]}" onto public com.sitewhere.rest.model.search.SearchResults<com.sitewhere.rest.model.user.GrantedAuthority> com.sitewhere.web.rest.controllers.Users.getAuthoritiesForUsername(java.lang.String) throws com.sitewhere.spi.SiteWhereException
2019-08-06 01:01:11.489  INFO 1 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/users/{username:.+}],methods=[DELETE]}" onto public com.sitewhere.rest.model.user.User com.sitewhere.web.rest.controllers.Users.deleteUserByUsername(java.lang.String) throws com.sitewhere.spi.SiteWhereException
2019-08-06 01:01:11.490  INFO 1 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/system/version],methods=[GET]}" onto public com.sitewhere.spi.system.IVersion com.sitewhere.web.rest.controllers.System.getVersion() throws com.sitewhere.spi.SiteWhereException
2019-08-06 01:01:11.492  INFO 1 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/invocations/id/{invocationId}/responses],methods=[GET]}" onto public com.sitewhere.spi.search.ISearchResults<com.sitewhere.spi.device.event.IDeviceCommandResponse> com.sitewhere.web.rest.controllers.CommandInvocations.listCommandInvocationResponses(java.util.UUID,javax.servlet.http.HttpServletRequest) throws com.sitewhere.spi.SiteWhereException
2019-08-06 01:01:11.492  INFO 1 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/invocations/id/{id}/summary],methods=[GET]}" onto public com.sitewhere.rest.model.device.event.view.DeviceCommandInvocationSummary com.sitewhere.web.rest.controllers.CommandInvocations.getDeviceCommandInvocationSummary(java.util.UUID) throws com.sitewhere.spi.SiteWhereException
2019-08-06 01:01:11.493  INFO 1 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/invocations/id/{id}],methods=[GET]}" onto public com.sitewhere.spi.device.event.IDeviceCommandInvocation com.sitewhere.web.rest.controllers.CommandInvocations.getDeviceCommandInvocation(java.util.UUID) throws com.sitewhere.spi.SiteWhereException
2019-08-06 01:01:11.496  INFO 1 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/devicegroups],methods=[POST]}" onto public com.sitewhere.spi.device.group.IDeviceGroup com.sitewhere.web.rest.controllers.DeviceGroups.createDeviceGroup(com.sitewhere.rest.model.device.request.DeviceGroupCreateRequest,javax.servlet.http.HttpServletRequest) throws com.sitewhere.spi.SiteWhereException
2019-08-06 01:01:11.497  INFO 1 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/devicegroups/{groupToken}],methods=[GET]}" onto public com.sitewhere.spi.device.group.IDeviceGroup com.sitewhere.web.rest.controllers.DeviceGroups.getDeviceGroupByToken(java.lang.String,javax.servlet.http.HttpServletRequest) throws com.sitewhere.spi.SiteWhereException
2019-08-06 01:01:11.498  INFO 1 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/devicegroups/{groupToken}],methods=[PUT]}" onto public com.sitewhere.spi.device.group.IDeviceGroup com.sitewhere.web.rest.controllers.DeviceGroups.updateDeviceGroup(java.lang.String,com.sitewhere.rest.model.device.request.DeviceGroupCreateRequest,javax.servlet.http.HttpServletRequest) throws com.sitewhere.spi.SiteWhereException
2019-08-06 01:01:11.498  INFO 1 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/devicegroups],methods=[GET]}" onto public com.sitewhere.spi.search.ISearchResults<com.sitewhere.spi.device.group.IDeviceGroup> com.sitewhere.web.rest.controllers.DeviceGroups.listDeviceGroups(java.lang.String,int,int,javax.servlet.http.HttpServletRequest) throws com.sitewhere.spi.SiteWhereException
2019-08-06 01:01:11.499  INFO 1 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/devicegroups/{groupToken}],methods=[DELETE]}" onto public com.sitewhere.spi.device.group.IDeviceGroup com.sitewhere.web.rest.controllers.DeviceGroups.deleteDeviceGroup(java.lang.String) throws com.sitewhere.spi.SiteWhereException
2019-08-06 01:01:11.500  INFO 1 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/devicegroups/{groupToken}/elements],methods=[PUT]}" onto public com.sitewhere.spi.search.ISearchResults<com.sitewhere.spi.device.group.IDeviceGroupElement> com.sitewhere.web.rest.controllers.DeviceGroups.addDeviceGroupElements(java.lang.String,java.util.List<com.sitewhere.rest.model.device.request.DeviceGroupElementCreateRequest>,javax.servlet.http.HttpServletRequest) throws com.sitewhere.spi.SiteWhereException
2019-08-06 01:01:11.500  INFO 1 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/devicegroups/{groupToken}/elements],methods=[GET]}" onto public com.sitewhere.spi.search.ISearchResults<com.sitewhere.spi.device.group.IDeviceGroupElement> com.sitewhere.web.rest.controllers.DeviceGroups.listDeviceGroupElements(java.lang.String,boolean,int,int,javax.servlet.http.HttpServletRequest) throws com.sitewhere.spi.SiteWhereException
2019-08-06 01:01:11.501  INFO 1 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/devicegroups/{groupToken}/label/{generatorId}],methods=[GET]}" onto public org.springframework.http.ResponseEntity<byte[]> com.sitewhere.web.rest.controllers.DeviceGroups.getDeviceGroupLabel(java.lang.String,java.lang.String,javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse) throws com.sitewhere.spi.SiteWhereException
2019-08-06 01:01:11.501  INFO 1 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/devicegroups/{groupToken}/elements/{elementId}],methods=[DELETE]}" onto public com.sitewhere.spi.search.ISearchResults<com.sitewhere.spi.device.group.IDeviceGroupElement> com.sitewhere.web.rest.controllers.DeviceGroups.deleteDeviceGroupElement(java.lang.String,java.util.UUID) throws com.sitewhere.spi.SiteWhereException
2019-08-06 01:01:11.502  INFO 1 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/devicegroups/{groupToken}/elements],methods=[DELETE]}" onto public com.sitewhere.spi.search.ISearchResults<com.sitewhere.spi.device.group.IDeviceGroupElement> com.sitewhere.web.rest.controllers.DeviceGroups.deleteDeviceGroupElements(java.lang.String,java.util.List<java.util.UUID>) throws com.sitewhere.spi.SiteWhereException
2019-08-06 01:01:11.589  INFO 1 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/commands],methods=[POST]}" onto public com.sitewhere.spi.device.command.IDeviceCommand com.sitewhere.web.rest.controllers.DeviceCommands.createDeviceCommand(com.sitewhere.rest.model.device.request.DeviceCommandCreateRequest) throws com.sitewhere.spi.SiteWhereException
2019-08-06 01:01:11.589  INFO 1 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/commands/{token}],methods=[GET]}" onto public com.sitewhere.spi.device.command.IDeviceCommand com.sitewhere.web.rest.controllers.DeviceCommands.getDeviceCommandByToken(java.lang.String) throws com.sitewhere.spi.SiteWhereException
2019-08-06 01:01:11.590  INFO 1 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/commands/{token}],methods=[PUT]}" onto public com.sitewhere.spi.device.command.IDeviceCommand com.sitewhere.web.rest.controllers.DeviceCommands.updateDeviceCommand(java.lang.String,com.sitewhere.rest.model.device.request.DeviceCommandCreateRequest) throws com.sitewhere.spi.SiteWhereException
2019-08-06 01:01:11.590  INFO 1 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/commands],methods=[GET]}" onto public com.sitewhere.spi.search.ISearchResults<com.sitewhere.spi.device.command.IDeviceCommand> com.sitewhere.web.rest.controllers.DeviceCommands.listDeviceCommands(java.lang.String,int,int) throws com.sitewhere.spi.SiteWhereException
2019-08-06 01:01:11.590  INFO 1 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/commands/{token}],methods=[DELETE]}" onto public com.sitewhere.spi.device.command.IDeviceCommand com.sitewhere.web.rest.controllers.DeviceCommands.deleteDeviceCommand(java.lang.String,javax.servlet.http.HttpServletRequest) throws com.sitewhere.spi.SiteWhereException
2019-08-06 01:01:11.591  INFO 1 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/commands/namespaces],methods=[GET]}" onto public com.sitewhere.spi.search.ISearchResults<com.sitewhere.spi.device.command.IDeviceCommandNamespace> com.sitewhere.web.rest.controllers.DeviceCommands.listAllDeviceCommandsByNamespace(java.lang.String) throws com.sitewhere.spi.SiteWhereException
2019-08-06 01:01:11.594  INFO 1 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/tenants/{tenantToken}],methods=[GET]}" onto public com.sitewhere.spi.tenant.ITenant com.sitewhere.web.rest.controllers.Tenants.getTenantByToken(java.lang.String) throws com.sitewhere.spi.SiteWhereException
2019-08-06 01:01:11.594  INFO 1 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/tenants/templates],methods=[GET]}" onto public java.util.List<com.sitewhere.spi.microservice.multitenant.ITenantTemplate> com.sitewhere.web.rest.controllers.Tenants.listTenantTemplates() throws com.sitewhere.spi.SiteWhereException
2019-08-06 01:01:11.595  INFO 1 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/tenants],methods=[GET]}" onto public com.sitewhere.spi.search.ISearchResults<com.sitewhere.spi.tenant.ITenant> com.sitewhere.web.rest.controllers.Tenants.listTenants(java.lang.String,java.lang.String,boolean,int,int) throws com.sitewhere.spi.SiteWhereException
2019-08-06 01:01:11.596  INFO 1 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/tenants],methods=[POST]}" onto public com.sitewhere.spi.tenant.ITenant com.sitewhere.web.rest.controllers.Tenants.createTenant(com.sitewhere.rest.model.tenant.request.TenantCreateRequest) throws com.sitewhere.spi.SiteWhereException
2019-08-06 01:01:11.596  INFO 1 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/tenants/{tenantToken}],methods=[PUT]}" onto public com.sitewhere.spi.tenant.ITenant com.sitewhere.web.rest.controllers.Tenants.updateTenant(java.lang.String,com.sitewhere.rest.model.tenant.request.TenantCreateRequest) throws com.sitewhere.spi.SiteWhereException
2019-08-06 01:01:11.597  INFO 1 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/tenants/{tenantToken}],methods=[DELETE]}" onto public com.sitewhere.spi.tenant.ITenant com.sitewhere.web.rest.controllers.Tenants.deleteTenantById(java.lang.String) throws com.sitewhere.spi.SiteWhereException
2019-08-06 01:01:11.598  INFO 1 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/tenants/datasets],methods=[GET]}" onto public java.util.List<com.sitewhere.spi.microservice.multitenant.IDatasetTemplate> com.sitewhere.web.rest.controllers.Tenants.listDatasetTemplates() throws com.sitewhere.spi.SiteWhereException
2019-08-06 01:01:11.607  INFO 1 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/areatypes],methods=[POST]}" onto public com.sitewhere.spi.area.IAreaType com.sitewhere.web.rest.controllers.AreaTypes.createAreaType(com.sitewhere.rest.model.area.request.AreaTypeCreateRequest) throws com.sitewhere.spi.SiteWhereException
2019-08-06 01:01:11.688  INFO 1 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/areatypes/{areaTypeToken:.+}],methods=[GET]}" onto public com.sitewhere.spi.area.IAreaType com.sitewhere.web.rest.controllers.AreaTypes.getAreaTypeByToken(java.lang.String) throws com.sitewhere.spi.SiteWhereException
2019-08-06 01:01:11.689  INFO 1 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/areatypes/{areaTypeToken:.+}],methods=[PUT]}" onto public com.sitewhere.spi.area.IAreaType com.sitewhere.web.rest.controllers.AreaTypes.updateAreaType(java.lang.String,com.sitewhere.rest.model.area.request.AreaTypeCreateRequest) throws com.sitewhere.spi.SiteWhereException
2019-08-06 01:01:11.690  INFO 1 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/areatypes],methods=[GET]}" onto public com.sitewhere.spi.search.ISearchResults<com.sitewhere.spi.area.IAreaType> com.sitewhere.web.rest.controllers.AreaTypes.listAreaTypes(boolean,int,int,javax.servlet.http.HttpServletRequest) throws com.sitewhere.spi.SiteWhereException
2019-08-06 01:01:11.690  INFO 1 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/areatypes/{areaTypeToken:.+}],methods=[DELETE]}" onto public com.sitewhere.spi.area.IAreaType com.sitewhere.web.rest.controllers.AreaTypes.deleteAreaType(java.lang.String) throws com.sitewhere.spi.SiteWhereException
2019-08-06 01:01:11.691  INFO 1 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/areatypes/{areaTypeToken}/label/{generatorId}],methods=[GET]}" onto public org.springframework.http.ResponseEntity<byte[]> com.sitewhere.web.rest.controllers.AreaTypes.getAreaTypeLabel(java.lang.String,java.lang.String,javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse) throws com.sitewhere.spi.SiteWhereException
2019-08-06 01:01:11.696  INFO 1 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/customers],methods=[POST]}" onto public com.sitewhere.spi.customer.ICustomer com.sitewhere.web.rest.controllers.Customers.createCustomer(com.sitewhere.rest.model.customer.request.CustomerCreateRequest) throws com.sitewhere.spi.SiteWhereException
2019-08-06 01:01:11.697  INFO 1 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/customers/{customerToken:.+}],methods=[GET]}" onto public com.sitewhere.spi.customer.ICustomer com.sitewhere.web.rest.controllers.Customers.getCustomerByToken(java.lang.String,boolean,boolean) throws com.sitewhere.spi.SiteWhereException
2019-08-06 01:01:11.698  INFO 1 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/customers/{customerToken:.+}],methods=[PUT]}" onto public com.sitewhere.spi.customer.ICustomer com.sitewhere.web.rest.controllers.Customers.updateCustomer(java.lang.String,com.sitewhere.rest.model.customer.request.CustomerCreateRequest) throws com.sitewhere.spi.SiteWhereException
2019-08-06 01:01:11.698  INFO 1 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/customers],methods=[GET]}" onto public com.sitewhere.spi.search.ISearchResults<com.sitewhere.spi.customer.ICustomer> com.sitewhere.web.rest.controllers.Customers.listCustomers(java.lang.Boolean,java.lang.String,java.lang.String,boolean,int,int) throws com.sitewhere.spi.SiteWhereException
2019-08-06 01:01:11.699  INFO 1 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/customers/{customerToken:.+}],methods=[DELETE]}" onto public com.sitewhere.spi.customer.ICustomer com.sitewhere.web.rest.controllers.Customers.deleteCustomer(java.lang.String) throws com.sitewhere.spi.SiteWhereException
2019-08-06 01:01:11.700  INFO 1 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/customers/{customerToken}/invocations],methods=[GET]}" onto public com.sitewhere.spi.search.ISearchResults<com.sitewhere.spi.device.event.IDeviceCommandInvocation> com.sitewhere.web.rest.controllers.Customers.listDeviceCommandInvocationsForCustomer(java.lang.String,int,int,java.lang.String,java.lang.String,javax.servlet.http.HttpServletResponse) throws com.sitewhere.spi.SiteWhereException
2019-08-06 01:01:11.701  INFO 1 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/customers/{customerToken}/responses],methods=[GET]}" onto public com.sitewhere.spi.search.ISearchResults<com.sitewhere.spi.device.event.IDeviceCommandResponse> com.sitewhere.web.rest.controllers.Customers.listDeviceCommandResponsesForCustomer(java.lang.String,int,int,java.lang.String,java.lang.String,javax.servlet.http.HttpServletResponse) throws com.sitewhere.spi.SiteWhereException
2019-08-06 01:01:11.701  INFO 1 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/customers/{customerToken}/statechanges],methods=[GET]}" onto public com.sitewhere.spi.search.ISearchResults<com.sitewhere.spi.device.event.IDeviceStateChange> com.sitewhere.web.rest.controllers.Customers.listDeviceStateChangesForCustomer(java.lang.String,int,int,java.lang.String,java.lang.String,javax.servlet.http.HttpServletResponse) throws com.sitewhere.spi.SiteWhereException
2019-08-06 01:01:11.702  INFO 1 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/customers/{customerToken}/assignments],methods=[GET]}" onto public com.sitewhere.spi.search.ISearchResults<com.sitewhere.rest.model.device.DeviceAssignment> com.sitewhere.web.rest.controllers.Customers.listAssignmentsForCustomer(java.lang.String,java.lang.String,boolean,boolean,boolean,boolean,int,int) throws com.sitewhere.spi.SiteWhereException
2019-08-06 01:01:11.703  INFO 1 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/customers/{customerToken}/label/{generatorId}],methods=[GET]}" onto public org.springframework.http.ResponseEntity<byte[]> com.sitewhere.web.rest.controllers.Customers.getCustomerLabel(java.lang.String,java.lang.String,javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse) throws com.sitewhere.spi.SiteWhereException
2019-08-06 01:01:11.703  INFO 1 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/customers/{customerToken}/measurements],methods=[GET]}" onto public com.sitewhere.spi.search.ISearchResults<com.sitewhere.spi.device.event.IDeviceMeasurement> com.sitewhere.web.rest.controllers.Customers.listDeviceMeasurementsForCustomer(java.lang.String,int,int,java.lang.String,java.lang.String,javax.servlet.http.HttpServletResponse) throws com.sitewhere.spi.SiteWhereException
2019-08-06 01:01:11.704  INFO 1 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/customers/{customerToken}/locations],methods=[GET]}" onto public com.sitewhere.spi.search.ISearchResults<com.sitewhere.spi.device.event.IDeviceLocation> com.sitewhere.web.rest.controllers.Customers.listDeviceLocationsForCustomer(java.lang.String,int,int,java.lang.String,java.lang.String,javax.servlet.http.HttpServletResponse) throws com.sitewhere.spi.SiteWhereException
2019-08-06 01:01:11.705  INFO 1 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/customers/{customerToken}/alerts],methods=[GET]}" onto public com.sitewhere.spi.search.ISearchResults<com.sitewhere.spi.device.event.IDeviceAlert> com.sitewhere.web.rest.controllers.Customers.listDeviceAlertsForCustomer(java.lang.String,int,int,java.lang.String,java.lang.String,javax.servlet.http.HttpServletResponse) throws com.sitewhere.spi.SiteWhereException
2019-08-06 01:01:11.788  INFO 1 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/schedules],methods=[POST]}" onto public com.sitewhere.spi.scheduling.ISchedule com.sitewhere.web.rest.controllers.Schedules.createSchedule(com.sitewhere.rest.model.scheduling.request.ScheduleCreateRequest,javax.servlet.http.HttpServletRequest) throws com.sitewhere.spi.SiteWhereException
2019-08-06 01:01:11.789  INFO 1 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/schedules/{token}],methods=[PUT]}" onto public com.sitewhere.spi.scheduling.ISchedule com.sitewhere.web.rest.controllers.Schedules.updateSchedule(com.sitewhere.rest.model.scheduling.request.ScheduleCreateRequest,java.lang.String,javax.servlet.http.HttpServletRequest) throws com.sitewhere.spi.SiteWhereException
2019-08-06 01:01:11.789  INFO 1 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/schedules/{token}],methods=[GET]}" onto public com.sitewhere.spi.scheduling.ISchedule com.sitewhere.web.rest.controllers.Schedules.getScheduleByToken(java.lang.String,javax.servlet.http.HttpServletRequest) throws com.sitewhere.spi.SiteWhereException
2019-08-06 01:01:11.790  INFO 1 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/schedules],methods=[GET]}" onto public com.sitewhere.spi.search.ISearchResults<com.sitewhere.spi.scheduling.ISchedule> com.sitewhere.web.rest.controllers.Schedules.listSchedules(int,int,javax.servlet.http.HttpServletRequest) throws com.sitewhere.spi.SiteWhereException
2019-08-06 01:01:11.791  INFO 1 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/schedules/{token}],methods=[DELETE]}" onto public com.sitewhere.spi.scheduling.ISchedule com.sitewhere.web.rest.controllers.Schedules.deleteSchedule(java.lang.String) throws com.sitewhere.spi.SiteWhereException
2019-08-06 01:01:11.795  INFO 1 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/assets/{assetToken}/label/{generatorId}],methods=[GET]}" onto public org.springframework.http.ResponseEntity<byte[]> com.sitewhere.web.rest.controllers.Assets.getAssetLabel(java.lang.String,java.lang.String,javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse) throws com.sitewhere.spi.SiteWhereException
2019-08-06 01:01:11.796  INFO 1 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/assets],methods=[POST]}" onto public com.sitewhere.spi.asset.IAsset com.sitewhere.web.rest.controllers.Assets.createAsset(com.sitewhere.rest.model.asset.request.AssetCreateRequest) throws com.sitewhere.spi.SiteWhereException
2019-08-06 01:01:11.796  INFO 1 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/assets/{assetToken:.+}],methods=[PUT]}" onto public com.sitewhere.spi.asset.IAsset com.sitewhere.web.rest.controllers.Assets.updateAsset(java.lang.String,com.sitewhere.rest.model.asset.request.AssetCreateRequest) throws com.sitewhere.spi.SiteWhereException
2019-08-06 01:01:11.797  INFO 1 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/assets/{assetToken:.+}],methods=[GET]}" onto public com.sitewhere.spi.asset.IAsset com.sitewhere.web.rest.controllers.Assets.getAssetByToken(java.lang.String) throws com.sitewhere.spi.SiteWhereException
2019-08-06 01:01:11.798  INFO 1 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/assets/{assetToken:.+}],methods=[DELETE]}" onto public com.sitewhere.spi.asset.IAsset com.sitewhere.web.rest.controllers.Assets.deleteAsset(java.lang.String) throws com.sitewhere.spi.SiteWhereException
2019-08-06 01:01:11.798  INFO 1 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/assets],methods=[GET]}" onto public com.sitewhere.spi.search.ISearchResults<com.sitewhere.spi.asset.IAsset> com.sitewhere.web.rest.controllers.Assets.listAssets(java.lang.String,boolean,int,int) throws com.sitewhere.spi.SiteWhereException
2019-08-06 01:01:11.800  INFO 1 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/devicestates/search],methods=[POST]}" onto public com.sitewhere.spi.search.ISearchResults<com.sitewhere.spi.device.state.IDeviceState> com.sitewhere.web.rest.controllers.DeviceStates.searchDeviceStates(boolean,boolean,boolean,boolean,boolean,boolean,boolean,com.sitewhere.rest.model.search.device.DeviceStateSearchCriteria) throws com.sitewhere.spi.SiteWhereException
2019-08-06 01:01:11.802  INFO 1 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/search],methods=[GET]}" onto public java.util.List<com.sitewhere.rest.model.search.external.SearchProvider> com.sitewhere.web.rest.controllers.ExternalSearch.listSearchProviders(javax.servlet.http.HttpServletRequest) throws com.sitewhere.spi.SiteWhereException
2019-08-06 01:01:11.802  INFO 1 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/search/{providerId}/events],methods=[GET]}" onto public java.util.List<com.sitewhere.spi.device.event.IDeviceEvent> com.sitewhere.web.rest.controllers.ExternalSearch.searchDeviceEvents(java.lang.String,javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletRequest) throws com.sitewhere.spi.SiteWhereException
2019-08-06 01:01:11.803  INFO 1 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/search/{providerId}/raw],methods=[POST]}" onto public com.fasterxml.jackson.databind.JsonNode com.sitewhere.web.rest.controllers.ExternalSearch.rawSearch(java.lang.String,java.lang.String,javax.servlet.http.HttpServletRequest) throws com.sitewhere.spi.SiteWhereException
2019-08-06 01:01:11.806  INFO 1 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/devicetypes],methods=[POST]}" onto public com.sitewhere.spi.device.IDeviceType com.sitewhere.web.rest.controllers.DeviceTypes.createDeviceType(com.sitewhere.rest.model.device.request.DeviceTypeCreateRequest,javax.servlet.http.HttpServletRequest) throws com.sitewhere.spi.SiteWhereException
2019-08-06 01:01:11.806  INFO 1 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/devicetypes/{token}],methods=[GET]}" onto public com.sitewhere.spi.device.IDeviceType com.sitewhere.web.rest.controllers.DeviceTypes.getDeviceTypeByToken(java.lang.String,boolean) throws com.sitewhere.spi.SiteWhereException
2019-08-06 01:01:11.807  INFO 1 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/devicetypes/{token}],methods=[PUT]}" onto public com.sitewhere.spi.device.IDeviceType com.sitewhere.web.rest.controllers.DeviceTypes.updateDeviceType(java.lang.String,com.sitewhere.rest.model.device.request.DeviceTypeCreateRequest,javax.servlet.http.HttpServletRequest) throws com.sitewhere.spi.SiteWhereException
2019-08-06 01:01:11.888  INFO 1 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/devicetypes],methods=[GET]}" onto public com.sitewhere.spi.search.ISearchResults<com.sitewhere.spi.device.IDeviceType> com.sitewhere.web.rest.controllers.DeviceTypes.listDeviceTypes(boolean,int,int,javax.servlet.http.HttpServletRequest) throws com.sitewhere.spi.SiteWhereException
2019-08-06 01:01:11.889  INFO 1 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/devicetypes/{token}],methods=[DELETE]}" onto public com.sitewhere.spi.device.IDeviceType com.sitewhere.web.rest.controllers.DeviceTypes.deleteDeviceType(java.lang.String) throws com.sitewhere.spi.SiteWhereException
2019-08-06 01:01:11.890  INFO 1 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/devicetypes/{token}/label/{generatorId}],methods=[GET]}" onto public org.springframework.http.ResponseEntity<byte[]> com.sitewhere.web.rest.controllers.DeviceTypes.getDeviceTypeLabel(java.lang.String,java.lang.String,javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse) throws com.sitewhere.spi.SiteWhereException
2019-08-06 01:01:11.890  INFO 1 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/devicetypes/{token}/proto],methods=[GET]}" onto public java.lang.String com.sitewhere.web.rest.controllers.DeviceTypes.getDeviceTypeProtoByToken(java.lang.String,javax.servlet.http.HttpServletResponse) throws com.sitewhere.spi.SiteWhereException
2019-08-06 01:01:11.891  INFO 1 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/devicetypes/{token}/spec.proto],methods=[GET]}" onto public org.springframework.http.ResponseEntity<byte[]> com.sitewhere.web.rest.controllers.DeviceTypes.getDeviceTypeProtoFileByToken(java.lang.String,javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse) throws com.sitewhere.spi.SiteWhereException
2019-08-06 01:01:11.899  INFO 1 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/instance/microservice/{identifier}/tenants/{tenantToken}/scripting/scripts],methods=[GET]}" onto public java.util.List<com.sitewhere.spi.microservice.scripting.IScriptMetadata> com.sitewhere.web.rest.controllers.Instance.listTenantScriptMetadata(java.lang.String,java.lang.String) throws com.sitewhere.spi.SiteWhereException
2019-08-06 01:01:11.900  INFO 1 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/instance/microservice/{identifier}/tenants/{tenantToken}/scripting/scripts/{scriptId}],methods=[GET]}" onto public com.sitewhere.spi.microservice.scripting.IScriptMetadata com.sitewhere.web.rest.controllers.Instance.getTenantScriptMetadata(java.lang.String,java.lang.String,java.lang.String) throws com.sitewhere.spi.SiteWhereException
2019-08-06 01:01:11.900  INFO 1 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/instance/microservice/{identifier}/tenants/{tenantToken}/scripting/scripts],methods=[POST]}" onto public com.sitewhere.spi.microservice.scripting.IScriptMetadata com.sitewhere.web.rest.controllers.Instance.createTenantScript(java.lang.String,java.lang.String,com.sitewhere.microservice.scripting.ScriptCreateRequest) throws com.sitewhere.spi.SiteWhereException
2019-08-06 01:01:11.901  INFO 1 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/instance/microservice/{identifier}/tenants/{tenantToken}/scripting/scripts/{scriptId}/versions/{versionId}/content],methods=[GET]}" onto public java.lang.String com.sitewhere.web.rest.controllers.Instance.getTenantScriptContent(java.lang.String,java.lang.String,java.lang.String,java.lang.String) throws com.sitewhere.spi.SiteWhereException
2019-08-06 01:01:11.902  INFO 1 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/instance/microservice/{identifier}/tenants/{tenantToken}/scripting/scripts/{scriptId}/versions/{versionId}],methods=[POST]}" onto public com.sitewhere.spi.microservice.scripting.IScriptMetadata com.sitewhere.web.rest.controllers.Instance.updateTenantScript(java.lang.String,java.lang.String,java.lang.String,java.lang.String,com.sitewhere.microservice.scripting.ScriptCreateRequest) throws com.sitewhere.spi.SiteWhereException
2019-08-06 01:01:11.902  INFO 1 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/instance/microservice/{identifier}/tenants/{tenantToken}/scripting/scripts/{scriptId}/versions/{versionId}/clone],methods=[POST]}" onto public com.sitewhere.spi.microservice.scripting.IScriptVersion com.sitewhere.web.rest.controllers.Instance.cloneTenantScript(java.lang.String,java.lang.String,java.lang.String,java.lang.String,com.sitewhere.microservice.scripting.ScriptCloneRequest) throws com.sitewhere.spi.SiteWhereException
2019-08-06 01:01:11.903  INFO 1 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/instance/microservice/{identifier}/tenants/{tenantToken}/scripting/scripts/{scriptId}/versions/{versionId}/activate],methods=[POST]}" onto public com.sitewhere.spi.microservice.scripting.IScriptMetadata com.sitewhere.web.rest.controllers.Instance.activateTenantScript(java.lang.String,java.lang.String,java.lang.String,java.lang.String) throws com.sitewhere.spi.SiteWhereException
2019-08-06 01:01:11.903  INFO 1 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/instance/microservice/{identifier}/tenants/{tenantToken}/scripting/scripts/{scriptId}],methods=[DELETE]}" onto public com.sitewhere.spi.microservice.scripting.IScriptMetadata com.sitewhere.web.rest.controllers.Instance.deleteTenantScript(java.lang.String,java.lang.String,java.lang.String) throws com.sitewhere.spi.SiteWhereException
2019-08-06 01:01:11.904  INFO 1 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/instance/microservice/{identifier}/configuration],methods=[GET]}" onto public com.sitewhere.configuration.content.ElementContent com.sitewhere.web.rest.controllers.Instance.getMicroserviceGlobalConfiguration(java.lang.String) throws com.sitewhere.spi.SiteWhereException
2019-08-06 01:01:11.904  INFO 1 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/instance/topology],methods=[GET]}" onto public java.util.List<com.sitewhere.web.rest.model.InstanceTopologySummary> com.sitewhere.web.rest.controllers.Instance.getInstanceTopology() throws com.sitewhere.spi.SiteWhereException
2019-08-06 01:01:11.905  INFO 1 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/instance/topology/global],methods=[GET]}" onto public java.util.List<com.sitewhere.web.rest.model.InstanceTopologySummary> com.sitewhere.web.rest.controllers.Instance.getGlobalInstanceTopology() throws com.sitewhere.spi.SiteWhereException
2019-08-06 01:01:11.905  INFO 1 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/instance/topology/tenant],methods=[GET]}" onto public java.util.List<com.sitewhere.web.rest.model.InstanceTopologySummary> com.sitewhere.web.rest.controllers.Instance.getTenantInstanceTopology() throws com.sitewhere.spi.SiteWhereException
2019-08-06 01:01:11.906  INFO 1 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/instance/microservice/{identifier}/tenants/{tenantToken}/state],methods=[GET]}" onto public java.util.List<com.sitewhere.spi.microservice.state.ITenantEngineState> com.sitewhere.web.rest.controllers.Instance.getMicroserviceTenantRuntimeState(java.lang.String,java.lang.String) throws com.sitewhere.spi.SiteWhereException
2019-08-06 01:01:11.906  INFO 1 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/instance/microservice/{identifier}/configuration/model],methods=[GET]}" onto public com.sitewhere.spi.microservice.configuration.model.IConfigurationModel com.sitewhere.web.rest.controllers.Instance.getMicroserviceConfigurationModel(java.lang.String) throws com.sitewhere.spi.SiteWhereException
2019-08-06 01:01:11.907  INFO 1 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/instance/microservice/{identifier}/configuration],methods=[POST]}" onto public void com.sitewhere.web.rest.controllers.Instance.updateMicroserviceGlobalConfiguration(java.lang.String,com.sitewhere.configuration.content.ElementContent) throws com.sitewhere.spi.SiteWhereException
2019-08-06 01:01:11.988  INFO 1 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/instance/microservice/{identifier}/scripting/scripts/{scriptId}/versions/{versionId}/activate],methods=[POST]}" onto public com.sitewhere.spi.microservice.scripting.IScriptMetadata com.sitewhere.web.rest.controllers.Instance.activateGlobalScript(java.lang.String,java.lang.String,java.lang.String) throws com.sitewhere.spi.SiteWhereException
2019-08-06 01:01:11.988  INFO 1 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/instance/microservice/{identifier}/tenants/{tenantToken}/configuration],methods=[POST]}" onto public void com.sitewhere.web.rest.controllers.Instance.updateMicroserviceTenantConfiguration(java.lang.String,java.lang.String,com.sitewhere.configuration.content.ElementContent) throws com.sitewhere.spi.SiteWhereException
2019-08-06 01:01:11.989  INFO 1 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/instance/microservice/{identifier}/scripting/templates],methods=[GET]}" onto public java.util.List<com.sitewhere.spi.microservice.scripting.IScriptTemplate> com.sitewhere.web.rest.controllers.Instance.getMicroserviceScriptTemplates(java.lang.String) throws com.sitewhere.spi.SiteWhereException
2019-08-06 01:01:11.990  INFO 1 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/instance/microservice/{identifier}/scripting/templates/{templateId}],methods=[GET]}" onto public org.springframework.http.ResponseEntity<byte[]> com.sitewhere.web.rest.controllers.Instance.getMicroserviceScriptTemplateContent(java.lang.String,java.lang.String) throws com.sitewhere.spi.SiteWhereException
2019-08-06 01:01:11.990  INFO 1 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/instance/microservice/{identifier}/scripting/scripts],methods=[GET]}" onto public java.util.List<com.sitewhere.spi.microservice.scripting.IScriptMetadata> com.sitewhere.web.rest.controllers.Instance.listGlobalScriptMetadata(java.lang.String) throws com.sitewhere.spi.SiteWhereException
2019-08-06 01:01:11.991  INFO 1 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/instance/microservice/{identifier}/scripting/scripts/{scriptId}],methods=[GET]}" onto public com.sitewhere.spi.microservice.scripting.IScriptMetadata com.sitewhere.web.rest.controllers.Instance.getGlobalScriptMetadata(java.lang.String,java.lang.String) throws com.sitewhere.spi.SiteWhereException
2019-08-06 01:01:11.991  INFO 1 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/instance/microservice/{identifier}/scripting/scripts],methods=[POST]}" onto public com.sitewhere.spi.microservice.scripting.IScriptMetadata com.sitewhere.web.rest.controllers.Instance.createGlobalScript(java.lang.String,com.sitewhere.microservice.scripting.ScriptCreateRequest) throws com.sitewhere.spi.SiteWhereException
2019-08-06 01:01:11.992  INFO 1 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/instance/microservice/{identifier}/scripting/scripts/{scriptId}/versions/{versionId}/content],methods=[GET]}" onto public java.lang.String com.sitewhere.web.rest.controllers.Instance.getGlobalScriptContent(java.lang.String,java.lang.String,java.lang.String) throws com.sitewhere.spi.SiteWhereException
2019-08-06 01:01:11.992  INFO 1 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/instance/microservice/{identifier}/scripting/scripts/{scriptId}/versions/{versionId}],methods=[POST]}" onto public com.sitewhere.spi.microservice.scripting.IScriptMetadata com.sitewhere.web.rest.controllers.Instance.updateGlobalScript(java.lang.String,java.lang.String,java.lang.String,com.sitewhere.microservice.scripting.ScriptCreateRequest) throws com.sitewhere.spi.SiteWhereException
2019-08-06 01:01:11.993  INFO 1 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/instance/microservice/{identifier}/scripting/scripts/{scriptId}/versions/{versionId}/clone],methods=[POST]}" onto public com.sitewhere.spi.microservice.scripting.IScriptVersion com.sitewhere.web.rest.controllers.Instance.cloneGlobalScript(java.lang.String,java.lang.String,java.lang.String,com.sitewhere.microservice.scripting.ScriptCloneRequest) throws com.sitewhere.spi.SiteWhereException
2019-08-06 01:01:11.993  INFO 1 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/instance/microservice/{identifier}/scripting/scripts/{scriptId}],methods=[DELETE]}" onto public com.sitewhere.spi.microservice.scripting.IScriptMetadata com.sitewhere.web.rest.controllers.Instance.deleteGlobalScript(java.lang.String,java.lang.String) throws com.sitewhere.spi.SiteWhereException
2019-08-06 01:01:11.994  INFO 1 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/instance/microservice/{identifier}/tenants/{tenantToken}/configuration],methods=[GET]}" onto public com.sitewhere.configuration.content.ElementContent com.sitewhere.web.rest.controllers.Instance.getMicroserviceTenantConfiguration(java.lang.String,java.lang.String) throws com.sitewhere.spi.SiteWhereException
2019-08-06 01:01:12.097  INFO 1 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/assignments/{token}/end],methods=[POST]}" onto public com.sitewhere.rest.model.device.DeviceAssignment com.sitewhere.web.rest.controllers.Assignments.endDeviceAssignment(java.lang.String) throws com.sitewhere.spi.SiteWhereException
2019-08-06 01:01:12.098  INFO 1 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/assignments/{token:.+}],methods=[DELETE]}" onto public com.sitewhere.rest.model.device.DeviceAssignment com.sitewhere.web.rest.controllers.Assignments.deleteDeviceAssignment(java.lang.String) throws com.sitewhere.spi.SiteWhereException
2019-08-06 01:01:12.099  INFO 1 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/assignments],methods=[POST]}" onto public com.sitewhere.rest.model.device.DeviceAssignment com.sitewhere.web.rest.controllers.Assignments.createDeviceAssignment(com.sitewhere.rest.model.device.request.DeviceAssignmentCreateRequest,javax.servlet.http.HttpServletRequest) throws com.sitewhere.spi.SiteWhereException
2019-08-06 01:01:12.099  INFO 1 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/assignments/{token:.+}],methods=[GET]}" onto public com.sitewhere.rest.model.device.DeviceAssignment com.sitewhere.web.rest.controllers.Assignments.getDeviceAssignment(java.lang.String,javax.servlet.http.HttpServletRequest) throws com.sitewhere.spi.SiteWhereException
2019-08-06 01:01:12.100  INFO 1 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/assignments/{token:.+}],methods=[PUT]}" onto public com.sitewhere.rest.model.device.DeviceAssignment com.sitewhere.web.rest.controllers.Assignments.updateDeviceAssignment(java.lang.String,com.sitewhere.rest.model.device.request.DeviceAssignmentCreateRequest) throws com.sitewhere.spi.SiteWhereException
2019-08-06 01:01:12.100  INFO 1 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/assignments/bulk/statechanges],methods=[POST]}" onto public com.sitewhere.spi.search.ISearchResults<com.sitewhere.spi.device.event.IDeviceStateChange> com.sitewhere.web.rest.controllers.Assignments.listStateChangesForAssignments(int,int,java.lang.String,java.lang.String,com.sitewhere.rest.model.device.request.DeviceAssignmentBulkRequest,javax.servlet.http.HttpServletResponse) throws com.sitewhere.spi.SiteWhereException
2019-08-06 01:01:12.101  INFO 1 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/assignments/{token}/statechanges],methods=[GET]}" onto public com.sitewhere.spi.search.ISearchResults<com.sitewhere.spi.device.event.IDeviceStateChange> com.sitewhere.web.rest.controllers.Assignments.listStateChangesForAssignment(java.lang.String,int,int,java.lang.String,java.lang.String,javax.servlet.http.HttpServletResponse) throws com.sitewhere.spi.SiteWhereException
2019-08-06 01:01:12.101  INFO 1 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/assignments/{token}/responses],methods=[POST]}" onto public com.sitewhere.rest.model.device.event.DeviceCommandResponse com.sitewhere.web.rest.controllers.Assignments.createCommandResponse(com.sitewhere.rest.model.device.event.request.DeviceCommandResponseCreateRequest,java.lang.String) throws com.sitewhere.spi.SiteWhereException
2019-08-06 01:01:12.102  INFO 1 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/assignments/bulk/responses],methods=[POST]}" onto public com.sitewhere.spi.search.ISearchResults<com.sitewhere.spi.device.event.IDeviceCommandResponse> com.sitewhere.web.rest.controllers.Assignments.listCommandResponsesForAssignments(int,int,java.lang.String,java.lang.String,com.sitewhere.rest.model.device.request.DeviceAssignmentBulkRequest,javax.servlet.http.HttpServletResponse) throws com.sitewhere.spi.SiteWhereException
2019-08-06 01:01:12.103  INFO 1 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/assignments/{token}/responses],methods=[GET]}" onto public com.sitewhere.spi.search.ISearchResults<com.sitewhere.spi.device.event.IDeviceCommandResponse> com.sitewhere.web.rest.controllers.Assignments.listCommandResponsesForAssignment(java.lang.String,int,int,java.lang.String,java.lang.String,javax.servlet.http.HttpServletResponse) throws com.sitewhere.spi.SiteWhereException
2019-08-06 01:01:12.103  INFO 1 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/assignments/{token}/missing],methods=[POST]}" onto public com.sitewhere.rest.model.device.DeviceAssignment com.sitewhere.web.rest.controllers.Assignments.missingDeviceAssignment(java.lang.String) throws com.sitewhere.spi.SiteWhereException
2019-08-06 01:01:12.104  INFO 1 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/assignments/{token}/invocations],methods=[GET]}" onto public com.sitewhere.spi.search.ISearchResults<com.sitewhere.spi.device.event.IDeviceCommandInvocation> com.sitewhere.web.rest.controllers.Assignments.listCommandInvocationsForAssignment(java.lang.String,boolean,int,int,java.lang.String,java.lang.String,javax.servlet.http.HttpServletResponse) throws com.sitewhere.spi.SiteWhereException
2019-08-06 01:01:12.104  INFO 1 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/assignments/bulk/measurements],methods=[POST]}" onto public com.sitewhere.spi.search.ISearchResults<com.sitewhere.spi.device.event.IDeviceMeasurement> com.sitewhere.web.rest.controllers.Assignments.listMeasurementsForAssignments(int,int,java.lang.String,java.lang.String,com.sitewhere.rest.model.device.request.DeviceAssignmentBulkRequest,javax.servlet.http.HttpServletResponse) throws com.sitewhere.spi.SiteWhereException
2019-08-06 01:01:12.105  INFO 1 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/assignments/{token}/measurements],methods=[GET]}" onto public com.sitewhere.spi.search.ISearchResults<com.sitewhere.spi.device.event.IDeviceMeasurement> com.sitewhere.web.rest.controllers.Assignments.listMeasurementsForAssignment(java.lang.String,int,int,java.lang.String,java.lang.String,javax.servlet.http.HttpServletResponse) throws com.sitewhere.spi.SiteWhereException
2019-08-06 01:01:12.105  INFO 1 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/assignments/bulk/measurements/series],methods=[POST]}" onto public java.util.Map<java.lang.String, java.util.List<com.sitewhere.spi.device.charting.IChartSeries<java.lang.Double>>> com.sitewhere.web.rest.controllers.Assignments.listMeasurementsForAssignmentsAsChartSeries(int,int,java.lang.String,java.lang.String,java.lang.String[],com.sitewhere.rest.model.device.request.DeviceAssignmentBulkRequest,javax.servlet.http.HttpServletResponse) throws com.sitewhere.spi.SiteWhereException
2019-08-06 01:01:12.106  INFO 1 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/assignments/bulk/locations],methods=[POST]}" onto public com.sitewhere.spi.search.ISearchResults<com.sitewhere.spi.device.event.IDeviceLocation> com.sitewhere.web.rest.controllers.Assignments.listLocationsForAssignments(int,int,java.lang.String,java.lang.String,com.sitewhere.rest.model.device.request.DeviceAssignmentBulkRequest,javax.servlet.http.HttpServletResponse) throws com.sitewhere.spi.SiteWhereException
2019-08-06 01:01:12.107  INFO 1 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/assignments/{token}/statechanges],methods=[POST]}" onto public com.sitewhere.spi.device.event.IDeviceStateChange com.sitewhere.web.rest.controllers.Assignments.createStateChange(com.sitewhere.rest.model.device.event.request.DeviceStateChangeCreateRequest,java.lang.String) throws com.sitewhere.spi.SiteWhereException
2019-08-06 01:01:12.203  INFO 1 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/assignments/{token}/locations],methods=[GET]}" onto public com.sitewhere.spi.search.ISearchResults<com.sitewhere.spi.device.event.IDeviceLocation> com.sitewhere.web.rest.controllers.Assignments.listLocationsForAssignment(java.lang.String,int,int,java.lang.String,java.lang.String,javax.servlet.http.HttpServletResponse) throws com.sitewhere.spi.SiteWhereException
2019-08-06 01:01:12.204  INFO 1 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/assignments/{token}/locations],methods=[POST]}" onto public com.sitewhere.spi.device.event.IDeviceLocation com.sitewhere.web.rest.controllers.Assignments.createLocation(com.sitewhere.rest.model.device.event.request.DeviceLocationCreateRequest,java.lang.String) throws com.sitewhere.spi.SiteWhereException
2019-08-06 01:01:12.205  INFO 1 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/assignments/bulk/alerts],methods=[POST]}" onto public com.sitewhere.spi.search.ISearchResults<com.sitewhere.spi.device.event.IDeviceAlert> com.sitewhere.web.rest.controllers.Assignments.listAlertsForAssignments(int,int,java.lang.String,java.lang.String,com.sitewhere.rest.model.device.request.DeviceAssignmentBulkRequest,javax.servlet.http.HttpServletResponse) throws com.sitewhere.spi.SiteWhereException
2019-08-06 01:01:12.205  INFO 1 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/assignments/{token}/alerts],methods=[GET]}" onto public com.sitewhere.spi.search.ISearchResults<com.sitewhere.spi.device.event.IDeviceAlert> com.sitewhere.web.rest.controllers.Assignments.listAlertsForAssignment(java.lang.String,int,int,java.lang.String,java.lang.String,javax.servlet.http.HttpServletResponse) throws com.sitewhere.spi.SiteWhereException
2019-08-06 01:01:12.206  INFO 1 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/assignments/{token}/alerts],methods=[POST]}" onto public com.sitewhere.spi.device.event.IDeviceAlert com.sitewhere.web.rest.controllers.Assignments.createAlert(com.sitewhere.rest.model.device.event.request.DeviceAlertCreateRequest,java.lang.String,javax.servlet.http.HttpServletRequest) throws com.sitewhere.spi.SiteWhereException
2019-08-06 01:01:12.206  INFO 1 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/assignments/{token}/invocations],methods=[POST]}" onto public com.sitewhere.spi.device.event.IDeviceCommandInvocation com.sitewhere.web.rest.controllers.Assignments.createCommandInvocation(com.sitewhere.rest.model.device.event.request.DeviceCommandInvocationCreateRequest,java.lang.String) throws com.sitewhere.spi.SiteWhereException
2019-08-06 01:01:12.207  INFO 1 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/assignments/{token}/invocations/schedules/{scheduleToken}],methods=[POST]}" onto public com.sitewhere.spi.scheduling.IScheduledJob com.sitewhere.web.rest.controllers.Assignments.scheduleCommandInvocation(com.sitewhere.rest.model.device.event.request.DeviceCommandInvocationCreateRequest,java.lang.String,java.lang.String) throws com.sitewhere.spi.SiteWhereException
2019-08-06 01:01:12.208  INFO 1 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/assignments/bulk/invocations],methods=[POST]}" onto public com.sitewhere.spi.search.ISearchResults<com.sitewhere.spi.device.event.IDeviceCommandInvocation> com.sitewhere.web.rest.controllers.Assignments.listCommandInvocationsForAssignments(boolean,int,int,java.lang.String,java.lang.String,com.sitewhere.rest.model.device.request.DeviceAssignmentBulkRequest,javax.servlet.http.HttpServletResponse) throws com.sitewhere.spi.SiteWhereException
2019-08-06 01:01:12.208  INFO 1 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/assignments/{token}/label/{generatorId}],methods=[GET]}" onto public org.springframework.http.ResponseEntity<byte[]> com.sitewhere.web.rest.controllers.Assignments.getAssignmentLabel(java.lang.String,java.lang.String,javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse) throws com.sitewhere.spi.SiteWhereException
2019-08-06 01:01:12.209  INFO 1 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/assignments],methods=[GET]}" onto public com.sitewhere.spi.search.ISearchResults<com.sitewhere.spi.device.IDeviceAssignment> com.sitewhere.web.rest.controllers.Assignments.listAssignments(java.lang.String,java.lang.String,java.lang.String,java.lang.String,boolean,boolean,boolean,boolean,int,int) throws com.sitewhere.spi.SiteWhereException
2019-08-06 01:01:12.210  INFO 1 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/assignments/{token}/measurements/series],methods=[GET]}" onto public java.util.List<com.sitewhere.spi.device.charting.IChartSeries<java.lang.Double>> com.sitewhere.web.rest.controllers.Assignments.listMeasurementsForAssignmentAsChartSeries(java.lang.String,int,int,java.lang.String,java.lang.String,java.lang.String[],javax.servlet.http.HttpServletResponse) throws com.sitewhere.spi.SiteWhereException
2019-08-06 01:01:12.210  INFO 1 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/assignments/{token}/measurements],methods=[POST]}" onto public com.sitewhere.spi.device.event.IDeviceMeasurement com.sitewhere.web.rest.controllers.Assignments.createMeasurements(com.sitewhere.rest.model.device.event.request.DeviceMeasurementCreateRequest,java.lang.String,javax.servlet.http.HttpServletRequest) throws com.sitewhere.spi.SiteWhereException
2019-08-06 01:01:12.215  INFO 1 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/areas],methods=[POST]}" onto public com.sitewhere.spi.area.IArea com.sitewhere.web.rest.controllers.Areas.createArea(com.sitewhere.rest.model.area.request.AreaCreateRequest) throws com.sitewhere.spi.SiteWhereException
2019-08-06 01:01:12.288  INFO 1 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/areas/{areaToken:.+}],methods=[GET]}" onto public com.sitewhere.spi.area.IArea com.sitewhere.web.rest.controllers.Areas.getAreaByToken(java.lang.String,boolean,boolean) throws com.sitewhere.spi.SiteWhereException
2019-08-06 01:01:12.289  INFO 1 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/areas/{areaToken:.+}],methods=[PUT]}" onto public com.sitewhere.spi.area.IArea com.sitewhere.web.rest.controllers.Areas.updateArea(java.lang.String,com.sitewhere.rest.model.area.request.AreaCreateRequest) throws com.sitewhere.spi.SiteWhereException
2019-08-06 01:01:12.289  INFO 1 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/areas],methods=[GET]}" onto public com.sitewhere.spi.search.ISearchResults<com.sitewhere.spi.area.IArea> com.sitewhere.web.rest.controllers.Areas.listAreas(java.lang.Boolean,java.lang.String,java.lang.String,boolean,boolean,boolean,int,int) throws com.sitewhere.spi.SiteWhereException
2019-08-06 01:01:12.290  INFO 1 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/areas/{areaToken:.+}],methods=[DELETE]}" onto public com.sitewhere.spi.area.IArea com.sitewhere.web.rest.controllers.Areas.deleteArea(java.lang.String) throws com.sitewhere.spi.SiteWhereException
2019-08-06 01:01:12.291  INFO 1 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/areas/{areaToken}/measurements],methods=[GET]}" onto public com.sitewhere.spi.search.ISearchResults<com.sitewhere.spi.device.event.IDeviceMeasurement> com.sitewhere.web.rest.controllers.Areas.listDeviceMeasurementsForArea(java.lang.String,int,int,java.lang.String,java.lang.String,javax.servlet.http.HttpServletResponse) throws com.sitewhere.spi.SiteWhereException
2019-08-06 01:01:12.291  INFO 1 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/areas/{areaToken}/locations],methods=[GET]}" onto public com.sitewhere.spi.search.ISearchResults<com.sitewhere.spi.device.event.IDeviceLocation> com.sitewhere.web.rest.controllers.Areas.listDeviceLocationsForArea(java.lang.String,int,int,java.lang.String,java.lang.String,javax.servlet.http.HttpServletResponse) throws com.sitewhere.spi.SiteWhereException
2019-08-06 01:01:12.292  INFO 1 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/areas/{areaToken}/alerts],methods=[GET]}" onto public com.sitewhere.spi.search.ISearchResults<com.sitewhere.spi.device.event.IDeviceAlert> com.sitewhere.web.rest.controllers.Areas.listDeviceAlertsForArea(java.lang.String,int,int,java.lang.String,java.lang.String,javax.servlet.http.HttpServletResponse) throws com.sitewhere.spi.SiteWhereException
2019-08-06 01:01:12.293  INFO 1 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/areas/{areaToken}/invocations],methods=[GET]}" onto public com.sitewhere.spi.search.ISearchResults<com.sitewhere.spi.device.event.IDeviceCommandInvocation> com.sitewhere.web.rest.controllers.Areas.listDeviceCommandInvocationsForArea(java.lang.String,int,int,java.lang.String,java.lang.String,javax.servlet.http.HttpServletResponse) throws com.sitewhere.spi.SiteWhereException
2019-08-06 01:01:12.294  INFO 1 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/areas/{areaToken}/responses],methods=[GET]}" onto public com.sitewhere.spi.search.ISearchResults<com.sitewhere.spi.device.event.IDeviceCommandResponse> com.sitewhere.web.rest.controllers.Areas.listDeviceCommandResponsesForArea(java.lang.String,int,int,java.lang.String,java.lang.String,javax.servlet.http.HttpServletResponse) throws com.sitewhere.spi.SiteWhereException
2019-08-06 01:01:12.295  INFO 1 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/areas/{areaToken}/statechanges],methods=[GET]}" onto public com.sitewhere.spi.search.ISearchResults<com.sitewhere.spi.device.event.IDeviceStateChange> com.sitewhere.web.rest.controllers.Areas.listDeviceStateChangesForArea(java.lang.String,int,int,java.lang.String,java.lang.String,javax.servlet.http.HttpServletResponse) throws com.sitewhere.spi.SiteWhereException
2019-08-06 01:01:12.295  INFO 1 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/areas/{areaToken}/assignments],methods=[GET]}" onto public com.sitewhere.spi.search.ISearchResults<com.sitewhere.rest.model.device.DeviceAssignment> com.sitewhere.web.rest.controllers.Areas.listAssignmentsForArea(java.lang.String,java.lang.String,boolean,boolean,boolean,boolean,int,int) throws com.sitewhere.spi.SiteWhereException
2019-08-06 01:01:12.296  INFO 1 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/areas/{areaToken}/label/{generatorId}],methods=[GET]}" onto public org.springframework.http.ResponseEntity<byte[]> com.sitewhere.web.rest.controllers.Areas.getAreaLabel(java.lang.String,java.lang.String,javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse) throws com.sitewhere.spi.SiteWhereException
2019-08-06 01:01:12.298  INFO 1 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/events/id/{eventId}],methods=[GET]}" onto public com.sitewhere.spi.device.event.IDeviceEvent com.sitewhere.web.rest.controllers.DeviceEvents.getEventById(java.lang.String) throws com.sitewhere.spi.SiteWhereException
2019-08-06 01:01:12.298  INFO 1 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/events/alternate/{alternateId}],methods=[GET]}" onto public com.sitewhere.spi.device.event.IDeviceEvent com.sitewhere.web.rest.controllers.DeviceEvents.getEventByAlternateId(java.lang.String,javax.servlet.http.HttpServletRequest) throws com.sitewhere.spi.SiteWhereException
2019-08-06 01:01:12.300  INFO 1 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/customertypes],methods=[POST]}" onto public com.sitewhere.spi.customer.ICustomerType com.sitewhere.web.rest.controllers.CustomerTypes.createCustomerType(com.sitewhere.rest.model.customer.request.CustomerTypeCreateRequest) throws com.sitewhere.spi.SiteWhereException
2019-08-06 01:01:12.301  INFO 1 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/customertypes/{customerTypeToken:.+}],methods=[GET]}" onto public com.sitewhere.spi.customer.ICustomerType com.sitewhere.web.rest.controllers.CustomerTypes.getCustomerTypeByToken(java.lang.String) throws com.sitewhere.spi.SiteWhereException
2019-08-06 01:01:12.302  INFO 1 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/customertypes/{customerTypeToken:.+}],methods=[PUT]}" onto public com.sitewhere.spi.customer.ICustomerType com.sitewhere.web.rest.controllers.CustomerTypes.updateCustomerType(java.lang.String,com.sitewhere.rest.model.customer.request.CustomerTypeCreateRequest) throws com.sitewhere.spi.SiteWhereException
2019-08-06 01:01:12.303  INFO 1 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/customertypes],methods=[GET]}" onto public com.sitewhere.spi.search.ISearchResults<com.sitewhere.spi.customer.ICustomerType> com.sitewhere.web.rest.controllers.CustomerTypes.listCustomerTypes(boolean,int,int,javax.servlet.http.HttpServletRequest) throws com.sitewhere.spi.SiteWhereException
2019-08-06 01:01:12.303  INFO 1 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/customertypes/{customerTypeToken:.+}],methods=[DELETE]}" onto public com.sitewhere.spi.customer.ICustomerType com.sitewhere.web.rest.controllers.CustomerTypes.deleteCustomerType(java.lang.String) throws com.sitewhere.spi.SiteWhereException
2019-08-06 01:01:12.304  INFO 1 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/customertypes/{customerTypeToken}/label/{generatorId}],methods=[GET]}" onto public org.springframework.http.ResponseEntity<byte[]> com.sitewhere.web.rest.controllers.CustomerTypes.getCustomerTypeLabel(java.lang.String,java.lang.String,javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse) throws com.sitewhere.spi.SiteWhereException
2019-08-06 01:01:12.307  INFO 1 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/assettypes/{assetTypeToken:.+}],methods=[DELETE]}" onto public com.sitewhere.spi.asset.IAssetType com.sitewhere.web.rest.controllers.AssetTypes.deleteAsset(java.lang.String) throws com.sitewhere.spi.SiteWhereException
2019-08-06 01:01:12.388  INFO 1 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/assettypes],methods=[POST]}" onto public com.sitewhere.spi.asset.IAssetType com.sitewhere.web.rest.controllers.AssetTypes.createAssetType(com.sitewhere.rest.model.asset.request.AssetTypeCreateRequest) throws com.sitewhere.spi.SiteWhereException
2019-08-06 01:01:12.388  INFO 1 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/assettypes/{assetTypeToken:.+}],methods=[PUT]}" onto public com.sitewhere.spi.asset.IAssetType com.sitewhere.web.rest.controllers.AssetTypes.updateAssetType(java.lang.String,com.sitewhere.rest.model.asset.request.AssetTypeCreateRequest) throws com.sitewhere.spi.SiteWhereException
2019-08-06 01:01:12.389  INFO 1 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/assettypes/{assetTypeToken:.+}],methods=[GET]}" onto public com.sitewhere.spi.asset.IAssetType com.sitewhere.web.rest.controllers.AssetTypes.getAssetTypeByToken(java.lang.String) throws com.sitewhere.spi.SiteWhereException
2019-08-06 01:01:12.390  INFO 1 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/assettypes],methods=[GET]}" onto public com.sitewhere.spi.search.ISearchResults<com.sitewhere.spi.asset.IAssetType> com.sitewhere.web.rest.controllers.AssetTypes.listAssetTypes(int,int) throws com.sitewhere.spi.SiteWhereException
2019-08-06 01:01:12.390  INFO 1 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/assettypes/{assetTypeToken}/label/{generatorId}],methods=[GET]}" onto public org.springframework.http.ResponseEntity<byte[]> com.sitewhere.web.rest.controllers.AssetTypes.getAssignmentLabel(java.lang.String,java.lang.String,javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse) throws com.sitewhere.spi.SiteWhereException
2019-08-06 01:01:12.392  INFO 1 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/statuses/{token}],methods=[DELETE]}" onto public com.sitewhere.spi.device.IDeviceStatus com.sitewhere.web.rest.controllers.DeviceStatuses.deleteDeviceStatus(java.lang.String) throws com.sitewhere.spi.SiteWhereException
2019-08-06 01:01:12.393  INFO 1 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/statuses],methods=[POST]}" onto public com.sitewhere.spi.device.IDeviceStatus com.sitewhere.web.rest.controllers.DeviceStatuses.createDeviceStatus(com.sitewhere.rest.model.device.request.DeviceStatusCreateRequest) throws com.sitewhere.spi.SiteWhereException
2019-08-06 01:01:12.393  INFO 1 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/statuses/{token}],methods=[GET]}" onto public com.sitewhere.spi.device.IDeviceStatus com.sitewhere.web.rest.controllers.DeviceStatuses.getDeviceStatusByToken(java.lang.String) throws com.sitewhere.spi.SiteWhereException
2019-08-06 01:01:12.394  INFO 1 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/statuses/{token}],methods=[PUT]}" onto public com.sitewhere.spi.device.IDeviceStatus com.sitewhere.web.rest.controllers.DeviceStatuses.updateDeviceStatus(java.lang.String,com.sitewhere.rest.model.device.request.DeviceStatusCreateRequest) throws com.sitewhere.spi.SiteWhereException
2019-08-06 01:01:12.394  INFO 1 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/statuses],methods=[GET]}" onto public com.sitewhere.spi.search.ISearchResults<com.sitewhere.spi.device.IDeviceStatus> com.sitewhere.web.rest.controllers.DeviceStatuses.listDeviceStatuses(java.lang.String,java.lang.String,int,int) throws com.sitewhere.spi.SiteWhereException
2019-08-06 01:01:12.396  INFO 1 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/jobs],methods=[POST]}" onto public com.sitewhere.spi.scheduling.IScheduledJob com.sitewhere.web.rest.controllers.ScheduledJobs.createScheduledJob(com.sitewhere.rest.model.scheduling.request.ScheduledJobCreateRequest,javax.servlet.http.HttpServletRequest) throws com.sitewhere.spi.SiteWhereException
2019-08-06 01:01:12.397  INFO 1 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/jobs/{token}],methods=[PUT]}" onto public com.sitewhere.spi.scheduling.IScheduledJob com.sitewhere.web.rest.controllers.ScheduledJobs.updateScheduledJob(com.sitewhere.rest.model.scheduling.request.ScheduledJobCreateRequest,java.lang.String,javax.servlet.http.HttpServletRequest) throws com.sitewhere.spi.SiteWhereException
2019-08-06 01:01:12.397  INFO 1 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/jobs/{token}],methods=[GET]}" onto public com.sitewhere.spi.scheduling.IScheduledJob com.sitewhere.web.rest.controllers.ScheduledJobs.getScheduledJobByToken(java.lang.String,javax.servlet.http.HttpServletRequest) throws com.sitewhere.spi.SiteWhereException
2019-08-06 01:01:12.398  INFO 1 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/jobs],methods=[GET]}" onto public com.sitewhere.spi.search.ISearchResults<com.sitewhere.spi.scheduling.IScheduledJob> com.sitewhere.web.rest.controllers.ScheduledJobs.listScheduledJobs(boolean,int,int,javax.servlet.http.HttpServletRequest) throws com.sitewhere.spi.SiteWhereException
2019-08-06 01:01:12.399  INFO 1 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/jobs/{token}],methods=[DELETE]}" onto public com.sitewhere.spi.scheduling.IScheduledJob com.sitewhere.web.rest.controllers.ScheduledJobs.deleteScheduledJob(java.lang.String) throws com.sitewhere.spi.SiteWhereException
2019-08-06 01:01:12.489  INFO 1 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/zones/{zoneToken}],methods=[GET]}" onto public com.sitewhere.spi.area.IZone com.sitewhere.web.rest.controllers.Zones.getZone(java.lang.String,javax.servlet.http.HttpServletRequest) throws com.sitewhere.spi.SiteWhereException
2019-08-06 01:01:12.489  INFO 1 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/zones],methods=[POST]}" onto public com.sitewhere.spi.area.IZone com.sitewhere.web.rest.controllers.Zones.createZone(com.sitewhere.rest.model.area.request.ZoneCreateRequest) throws com.sitewhere.spi.SiteWhereException
2019-08-06 01:01:12.490  INFO 1 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/zones/{zoneToken}],methods=[PUT]}" onto public com.sitewhere.spi.area.IZone com.sitewhere.web.rest.controllers.Zones.updateZone(java.lang.String,com.sitewhere.rest.model.area.request.ZoneCreateRequest,javax.servlet.http.HttpServletRequest) throws com.sitewhere.spi.SiteWhereException
2019-08-06 01:01:12.491  INFO 1 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/zones],methods=[GET]}" onto public com.sitewhere.spi.search.ISearchResults<com.sitewhere.spi.area.IZone> com.sitewhere.web.rest.controllers.Zones.listZones(java.lang.String,int,int) throws com.sitewhere.spi.SiteWhereException
2019-08-06 01:01:12.491  INFO 1 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/zones/{zoneToken}],methods=[DELETE]}" onto public com.sitewhere.spi.area.IZone com.sitewhere.web.rest.controllers.Zones.deleteZone(java.lang.String) throws com.sitewhere.spi.SiteWhereException
2019-08-06 01:01:12.493  INFO 1 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/batch/command],methods=[POST]}" onto public com.sitewhere.spi.batch.IBatchOperation com.sitewhere.web.rest.controllers.BatchOperations.createBatchCommandInvocation(com.sitewhere.rest.model.batch.request.BatchCommandInvocationRequest,javax.servlet.http.HttpServletRequest) throws com.sitewhere.spi.SiteWhereException
2019-08-06 01:01:12.494  INFO 1 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/batch/{batchToken}],methods=[GET]}" onto public com.sitewhere.spi.batch.IBatchOperation com.sitewhere.web.rest.controllers.BatchOperations.getBatchOperationByToken(java.lang.String,javax.servlet.http.HttpServletRequest) throws com.sitewhere.spi.SiteWhereException
2019-08-06 01:01:12.494  INFO 1 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/batch],methods=[GET]}" onto public com.sitewhere.spi.search.ISearchResults<com.sitewhere.spi.batch.IBatchOperation> com.sitewhere.web.rest.controllers.BatchOperations.listBatchOperations(int,int) throws com.sitewhere.spi.SiteWhereException
2019-08-06 01:01:12.495  INFO 1 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/batch/{operationToken}/elements],methods=[GET]}" onto public com.sitewhere.spi.search.ISearchResults<com.sitewhere.spi.batch.IBatchElement> com.sitewhere.web.rest.controllers.BatchOperations.listBatchOperationElements(java.lang.String,boolean,int,int,javax.servlet.http.HttpServletRequest) throws com.sitewhere.spi.SiteWhereException
2019-08-06 01:01:12.496  INFO 1 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/batch/command/criteria],methods=[POST]}" onto public java.lang.Object com.sitewhere.web.rest.controllers.BatchOperations.createBatchCommandByCriteria(com.sitewhere.rest.model.batch.request.BatchCommandForCriteriaRequest,java.lang.String) throws com.sitewhere.spi.SiteWhereException
2019-08-06 01:01:12.499  INFO 1 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/devices/{deviceToken}/batch],methods=[POST]}" onto public com.sitewhere.spi.device.event.IDeviceEventBatchResponse com.sitewhere.web.rest.controllers.Devices.addDeviceEventBatch(java.lang.String,com.sitewhere.rest.model.device.event.DeviceEventBatch) throws com.sitewhere.spi.SiteWhereException
2019-08-06 01:01:12.500  INFO 1 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/devices],methods=[POST]}" onto public com.sitewhere.spi.device.IDevice com.sitewhere.web.rest.controllers.Devices.createDevice(com.sitewhere.rest.model.device.request.DeviceCreateRequest,javax.servlet.http.HttpServletRequest) throws com.sitewhere.spi.SiteWhereException
2019-08-06 01:01:12.500  INFO 1 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/devices/{deviceToken:.+}],methods=[GET]}" onto public com.sitewhere.spi.device.IDevice com.sitewhere.web.rest.controllers.Devices.getDeviceByToken(java.lang.String,boolean,boolean,boolean) throws com.sitewhere.spi.SiteWhereException
2019-08-06 01:01:12.501  INFO 1 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/devices/{deviceToken:.+}],methods=[PUT]}" onto public com.sitewhere.spi.device.IDevice com.sitewhere.web.rest.controllers.Devices.updateDevice(java.lang.String,com.sitewhere.rest.model.device.request.DeviceCreateRequest,javax.servlet.http.HttpServletRequest) throws com.sitewhere.spi.SiteWhereException
2019-08-06 01:01:12.501  INFO 1 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/devices],methods=[GET]}" onto public com.sitewhere.spi.search.ISearchResults<com.sitewhere.spi.device.IDevice> com.sitewhere.web.rest.controllers.Devices.listDevices(java.lang.String,boolean,boolean,boolean,int,int,java.util.Date,java.util.Date) throws com.sitewhere.spi.SiteWhereException
2019-08-06 01:01:12.502  INFO 1 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/devices/{deviceToken}/mappings],methods=[DELETE]}" onto public com.sitewhere.spi.device.IDevice com.sitewhere.web.rest.controllers.Devices.deleteDeviceElementMapping(java.lang.String,java.lang.String,javax.servlet.http.HttpServletRequest) throws com.sitewhere.spi.SiteWhereException
2019-08-06 01:01:12.503  INFO 1 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/devices/{deviceToken:.+}],methods=[DELETE]}" onto public com.sitewhere.spi.device.IDevice com.sitewhere.web.rest.controllers.Devices.deleteDevice(java.lang.String) throws com.sitewhere.spi.SiteWhereException
2019-08-06 01:01:12.503  INFO 1 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/devices/{deviceToken}/assignment],methods=[GET]}" onto public com.sitewhere.spi.device.IDeviceAssignment com.sitewhere.web.rest.controllers.Devices.getDeviceCurrentAssignment(java.lang.String,boolean,boolean,boolean,boolean,javax.servlet.http.HttpServletRequest) throws com.sitewhere.spi.SiteWhereException
2019-08-06 01:01:12.504  INFO 1 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/devices/{deviceToken}/label/{generatorId}],methods=[GET]}" onto public org.springframework.http.ResponseEntity<byte[]> com.sitewhere.web.rest.controllers.Devices.getDeviceLabel(java.lang.String,java.lang.String,javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse) throws com.sitewhere.spi.SiteWhereException
2019-08-06 01:01:12.504  INFO 1 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/devices/{deviceToken}/assignments],methods=[GET]}" onto public com.sitewhere.spi.search.ISearchResults<com.sitewhere.spi.device.IDeviceAssignment> com.sitewhere.web.rest.controllers.Devices.listDeviceAssignmentHistory(java.lang.String,boolean,boolean,boolean,boolean,int,int,javax.servlet.http.HttpServletRequest) throws com.sitewhere.spi.SiteWhereException
2019-08-06 01:01:12.505  INFO 1 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/devices/{deviceToken}/mappings],methods=[POST]}" onto public com.sitewhere.spi.device.IDevice com.sitewhere.web.rest.controllers.Devices.addDeviceElementMapping(java.lang.String,com.sitewhere.rest.model.device.DeviceElementMapping,javax.servlet.http.HttpServletRequest) throws com.sitewhere.spi.SiteWhereException
2019-08-06 01:01:12.505  INFO 1 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/devices/{hardwareId}/symbol],methods=[GET]}" onto public org.springframework.http.ResponseEntity<byte[]> com.sitewhere.web.rest.controllers.Devices.getDeviceDefaultSymbol(java.lang.String,javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse) throws com.sitewhere.spi.SiteWhereException
2019-08-06 01:01:12.506  INFO 1 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/devices/group/{groupToken}],methods=[GET]}" onto public com.sitewhere.spi.search.ISearchResults<com.sitewhere.spi.device.IDevice> com.sitewhere.web.rest.controllers.Devices.listDevicesForGroup(java.lang.String,java.lang.String,boolean,boolean,boolean,boolean,int,int,java.util.Date,java.util.Date,javax.servlet.http.HttpServletRequest) throws com.sitewhere.spi.SiteWhereException
2019-08-06 01:01:12.507  INFO 1 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/devices/grouprole/{role}],methods=[GET]}" onto public com.sitewhere.spi.search.ISearchResults<com.sitewhere.spi.device.IDevice> com.sitewhere.web.rest.controllers.Devices.listDevicesForGroupsWithRole(java.lang.String,java.lang.String,boolean,boolean,boolean,boolean,int,int,java.util.Date,java.util.Date,javax.servlet.http.HttpServletRequest) throws com.sitewhere.spi.SiteWhereException
2019-08-06 01:01:12.590  INFO 1 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/swagger-resources/configuration/ui]}" onto public org.springframework.http.ResponseEntity<springfox.documentation.swagger.web.UiConfiguration> springfox.documentation.swagger.web.ApiResourceController.uiConfiguration()
2019-08-06 01:01:12.591  INFO 1 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/swagger-resources]}" onto public org.springframework.http.ResponseEntity<java.util.List<springfox.documentation.swagger.web.SwaggerResource>> springfox.documentation.swagger.web.ApiResourceController.swaggerResources()
2019-08-06 01:01:12.591  INFO 1 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/swagger-resources/configuration/security]}" onto public org.springframework.http.ResponseEntity<springfox.documentation.swagger.web.SecurityConfiguration> springfox.documentation.swagger.web.ApiResourceController.securityConfiguration()
2019-08-06 01:01:12.803  INFO 1 --- [           main] pertySourcedRequestMappingHandlerMapping : Mapped URL path [/v2/api-docs] onto method [public org.springframework.http.ResponseEntity<springfox.documentation.spring.web.json.Json> springfox.documentation.swagger2.web.Swagger2Controller.getDocumentation(java.lang.String,javax.servlet.http.HttpServletRequest)]
2019-08-06 01:01:13.089  INFO 1 --- [           main] s.w.s.m.m.a.RequestMappingHandlerAdapter : Looking for @ControllerAdvice: WebApplicationContext for namespace 'sitewhereRestInterface-servlet': startup date [Tue Aug 06 01:01:06 GMT 2019]; parent: org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@18ef96
2019-08-06 01:01:13.191  INFO 1 --- [           main] .m.m.a.ExceptionHandlerExceptionResolver : Detected @ExceptionHandler methods in webRestExceptionHandling
2019-08-06 01:01:13.700  INFO 1 --- [           main] o.s.c.support.DefaultLifecycleProcessor  : Starting beans in phase 2147483647
2019-08-06 01:01:13.701  INFO 1 --- [           main] d.s.w.p.DocumentationPluginsBootstrapper : Context refreshed
2019-08-06 01:01:13.701  INFO 1 --- [           main] d.s.w.p.DocumentationPluginsBootstrapper : Found 1 custom documentation plugin(s)
2019-08-06 01:01:14.691  INFO 1 --- [           main] s.d.s.w.s.ApiListingReferenceScanner     : Scanning for api listing references
2019-08-06 01:01:16.797  INFO 1 --- [           main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: deleteAssetUsingDELETE_1
2019-08-06 01:01:17.291  INFO 1 --- [           main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getAssignmentLabelUsingGET_1
2019-08-06 01:01:21.793  INFO 1 --- [           main] o.s.web.servlet.DispatcherServlet        : FrameworkServlet 'sitewhereRestInterface': initialization completed in 15004 ms
2019-08-06 01:01:21.793  INFO 1 --- [           main] o.a.c.c.C.[.[localhost].[/sitewhere]     : Initializing Spring FrameworkServlet 'sitewhereAuthSwagger'
2019-08-06 01:01:21.793  INFO 1 --- [           main] o.s.web.servlet.DispatcherServlet        : FrameworkServlet 'sitewhereAuthSwagger': initialization started
2019-08-06 01:01:21.794  INFO 1 --- [           main] .s.AnnotationConfigWebApplicationContext : Refreshing WebApplicationContext for namespace 'sitewhereAuthSwagger-servlet': startup date [Tue Aug 06 01:01:21 GMT 2019]; parent: org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@18ef96
2019-08-06 01:01:21.797  INFO 1 --- [           main] .s.AnnotationConfigWebApplicationContext : Registering annotated classes: [class com.sitewhere.web.auth.RestAuthSwaggerConfiguration]
2019-08-06 01:01:22.208  INFO 1 --- [           main] o.s.w.s.handler.SimpleUrlHandlerMapping  : Root mapping to handler of type [class org.springframework.web.servlet.mvc.ParameterizableViewController]
2019-08-06 01:01:22.296  INFO 1 --- [           main] o.s.w.s.handler.SimpleUrlHandlerMapping  : Mapped URL path [/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
2019-08-06 01:01:22.405  INFO 1 --- [           main] s.w.s.m.m.a.RequestMappingHandlerAdapter : Looking for @ControllerAdvice: WebApplicationContext for namespace 'sitewhereAuthSwagger-servlet': startup date [Tue Aug 06 01:01:21 GMT 2019]; parent: org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@18ef96
2019-08-06 01:01:22.496  INFO 1 --- [           main] .m.m.a.ExceptionHandlerExceptionResolver : Detected @ExceptionHandler methods in webRestExceptionHandling
2019-08-06 01:01:22.698  INFO 1 --- [           main] o.s.web.servlet.DispatcherServlet        : FrameworkServlet 'sitewhereAuthSwagger': initialization completed in 905 ms
2019-08-06 01:01:22.699  INFO 1 --- [           main] o.a.c.c.C.[.[localhost].[/sitewhere]     : Initializing Spring FrameworkServlet 'sitewhereRestSwagger'
2019-08-06 01:01:22.699  INFO 1 --- [           main] o.s.web.servlet.DispatcherServlet        : FrameworkServlet 'sitewhereRestSwagger': initialization started
2019-08-06 01:01:22.700  INFO 1 --- [           main] .s.AnnotationConfigWebApplicationContext : Refreshing WebApplicationContext for namespace 'sitewhereRestSwagger-servlet': startup date [Tue Aug 06 01:01:22 GMT 2019]; parent: org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@18ef96
2019-08-06 01:01:22.703  INFO 1 --- [           main] .s.AnnotationConfigWebApplicationContext : Registering annotated classes: [class com.sitewhere.web.rest.RestApiSwaggerConfiguration]
2019-08-06 01:01:23.010  INFO 1 --- [           main] o.s.w.s.handler.SimpleUrlHandlerMapping  : Root mapping to handler of type [class org.springframework.web.servlet.mvc.ParameterizableViewController]
2019-08-06 01:01:23.091  INFO 1 --- [           main] o.s.w.s.handler.SimpleUrlHandlerMapping  : Mapped URL path [/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
2019-08-06 01:01:23.199  INFO 1 --- [           main] s.w.s.m.m.a.RequestMappingHandlerAdapter : Looking for @ControllerAdvice: WebApplicationContext for namespace 'sitewhereRestSwagger-servlet': startup date [Tue Aug 06 01:01:22 GMT 2019]; parent: org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@18ef96
2019-08-06 01:01:23.288  INFO 1 --- [           main] .m.m.a.ExceptionHandlerExceptionResolver : Detected @ExceptionHandler methods in webRestExceptionHandling
2019-08-06 01:01:23.500  INFO 1 --- [           main] o.s.web.servlet.DispatcherServlet        : FrameworkServlet 'sitewhereRestSwagger': initialization completed in 801 ms
2019-08-06 01:01:23.505  INFO 1 --- [           main] o.s.b.w.embedded.tomcat.TomcatWebServer  : Tomcat started on port(s): 8080 (http) with context path '/sitewhere'
2019-08-06 01:01:23.507  INFO 1 --- [           main] com.sitewhere.web.WebRestApplication     : Started WebRestApplication in 102.813 seconds (JVM running for 106.476)
2019-08-06 01:01:34.205  INFO 1 --- [pool-4-thread-1] .s.MicroserviceStateUpdatesKafkaProducer : Kafka detected as available.
2019-08-06 01:02:05.602  INFO 1 --- [MessageBroker-1] o.s.w.s.c.WebSocketMessageBrokerStats    : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 0 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(0)-CONNECTED(0)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 0], outboundChannelpool size = 0, active threads = 0, queued tasks = 0, completed tasks = 0], sockJsScheduler[pool size = 1, active threads = 1, queued tasks = 0, completed tasks = 0]
2019-08-06 01:32:05.602  INFO 1 --- [MessageBroker-1] o.s.w.s.c.WebSocketMessageBrokerStats    : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 0 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(0)-CONNECTED(0)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 0], outboundChannelpool size = 0, active threads = 0, queued tasks = 0, completed tasks = 0], sockJsScheduler[pool size = 1, active threads = 1, queued tasks = 0, completed tasks = 1]
2019-08-06 01:41:31.300 ERROR 1 --- [nio-8080-exec-1] c.s.w.s.SiteWhereAuthenticationProvider  : Authentication exception.

com.sitewhere.spi.microservice.ServiceNotAvailableException: The requested service is not available [UNAVAILABLE: upstream connect error or disconnect/reset before headers. reset reason: connection failure]
	at com.sitewhere.grpc.client.GrpcUtils.handleClientMethodException(GrpcUtils.java:225) ~[sitewhere-grpc-client-2.1.0.jar!/:na]
	at com.sitewhere.grpc.client.user.UserManagementApiChannel.authenticate(UserManagementApiChannel.java:150) ~[sitewhere-grpc-client-2.1.0.jar!/:na]
	at com.sitewhere.web.security.SiteWhereAuthenticationProvider.authenticateBasicAuth(SiteWhereAuthenticationProvider.java:85) [classes!/:na]
	at com.sitewhere.web.security.SiteWhereAuthenticationProvider.authenticate(SiteWhereAuthenticationProvider.java:57) [classes!/:na]
	at org.springframework.security.authentication.ProviderManager.authenticate(ProviderManager.java:174) [spring-security-core-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
	at org.springframework.security.authentication.ProviderManager.authenticate(ProviderManager.java:199) [spring-security-core-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
	at org.springframework.security.web.authentication.www.BasicAuthenticationFilter.doFilterInternal(BasicAuthenticationFilter.java:180) [spring-security-web-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107) [spring-web-5.0.4.RELEASE.jar!/:5.0.4.RELEASE]
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) [spring-security-web-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
	at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:116) [spring-security-web-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) [spring-security-web-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
	at org.springframework.security.web.header.HeaderWriterFilter.doFilterInternal(HeaderWriterFilter.java:66) [spring-security-web-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107) [spring-web-5.0.4.RELEASE.jar!/:5.0.4.RELEASE]
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) [spring-security-web-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
	at org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:105) [spring-security-web-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) [spring-security-web-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
	at org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter.doFilterInternal(WebAsyncManagerIntegrationFilter.java:56) [spring-security-web-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107) [spring-web-5.0.4.RELEASE.jar!/:5.0.4.RELEASE]
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) [spring-security-web-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
	at org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:215) [spring-security-web-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
	at org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:178) [spring-security-web-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) [tomcat-embed-core-8.5.28.jar!/:8.5.28]
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) [tomcat-embed-core-8.5.28.jar!/:8.5.28]
	at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:199) [tomcat-embed-core-8.5.28.jar!/:8.5.28]
	at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96) [tomcat-embed-core-8.5.28.jar!/:8.5.28]
	at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:496) [tomcat-embed-core-8.5.28.jar!/:8.5.28]
	at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:140) [tomcat-embed-core-8.5.28.jar!/:8.5.28]
	at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:81) [tomcat-embed-core-8.5.28.jar!/:8.5.28]
	at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:87) [tomcat-embed-core-8.5.28.jar!/:8.5.28]
	at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:342) [tomcat-embed-core-8.5.28.jar!/:8.5.28]
	at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:803) [tomcat-embed-core-8.5.28.jar!/:8.5.28]
	at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:66) [tomcat-embed-core-8.5.28.jar!/:8.5.28]
	at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:790) [tomcat-embed-core-8.5.28.jar!/:8.5.28]
	at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1459) [tomcat-embed-core-8.5.28.jar!/:8.5.28]
	at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) [tomcat-embed-core-8.5.28.jar!/:8.5.28]
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [na:1.8.0_212]
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [na:1.8.0_212]
	at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) [tomcat-embed-core-8.5.28.jar!/:8.5.28]
	at java.lang.Thread.run(Thread.java:748) [na:1.8.0_212]
Caused by: io.grpc.StatusRuntimeException: UNAVAILABLE: upstream connect error or disconnect/reset before headers. reset reason: connection failure
	at io.grpc.stub.ClientCalls.toStatusRuntimeException(ClientCalls.java:235) ~[grpc-stub-1.21.0.jar!/:1.21.0]
	at io.grpc.stub.ClientCalls.getUnchecked(ClientCalls.java:216) ~[grpc-stub-1.21.0.jar!/:1.21.0]
	at io.grpc.stub.ClientCalls.blockingUnaryCall(ClientCalls.java:141) ~[grpc-stub-1.21.0.jar!/:1.21.0]
	at com.sitewhere.grpc.service.UserManagementGrpc$UserManagementBlockingStub.authenticate(UserManagementGrpc.java:1038) ~[sitewhere-grpc-user-management-2.1.0.jar!/:na]
	at com.sitewhere.grpc.client.user.UserManagementApiChannel.authenticate(UserManagementApiChannel.java:145) ~[sitewhere-grpc-client-2.1.0.jar!/:na]
	... 37 common frames omitted

@derekadams
Copy link
Member

Can you also attach the logs for the Instance Management microservice? It looks like something failed in the user management implementation, but it's not possible to tell what failed by looking at the API gateway. Thanks!

@lijin850591109
Copy link
Author

lijin850591109 commented Aug 7, 2019

Instance Management log:

        ____        __           __      __  __                             
       /\  _`\   __/\ \__       /\ \  __/\ \/\ \                            
       \ \,\L\_\/\_\ \ ,_\    __\ \ \/\ \ \ \ \ \___      __   _ __    __   
        \/_\__ \\/\ \ \ \/  /'__`\ \ \ \ \ \ \ \  _ `\  /'__`\/\`'__\/'__`\ 
          /\ \L\ \ \ \ \ \_/\  __/\ \ \_/ \_\ \ \ \ \ \/\  __/\ \ \//\  __/ 
          \ `\____\ \_\ \__\ \____\\ `\___x___/\ \_\ \_\ \____\\ \_\\ \____\
           \/_____/\/_/\/__/\/____/ '\/__//__/  \/_/\/_/\/____/ \/_/ \/____/
                                                                     
                   The Open Platform for the Internet of Things (TM)
                           Instance Management Microservice
            
2019-08-07 01:28:13.793  INFO 1 --- [           main] c.s.i.InstanceManagementApplication      : Starting InstanceManagementApplication on sitewhere-instance-management-7c6899b796-g5zrm with PID 1 (/service-instance-management-2.1.0-boot.jar started by root in /)
2019-08-07 01:28:13.799  INFO 1 --- [           main] c.s.i.InstanceManagementApplication      : No active profile set, falling back to default profiles: default
2019-08-07 01:28:15.995  INFO 1 --- [           main] s.c.a.AnnotationConfigApplicationContext : Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@75bd9247: startup date [Wed Aug 07 01:28:15 GMT 2019]; root of context hierarchy
2019-08-07 01:28:22.689  INFO 1 --- [           main] c.s.i.m.InstanceManagementMicroservice   : Starting microservice...
2019-08-07 01:28:22.703  INFO 1 --- [   Service Main] c.s.i.m.InstanceManagementMicroservice   : 

********************************************************************************
* Instance Management Microservice                                             *
* Version: 2.1.0.a9dd302                                                       *
* Git Revision: a9dd302f07f665dabdf5f89a53983991e76654e0                       *
* Build Date: 20190628143323                                                   *
* Hostname: 10.244.0.248                                                       *
********************************************************************************

2019-08-07 01:28:22.786  INFO 1 --- [   Service Main] c.s.i.m.InstanceManagementMicroservice   : InstanceManagementMicroservice state transitioned to INITIALIZING.
2019-08-07 01:28:22.988  INFO 1 --- [   Service Main] c.s.m.m.MicroserviceManagementGrpcServer : MicroserviceManagementGrpcServer state transitioned to INITIALIZING.
2019-08-07 01:28:24.905  INFO 1 --- [   Service Main] c.s.m.m.MicroserviceManagementGrpcServer : Initialized gRPC API server on port 9001.
2019-08-07 01:28:24.995  INFO 1 --- [   Service Main] c.s.m.m.MicroserviceManagementGrpcServer : Initialized gRPC Health Probe server on port 9003.
2019-08-07 01:28:24.995  INFO 1 --- [   Service Main] c.s.m.m.MicroserviceManagementGrpcServer : MicroserviceManagementGrpcServer state transitioned to INITIALIZED.
2019-08-07 01:28:24.998  INFO 1 --- [   Service Main] c.s.m.m.MicroserviceManagementGrpcServer : MicroserviceManagementGrpcServer state transitioned to STARTING.
2019-08-07 01:28:25.586  INFO 1 --- [   Service Main] c.s.m.m.MicroserviceManagementGrpcServer : Started gRPC API server on port 9001.
2019-08-07 01:28:25.587  INFO 1 --- [   Service Main] c.s.m.m.MicroserviceManagementGrpcServer : Started gRPC Health Probe server on port 9003.
2019-08-07 01:28:25.588  INFO 1 --- [   Service Main] c.s.m.m.MicroserviceManagementGrpcServer : MicroserviceManagementGrpcServer state transitioned to STARTED.
2019-08-07 01:28:25.588  INFO 1 --- [   Service Main] c.s.m.scripting.ScriptTemplateManager    : ScriptTemplateManager state transitioned to INITIALIZING.
2019-08-07 01:28:25.588  INFO 1 --- [   Service Main] c.s.m.scripting.ScriptTemplateManager    : ScriptTemplateManager state transitioned to INITIALIZED.
2019-08-07 01:28:25.588  INFO 1 --- [   Service Main] c.s.m.scripting.ScriptTemplateManager    : ScriptTemplateManager state transitioned to STARTING.
2019-08-07 01:28:25.589  INFO 1 --- [   Service Main] c.s.m.scripting.ScriptTemplateManager    : Microservice does not contain any script templates.
2019-08-07 01:28:25.589  INFO 1 --- [   Service Main] c.s.m.scripting.ScriptTemplateManager    : ScriptTemplateManager state transitioned to STARTED.
2019-08-07 01:28:25.589  INFO 1 --- [   Service Main] c.s.m.zookeeper.ZookeeperManager         : ZookeeperManager state transitioned to INITIALIZING.
2019-08-07 01:28:26.187  INFO 1 --- [   Service Main] c.s.m.zookeeper.ZookeeperManager         : Waiting for Zookeeper to become available...
2019-08-07 01:28:26.392  INFO 1 --- [   Service Main] c.s.m.zookeeper.ZookeeperManager         : Zookeeper connection established.
2019-08-07 01:28:26.393  INFO 1 --- [   Service Main] c.s.m.zookeeper.ZookeeperManager         : ZookeeperManager state transitioned to INITIALIZED.
2019-08-07 01:28:26.393  INFO 1 --- [   Service Main] c.s.m.zookeeper.ZookeeperManager         : ZookeeperManager state transitioned to STARTING.
2019-08-07 01:28:26.393  INFO 1 --- [   Service Main] c.s.m.zookeeper.ZookeeperManager         : ZookeeperManager state transitioned to STARTED.
2019-08-07 01:28:26.393  INFO 1 --- [   Service Main] .s.MicroserviceStateUpdatesKafkaProducer : MicroserviceStateUpdatesKafkaProducer state transitioned to INITIALIZING.
2019-08-07 01:28:26.394  INFO 1 --- [   Service Main] .s.MicroserviceStateUpdatesKafkaProducer : MicroserviceStateUpdatesKafkaProducer state transitioned to INITIALIZED.
2019-08-07 01:28:26.394  INFO 1 --- [   Service Main] .s.MicroserviceStateUpdatesKafkaProducer : MicroserviceStateUpdatesKafkaProducer state transitioned to STARTING.
2019-08-07 01:28:26.394  INFO 1 --- [   Service Main] .s.MicroserviceStateUpdatesKafkaProducer : Producer connecting to Kafka: sitewhere-cp-kafka:9092
2019-08-07 01:28:26.394  INFO 1 --- [   Service Main] .s.MicroserviceStateUpdatesKafkaProducer : Will be producing messages for: sitewhere.sitewhere.global.microservice-state-updates
2019-08-07 01:28:27.694  INFO 1 --- [pool-4-thread-1] .s.MicroserviceStateUpdatesKafkaProducer : Attempting to connect to Kafka...
2019-08-07 01:28:27.695  INFO 1 --- [   Service Main] .s.MicroserviceStateUpdatesKafkaProducer : MicroserviceStateUpdatesKafkaProducer state transitioned to STARTED.
2019-08-07 01:28:27.695  INFO 1 --- [pool-5-thread-1] .s.MicroserviceStateUpdatesKafkaProducer : Waiting for Kafka to become available before sending state updates...
2019-08-07 01:28:27.696  INFO 1 --- [   Service Main] c.s.i.m.InstanceManagementMicroservice   : Shutting down configurable microservice components...
2019-08-07 01:28:27.790  INFO 1 --- [   Service Main] c.s.m.c.ConfigurationMonitor             : ConfigurationMonitor state transitioned to INITIALIZING.
2019-08-07 01:28:27.890  INFO 1 --- [   Service Main] c.s.m.c.ConfigurationMonitor             : ConfigurationMonitor state transitioned to INITIALIZED.
2019-08-07 01:28:27.890  INFO 1 --- [   Service Main] c.s.m.c.ConfigurationMonitor             : ConfigurationMonitor state transitioned to STARTING.
2019-08-07 01:28:28.297  INFO 1 --- [   Service Main] c.s.m.c.ConfigurationMonitor             : Configuration manager listening for configuration updates.
2019-08-07 01:28:28.297  INFO 1 --- [   Service Main] c.s.m.c.ConfigurationMonitor             : ConfigurationMonitor state transitioned to STARTED.
2019-08-07 01:28:28.297  INFO 1 --- [   Service Main] c.s.m.s.ZookeeperScriptManagement        : ZookeeperScriptManagement state transitioned to INITIALIZING.
2019-08-07 01:28:28.297  INFO 1 --- [   Service Main] c.s.m.s.ZookeeperScriptManagement        : ZookeeperScriptManagement state transitioned to INITIALIZED.
2019-08-07 01:28:28.297  INFO 1 --- [   Service Main] c.s.m.s.ZookeeperScriptManagement        : ZookeeperScriptManagement state transitioned to STARTING.
2019-08-07 01:28:28.298  INFO 1 --- [   Service Main] c.s.m.s.ZookeeperScriptManagement        : ZookeeperScriptManagement state transitioned to STARTED.
2019-08-07 01:28:28.691  INFO 1 --- [   Service Main] c.s.i.t.p.ZookeeperTenantManagement      : ZookeeperTenantManagement state transitioned to INITIALIZING.
2019-08-07 01:28:28.691  INFO 1 --- [   Service Main] c.s.i.t.p.ZookeeperTenantManagement      : ZookeeperTenantManagement state transitioned to INITIALIZED.
2019-08-07 01:28:28.691  INFO 1 --- [   Service Main] c.s.i.t.templates.TenantTemplateManager  : TenantTemplateManager state transitioned to INITIALIZING.
2019-08-07 01:28:28.691  INFO 1 --- [   Service Main] c.s.i.t.templates.TenantTemplateManager  : TenantTemplateManager state transitioned to INITIALIZED.
2019-08-07 01:28:28.692  INFO 1 --- [   Service Main] c.s.i.t.t.DatasetTemplateManager         : DatasetTemplateManager state transitioned to INITIALIZING.
2019-08-07 01:28:28.692  INFO 1 --- [   Service Main] c.s.i.t.t.DatasetTemplateManager         : DatasetTemplateManager state transitioned to INITIALIZED.
2019-08-07 01:28:28.692  INFO 1 --- [   Service Main] c.s.m.g.t.TenantManagementGrpcServer     : TenantManagementGrpcServer state transitioned to INITIALIZING.
2019-08-07 01:28:28.793  INFO 1 --- [tor-TreeCache-0] c.s.m.c.ConfigurationMonitor             : Zookeeper configuration monitoring initialized.
2019-08-07 01:28:29.186  INFO 1 --- [   Service Main] c.s.m.g.t.TenantManagementGrpcServer     : Initialized gRPC API server on port 9005.
2019-08-07 01:28:29.186  INFO 1 --- [   Service Main] c.s.m.g.t.TenantManagementGrpcServer     : Initialized gRPC Health Probe server on port 9007.
2019-08-07 01:28:29.186  INFO 1 --- [   Service Main] c.s.m.g.t.TenantManagementGrpcServer     : TenantManagementGrpcServer state transitioned to INITIALIZED.
2019-08-07 01:28:29.186  INFO 1 --- [   Service Main] c.s.m.k.t.TenantBootstrapModelConsumer   : TenantBootstrapModelConsumer state transitioned to INITIALIZING.
2019-08-07 01:28:29.187  INFO 1 --- [   Service Main] c.s.m.k.t.TenantBootstrapModelConsumer   : TenantBootstrapModelConsumer state transitioned to INITIALIZED.
2019-08-07 01:28:29.187  INFO 1 --- [   Service Main] c.s.m.kafka.tenant.TenantModelProducer   : TenantModelProducer state transitioned to INITIALIZING.
2019-08-07 01:28:29.187  INFO 1 --- [   Service Main] c.s.m.kafka.tenant.TenantModelProducer   : TenantModelProducer state transitioned to INITIALIZED.
2019-08-07 01:28:29.187  INFO 1 --- [   Service Main] c.s.i.u.p.SyncopeUserManagement          : SyncopeUserManagement state transitioned to INITIALIZING.
2019-08-07 01:28:29.189  INFO 1 --- [   Service Main] c.s.i.u.p.SyncopeUserManagement          : SyncopeUserManagement state transitioned to INITIALIZED.
2019-08-07 01:28:29.189  INFO 1 --- [   Service Main] c.s.m.g.user.UserManagementGrpcServer    : UserManagementGrpcServer state transitioned to INITIALIZING.
2019-08-07 01:28:29.194  INFO 1 --- [pool-7-thread-1] c.s.i.u.p.SyncopeUserManagement          : Attempting to connect to Syncope at 'sitewhere-syncope:8080' as 'synadmin'...
2019-08-07 01:28:29.992  INFO 1 --- [pool-4-thread-1] .s.MicroserviceStateUpdatesKafkaProducer : Kafka detected as available.
2019-08-07 01:28:30.095  INFO 1 --- [   Service Main] c.s.m.g.user.UserManagementGrpcServer    : Initialized gRPC API server on port 9004.
2019-08-07 01:28:30.096  INFO 1 --- [   Service Main] c.s.m.g.user.UserManagementGrpcServer    : Initialized gRPC Health Probe server on port 9006.
2019-08-07 01:28:30.096  INFO 1 --- [   Service Main] c.s.m.g.user.UserManagementGrpcServer    : UserManagementGrpcServer state transitioned to INITIALIZED.
2019-08-07 01:28:30.096  INFO 1 --- [   Service Main] c.s.m.s.InstanceScriptSynchronizer       : InstanceScriptSynchronizer state transitioned to INITIALIZING.
2019-08-07 01:28:30.096  INFO 1 --- [   Service Main] c.s.m.s.InstanceScriptSynchronizer       : InstanceScriptSynchronizer state transitioned to INITIALIZED.
2019-08-07 01:28:30.097  INFO 1 --- [   Service Main] c.s.i.m.InstanceManagementMicroservice   : Sent state update for lifecycle status change 'Stopped'
2019-08-07 01:28:30.185  INFO 1 --- [   Service Main] c.s.i.m.InstanceManagementMicroservice   : InstanceManagementMicroservice state transitioned to INITIALIZED.
2019-08-07 01:28:30.185  INFO 1 --- [   Service Main] c.s.i.m.InstanceManagementMicroservice   : Sent state update for lifecycle status change 'Starting'
2019-08-07 01:28:30.186  INFO 1 --- [   Service Main] c.s.i.m.InstanceManagementMicroservice   : InstanceManagementMicroservice state transitioned to STARTING.
2019-08-07 01:28:30.195  INFO 1 --- [   Service Main] c.s.i.templates.InstanceTemplateManager  : InstanceTemplateManager state transitioned to STARTING.
2019-08-07 01:28:32.587  INFO 1 --- [   Service Main] c.s.i.templates.InstanceTemplateManager  : Loaded 1 instance templates:
2019-08-07 01:28:32.588  INFO 1 --- [   Service Main] c.s.i.templates.InstanceTemplateManager  : - Default (default)
2019-08-07 01:28:32.588  INFO 1 --- [   Service Main] c.s.i.templates.InstanceTemplateManager  : InstanceTemplateManager state transitioned to STARTED.
2019-08-07 01:28:32.589  INFO 1 --- [   Service Main] c.s.m.s.InstanceScriptSynchronizer       : InstanceScriptSynchronizer state transitioned to STARTING.
2019-08-07 01:28:33.491  INFO 1 --- [   Service Main] c.s.m.s.InstanceScriptSynchronizer       : InstanceScriptSynchronizer state transitioned to STARTED.
2019-08-07 01:28:33.492  INFO 1 --- [   Service Main] c.s.i.m.InstanceManagementMicroservice   : Found Zk node for instance.
2019-08-07 01:28:33.493  INFO 1 --- [   Service Main] c.s.i.m.InstanceManagementMicroservice   : Found configuration bootstrap marker node. Skipping configuration bootstrap.
2019-08-07 01:28:33.494  INFO 1 --- [   Service Main] c.s.i.t.p.ZookeeperTenantManagement      : ZookeeperTenantManagement state transitioned to STARTING.
2019-08-07 01:28:33.494  INFO 1 --- [   Service Main] c.s.i.t.p.ZookeeperTenantManagement      : ZookeeperTenantManagement state transitioned to STARTED.
2019-08-07 01:28:33.494  INFO 1 --- [   Service Main] c.s.i.t.templates.TenantTemplateManager  : TenantTemplateManager state transitioned to STARTING.
2019-08-07 01:28:33.591  INFO 1 --- [   Service Main] c.s.i.t.templates.TenantTemplateManager  : Tenant template manager found the following templates:
2019-08-07 01:28:33.592  INFO 1 --- [   Service Main] c.s.i.t.templates.TenantTemplateManager  : [cassandra] Cassandra 
2019-08-07 01:28:33.592  INFO 1 --- [   Service Main] c.s.i.t.templates.TenantTemplateManager  : [influxdb] InfluxDB 
2019-08-07 01:28:33.592  INFO 1 --- [   Service Main] c.s.i.t.templates.TenantTemplateManager  : [mongodb] MongoDB 
2019-08-07 01:28:33.592  INFO 1 --- [   Service Main] c.s.i.t.templates.TenantTemplateManager  : [stomp] STOMP 
2019-08-07 01:28:33.592  INFO 1 --- [   Service Main] c.s.i.t.templates.TenantTemplateManager  : TenantTemplateManager state transitioned to STARTED.
2019-08-07 01:28:33.592  INFO 1 --- [   Service Main] c.s.i.t.t.DatasetTemplateManager         : DatasetTemplateManager state transitioned to STARTING.
2019-08-07 01:28:33.686  INFO 1 --- [   Service Main] c.s.i.t.t.DatasetTemplateManager         : Dataset template manager found the following templates:
2019-08-07 01:28:33.687  INFO 1 --- [   Service Main] c.s.i.t.t.DatasetTemplateManager         : [airtraffic] Air Traffic Example
2019-08-07 01:28:33.687  INFO 1 --- [   Service Main] c.s.i.t.t.DatasetTemplateManager         : [construction] Construction Site Example
2019-08-07 01:28:33.687  INFO 1 --- [   Service Main] c.s.i.t.t.DatasetTemplateManager         : [empty] Empty Tenant
2019-08-07 01:28:33.687  INFO 1 --- [   Service Main] c.s.i.t.t.DatasetTemplateManager         : DatasetTemplateManager state transitioned to STARTED.
2019-08-07 01:28:33.687  INFO 1 --- [   Service Main] c.s.m.g.t.TenantManagementGrpcServer     : TenantManagementGrpcServer state transitioned to STARTING.
2019-08-07 01:28:33.689  INFO 1 --- [   Service Main] c.s.m.g.t.TenantManagementGrpcServer     : Started gRPC API server on port 9005.
2019-08-07 01:28:33.690  INFO 1 --- [   Service Main] c.s.m.g.t.TenantManagementGrpcServer     : Started gRPC Health Probe server on port 9007.
2019-08-07 01:28:33.690  INFO 1 --- [   Service Main] c.s.m.g.t.TenantManagementGrpcServer     : TenantManagementGrpcServer state transitioned to STARTED.
2019-08-07 01:28:33.691  INFO 1 --- [   Service Main] c.s.m.k.t.TenantBootstrapModelConsumer   : TenantBootstrapModelConsumer state transitioned to STARTING.
2019-08-07 01:28:33.691  INFO 1 --- [   Service Main] c.s.m.k.t.TenantBootstrapModelConsumer   : Consumer connecting to Kafka: sitewhere-cp-kafka:9092
2019-08-07 01:28:33.691  INFO 1 --- [   Service Main] c.s.m.k.t.TenantBootstrapModelConsumer   : Will be consuming messages from: [sitewhere.sitewhere.global.tenant-model-updates]
2019-08-07 01:28:34.392  INFO 1 --- [   Service Main] c.s.m.k.t.TenantBootstrapModelConsumer   : TenantBootstrapModelConsumer state transitioned to STARTED.
2019-08-07 01:28:34.393  INFO 1 --- [   Service Main] c.s.m.kafka.tenant.TenantModelProducer   : TenantModelProducer state transitioned to STARTING.
2019-08-07 01:28:34.393  INFO 1 --- [   Service Main] c.s.m.kafka.tenant.TenantModelProducer   : Producer connecting to Kafka: sitewhere-cp-kafka:9092
2019-08-07 01:28:34.393  INFO 1 --- [   Service Main] c.s.m.kafka.tenant.TenantModelProducer   : Will be producing messages for: sitewhere.sitewhere.global.tenant-model-updates
2019-08-07 01:28:34.588  INFO 1 --- [   Service Main] c.s.m.kafka.tenant.TenantModelProducer   : TenantModelProducer state transitioned to STARTED.
2019-08-07 01:28:34.588  INFO 1 --- [pool-9-thread-1] c.s.m.kafka.tenant.TenantModelProducer   : Attempting to connect to Kafka...
2019-08-07 01:28:34.593  INFO 1 --- [   Service Main] c.s.i.m.InstanceManagementMicroservice   : Found tenants bootstrap marker node. Skipping tenants bootstrap.
2019-08-07 01:28:34.686  INFO 1 --- [   Service Main] c.s.i.u.p.SyncopeUserManagement          : SyncopeUserManagement state transitioned to STARTING.
2019-08-07 01:28:34.700  INFO 1 --- [pool-9-thread-1] c.s.m.kafka.tenant.TenantModelProducer   : Kafka detected as available.
2019-08-07 01:28:37.887  INFO 1 --- [pool-7-thread-1] c.s.i.u.p.SyncopeUserManagement          : Unable to connect to Syncope on attempt 1 [Remote exception with status code: NOT_FOUND] (total wait so far 8497ms). Retrying after fallback...
2019-08-07 01:28:53.988  INFO 1 --- [pool-7-thread-1] c.s.i.u.p.SyncopeUserManagement          : Unable to connect to Syncope on attempt 2 [Remote exception with status code: NOT_FOUND] (total wait so far 24599ms). Retrying after fallback...
2019-08-07 01:29:18.096  INFO 1 --- [pool-7-thread-1] c.s.i.u.p.SyncopeUserManagement          : Unable to connect to Syncope on attempt 3 [Remote exception with status code: NOT_FOUND] (total wait so far 48707ms). Retrying after fallback...
2019-08-07 01:29:58.197  INFO 1 --- [pool-7-thread-1] c.s.i.u.p.SyncopeUserManagement          : Unable to connect to Syncope on attempt 4 [Remote exception with status code: NOT_FOUND] (total wait so far 88808ms). Retrying after fallback...
2019-08-07 01:30:46.297  INFO 1 --- [pool-7-thread-1] c.s.i.u.p.SyncopeUserManagement          : Unable to connect to Syncope on attempt 5 [Remote exception with status code: NOT_FOUND] (total wait so far 136907ms). Retrying after fallback...
2019-08-07 01:32:22.402  INFO 1 --- [pool-7-thread-1] c.s.i.u.p.SyncopeUserManagement          : Unable to connect to Syncope on attempt 6 [Remote exception with status code: NOT_FOUND] (total wait so far 233013ms). Retrying after fallback...

@derekadams
Copy link
Member

derekadams commented Aug 7, 2019

The SiteWhere user management service is not able to interact with the Syncope REST services (basically getting a 404). It appears that the host is running (since no connection exception), but the REST services are not there. Does this happen even if you shut down the instance with helm delete sitewhere --purge and restart the instance?

@lijin850591109
Copy link
Author

yes, It happens every time when I restart the instance

@lijin850591109
Copy link
Author

Is there a web ui,what is the url? or only can login from the administrative application ? Thanks!

@jorgevillaverde-sitewhere
Copy link
Contributor

Hi @lijin850591109, there is a Admin UI you can download and install.

@derekadams
Copy link
Member

@lijin850591109 We only support access via the admin application, though the system does expose REST services that allow other applications to use SiteWhere without the admin application. There is no embedded web app with the equivalent admin functionality though.

@jorgevillaverde-sitewhere
Copy link
Contributor

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

No branches or pull requests

3 participants