2868 lines
120 KiB
Plaintext
2868 lines
120 KiB
Plaintext
[INFO] Scanning for projects...
|
|
[INFO]
|
|
[INFO] -------------------------< com.walkguide:demo >-------------------------
|
|
[INFO] Building walkguide 0.0.1-SNAPSHOT
|
|
[INFO] from pom.xml
|
|
[INFO] --------------------------------[ jar ]---------------------------------
|
|
[INFO]
|
|
[INFO] >>> spring-boot:3.2.5:run (default-cli) > test-compile @ demo >>>
|
|
[INFO]
|
|
[INFO] --- jacoco:0.8.11:prepare-agent (default) @ demo ---
|
|
[INFO] argLine set to "-javaagent:C:\\Users\\Robertus\\.m2\\repository\\org\\jacoco\\org.jacoco.agent\\0.8.11\\org.jacoco.agent-0.8.11-runtime.jar=destfile=C:\\COBA PROGRAM SEMESTER 4\\UAS FLUTTER FT. SPRINGBOOT dan OOD\\Final-08-Evan-Jap-Bambang-WalkGuide-AI\\walkguide-backend\\demo\\target\\jacoco.exec"
|
|
[INFO]
|
|
[INFO] --- resources:3.3.1:resources (default-resources) @ demo ---
|
|
[INFO] Copying 3 resources from src\main\resources to target\classes
|
|
[INFO] Copying 20 resources from src\main\resources to target\classes
|
|
[INFO]
|
|
[INFO] --- compiler:3.11.0:compile (default-compile) @ demo ---
|
|
[INFO] Nothing to compile - all classes are up to date
|
|
[INFO]
|
|
[INFO] --- resources:3.3.1:testResources (default-testResources) @ demo ---
|
|
[INFO] skip non existing resourceDirectory C:\COBA PROGRAM SEMESTER 4\UAS FLUTTER FT. SPRINGBOOT dan OOD\Final-08-Evan-Jap-Bambang-WalkGuide-AI\walkguide-backend\demo\src\test\resources
|
|
[INFO]
|
|
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ demo ---
|
|
[INFO] Changes detected - recompiling the module! :source
|
|
[INFO] Compiling 28 source files with javac [debug release 21] to target\test-classes
|
|
[INFO]
|
|
[INFO] <<< spring-boot:3.2.5:run (default-cli) < test-compile @ demo <<<
|
|
[INFO]
|
|
[INFO]
|
|
[INFO] --- spring-boot:3.2.5:run (default-cli) @ demo ---
|
|
[INFO] Attaching agents: []
|
|
Standard Commons Logging discovery in action with spring-jcl: please remove commons-logging.jar from classpath in order to avoid potential conflicts
|
|
|
|
. ____ _ __ _ _
|
|
/\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
|
|
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
|
|
\\/ ___)| |_)| | | | | || (_| | ) ) ) )
|
|
' |____| .__|_| |_|_| |_\__, | / / / /
|
|
=========|_|==============|___/=/_/_/_/
|
|
:: Spring Boot :: (v3.2.5)
|
|
|
|
2026-05-27T19:15:04.478+07:00 INFO 14960 --- [ main] com.walkguide.WalkGuideApplication : Starting WalkGuideApplication using Java 21.0.9 with PID 14960 (C:\COBA PROGRAM SEMESTER 4\UAS FLUTTER FT. SPRINGBOOT dan OOD\Final-08-Evan-Jap-Bambang-WalkGuide-AI\walkguide-backend\demo\target\classes started by Robertus in C:\COBA PROGRAM SEMESTER 4\UAS FLUTTER FT. SPRINGBOOT dan OOD\Final-08-Evan-Jap-Bambang-WalkGuide-AI\walkguide-backend\demo)
|
|
2026-05-27T19:15:04.481+07:00 DEBUG 14960 --- [ main] com.walkguide.WalkGuideApplication : Running with Spring Boot v3.2.5, Spring v6.1.6
|
|
2026-05-27T19:15:04.482+07:00 INFO 14960 --- [ main] com.walkguide.WalkGuideApplication : The following 1 profile is active: "dev"
|
|
2026-05-27T19:15:05.632+07:00 INFO 14960 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode.
|
|
2026-05-27T19:15:05.781+07:00 INFO 14960 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 127 ms. Found 13 JPA repository interfaces.
|
|
2026-05-27T19:15:06.394+07:00 INFO 14960 --- [ main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port 8080 (http)
|
|
2026-05-27T19:15:06.419+07:00 INFO 14960 --- [ main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
|
|
2026-05-27T19:15:06.419+07:00 INFO 14960 --- [ main] o.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/10.1.20]
|
|
2026-05-27T19:15:06.507+07:00 INFO 14960 --- [ main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
|
|
2026-05-27T19:15:06.509+07:00 INFO 14960 --- [ main] w.s.c.ServletWebServerApplicationContext : Root WebApplicationContext: initialization completed in 1964 ms
|
|
Standard Commons Logging discovery in action with spring-jcl: please remove commons-logging.jar from classpath in order to avoid potential conflicts
|
|
2026-05-27T19:15:06.564+07:00 DEBUG 14960 --- [ main] com.walkguide.security.JwtAuthFilter : Filter 'jwtAuthFilter' configured for use
|
|
2026-05-27T19:15:06.683+07:00 INFO 14960 --- [ main] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [name: default]
|
|
2026-05-27T19:15:06.741+07:00 INFO 14960 --- [ main] org.hibernate.Version : HHH000412: Hibernate ORM core version 6.4.4.Final
|
|
2026-05-27T19:15:06.774+07:00 INFO 14960 --- [ main] o.h.c.internal.RegionFactoryInitiator : HHH000026: Second-level cache disabled
|
|
2026-05-27T19:15:07.001+07:00 INFO 14960 --- [ main] o.s.o.j.p.SpringPersistenceUnitInfo : No LoadTimeWeaver setup: ignoring JPA class transformer
|
|
2026-05-27T19:15:07.029+07:00 INFO 14960 --- [ main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Starting...
|
|
2026-05-27T19:15:09.789+07:00 INFO 14960 --- [ main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Start completed.
|
|
2026-05-27T19:15:18.903+07:00 WARN 14960 --- [ main] org.hibernate.orm.deprecation : HHH90000025: PostgreSQLDialect does not need to be specified explicitly using 'hibernate.dialect' (remove the property setting and it will be selected by default)
|
|
2026-05-27T19:15:20.462+07:00 INFO 14960 --- [ main] o.h.e.t.j.p.i.JtaPlatformInitiator : HHH000489: No JTA platform available (set 'hibernate.transaction.jta.platform' to enable JTA platform integration)
|
|
2026-05-27T19:15:22.089+07:00 INFO 14960 --- [ main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
|
|
2026-05-27T19:15:22.497+07:00 INFO 14960 --- [ main] com.walkguide.config.FirebaseConfig : [FIREBASE] Firebase Admin initialized from classpath:firebase/google-services-admin.json
|
|
2026-05-27T19:15:23.016+07:00 WARN 14960 --- [ main] JpaBaseConfiguration$JpaWebConfiguration : spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
|
|
2026-05-27T19:15:23.047+07:00 WARN 14960 --- [ main] .s.s.UserDetailsServiceAutoConfiguration :
|
|
|
|
Using generated security password: 95518d96-3ca0-4c5c-b99a-94ed7eb4c8e2
|
|
|
|
This generated password is for development use only. Your security configuration must be updated before running your application in production.
|
|
|
|
2026-05-27T19:15:23.171+07:00 DEBUG 14960 --- [ main] o.s.w.s.s.s.WebSocketHandlerMapping : Patterns [/ws/**] in 'stompWebSocketHandlerMapping'
|
|
2026-05-27T19:15:23.336+07:00 INFO 14960 --- [ main] o.s.s.web.DefaultSecurityFilterChain : Will secure any request with [org.springframework.security.web.session.DisableEncodeUrlFilter@63b4a896, org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@3feeab43, org.springframework.security.web.context.SecurityContextHolderFilter@5f59b6c5, org.springframework.security.web.header.HeaderWriterFilter@566dc0c3, org.springframework.web.filter.CorsFilter@6178ac9d, org.springframework.security.web.authentication.logout.LogoutFilter@5096be74, com.walkguide.security.JwtAuthFilter@113ee1ce, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@1872a7fe, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@70720b78, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@7413c41, org.springframework.security.web.session.SessionManagementFilter@535b016, org.springframework.security.web.access.ExceptionTranslationFilter@50c462b8, org.springframework.security.web.access.intercept.AuthorizationFilter@6cb59aa]
|
|
2026-05-27T19:15:23.407+07:00 DEBUG 14960 --- [ main] .WebSocketAnnotationMethodMessageHandler :
|
|
c.w.c.AuthController:
|
|
|
|
2026-05-27T19:15:23.408+07:00 DEBUG 14960 --- [ main] .WebSocketAnnotationMethodMessageHandler :
|
|
c.w.c.CallController:
|
|
|
|
2026-05-27T19:15:23.409+07:00 DEBUG 14960 --- [ main] .WebSocketAnnotationMethodMessageHandler :
|
|
c.w.c.GuardianController:
|
|
|
|
2026-05-27T19:15:23.410+07:00 DEBUG 14960 --- [ main] .WebSocketAnnotationMethodMessageHandler :
|
|
c.w.c.PairingController:
|
|
|
|
2026-05-27T19:15:23.410+07:00 DEBUG 14960 --- [ main] .WebSocketAnnotationMethodMessageHandler :
|
|
c.w.c.UserController:
|
|
|
|
2026-05-27T19:15:23.411+07:00 DEBUG 14960 --- [ main] .WebSocketAnnotationMethodMessageHandler :
|
|
o.s.b.a.w.s.e.BasicErrorController:
|
|
|
|
2026-05-27T19:15:23.413+07:00 DEBUG 14960 --- [ main] .WebSocketAnnotationMethodMessageHandler :
|
|
o.s.w.a.OpenApiWebMvcResource:
|
|
|
|
2026-05-27T19:15:23.414+07:00 DEBUG 14960 --- [ main] .WebSocketAnnotationMethodMessageHandler :
|
|
o.s.w.u.SwaggerWelcomeWebMvc:
|
|
|
|
2026-05-27T19:15:23.415+07:00 DEBUG 14960 --- [ main] .WebSocketAnnotationMethodMessageHandler :
|
|
o.s.w.u.SwaggerConfigResource:
|
|
|
|
2026-05-27T19:15:23.710+07:00 INFO 14960 --- [ main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port 8080 (http) with context path ''
|
|
2026-05-27T19:15:23.724+07:00 DEBUG 14960 --- [ main] o.s.m.s.ExecutorSubscribableChannel : clientOutboundChannel added SubProtocolWebSocketHandler[StompSubProtocolHandler[v10.stomp, v11.stomp, v12.stomp]]
|
|
2026-05-27T19:15:23.725+07:00 DEBUG 14960 --- [ main] o.s.m.s.ExecutorSubscribableChannel : clientInboundChannel added WebSocketAnnotationMethodMessageHandler[prefixes=[/app/]]
|
|
2026-05-27T19:15:23.726+07:00 INFO 14960 --- [ main] o.s.m.s.b.SimpleBrokerMessageHandler : Starting...
|
|
2026-05-27T19:15:23.726+07:00 DEBUG 14960 --- [ main] o.s.m.s.ExecutorSubscribableChannel : clientInboundChannel added SimpleBrokerMessageHandler [org.springframework.messaging.simp.broker.DefaultSubscriptionRegistry@61ee9672]
|
|
2026-05-27T19:15:23.726+07:00 DEBUG 14960 --- [ main] o.s.m.s.ExecutorSubscribableChannel : brokerChannel added SimpleBrokerMessageHandler [org.springframework.messaging.simp.broker.DefaultSubscriptionRegistry@61ee9672]
|
|
2026-05-27T19:15:23.728+07:00 INFO 14960 --- [ main] o.s.m.s.b.SimpleBrokerMessageHandler : BrokerAvailabilityEvent[available=true, SimpleBrokerMessageHandler [org.springframework.messaging.simp.broker.DefaultSubscriptionRegistry@61ee9672]]
|
|
2026-05-27T19:15:23.729+07:00 INFO 14960 --- [ main] o.s.m.s.b.SimpleBrokerMessageHandler : Started.
|
|
2026-05-27T19:15:23.730+07:00 DEBUG 14960 --- [ main] o.s.m.s.ExecutorSubscribableChannel : clientInboundChannel added UserDestinationMessageHandler[DefaultUserDestinationResolver[prefix=/user/]]
|
|
2026-05-27T19:15:23.730+07:00 DEBUG 14960 --- [ main] o.s.m.s.ExecutorSubscribableChannel : brokerChannel added UserDestinationMessageHandler[DefaultUserDestinationResolver[prefix=/user/]]
|
|
2026-05-27T19:15:23.737+07:00 INFO 14960 --- [ main] com.walkguide.WalkGuideApplication : Started WalkGuideApplication in 19.764 seconds (process running for 20.253)
|
|
Hibernate:
|
|
select
|
|
count(*)
|
|
from
|
|
users u1_0
|
|
DataSeeder: Database sudah ada data, skip seeding.
|
|
2026-05-27T19:15:38.814+07:00 INFO 14960 --- [0.0-8080-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet'
|
|
2026-05-27T19:15:38.814+07:00 INFO 14960 --- [0.0-8080-exec-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet'
|
|
2026-05-27T19:15:38.815+07:00 INFO 14960 --- [0.0-8080-exec-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 1 ms
|
|
2026-05-27T19:16:23.704+07:00 INFO 14960 --- [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], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 0], sockJsScheduler[pool size = 1, active threads = 1, queued tasks = 0, completed tasks = 0]
|
|
2026-05-27T19:18:42.664+07:00 WARN 14960 --- [0.0-8080-exec-7] o.h.engine.jdbc.spi.SqlExceptionHelper : SQL Error: 0, SQLState: 08001
|
|
2026-05-27T19:18:42.676+07:00 ERROR 14960 --- [0.0-8080-exec-7] o.h.engine.jdbc.spi.SqlExceptionHelper : HikariPool-1 - Connection is not available, request timed out after 10011ms.
|
|
2026-05-27T19:18:42.676+07:00 ERROR 14960 --- [0.0-8080-exec-7] o.h.engine.jdbc.spi.SqlExceptionHelper : The connection attempt failed.
|
|
Hibernate:
|
|
select
|
|
rt1_0.id,
|
|
rt1_0.created_at,
|
|
rt1_0.expires_at,
|
|
rt1_0.token,
|
|
rt1_0.user_id
|
|
from
|
|
refresh_tokens rt1_0
|
|
where
|
|
rt1_0.user_id is null
|
|
Hibernate:
|
|
select
|
|
u1_0.id,
|
|
u1_0.created_at,
|
|
u1_0.display_name,
|
|
u1_0.email,
|
|
u1_0.fcm_token,
|
|
u1_0.pairing_code,
|
|
u1_0.pairing_code_expires_at,
|
|
u1_0.password,
|
|
u1_0.role,
|
|
u1_0.unique_user_id,
|
|
u1_0.updated_at
|
|
from
|
|
users u1_0
|
|
where
|
|
u1_0.email=?
|
|
Hibernate:
|
|
select
|
|
rt1_0.id,
|
|
rt1_0.created_at,
|
|
rt1_0.expires_at,
|
|
rt1_0.token,
|
|
rt1_0.user_id
|
|
from
|
|
refresh_tokens rt1_0
|
|
where
|
|
rt1_0.user_id=?
|
|
Hibernate:
|
|
insert
|
|
into
|
|
activity_logs
|
|
(created_at, description, log_type, metadata, user_id)
|
|
values
|
|
(?, ?, ?, ?, ?)
|
|
Hibernate:
|
|
insert
|
|
into
|
|
refresh_tokens
|
|
(created_at, expires_at, token, user_id)
|
|
values
|
|
(?, ?, ?, ?)
|
|
Hibernate:
|
|
delete
|
|
from
|
|
refresh_tokens
|
|
where
|
|
id=?
|
|
Hibernate:
|
|
select
|
|
u1_0.id,
|
|
u1_0.created_at,
|
|
u1_0.display_name,
|
|
u1_0.email,
|
|
u1_0.fcm_token,
|
|
u1_0.pairing_code,
|
|
u1_0.pairing_code_expires_at,
|
|
u1_0.password,
|
|
u1_0.role,
|
|
u1_0.unique_user_id,
|
|
u1_0.updated_at
|
|
from
|
|
users u1_0
|
|
where
|
|
u1_0.id=?
|
|
Hibernate:
|
|
update
|
|
users
|
|
set
|
|
display_name=?,
|
|
email=?,
|
|
fcm_token=?,
|
|
pairing_code=?,
|
|
pairing_code_expires_at=?,
|
|
password=?,
|
|
role=?,
|
|
unique_user_id=?,
|
|
updated_at=?
|
|
where
|
|
id=?
|
|
Hibernate:
|
|
select
|
|
pr1_0.id,
|
|
pr1_0.guardian_id,
|
|
pr1_0.invited_at,
|
|
pr1_0.responded_at,
|
|
pr1_0.status,
|
|
pr1_0.user_id
|
|
from
|
|
pairing_relations pr1_0
|
|
left join
|
|
users g1_0
|
|
on g1_0.id=pr1_0.guardian_id
|
|
where
|
|
g1_0.id=?
|
|
Hibernate:
|
|
select
|
|
pr1_0.id,
|
|
pr1_0.guardian_id,
|
|
pr1_0.invited_at,
|
|
pr1_0.responded_at,
|
|
pr1_0.status,
|
|
pr1_0.user_id
|
|
from
|
|
pairing_relations pr1_0
|
|
left join
|
|
users g1_0
|
|
on g1_0.id=pr1_0.guardian_id
|
|
where
|
|
g1_0.id=?
|
|
and pr1_0.status=?
|
|
Hibernate:
|
|
select
|
|
u1_0.id,
|
|
u1_0.created_at,
|
|
u1_0.display_name,
|
|
u1_0.email,
|
|
u1_0.fcm_token,
|
|
u1_0.pairing_code,
|
|
u1_0.pairing_code_expires_at,
|
|
u1_0.password,
|
|
u1_0.role,
|
|
u1_0.unique_user_id,
|
|
u1_0.updated_at
|
|
from
|
|
users u1_0
|
|
where
|
|
u1_0.id=?
|
|
Hibernate:
|
|
select
|
|
pr1_0.id,
|
|
pr1_0.guardian_id,
|
|
pr1_0.invited_at,
|
|
pr1_0.responded_at,
|
|
pr1_0.status,
|
|
pr1_0.user_id
|
|
from
|
|
pairing_relations pr1_0
|
|
left join
|
|
users g1_0
|
|
on g1_0.id=pr1_0.guardian_id
|
|
where
|
|
g1_0.id=?
|
|
and pr1_0.status=?
|
|
Hibernate:
|
|
select
|
|
pr1_0.id,
|
|
pr1_0.guardian_id,
|
|
pr1_0.invited_at,
|
|
pr1_0.responded_at,
|
|
pr1_0.status,
|
|
pr1_0.user_id
|
|
from
|
|
pairing_relations pr1_0
|
|
left join
|
|
users g1_0
|
|
on g1_0.id=pr1_0.guardian_id
|
|
where
|
|
g1_0.id=?
|
|
and pr1_0.status=?
|
|
Hibernate:
|
|
select
|
|
lh1_0.id,
|
|
lh1_0.accuracy,
|
|
lh1_0.created_at,
|
|
lh1_0.heading,
|
|
lh1_0.lat,
|
|
lh1_0.lng,
|
|
lh1_0.speed,
|
|
lh1_0.user_id
|
|
from
|
|
location_history lh1_0
|
|
where
|
|
lh1_0.user_id=?
|
|
order by
|
|
lh1_0.created_at desc
|
|
fetch
|
|
first ? rows only
|
|
2026-05-27T19:28:59.450+07:00 DEBUG 14960 --- [0.0-8080-exec-1] o.s.w.s.s.s.WebSocketHandlerMapping : Mapped to org.springframework.web.socket.sockjs.support.SockJsHttpRequestHandler@268eefe7
|
|
2026-05-27T19:28:59.456+07:00 DEBUG 14960 --- [0.0-8080-exec-1] o.s.w.s.s.t.h.DefaultSockJsService : Processing transport request: GET http://192.168.1.68:8080/ws
|
|
Hibernate:
|
|
select
|
|
al1_0.id,
|
|
al1_0.created_at,
|
|
al1_0.description,
|
|
al1_0.log_type,
|
|
al1_0.metadata,
|
|
al1_0.user_id
|
|
from
|
|
activity_logs al1_0
|
|
left join
|
|
users u1_0
|
|
on u1_0.id=al1_0.user_id
|
|
where
|
|
u1_0.id=?
|
|
order by
|
|
al1_0.created_at desc
|
|
offset
|
|
? rows
|
|
fetch
|
|
first ? rows only
|
|
Hibernate:
|
|
select
|
|
count(al1_0.id)
|
|
from
|
|
activity_logs al1_0
|
|
left join
|
|
users u1_0
|
|
on u1_0.id=al1_0.user_id
|
|
where
|
|
u1_0.id=?
|
|
Hibernate:
|
|
select
|
|
se1_0.id,
|
|
se1_0.acknowledged_at,
|
|
se1_0.created_at,
|
|
se1_0.lat,
|
|
se1_0.lng,
|
|
se1_0.status,
|
|
se1_0.trigger_type,
|
|
se1_0.user_id
|
|
from
|
|
sos_events se1_0
|
|
where
|
|
se1_0.user_id=?
|
|
order by
|
|
se1_0.created_at desc
|
|
offset
|
|
? rows
|
|
fetch
|
|
first ? rows only
|
|
Hibernate:
|
|
select
|
|
count(gn1_0.id)
|
|
from
|
|
guardian_notifications gn1_0
|
|
where
|
|
gn1_0.user_id=?
|
|
and not(gn1_0.is_read)
|
|
Hibernate:
|
|
select
|
|
u1_0.id,
|
|
u1_0.created_at,
|
|
u1_0.display_name,
|
|
u1_0.email,
|
|
u1_0.fcm_token,
|
|
u1_0.pairing_code,
|
|
u1_0.pairing_code_expires_at,
|
|
u1_0.password,
|
|
u1_0.role,
|
|
u1_0.unique_user_id,
|
|
u1_0.updated_at
|
|
from
|
|
users u1_0
|
|
where
|
|
u1_0.id=?
|
|
Hibernate:
|
|
select
|
|
al1_0.id,
|
|
al1_0.created_at,
|
|
al1_0.description,
|
|
al1_0.log_type,
|
|
al1_0.metadata,
|
|
al1_0.user_id
|
|
from
|
|
activity_logs al1_0
|
|
left join
|
|
users u1_0
|
|
on u1_0.id=al1_0.user_id
|
|
where
|
|
u1_0.id=?
|
|
order by
|
|
al1_0.created_at desc
|
|
offset
|
|
? rows
|
|
fetch
|
|
first ? rows only
|
|
Hibernate:
|
|
select
|
|
count(al1_0.id)
|
|
from
|
|
activity_logs al1_0
|
|
left join
|
|
users u1_0
|
|
on u1_0.id=al1_0.user_id
|
|
where
|
|
u1_0.id=?
|
|
Hibernate:
|
|
select
|
|
se1_0.id,
|
|
se1_0.acknowledged_at,
|
|
se1_0.created_at,
|
|
se1_0.lat,
|
|
se1_0.lng,
|
|
se1_0.status,
|
|
se1_0.trigger_type,
|
|
se1_0.user_id
|
|
from
|
|
sos_events se1_0
|
|
where
|
|
se1_0.user_id=?
|
|
order by
|
|
se1_0.created_at desc
|
|
offset
|
|
? rows
|
|
fetch
|
|
first ? rows only
|
|
2026-05-27T19:29:04.606+07:00 DEBUG 14960 --- [0.0-8080-exec-6] o.s.w.s.s.s.WebSocketHandlerMapping : Mapped to org.springframework.web.socket.sockjs.support.SockJsHttpRequestHandler@268eefe7
|
|
2026-05-27T19:29:04.607+07:00 DEBUG 14960 --- [0.0-8080-exec-6] o.s.w.s.s.t.h.DefaultSockJsService : Processing transport request: GET http://192.168.1.68:8080/ws
|
|
2026-05-27T19:29:09.779+07:00 DEBUG 14960 --- [0.0-8080-exec-4] o.s.w.s.s.s.WebSocketHandlerMapping : Mapped to org.springframework.web.socket.sockjs.support.SockJsHttpRequestHandler@268eefe7
|
|
2026-05-27T19:29:09.786+07:00 DEBUG 14960 --- [0.0-8080-exec-4] o.s.w.s.s.t.h.DefaultSockJsService : Processing transport request: GET http://192.168.1.68:8080/ws
|
|
2026-05-27T19:29:14.951+07:00 DEBUG 14960 --- [0.0-8080-exec-1] o.s.w.s.s.s.WebSocketHandlerMapping : Mapped to org.springframework.web.socket.sockjs.support.SockJsHttpRequestHandler@268eefe7
|
|
2026-05-27T19:29:14.951+07:00 DEBUG 14960 --- [0.0-8080-exec-1] o.s.w.s.s.t.h.DefaultSockJsService : Processing transport request: GET http://192.168.1.68:8080/ws
|
|
Hibernate:
|
|
select
|
|
u1_0.id,
|
|
u1_0.created_at,
|
|
u1_0.display_name,
|
|
u1_0.email,
|
|
u1_0.fcm_token,
|
|
u1_0.pairing_code,
|
|
u1_0.pairing_code_expires_at,
|
|
u1_0.password,
|
|
u1_0.role,
|
|
u1_0.unique_user_id,
|
|
u1_0.updated_at
|
|
from
|
|
users u1_0
|
|
where
|
|
u1_0.email=?
|
|
Hibernate:
|
|
select
|
|
rt1_0.id,
|
|
rt1_0.created_at,
|
|
rt1_0.expires_at,
|
|
rt1_0.token,
|
|
rt1_0.user_id
|
|
from
|
|
refresh_tokens rt1_0
|
|
where
|
|
rt1_0.user_id=?
|
|
Hibernate:
|
|
insert
|
|
into
|
|
activity_logs
|
|
(created_at, description, log_type, metadata, user_id)
|
|
values
|
|
(?, ?, ?, ?, ?)
|
|
Hibernate:
|
|
insert
|
|
into
|
|
refresh_tokens
|
|
(created_at, expires_at, token, user_id)
|
|
values
|
|
(?, ?, ?, ?)
|
|
Hibernate:
|
|
delete
|
|
from
|
|
refresh_tokens
|
|
where
|
|
id=?
|
|
2026-05-27T19:29:20.100+07:00 DEBUG 14960 --- [0.0-8080-exec-4] o.s.w.s.s.s.WebSocketHandlerMapping : Mapped to org.springframework.web.socket.sockjs.support.SockJsHttpRequestHandler@268eefe7
|
|
2026-05-27T19:29:20.113+07:00 DEBUG 14960 --- [0.0-8080-exec-4] o.s.w.s.s.t.h.DefaultSockJsService : Processing transport request: GET http://192.168.1.68:8080/ws
|
|
Hibernate:
|
|
select
|
|
u1_0.id,
|
|
u1_0.created_at,
|
|
u1_0.display_name,
|
|
u1_0.email,
|
|
u1_0.fcm_token,
|
|
u1_0.pairing_code,
|
|
u1_0.pairing_code_expires_at,
|
|
u1_0.password,
|
|
u1_0.role,
|
|
u1_0.unique_user_id,
|
|
u1_0.updated_at
|
|
from
|
|
users u1_0
|
|
where
|
|
u1_0.id=?
|
|
Hibernate:
|
|
select
|
|
vcc1_0.id,
|
|
vcc1_0.command_key,
|
|
vcc1_0.enabled,
|
|
vcc1_0.guardian_id,
|
|
vcc1_0.trigger_phrase,
|
|
vcc1_0.updated_at,
|
|
vcc1_0.user_id
|
|
from
|
|
voice_command_configs vcc1_0
|
|
where
|
|
vcc1_0.user_id=?
|
|
Hibernate:
|
|
select
|
|
hs1_0.id,
|
|
hs1_0.button_code,
|
|
hs1_0.button_name,
|
|
hs1_0.enabled,
|
|
hs1_0.guardian_id,
|
|
hs1_0.shortcut_key,
|
|
hs1_0.updated_at,
|
|
hs1_0.user_id
|
|
from
|
|
hardware_shortcuts hs1_0
|
|
where
|
|
hs1_0.user_id=?
|
|
Hibernate:
|
|
select
|
|
pr1_0.id,
|
|
pr1_0.guardian_id,
|
|
pr1_0.invited_at,
|
|
pr1_0.responded_at,
|
|
pr1_0.status,
|
|
pr1_0.user_id
|
|
from
|
|
pairing_relations pr1_0
|
|
left join
|
|
users u1_0
|
|
on u1_0.id=pr1_0.user_id
|
|
where
|
|
u1_0.id=?
|
|
Hibernate:
|
|
select
|
|
u1_0.id,
|
|
u1_0.created_at,
|
|
u1_0.display_name,
|
|
u1_0.email,
|
|
u1_0.fcm_token,
|
|
u1_0.pairing_code,
|
|
u1_0.pairing_code_expires_at,
|
|
u1_0.password,
|
|
u1_0.role,
|
|
u1_0.unique_user_id,
|
|
u1_0.updated_at
|
|
from
|
|
users u1_0
|
|
where
|
|
u1_0.id=?
|
|
2026-05-27T19:29:22.109+07:00 DEBUG 14960 --- [0.0-8080-exec-3] o.s.w.s.s.s.WebSocketHandlerMapping : Mapped to org.springframework.web.socket.sockjs.support.SockJsHttpRequestHandler@268eefe7
|
|
2026-05-27T19:29:22.110+07:00 DEBUG 14960 --- [0.0-8080-exec-3] o.s.w.s.s.t.h.DefaultSockJsService : Processing transport request: GET http://192.168.1.68:8080/ws
|
|
Hibernate:
|
|
select
|
|
u1_0.id,
|
|
u1_0.created_at,
|
|
u1_0.display_name,
|
|
u1_0.email,
|
|
u1_0.fcm_token,
|
|
u1_0.pairing_code,
|
|
u1_0.pairing_code_expires_at,
|
|
u1_0.password,
|
|
u1_0.role,
|
|
u1_0.unique_user_id,
|
|
u1_0.updated_at
|
|
from
|
|
users u1_0
|
|
where
|
|
u1_0.id=?
|
|
2026-05-27T19:29:27.233+07:00 DEBUG 14960 --- [0.0-8080-exec-4] o.s.w.s.s.s.WebSocketHandlerMapping : Mapped to org.springframework.web.socket.sockjs.support.SockJsHttpRequestHandler@268eefe7
|
|
2026-05-27T19:29:27.234+07:00 DEBUG 14960 --- [0.0-8080-exec-4] o.s.w.s.s.t.h.DefaultSockJsService : Processing transport request: GET http://192.168.1.68:8080/ws
|
|
2026-05-27T19:29:32.402+07:00 DEBUG 14960 --- [0.0-8080-exec-1] o.s.w.s.s.s.WebSocketHandlerMapping : Mapped to org.springframework.web.socket.sockjs.support.SockJsHttpRequestHandler@268eefe7
|
|
2026-05-27T19:29:32.414+07:00 DEBUG 14960 --- [0.0-8080-exec-1] o.s.w.s.s.t.h.DefaultSockJsService : Processing transport request: GET http://192.168.1.68:8080/ws
|
|
2026-05-27T19:29:37.567+07:00 DEBUG 14960 --- [0.0-8080-exec-5] o.s.w.s.s.s.WebSocketHandlerMapping : Mapped to org.springframework.web.socket.sockjs.support.SockJsHttpRequestHandler@268eefe7
|
|
2026-05-27T19:29:37.579+07:00 DEBUG 14960 --- [0.0-8080-exec-5] o.s.w.s.s.t.h.DefaultSockJsService : Processing transport request: GET http://192.168.1.68:8080/ws
|
|
2026-05-27T19:29:42.732+07:00 DEBUG 14960 --- [0.0-8080-exec-3] o.s.w.s.s.s.WebSocketHandlerMapping : Mapped to org.springframework.web.socket.sockjs.support.SockJsHttpRequestHandler@268eefe7
|
|
2026-05-27T19:29:42.744+07:00 DEBUG 14960 --- [0.0-8080-exec-3] o.s.w.s.s.t.h.DefaultSockJsService : Processing transport request: GET http://192.168.1.68:8080/ws
|
|
2026-05-27T19:29:47.899+07:00 DEBUG 14960 --- [0.0-8080-exec-5] o.s.w.s.s.s.WebSocketHandlerMapping : Mapped to org.springframework.web.socket.sockjs.support.SockJsHttpRequestHandler@268eefe7
|
|
2026-05-27T19:29:47.911+07:00 DEBUG 14960 --- [0.0-8080-exec-5] o.s.w.s.s.t.h.DefaultSockJsService : Processing transport request: GET http://192.168.1.68:8080/ws
|
|
2026-05-27T19:29:53.062+07:00 DEBUG 14960 --- [0.0-8080-exec-9] o.s.w.s.s.s.WebSocketHandlerMapping : Mapped to org.springframework.web.socket.sockjs.support.SockJsHttpRequestHandler@268eefe7
|
|
2026-05-27T19:29:53.063+07:00 DEBUG 14960 --- [0.0-8080-exec-9] o.s.w.s.s.t.h.DefaultSockJsService : Processing transport request: GET http://192.168.1.68:8080/ws
|
|
Hibernate:
|
|
select
|
|
u1_0.id,
|
|
u1_0.created_at,
|
|
u1_0.display_name,
|
|
u1_0.email,
|
|
u1_0.fcm_token,
|
|
u1_0.pairing_code,
|
|
u1_0.pairing_code_expires_at,
|
|
u1_0.password,
|
|
u1_0.role,
|
|
u1_0.unique_user_id,
|
|
u1_0.updated_at
|
|
from
|
|
users u1_0
|
|
where
|
|
u1_0.email=?
|
|
Hibernate:
|
|
select
|
|
rt1_0.id,
|
|
rt1_0.created_at,
|
|
rt1_0.expires_at,
|
|
rt1_0.token,
|
|
rt1_0.user_id
|
|
from
|
|
refresh_tokens rt1_0
|
|
where
|
|
rt1_0.user_id=?
|
|
Hibernate:
|
|
insert
|
|
into
|
|
activity_logs
|
|
(created_at, description, log_type, metadata, user_id)
|
|
values
|
|
(?, ?, ?, ?, ?)
|
|
Hibernate:
|
|
insert
|
|
into
|
|
refresh_tokens
|
|
(created_at, expires_at, token, user_id)
|
|
values
|
|
(?, ?, ?, ?)
|
|
Hibernate:
|
|
delete
|
|
from
|
|
refresh_tokens
|
|
where
|
|
id=?
|
|
2026-05-27T19:29:58.228+07:00 DEBUG 14960 --- [0.0-8080-exec-7] o.s.w.s.s.s.WebSocketHandlerMapping : Mapped to org.springframework.web.socket.sockjs.support.SockJsHttpRequestHandler@268eefe7
|
|
2026-05-27T19:29:58.241+07:00 DEBUG 14960 --- [0.0-8080-exec-7] o.s.w.s.s.t.h.DefaultSockJsService : Processing transport request: GET http://192.168.1.68:8080/ws
|
|
Hibernate:
|
|
select
|
|
u1_0.id,
|
|
u1_0.created_at,
|
|
u1_0.display_name,
|
|
u1_0.email,
|
|
u1_0.fcm_token,
|
|
u1_0.pairing_code,
|
|
u1_0.pairing_code_expires_at,
|
|
u1_0.password,
|
|
u1_0.role,
|
|
u1_0.unique_user_id,
|
|
u1_0.updated_at
|
|
from
|
|
users u1_0
|
|
where
|
|
u1_0.id=?
|
|
Hibernate:
|
|
update
|
|
users
|
|
set
|
|
display_name=?,
|
|
email=?,
|
|
fcm_token=?,
|
|
pairing_code=?,
|
|
pairing_code_expires_at=?,
|
|
password=?,
|
|
role=?,
|
|
unique_user_id=?,
|
|
updated_at=?
|
|
where
|
|
id=?
|
|
Hibernate:
|
|
select
|
|
pr1_0.id,
|
|
pr1_0.guardian_id,
|
|
pr1_0.invited_at,
|
|
pr1_0.responded_at,
|
|
pr1_0.status,
|
|
pr1_0.user_id
|
|
from
|
|
pairing_relations pr1_0
|
|
left join
|
|
users g1_0
|
|
on g1_0.id=pr1_0.guardian_id
|
|
where
|
|
g1_0.id=?
|
|
Hibernate:
|
|
select
|
|
u1_0.id,
|
|
u1_0.created_at,
|
|
u1_0.display_name,
|
|
u1_0.email,
|
|
u1_0.fcm_token,
|
|
u1_0.pairing_code,
|
|
u1_0.pairing_code_expires_at,
|
|
u1_0.password,
|
|
u1_0.role,
|
|
u1_0.unique_user_id,
|
|
u1_0.updated_at
|
|
from
|
|
users u1_0
|
|
where
|
|
u1_0.id=?
|
|
Hibernate:
|
|
select
|
|
pr1_0.id,
|
|
pr1_0.guardian_id,
|
|
pr1_0.invited_at,
|
|
pr1_0.responded_at,
|
|
pr1_0.status,
|
|
pr1_0.user_id
|
|
from
|
|
pairing_relations pr1_0
|
|
left join
|
|
users g1_0
|
|
on g1_0.id=pr1_0.guardian_id
|
|
where
|
|
g1_0.id=?
|
|
and pr1_0.status=?
|
|
Hibernate:
|
|
select
|
|
pr1_0.id,
|
|
pr1_0.guardian_id,
|
|
pr1_0.invited_at,
|
|
pr1_0.responded_at,
|
|
pr1_0.status,
|
|
pr1_0.user_id
|
|
from
|
|
pairing_relations pr1_0
|
|
left join
|
|
users g1_0
|
|
on g1_0.id=pr1_0.guardian_id
|
|
where
|
|
g1_0.id=?
|
|
and pr1_0.status=?
|
|
Hibernate:
|
|
select
|
|
lh1_0.id,
|
|
lh1_0.accuracy,
|
|
lh1_0.created_at,
|
|
lh1_0.heading,
|
|
lh1_0.lat,
|
|
lh1_0.lng,
|
|
lh1_0.speed,
|
|
lh1_0.user_id
|
|
from
|
|
location_history lh1_0
|
|
where
|
|
lh1_0.user_id=?
|
|
order by
|
|
lh1_0.created_at desc
|
|
fetch
|
|
first ? rows only
|
|
Hibernate:
|
|
select
|
|
pr1_0.id,
|
|
pr1_0.guardian_id,
|
|
pr1_0.invited_at,
|
|
pr1_0.responded_at,
|
|
pr1_0.status,
|
|
pr1_0.user_id
|
|
from
|
|
pairing_relations pr1_0
|
|
left join
|
|
users g1_0
|
|
on g1_0.id=pr1_0.guardian_id
|
|
where
|
|
g1_0.id=?
|
|
and pr1_0.status=?
|
|
Hibernate:
|
|
select
|
|
al1_0.id,
|
|
al1_0.created_at,
|
|
al1_0.description,
|
|
al1_0.log_type,
|
|
al1_0.metadata,
|
|
al1_0.user_id
|
|
from
|
|
activity_logs al1_0
|
|
left join
|
|
users u1_0
|
|
on u1_0.id=al1_0.user_id
|
|
where
|
|
u1_0.id=?
|
|
order by
|
|
al1_0.created_at desc
|
|
offset
|
|
? rows
|
|
fetch
|
|
first ? rows only
|
|
2026-05-27T19:30:00.506+07:00 DEBUG 14960 --- [0.0-8080-exec-1] o.s.w.s.s.s.WebSocketHandlerMapping : Mapped to org.springframework.web.socket.sockjs.support.SockJsHttpRequestHandler@268eefe7
|
|
2026-05-27T19:30:00.507+07:00 DEBUG 14960 --- [0.0-8080-exec-1] o.s.w.s.s.t.h.DefaultSockJsService : Processing transport request: GET http://192.168.1.68:8080/ws
|
|
Hibernate:
|
|
select
|
|
count(al1_0.id)
|
|
from
|
|
activity_logs al1_0
|
|
left join
|
|
users u1_0
|
|
on u1_0.id=al1_0.user_id
|
|
where
|
|
u1_0.id=?
|
|
Hibernate:
|
|
select
|
|
se1_0.id,
|
|
se1_0.acknowledged_at,
|
|
se1_0.created_at,
|
|
se1_0.lat,
|
|
se1_0.lng,
|
|
se1_0.status,
|
|
se1_0.trigger_type,
|
|
se1_0.user_id
|
|
from
|
|
sos_events se1_0
|
|
where
|
|
se1_0.user_id=?
|
|
order by
|
|
se1_0.created_at desc
|
|
offset
|
|
? rows
|
|
fetch
|
|
first ? rows only
|
|
Hibernate:
|
|
select
|
|
count(gn1_0.id)
|
|
from
|
|
guardian_notifications gn1_0
|
|
where
|
|
gn1_0.user_id=?
|
|
and not(gn1_0.is_read)
|
|
Hibernate:
|
|
select
|
|
u1_0.id,
|
|
u1_0.created_at,
|
|
u1_0.display_name,
|
|
u1_0.email,
|
|
u1_0.fcm_token,
|
|
u1_0.pairing_code,
|
|
u1_0.pairing_code_expires_at,
|
|
u1_0.password,
|
|
u1_0.role,
|
|
u1_0.unique_user_id,
|
|
u1_0.updated_at
|
|
from
|
|
users u1_0
|
|
where
|
|
u1_0.id=?
|
|
Hibernate:
|
|
select
|
|
al1_0.id,
|
|
al1_0.created_at,
|
|
al1_0.description,
|
|
al1_0.log_type,
|
|
al1_0.metadata,
|
|
al1_0.user_id
|
|
from
|
|
activity_logs al1_0
|
|
left join
|
|
users u1_0
|
|
on u1_0.id=al1_0.user_id
|
|
where
|
|
u1_0.id=?
|
|
order by
|
|
al1_0.created_at desc
|
|
offset
|
|
? rows
|
|
fetch
|
|
first ? rows only
|
|
Hibernate:
|
|
select
|
|
count(al1_0.id)
|
|
from
|
|
activity_logs al1_0
|
|
left join
|
|
users u1_0
|
|
on u1_0.id=al1_0.user_id
|
|
where
|
|
u1_0.id=?
|
|
Hibernate:
|
|
select
|
|
se1_0.id,
|
|
se1_0.acknowledged_at,
|
|
se1_0.created_at,
|
|
se1_0.lat,
|
|
se1_0.lng,
|
|
se1_0.status,
|
|
se1_0.trigger_type,
|
|
se1_0.user_id
|
|
from
|
|
sos_events se1_0
|
|
where
|
|
se1_0.user_id=?
|
|
order by
|
|
se1_0.created_at desc
|
|
offset
|
|
? rows
|
|
fetch
|
|
first ? rows only
|
|
2026-05-27T19:30:03.397+07:00 DEBUG 14960 --- [0.0-8080-exec-5] o.s.w.s.s.s.WebSocketHandlerMapping : Mapped to org.springframework.web.socket.sockjs.support.SockJsHttpRequestHandler@268eefe7
|
|
2026-05-27T19:30:03.408+07:00 DEBUG 14960 --- [0.0-8080-exec-5] o.s.w.s.s.t.h.DefaultSockJsService : Processing transport request: GET http://192.168.1.68:8080/ws
|
|
Hibernate:
|
|
select
|
|
pr1_0.id,
|
|
pr1_0.guardian_id,
|
|
pr1_0.invited_at,
|
|
pr1_0.responded_at,
|
|
pr1_0.status,
|
|
pr1_0.user_id
|
|
from
|
|
pairing_relations pr1_0
|
|
left join
|
|
users g1_0
|
|
on g1_0.id=pr1_0.guardian_id
|
|
where
|
|
g1_0.id=?
|
|
2026-05-27T19:30:05.610+07:00 DEBUG 14960 --- [0.0-8080-exec-7] o.s.w.s.s.s.WebSocketHandlerMapping : Mapped to org.springframework.web.socket.sockjs.support.SockJsHttpRequestHandler@268eefe7
|
|
2026-05-27T19:30:05.622+07:00 DEBUG 14960 --- [0.0-8080-exec-7] o.s.w.s.s.t.h.DefaultSockJsService : Processing transport request: GET http://192.168.1.68:8080/ws
|
|
Hibernate:
|
|
select
|
|
u1_0.id,
|
|
u1_0.created_at,
|
|
u1_0.display_name,
|
|
u1_0.email,
|
|
u1_0.fcm_token,
|
|
u1_0.pairing_code,
|
|
u1_0.pairing_code_expires_at,
|
|
u1_0.password,
|
|
u1_0.role,
|
|
u1_0.unique_user_id,
|
|
u1_0.updated_at
|
|
from
|
|
users u1_0
|
|
where
|
|
u1_0.id=?
|
|
Hibernate:
|
|
select
|
|
u1_0.id,
|
|
u1_0.created_at,
|
|
u1_0.display_name,
|
|
u1_0.email,
|
|
u1_0.fcm_token,
|
|
u1_0.pairing_code,
|
|
u1_0.pairing_code_expires_at,
|
|
u1_0.password,
|
|
u1_0.role,
|
|
u1_0.unique_user_id,
|
|
u1_0.updated_at
|
|
from
|
|
users u1_0
|
|
where
|
|
u1_0.id=?
|
|
Hibernate:
|
|
select
|
|
u1_0.id,
|
|
u1_0.created_at,
|
|
u1_0.display_name,
|
|
u1_0.email,
|
|
u1_0.fcm_token,
|
|
u1_0.pairing_code,
|
|
u1_0.pairing_code_expires_at,
|
|
u1_0.password,
|
|
u1_0.role,
|
|
u1_0.unique_user_id,
|
|
u1_0.updated_at
|
|
from
|
|
users u1_0
|
|
where
|
|
u1_0.id=?
|
|
2026-05-27T19:30:07.814+07:00 INFO 14960 --- [0.0-8080-exec-4] c.walkguide.service.AgoraTokenService : [AGORA] Token generated untuk channel=call_2067_2068 uid=2068 expires=1779888607
|
|
2026-05-27T19:30:07.817+07:00 INFO 14960 --- [0.0-8080-exec-4] c.walkguide.controller.CallController : [CALL] Token generated | caller=2068 receiver=2067 channel=call_2067_2068
|
|
2026-05-27T19:30:08.564+07:00 DEBUG 14960 --- [0.0-8080-exec-1] o.s.w.s.s.s.WebSocketHandlerMapping : Mapped to org.springframework.web.socket.sockjs.support.SockJsHttpRequestHandler@268eefe7
|
|
2026-05-27T19:30:08.565+07:00 DEBUG 14960 --- [0.0-8080-exec-1] o.s.w.s.s.t.h.DefaultSockJsService : Processing transport request: GET http://192.168.1.68:8080/ws
|
|
2026-05-27T19:30:10.773+07:00 DEBUG 14960 --- [0.0-8080-exec-7] o.s.w.s.s.s.WebSocketHandlerMapping : Mapped to org.springframework.web.socket.sockjs.support.SockJsHttpRequestHandler@268eefe7
|
|
2026-05-27T19:30:10.785+07:00 DEBUG 14960 --- [0.0-8080-exec-7] o.s.w.s.s.t.h.DefaultSockJsService : Processing transport request: GET http://192.168.1.68:8080/ws
|
|
2026-05-27T19:30:13.728+07:00 DEBUG 14960 --- [0.0-8080-exec-4] o.s.w.s.s.s.WebSocketHandlerMapping : Mapped to org.springframework.web.socket.sockjs.support.SockJsHttpRequestHandler@268eefe7
|
|
2026-05-27T19:30:13.739+07:00 DEBUG 14960 --- [0.0-8080-exec-4] o.s.w.s.s.t.h.DefaultSockJsService : Processing transport request: GET http://192.168.1.68:8080/ws
|
|
2026-05-27T19:30:15.944+07:00 DEBUG 14960 --- [0.0-8080-exec-9] o.s.w.s.s.s.WebSocketHandlerMapping : Mapped to org.springframework.web.socket.sockjs.support.SockJsHttpRequestHandler@268eefe7
|
|
2026-05-27T19:30:15.956+07:00 DEBUG 14960 --- [0.0-8080-exec-9] o.s.w.s.s.t.h.DefaultSockJsService : Processing transport request: GET http://192.168.1.68:8080/ws
|
|
Hibernate:
|
|
select
|
|
se1_0.id,
|
|
se1_0.acknowledged_at,
|
|
se1_0.created_at,
|
|
se1_0.lat,
|
|
se1_0.lng,
|
|
se1_0.status,
|
|
se1_0.trigger_type,
|
|
se1_0.user_id
|
|
from
|
|
sos_events se1_0
|
|
where
|
|
se1_0.user_id=?
|
|
order by
|
|
se1_0.created_at desc
|
|
offset
|
|
? rows
|
|
fetch
|
|
first ? rows only
|
|
2026-05-27T19:30:18.908+07:00 DEBUG 14960 --- [0.0-8080-exec-2] o.s.w.s.s.s.WebSocketHandlerMapping : Mapped to org.springframework.web.socket.sockjs.support.SockJsHttpRequestHandler@268eefe7
|
|
2026-05-27T19:30:18.919+07:00 DEBUG 14960 --- [0.0-8080-exec-2] o.s.w.s.s.t.h.DefaultSockJsService : Processing transport request: GET http://192.168.1.68:8080/ws
|
|
Hibernate:
|
|
select
|
|
pr1_0.id,
|
|
pr1_0.guardian_id,
|
|
pr1_0.invited_at,
|
|
pr1_0.responded_at,
|
|
pr1_0.status,
|
|
pr1_0.user_id
|
|
from
|
|
pairing_relations pr1_0
|
|
left join
|
|
users u1_0
|
|
on u1_0.id=pr1_0.user_id
|
|
where
|
|
u1_0.id=?
|
|
Hibernate:
|
|
select
|
|
u1_0.id,
|
|
u1_0.created_at,
|
|
u1_0.display_name,
|
|
u1_0.email,
|
|
u1_0.fcm_token,
|
|
u1_0.pairing_code,
|
|
u1_0.pairing_code_expires_at,
|
|
u1_0.password,
|
|
u1_0.role,
|
|
u1_0.unique_user_id,
|
|
u1_0.updated_at
|
|
from
|
|
users u1_0
|
|
where
|
|
u1_0.id=?
|
|
Hibernate:
|
|
select
|
|
u1_0.id,
|
|
u1_0.created_at,
|
|
u1_0.display_name,
|
|
u1_0.email,
|
|
u1_0.fcm_token,
|
|
u1_0.pairing_code,
|
|
u1_0.pairing_code_expires_at,
|
|
u1_0.password,
|
|
u1_0.role,
|
|
u1_0.unique_user_id,
|
|
u1_0.updated_at
|
|
from
|
|
users u1_0
|
|
where
|
|
u1_0.id=?
|
|
2026-05-27T19:30:21.106+07:00 DEBUG 14960 --- [0.0-8080-exec-1] o.s.w.s.s.s.WebSocketHandlerMapping : Mapped to org.springframework.web.socket.sockjs.support.SockJsHttpRequestHandler@268eefe7
|
|
2026-05-27T19:30:21.117+07:00 DEBUG 14960 --- [0.0-8080-exec-1] o.s.w.s.s.t.h.DefaultSockJsService : Processing transport request: GET http://192.168.1.68:8080/ws
|
|
2026-05-27T19:30:24.059+07:00 DEBUG 14960 --- [0.0-8080-exec-3] o.s.w.s.s.s.WebSocketHandlerMapping : Mapped to org.springframework.web.socket.sockjs.support.SockJsHttpRequestHandler@268eefe7
|
|
2026-05-27T19:30:24.098+07:00 DEBUG 14960 --- [0.0-8080-exec-3] o.s.w.s.s.t.h.DefaultSockJsService : Processing transport request: GET http://192.168.1.68:8080/ws
|
|
2026-05-27T19:30:26.273+07:00 DEBUG 14960 --- [0.0-8080-exec-5] o.s.w.s.s.s.WebSocketHandlerMapping : Mapped to org.springframework.web.socket.sockjs.support.SockJsHttpRequestHandler@268eefe7
|
|
2026-05-27T19:30:26.274+07:00 DEBUG 14960 --- [0.0-8080-exec-5] o.s.w.s.s.t.h.DefaultSockJsService : Processing transport request: GET http://192.168.1.68:8080/ws
|
|
Hibernate:
|
|
select
|
|
pr1_0.id,
|
|
pr1_0.guardian_id,
|
|
pr1_0.invited_at,
|
|
pr1_0.responded_at,
|
|
pr1_0.status,
|
|
pr1_0.user_id
|
|
from
|
|
pairing_relations pr1_0
|
|
left join
|
|
users g1_0
|
|
on g1_0.id=pr1_0.guardian_id
|
|
where
|
|
g1_0.id=?
|
|
Hibernate:
|
|
select
|
|
pr1_0.id,
|
|
pr1_0.guardian_id,
|
|
pr1_0.invited_at,
|
|
pr1_0.responded_at,
|
|
pr1_0.status,
|
|
pr1_0.user_id
|
|
from
|
|
pairing_relations pr1_0
|
|
left join
|
|
users g1_0
|
|
on g1_0.id=pr1_0.guardian_id
|
|
where
|
|
g1_0.id=?
|
|
and pr1_0.status=?
|
|
Hibernate:
|
|
select
|
|
pr1_0.id,
|
|
pr1_0.guardian_id,
|
|
pr1_0.invited_at,
|
|
pr1_0.responded_at,
|
|
pr1_0.status,
|
|
pr1_0.user_id
|
|
from
|
|
pairing_relations pr1_0
|
|
left join
|
|
users g1_0
|
|
on g1_0.id=pr1_0.guardian_id
|
|
where
|
|
g1_0.id=?
|
|
and pr1_0.status=?
|
|
Hibernate:
|
|
select
|
|
pr1_0.id,
|
|
pr1_0.guardian_id,
|
|
pr1_0.invited_at,
|
|
pr1_0.responded_at,
|
|
pr1_0.status,
|
|
pr1_0.user_id
|
|
from
|
|
pairing_relations pr1_0
|
|
left join
|
|
users g1_0
|
|
on g1_0.id=pr1_0.guardian_id
|
|
where
|
|
g1_0.id=?
|
|
and pr1_0.status=?
|
|
Hibernate:
|
|
select
|
|
pr1_0.id,
|
|
pr1_0.guardian_id,
|
|
pr1_0.invited_at,
|
|
pr1_0.responded_at,
|
|
pr1_0.status,
|
|
pr1_0.user_id
|
|
from
|
|
pairing_relations pr1_0
|
|
left join
|
|
users u1_0
|
|
on u1_0.id=pr1_0.user_id
|
|
where
|
|
u1_0.id=?
|
|
2026-05-27T19:30:29.237+07:00 DEBUG 14960 --- [0.0-8080-exec-4] o.s.w.s.s.s.WebSocketHandlerMapping : Mapped to org.springframework.web.socket.sockjs.support.SockJsHttpRequestHandler@268eefe7
|
|
2026-05-27T19:30:29.238+07:00 DEBUG 14960 --- [0.0-8080-exec-4] o.s.w.s.s.t.h.DefaultSockJsService : Processing transport request: GET http://192.168.1.68:8080/ws
|
|
Hibernate:
|
|
select
|
|
u1_0.id,
|
|
u1_0.created_at,
|
|
u1_0.display_name,
|
|
u1_0.email,
|
|
u1_0.fcm_token,
|
|
u1_0.pairing_code,
|
|
u1_0.pairing_code_expires_at,
|
|
u1_0.password,
|
|
u1_0.role,
|
|
u1_0.unique_user_id,
|
|
u1_0.updated_at
|
|
from
|
|
users u1_0
|
|
where
|
|
u1_0.id=?
|
|
Hibernate:
|
|
select
|
|
lh1_0.id,
|
|
lh1_0.accuracy,
|
|
lh1_0.created_at,
|
|
lh1_0.heading,
|
|
lh1_0.lat,
|
|
lh1_0.lng,
|
|
lh1_0.speed,
|
|
lh1_0.user_id
|
|
from
|
|
location_history lh1_0
|
|
where
|
|
lh1_0.user_id=?
|
|
order by
|
|
lh1_0.created_at desc
|
|
fetch
|
|
first ? rows only
|
|
Hibernate:
|
|
select
|
|
al1_0.id,
|
|
al1_0.created_at,
|
|
al1_0.description,
|
|
al1_0.log_type,
|
|
al1_0.metadata,
|
|
al1_0.user_id
|
|
from
|
|
activity_logs al1_0
|
|
left join
|
|
users u1_0
|
|
on u1_0.id=al1_0.user_id
|
|
where
|
|
u1_0.id=?
|
|
order by
|
|
al1_0.created_at desc
|
|
offset
|
|
? rows
|
|
fetch
|
|
first ? rows only
|
|
Hibernate:
|
|
select
|
|
count(al1_0.id)
|
|
from
|
|
activity_logs al1_0
|
|
left join
|
|
users u1_0
|
|
on u1_0.id=al1_0.user_id
|
|
where
|
|
u1_0.id=?
|
|
Hibernate:
|
|
select
|
|
se1_0.id,
|
|
se1_0.acknowledged_at,
|
|
se1_0.created_at,
|
|
se1_0.lat,
|
|
se1_0.lng,
|
|
se1_0.status,
|
|
se1_0.trigger_type,
|
|
se1_0.user_id
|
|
from
|
|
sos_events se1_0
|
|
where
|
|
se1_0.user_id=?
|
|
order by
|
|
se1_0.created_at desc
|
|
offset
|
|
? rows
|
|
fetch
|
|
first ? rows only
|
|
Hibernate:
|
|
select
|
|
count(gn1_0.id)
|
|
from
|
|
guardian_notifications gn1_0
|
|
where
|
|
gn1_0.user_id=?
|
|
and not(gn1_0.is_read)
|
|
2026-05-27T19:30:31.440+07:00 DEBUG 14960 --- [0.0-8080-exec-3] o.s.w.s.s.s.WebSocketHandlerMapping : Mapped to org.springframework.web.socket.sockjs.support.SockJsHttpRequestHandler@268eefe7
|
|
2026-05-27T19:30:31.441+07:00 DEBUG 14960 --- [0.0-8080-exec-3] o.s.w.s.s.t.h.DefaultSockJsService : Processing transport request: GET http://192.168.1.68:8080/ws
|
|
Hibernate:
|
|
select
|
|
u1_0.id,
|
|
u1_0.created_at,
|
|
u1_0.display_name,
|
|
u1_0.email,
|
|
u1_0.fcm_token,
|
|
u1_0.pairing_code,
|
|
u1_0.pairing_code_expires_at,
|
|
u1_0.password,
|
|
u1_0.role,
|
|
u1_0.unique_user_id,
|
|
u1_0.updated_at
|
|
from
|
|
users u1_0
|
|
where
|
|
u1_0.id=?
|
|
Hibernate:
|
|
select
|
|
al1_0.id,
|
|
al1_0.created_at,
|
|
al1_0.description,
|
|
al1_0.log_type,
|
|
al1_0.metadata,
|
|
al1_0.user_id
|
|
from
|
|
activity_logs al1_0
|
|
left join
|
|
users u1_0
|
|
on u1_0.id=al1_0.user_id
|
|
where
|
|
u1_0.id=?
|
|
order by
|
|
al1_0.created_at desc
|
|
offset
|
|
? rows
|
|
fetch
|
|
first ? rows only
|
|
Hibernate:
|
|
select
|
|
count(al1_0.id)
|
|
from
|
|
activity_logs al1_0
|
|
left join
|
|
users u1_0
|
|
on u1_0.id=al1_0.user_id
|
|
where
|
|
u1_0.id=?
|
|
Hibernate:
|
|
select
|
|
se1_0.id,
|
|
se1_0.acknowledged_at,
|
|
se1_0.created_at,
|
|
se1_0.lat,
|
|
se1_0.lng,
|
|
se1_0.status,
|
|
se1_0.trigger_type,
|
|
se1_0.user_id
|
|
from
|
|
sos_events se1_0
|
|
where
|
|
se1_0.user_id=?
|
|
order by
|
|
se1_0.created_at desc
|
|
offset
|
|
? rows
|
|
fetch
|
|
first ? rows only
|
|
Hibernate:
|
|
select
|
|
u1_0.id,
|
|
u1_0.created_at,
|
|
u1_0.display_name,
|
|
u1_0.email,
|
|
u1_0.fcm_token,
|
|
u1_0.pairing_code,
|
|
u1_0.pairing_code_expires_at,
|
|
u1_0.password,
|
|
u1_0.role,
|
|
u1_0.unique_user_id,
|
|
u1_0.updated_at
|
|
from
|
|
users u1_0
|
|
where
|
|
u1_0.id=?
|
|
2026-05-27T19:30:34.390+07:00 DEBUG 14960 --- [0.0-8080-exec-1] o.s.w.s.s.s.WebSocketHandlerMapping : Mapped to org.springframework.web.socket.sockjs.support.SockJsHttpRequestHandler@268eefe7
|
|
2026-05-27T19:30:34.391+07:00 DEBUG 14960 --- [0.0-8080-exec-1] o.s.w.s.s.t.h.DefaultSockJsService : Processing transport request: GET http://192.168.1.68:8080/ws
|
|
Hibernate:
|
|
select
|
|
u1_0.id,
|
|
u1_0.created_at,
|
|
u1_0.display_name,
|
|
u1_0.email,
|
|
u1_0.fcm_token,
|
|
u1_0.pairing_code,
|
|
u1_0.pairing_code_expires_at,
|
|
u1_0.password,
|
|
u1_0.role,
|
|
u1_0.unique_user_id,
|
|
u1_0.updated_at
|
|
from
|
|
users u1_0
|
|
where
|
|
u1_0.id=?
|
|
Hibernate:
|
|
select
|
|
u1_0.id,
|
|
u1_0.created_at,
|
|
u1_0.display_name,
|
|
u1_0.email,
|
|
u1_0.fcm_token,
|
|
u1_0.pairing_code,
|
|
u1_0.pairing_code_expires_at,
|
|
u1_0.password,
|
|
u1_0.role,
|
|
u1_0.unique_user_id,
|
|
u1_0.updated_at
|
|
from
|
|
users u1_0
|
|
where
|
|
u1_0.id=?
|
|
Hibernate:
|
|
select
|
|
u1_0.id,
|
|
u1_0.created_at,
|
|
u1_0.display_name,
|
|
u1_0.email,
|
|
u1_0.fcm_token,
|
|
u1_0.pairing_code,
|
|
u1_0.pairing_code_expires_at,
|
|
u1_0.password,
|
|
u1_0.role,
|
|
u1_0.unique_user_id,
|
|
u1_0.updated_at
|
|
from
|
|
users u1_0
|
|
where
|
|
u1_0.id=?
|
|
2026-05-27T19:30:36.101+07:00 INFO 14960 --- [0.0-8080-exec-4] c.walkguide.service.AgoraTokenService : [AGORA] Token generated untuk channel=call_2067_2068 uid=2067 expires=1779888636
|
|
2026-05-27T19:30:36.112+07:00 INFO 14960 --- [0.0-8080-exec-4] c.walkguide.controller.CallController : [CALL] Token generated | caller=2067 receiver=2068 channel=call_2067_2068
|
|
2026-05-27T19:30:36.606+07:00 DEBUG 14960 --- [0.0-8080-exec-7] o.s.w.s.s.s.WebSocketHandlerMapping : Mapped to org.springframework.web.socket.sockjs.support.SockJsHttpRequestHandler@268eefe7
|
|
2026-05-27T19:30:36.618+07:00 DEBUG 14960 --- [0.0-8080-exec-7] o.s.w.s.s.t.h.DefaultSockJsService : Processing transport request: GET http://192.168.1.68:8080/ws
|
|
2026-05-27T19:30:39.554+07:00 DEBUG 14960 --- [0.0-8080-exec-5] o.s.w.s.s.s.WebSocketHandlerMapping : Mapped to org.springframework.web.socket.sockjs.support.SockJsHttpRequestHandler@268eefe7
|
|
2026-05-27T19:30:39.555+07:00 DEBUG 14960 --- [0.0-8080-exec-5] o.s.w.s.s.t.h.DefaultSockJsService : Processing transport request: GET http://192.168.1.68:8080/ws
|
|
2026-05-27T19:30:41.778+07:00 DEBUG 14960 --- [0.0-8080-exec-8] o.s.w.s.s.s.WebSocketHandlerMapping : Mapped to org.springframework.web.socket.sockjs.support.SockJsHttpRequestHandler@268eefe7
|
|
2026-05-27T19:30:41.790+07:00 DEBUG 14960 --- [0.0-8080-exec-8] o.s.w.s.s.t.h.DefaultSockJsService : Processing transport request: GET http://192.168.1.68:8080/ws
|
|
Hibernate:
|
|
select
|
|
pr1_0.id,
|
|
pr1_0.guardian_id,
|
|
pr1_0.invited_at,
|
|
pr1_0.responded_at,
|
|
pr1_0.status,
|
|
pr1_0.user_id
|
|
from
|
|
pairing_relations pr1_0
|
|
left join
|
|
users u1_0
|
|
on u1_0.id=pr1_0.user_id
|
|
where
|
|
u1_0.id=?
|
|
Hibernate:
|
|
select
|
|
u1_0.id,
|
|
u1_0.created_at,
|
|
u1_0.display_name,
|
|
u1_0.email,
|
|
u1_0.fcm_token,
|
|
u1_0.pairing_code,
|
|
u1_0.pairing_code_expires_at,
|
|
u1_0.password,
|
|
u1_0.role,
|
|
u1_0.unique_user_id,
|
|
u1_0.updated_at
|
|
from
|
|
users u1_0
|
|
where
|
|
u1_0.id=?
|
|
Hibernate:
|
|
select
|
|
u1_0.id,
|
|
u1_0.created_at,
|
|
u1_0.display_name,
|
|
u1_0.email,
|
|
u1_0.fcm_token,
|
|
u1_0.pairing_code,
|
|
u1_0.pairing_code_expires_at,
|
|
u1_0.password,
|
|
u1_0.role,
|
|
u1_0.unique_user_id,
|
|
u1_0.updated_at
|
|
from
|
|
users u1_0
|
|
where
|
|
u1_0.id=?
|
|
Hibernate:
|
|
select
|
|
pr1_0.id,
|
|
pr1_0.guardian_id,
|
|
pr1_0.invited_at,
|
|
pr1_0.responded_at,
|
|
pr1_0.status,
|
|
pr1_0.user_id
|
|
from
|
|
pairing_relations pr1_0
|
|
left join
|
|
users g1_0
|
|
on g1_0.id=pr1_0.guardian_id
|
|
where
|
|
g1_0.id=?
|
|
Hibernate:
|
|
select
|
|
u1_0.id,
|
|
u1_0.created_at,
|
|
u1_0.display_name,
|
|
u1_0.email,
|
|
u1_0.fcm_token,
|
|
u1_0.pairing_code,
|
|
u1_0.pairing_code_expires_at,
|
|
u1_0.password,
|
|
u1_0.role,
|
|
u1_0.unique_user_id,
|
|
u1_0.updated_at
|
|
from
|
|
users u1_0
|
|
where
|
|
u1_0.id=?
|
|
2026-05-27T19:30:44.718+07:00 DEBUG 14960 --- [.0-8080-exec-10] o.s.w.s.s.s.WebSocketHandlerMapping : Mapped to org.springframework.web.socket.sockjs.support.SockJsHttpRequestHandler@268eefe7
|
|
2026-05-27T19:30:44.724+07:00 DEBUG 14960 --- [.0-8080-exec-10] o.s.w.s.s.t.h.DefaultSockJsService : Processing transport request: GET http://192.168.1.68:8080/ws
|
|
Hibernate:
|
|
select
|
|
u1_0.id,
|
|
u1_0.created_at,
|
|
u1_0.display_name,
|
|
u1_0.email,
|
|
u1_0.fcm_token,
|
|
u1_0.pairing_code,
|
|
u1_0.pairing_code_expires_at,
|
|
u1_0.password,
|
|
u1_0.role,
|
|
u1_0.unique_user_id,
|
|
u1_0.updated_at
|
|
from
|
|
users u1_0
|
|
where
|
|
u1_0.id=?
|
|
Hibernate:
|
|
select
|
|
u1_0.id,
|
|
u1_0.created_at,
|
|
u1_0.display_name,
|
|
u1_0.email,
|
|
u1_0.fcm_token,
|
|
u1_0.pairing_code,
|
|
u1_0.pairing_code_expires_at,
|
|
u1_0.password,
|
|
u1_0.role,
|
|
u1_0.unique_user_id,
|
|
u1_0.updated_at
|
|
from
|
|
users u1_0
|
|
where
|
|
u1_0.id=?
|
|
2026-05-27T19:30:46.928+07:00 INFO 14960 --- [0.0-8080-exec-4] c.walkguide.service.AgoraTokenService : [AGORA] Token generated untuk channel=call_2067_2068 uid=2068 expires=1779888646
|
|
2026-05-27T19:30:46.939+07:00 INFO 14960 --- [0.0-8080-exec-4] c.walkguide.controller.CallController : [CALL] Token generated | caller=2068 receiver=2067 channel=call_2067_2068
|
|
2026-05-27T19:30:46.939+07:00 DEBUG 14960 --- [0.0-8080-exec-6] o.s.w.s.s.s.WebSocketHandlerMapping : Mapped to org.springframework.web.socket.sockjs.support.SockJsHttpRequestHandler@268eefe7
|
|
2026-05-27T19:30:46.939+07:00 DEBUG 14960 --- [0.0-8080-exec-6] o.s.w.s.s.t.h.DefaultSockJsService : Processing transport request: GET http://192.168.1.68:8080/ws
|
|
Hibernate:
|
|
select
|
|
u1_0.id,
|
|
u1_0.created_at,
|
|
u1_0.display_name,
|
|
u1_0.email,
|
|
u1_0.fcm_token,
|
|
u1_0.pairing_code,
|
|
u1_0.pairing_code_expires_at,
|
|
u1_0.password,
|
|
u1_0.role,
|
|
u1_0.unique_user_id,
|
|
u1_0.updated_at
|
|
from
|
|
users u1_0
|
|
where
|
|
u1_0.id=?
|
|
Hibernate:
|
|
select
|
|
u1_0.id,
|
|
u1_0.created_at,
|
|
u1_0.display_name,
|
|
u1_0.email,
|
|
u1_0.fcm_token,
|
|
u1_0.pairing_code,
|
|
u1_0.pairing_code_expires_at,
|
|
u1_0.password,
|
|
u1_0.role,
|
|
u1_0.unique_user_id,
|
|
u1_0.updated_at
|
|
from
|
|
users u1_0
|
|
where
|
|
u1_0.id=?
|
|
2026-05-27T19:30:48.914+07:00 DEBUG 14960 --- [0.0-8080-exec-1] o.s.m.s.b.SimpleBrokerMessageHandler : Processing MESSAGE destination=/queue/call/2067 session=null payload={"receiverId":"2067","channelName":"call_2067_2068","callerId":"2068","type":"IN...(truncated)
|
|
2026-05-27T19:30:48.920+07:00 INFO 14960 --- [0.0-8080-exec-1] c.w.websocket.LocationBroadcaster : [WS] Call broadcast -> /queue/call/2067 | type=INCOMING_CALL status=RINGING channel=call_2067_2068
|
|
2026-05-27T19:30:49.898+07:00 DEBUG 14960 --- [0.0-8080-exec-5] o.s.w.s.s.s.WebSocketHandlerMapping : Mapped to org.springframework.web.socket.sockjs.support.SockJsHttpRequestHandler@268eefe7
|
|
2026-05-27T19:30:49.899+07:00 DEBUG 14960 --- [0.0-8080-exec-5] o.s.w.s.s.t.h.DefaultSockJsService : Processing transport request: GET http://192.168.1.68:8080/ws
|
|
2026-05-27T19:30:52.103+07:00 DEBUG 14960 --- [0.0-8080-exec-4] o.s.w.s.s.s.WebSocketHandlerMapping : Mapped to org.springframework.web.socket.sockjs.support.SockJsHttpRequestHandler@268eefe7
|
|
2026-05-27T19:30:52.115+07:00 DEBUG 14960 --- [0.0-8080-exec-4] o.s.w.s.s.t.h.DefaultSockJsService : Processing transport request: GET http://192.168.1.68:8080/ws
|
|
2026-05-27T19:30:53.589+07:00 INFO 14960 --- [0.0-8080-exec-1] com.walkguide.service.FcmService : [FCM] Sent high-priority notification successfully: projects/walkguide-549b3/messages/0:1779885052504510%084e7484084e7484
|
|
2026-05-27T19:30:55.060+07:00 DEBUG 14960 --- [.0-8080-exec-10] o.s.w.s.s.s.WebSocketHandlerMapping : Mapped to org.springframework.web.socket.sockjs.support.SockJsHttpRequestHandler@268eefe7
|
|
2026-05-27T19:30:55.062+07:00 DEBUG 14960 --- [.0-8080-exec-10] o.s.w.s.s.t.h.DefaultSockJsService : Processing transport request: GET http://192.168.1.68:8080/ws
|
|
2026-05-27T19:30:55.909+07:00 WARN 14960 --- [0.0-8080-exec-1] com.walkguide.service.FcmService : [FIRESTORE] Notification audit skipped: com.google.api.gax.rpc.PermissionDeniedException: io.grpc.StatusRuntimeException: PERMISSION_DENIED: Cloud Firestore API has not been used in project walkguide-549b3 before or it is disabled. Enable it by visiting https://console.developers.google.com/apis/api/firestore.googleapis.com/overview?project=walkguide-549b3 then retry. If you enabled this API recently, wait a few minutes for the action to propagate to our systems and retry.
|
|
2026-05-27T19:30:55.909+07:00 INFO 14960 --- [0.0-8080-exec-1] c.w.service.CallNotificationService : [CALL] Incoming call notification sent | caller=2068 receiver=2067 channel=call_2067_2068
|
|
Hibernate:
|
|
select
|
|
u1_0.id,
|
|
u1_0.created_at,
|
|
u1_0.display_name,
|
|
u1_0.email,
|
|
u1_0.fcm_token,
|
|
u1_0.pairing_code,
|
|
u1_0.pairing_code_expires_at,
|
|
u1_0.password,
|
|
u1_0.role,
|
|
u1_0.unique_user_id,
|
|
u1_0.updated_at
|
|
from
|
|
users u1_0
|
|
where
|
|
u1_0.id=?
|
|
Hibernate:
|
|
select
|
|
u1_0.id,
|
|
u1_0.created_at,
|
|
u1_0.display_name,
|
|
u1_0.email,
|
|
u1_0.fcm_token,
|
|
u1_0.pairing_code,
|
|
u1_0.pairing_code_expires_at,
|
|
u1_0.password,
|
|
u1_0.role,
|
|
u1_0.unique_user_id,
|
|
u1_0.updated_at
|
|
from
|
|
users u1_0
|
|
where
|
|
u1_0.id=?
|
|
2026-05-27T19:30:57.011+07:00 INFO 14960 --- [0.0-8080-exec-7] c.walkguide.service.AgoraTokenService : [AGORA] Token generated untuk channel=call_2067_2068 uid=2067 expires=1779888657
|
|
2026-05-27T19:30:57.023+07:00 INFO 14960 --- [0.0-8080-exec-7] c.walkguide.controller.CallController : [CALL] Token generated | caller=2067 receiver=2068 channel=call_2067_2068
|
|
Hibernate:
|
|
select
|
|
u1_0.id,
|
|
u1_0.created_at,
|
|
u1_0.display_name,
|
|
u1_0.email,
|
|
u1_0.fcm_token,
|
|
u1_0.pairing_code,
|
|
u1_0.pairing_code_expires_at,
|
|
u1_0.password,
|
|
u1_0.role,
|
|
u1_0.unique_user_id,
|
|
u1_0.updated_at
|
|
from
|
|
users u1_0
|
|
where
|
|
u1_0.id=?
|
|
2026-05-27T19:30:57.281+07:00 DEBUG 14960 --- [0.0-8080-exec-6] o.s.w.s.s.s.WebSocketHandlerMapping : Mapped to org.springframework.web.socket.sockjs.support.SockJsHttpRequestHandler@268eefe7
|
|
2026-05-27T19:30:57.282+07:00 DEBUG 14960 --- [0.0-8080-exec-6] o.s.w.s.s.t.h.DefaultSockJsService : Processing transport request: GET http://192.168.1.68:8080/ws
|
|
Hibernate:
|
|
select
|
|
u1_0.id,
|
|
u1_0.created_at,
|
|
u1_0.display_name,
|
|
u1_0.email,
|
|
u1_0.fcm_token,
|
|
u1_0.pairing_code,
|
|
u1_0.pairing_code_expires_at,
|
|
u1_0.password,
|
|
u1_0.role,
|
|
u1_0.unique_user_id,
|
|
u1_0.updated_at
|
|
from
|
|
users u1_0
|
|
where
|
|
u1_0.id=?
|
|
2026-05-27T19:30:58.242+07:00 DEBUG 14960 --- [0.0-8080-exec-8] o.s.m.s.b.SimpleBrokerMessageHandler : Processing MESSAGE destination=/queue/call/2068 session=null payload={"receiverId":"2067","receiverName":"suami kobo","channelName":"call_2067_2068",...(truncated)
|
|
2026-05-27T19:30:58.253+07:00 INFO 14960 --- [0.0-8080-exec-8] c.w.websocket.LocationBroadcaster : [WS] Call broadcast -> /queue/call/2068 | type=CALL_ACCEPTED status=ACCEPTED channel=call_2067_2068
|
|
2026-05-27T19:30:58.254+07:00 DEBUG 14960 --- [0.0-8080-exec-8] o.s.m.s.b.SimpleBrokerMessageHandler : Processing MESSAGE destination=/queue/call/2067 session=null payload={"receiverId":"2067","receiverName":"suami kobo","channelName":"call_2067_2068",...(truncated)
|
|
2026-05-27T19:30:58.254+07:00 INFO 14960 --- [0.0-8080-exec-8] c.w.websocket.LocationBroadcaster : [WS] Call broadcast -> /queue/call/2067 | type=CALL_ACCEPTED status=ACCEPTED channel=call_2067_2068
|
|
2026-05-27T19:30:58.254+07:00 INFO 14960 --- [0.0-8080-exec-8] c.w.service.CallNotificationService : [CALL] Call accepted | caller=2068 receiver=2067 channel=call_2067_2068
|
|
2026-05-27T19:31:00.222+07:00 DEBUG 14960 --- [0.0-8080-exec-9] o.s.w.s.s.s.WebSocketHandlerMapping : Mapped to org.springframework.web.socket.sockjs.support.SockJsHttpRequestHandler@268eefe7
|
|
2026-05-27T19:31:00.224+07:00 DEBUG 14960 --- [0.0-8080-exec-9] o.s.w.s.s.t.h.DefaultSockJsService : Processing transport request: GET http://192.168.1.68:8080/ws
|
|
2026-05-27T19:31:02.443+07:00 DEBUG 14960 --- [0.0-8080-exec-8] o.s.w.s.s.s.WebSocketHandlerMapping : Mapped to org.springframework.web.socket.sockjs.support.SockJsHttpRequestHandler@268eefe7
|
|
2026-05-27T19:31:02.453+07:00 DEBUG 14960 --- [0.0-8080-exec-8] o.s.w.s.s.t.h.DefaultSockJsService : Processing transport request: GET http://192.168.1.68:8080/ws
|
|
2026-05-27T19:31:05.389+07:00 DEBUG 14960 --- [0.0-8080-exec-6] o.s.w.s.s.s.WebSocketHandlerMapping : Mapped to org.springframework.web.socket.sockjs.support.SockJsHttpRequestHandler@268eefe7
|
|
2026-05-27T19:31:05.401+07:00 DEBUG 14960 --- [0.0-8080-exec-6] o.s.w.s.s.t.h.DefaultSockJsService : Processing transport request: GET http://192.168.1.68:8080/ws
|
|
2026-05-27T19:31:07.637+07:00 DEBUG 14960 --- [0.0-8080-exec-8] o.s.w.s.s.s.WebSocketHandlerMapping : Mapped to org.springframework.web.socket.sockjs.support.SockJsHttpRequestHandler@268eefe7
|
|
2026-05-27T19:31:07.648+07:00 DEBUG 14960 --- [0.0-8080-exec-8] o.s.w.s.s.t.h.DefaultSockJsService : Processing transport request: GET http://192.168.1.68:8080/ws
|
|
2026-05-27T19:31:10.554+07:00 DEBUG 14960 --- [0.0-8080-exec-6] o.s.w.s.s.s.WebSocketHandlerMapping : Mapped to org.springframework.web.socket.sockjs.support.SockJsHttpRequestHandler@268eefe7
|
|
2026-05-27T19:31:10.566+07:00 DEBUG 14960 --- [0.0-8080-exec-6] o.s.w.s.s.t.h.DefaultSockJsService : Processing transport request: GET http://192.168.1.68:8080/ws
|
|
2026-05-27T19:31:12.771+07:00 DEBUG 14960 --- [0.0-8080-exec-8] o.s.w.s.s.s.WebSocketHandlerMapping : Mapped to org.springframework.web.socket.sockjs.support.SockJsHttpRequestHandler@268eefe7
|
|
2026-05-27T19:31:12.782+07:00 DEBUG 14960 --- [0.0-8080-exec-8] o.s.w.s.s.t.h.DefaultSockJsService : Processing transport request: GET http://192.168.1.68:8080/ws
|
|
2026-05-27T19:31:15.726+07:00 DEBUG 14960 --- [0.0-8080-exec-9] o.s.w.s.s.s.WebSocketHandlerMapping : Mapped to org.springframework.web.socket.sockjs.support.SockJsHttpRequestHandler@268eefe7
|
|
2026-05-27T19:31:15.737+07:00 DEBUG 14960 --- [0.0-8080-exec-9] o.s.w.s.s.t.h.DefaultSockJsService : Processing transport request: GET http://192.168.1.68:8080/ws
|
|
2026-05-27T19:31:17.935+07:00 DEBUG 14960 --- [0.0-8080-exec-2] o.s.w.s.s.s.WebSocketHandlerMapping : Mapped to org.springframework.web.socket.sockjs.support.SockJsHttpRequestHandler@268eefe7
|
|
2026-05-27T19:31:17.947+07:00 DEBUG 14960 --- [0.0-8080-exec-2] o.s.w.s.s.t.h.DefaultSockJsService : Processing transport request: GET http://192.168.1.68:8080/ws
|
|
2026-05-27T19:31:20.889+07:00 DEBUG 14960 --- [0.0-8080-exec-9] o.s.w.s.s.s.WebSocketHandlerMapping : Mapped to org.springframework.web.socket.sockjs.support.SockJsHttpRequestHandler@268eefe7
|
|
2026-05-27T19:31:20.901+07:00 DEBUG 14960 --- [0.0-8080-exec-9] o.s.w.s.s.t.h.DefaultSockJsService : Processing transport request: GET http://192.168.1.68:8080/ws
|
|
2026-05-27T19:31:23.105+07:00 DEBUG 14960 --- [0.0-8080-exec-2] o.s.w.s.s.s.WebSocketHandlerMapping : Mapped to org.springframework.web.socket.sockjs.support.SockJsHttpRequestHandler@268eefe7
|
|
2026-05-27T19:31:23.112+07:00 DEBUG 14960 --- [0.0-8080-exec-2] o.s.w.s.s.t.h.DefaultSockJsService : Processing transport request: GET http://192.168.1.68:8080/ws
|
|
2026-05-27T19:31:26.058+07:00 DEBUG 14960 --- [0.0-8080-exec-1] o.s.w.s.s.s.WebSocketHandlerMapping : Mapped to org.springframework.web.socket.sockjs.support.SockJsHttpRequestHandler@268eefe7
|
|
2026-05-27T19:31:26.070+07:00 DEBUG 14960 --- [0.0-8080-exec-1] o.s.w.s.s.t.h.DefaultSockJsService : Processing transport request: GET http://192.168.1.68:8080/ws
|
|
2026-05-27T19:31:28.271+07:00 DEBUG 14960 --- [0.0-8080-exec-2] o.s.w.s.s.s.WebSocketHandlerMapping : Mapped to org.springframework.web.socket.sockjs.support.SockJsHttpRequestHandler@268eefe7
|
|
2026-05-27T19:31:28.283+07:00 DEBUG 14960 --- [0.0-8080-exec-2] o.s.w.s.s.t.h.DefaultSockJsService : Processing transport request: GET http://192.168.1.68:8080/ws
|
|
2026-05-27T19:31:31.219+07:00 DEBUG 14960 --- [0.0-8080-exec-1] o.s.w.s.s.s.WebSocketHandlerMapping : Mapped to org.springframework.web.socket.sockjs.support.SockJsHttpRequestHandler@268eefe7
|
|
2026-05-27T19:31:31.231+07:00 DEBUG 14960 --- [0.0-8080-exec-1] o.s.w.s.s.t.h.DefaultSockJsService : Processing transport request: GET http://192.168.1.68:8080/ws
|
|
2026-05-27T19:31:33.436+07:00 DEBUG 14960 --- [0.0-8080-exec-2] o.s.w.s.s.s.WebSocketHandlerMapping : Mapped to org.springframework.web.socket.sockjs.support.SockJsHttpRequestHandler@268eefe7
|
|
2026-05-27T19:31:33.437+07:00 DEBUG 14960 --- [0.0-8080-exec-2] o.s.w.s.s.t.h.DefaultSockJsService : Processing transport request: GET http://192.168.1.68:8080/ws
|
|
2026-05-27T19:31:36.382+07:00 DEBUG 14960 --- [0.0-8080-exec-1] o.s.w.s.s.s.WebSocketHandlerMapping : Mapped to org.springframework.web.socket.sockjs.support.SockJsHttpRequestHandler@268eefe7
|
|
2026-05-27T19:31:36.393+07:00 DEBUG 14960 --- [0.0-8080-exec-1] o.s.w.s.s.t.h.DefaultSockJsService : Processing transport request: GET http://192.168.1.68:8080/ws
|
|
2026-05-27T19:31:38.600+07:00 DEBUG 14960 --- [0.0-8080-exec-2] o.s.w.s.s.s.WebSocketHandlerMapping : Mapped to org.springframework.web.socket.sockjs.support.SockJsHttpRequestHandler@268eefe7
|
|
2026-05-27T19:31:38.601+07:00 DEBUG 14960 --- [0.0-8080-exec-2] o.s.w.s.s.t.h.DefaultSockJsService : Processing transport request: GET http://192.168.1.68:8080/ws
|
|
2026-05-27T19:31:41.551+07:00 DEBUG 14960 --- [0.0-8080-exec-6] o.s.w.s.s.s.WebSocketHandlerMapping : Mapped to org.springframework.web.socket.sockjs.support.SockJsHttpRequestHandler@268eefe7
|
|
2026-05-27T19:31:41.564+07:00 DEBUG 14960 --- [0.0-8080-exec-6] o.s.w.s.s.t.h.DefaultSockJsService : Processing transport request: GET http://192.168.1.68:8080/ws
|
|
2026-05-27T19:31:43.769+07:00 DEBUG 14960 --- [0.0-8080-exec-8] o.s.w.s.s.s.WebSocketHandlerMapping : Mapped to org.springframework.web.socket.sockjs.support.SockJsHttpRequestHandler@268eefe7
|
|
2026-05-27T19:31:43.781+07:00 DEBUG 14960 --- [0.0-8080-exec-8] o.s.w.s.s.t.h.DefaultSockJsService : Processing transport request: GET http://192.168.1.68:8080/ws
|
|
2026-05-27T19:31:46.718+07:00 DEBUG 14960 --- [0.0-8080-exec-6] o.s.w.s.s.s.WebSocketHandlerMapping : Mapped to org.springframework.web.socket.sockjs.support.SockJsHttpRequestHandler@268eefe7
|
|
2026-05-27T19:31:46.719+07:00 DEBUG 14960 --- [0.0-8080-exec-6] o.s.w.s.s.t.h.DefaultSockJsService : Processing transport request: GET http://192.168.1.68:8080/ws
|
|
2026-05-27T19:31:48.933+07:00 DEBUG 14960 --- [0.0-8080-exec-8] o.s.w.s.s.s.WebSocketHandlerMapping : Mapped to org.springframework.web.socket.sockjs.support.SockJsHttpRequestHandler@268eefe7
|
|
2026-05-27T19:31:48.935+07:00 DEBUG 14960 --- [0.0-8080-exec-8] o.s.w.s.s.t.h.DefaultSockJsService : Processing transport request: GET http://192.168.1.68:8080/ws
|
|
2026-05-27T19:31:51.884+07:00 DEBUG 14960 --- [0.0-8080-exec-9] o.s.w.s.s.s.WebSocketHandlerMapping : Mapped to org.springframework.web.socket.sockjs.support.SockJsHttpRequestHandler@268eefe7
|
|
2026-05-27T19:31:51.885+07:00 DEBUG 14960 --- [0.0-8080-exec-9] o.s.w.s.s.t.h.DefaultSockJsService : Processing transport request: GET http://192.168.1.68:8080/ws
|
|
2026-05-27T19:31:52.614+07:00 DEBUG 14960 --- [0.0-8080-exec-4] o.s.m.s.b.SimpleBrokerMessageHandler : Processing MESSAGE destination=/queue/call/2068 session=null payload={"otherId":"2068","receiverName":"suami kobo","endedBy":"2067","type":"CALL_ENDE...(truncated)
|
|
2026-05-27T19:31:52.626+07:00 INFO 14960 --- [0.0-8080-exec-4] c.w.websocket.LocationBroadcaster : [WS] Call broadcast -> /queue/call/2068 | type=CALL_ENDED status=ENDED channel=call_2067_2068
|
|
2026-05-27T19:31:52.627+07:00 DEBUG 14960 --- [0.0-8080-exec-4] o.s.m.s.b.SimpleBrokerMessageHandler : Processing MESSAGE destination=/queue/call/2067 session=null payload={"otherId":"2068","receiverName":"suami kobo","endedBy":"2067","type":"CALL_ENDE...(truncated)
|
|
2026-05-27T19:31:52.628+07:00 INFO 14960 --- [0.0-8080-exec-4] c.w.websocket.LocationBroadcaster : [WS] Call broadcast -> /queue/call/2067 | type=CALL_ENDED status=ENDED channel=call_2067_2068
|
|
2026-05-27T19:31:54.122+07:00 DEBUG 14960 --- [0.0-8080-exec-3] o.s.w.s.s.s.WebSocketHandlerMapping : Mapped to org.springframework.web.socket.sockjs.support.SockJsHttpRequestHandler@268eefe7
|
|
2026-05-27T19:31:54.135+07:00 DEBUG 14960 --- [0.0-8080-exec-3] o.s.w.s.s.t.h.DefaultSockJsService : Processing transport request: GET http://192.168.1.68:8080/ws
|
|
Hibernate:
|
|
select
|
|
u1_0.id,
|
|
u1_0.created_at,
|
|
u1_0.display_name,
|
|
u1_0.email,
|
|
u1_0.fcm_token,
|
|
u1_0.pairing_code,
|
|
u1_0.pairing_code_expires_at,
|
|
u1_0.password,
|
|
u1_0.role,
|
|
u1_0.unique_user_id,
|
|
u1_0.updated_at
|
|
from
|
|
users u1_0
|
|
where
|
|
u1_0.id=?
|
|
2026-05-27T19:31:56.658+07:00 DEBUG 14960 --- [0.0-8080-exec-1] o.s.m.s.b.SimpleBrokerMessageHandler : Processing MESSAGE destination=/queue/call/2068 session=null payload={"otherId":"2068","receiverName":"suami kobo","endedBy":"2067","type":"CALL_ENDE...(truncated)
|
|
2026-05-27T19:31:56.670+07:00 INFO 14960 --- [0.0-8080-exec-1] c.w.websocket.LocationBroadcaster : [WS] Call broadcast -> /queue/call/2068 | type=CALL_ENDED status=ENDED channel=call_2067_2068
|
|
2026-05-27T19:31:56.671+07:00 DEBUG 14960 --- [0.0-8080-exec-1] o.s.m.s.b.SimpleBrokerMessageHandler : Processing MESSAGE destination=/queue/call/2067 session=null payload={"otherId":"2068","receiverName":"suami kobo","endedBy":"2067","type":"CALL_ENDE...(truncated)
|
|
2026-05-27T19:31:56.671+07:00 INFO 14960 --- [0.0-8080-exec-1] c.w.websocket.LocationBroadcaster : [WS] Call broadcast -> /queue/call/2067 | type=CALL_ENDED status=ENDED channel=call_2067_2068
|
|
2026-05-27T19:31:57.050+07:00 DEBUG 14960 --- [0.0-8080-exec-9] o.s.w.s.s.s.WebSocketHandlerMapping : Mapped to org.springframework.web.socket.sockjs.support.SockJsHttpRequestHandler@268eefe7
|
|
2026-05-27T19:31:57.052+07:00 DEBUG 14960 --- [0.0-8080-exec-9] o.s.w.s.s.t.h.DefaultSockJsService : Processing transport request: GET http://192.168.1.68:8080/ws
|
|
2026-05-27T19:31:59.268+07:00 DEBUG 14960 --- [0.0-8080-exec-2] o.s.w.s.s.s.WebSocketHandlerMapping : Mapped to org.springframework.web.socket.sockjs.support.SockJsHttpRequestHandler@268eefe7
|
|
2026-05-27T19:31:59.280+07:00 DEBUG 14960 --- [0.0-8080-exec-2] o.s.w.s.s.t.h.DefaultSockJsService : Processing transport request: GET http://192.168.1.68:8080/ws
|
|
2026-05-27T19:31:59.991+07:00 INFO 14960 --- [0.0-8080-exec-4] com.walkguide.service.FcmService : [FCM] Sent normal notification successfully: projects/walkguide-549b3/messages/0:1779885120460350%084e7484084e7484
|
|
2026-05-27T19:32:00.045+07:00 WARN 14960 --- [0.0-8080-exec-4] com.walkguide.service.FcmService : [FIRESTORE] Notification audit skipped: com.google.api.gax.rpc.PermissionDeniedException: io.grpc.StatusRuntimeException: PERMISSION_DENIED: Cloud Firestore API has not been used in project walkguide-549b3 before or it is disabled. Enable it by visiting https://console.developers.google.com/apis/api/firestore.googleapis.com/overview?project=walkguide-549b3 then retry. If you enabled this API recently, wait a few minutes for the action to propagate to our systems and retry.
|
|
Hibernate:
|
|
select
|
|
u1_0.id,
|
|
u1_0.created_at,
|
|
u1_0.display_name,
|
|
u1_0.email,
|
|
u1_0.fcm_token,
|
|
u1_0.pairing_code,
|
|
u1_0.pairing_code_expires_at,
|
|
u1_0.password,
|
|
u1_0.role,
|
|
u1_0.unique_user_id,
|
|
u1_0.updated_at
|
|
from
|
|
users u1_0
|
|
where
|
|
u1_0.id=?
|
|
2026-05-27T19:32:00.576+07:00 INFO 14960 --- [0.0-8080-exec-1] com.walkguide.service.FcmService : [FCM] Sent normal notification successfully: projects/walkguide-549b3/messages/0:1779885121120572%084e7484084e7484
|
|
2026-05-27T19:32:00.777+07:00 WARN 14960 --- [0.0-8080-exec-1] com.walkguide.service.FcmService : [FIRESTORE] Notification audit skipped: com.google.api.gax.rpc.PermissionDeniedException: io.grpc.StatusRuntimeException: PERMISSION_DENIED: Cloud Firestore API has not been used in project walkguide-549b3 before or it is disabled. Enable it by visiting https://console.developers.google.com/apis/api/firestore.googleapis.com/overview?project=walkguide-549b3 then retry. If you enabled this API recently, wait a few minutes for the action to propagate to our systems and retry.
|
|
Hibernate:
|
|
select
|
|
vcc1_0.id,
|
|
vcc1_0.command_key,
|
|
vcc1_0.enabled,
|
|
vcc1_0.guardian_id,
|
|
vcc1_0.trigger_phrase,
|
|
vcc1_0.updated_at,
|
|
vcc1_0.user_id
|
|
from
|
|
voice_command_configs vcc1_0
|
|
where
|
|
vcc1_0.user_id=?
|
|
Hibernate:
|
|
select
|
|
hs1_0.id,
|
|
hs1_0.button_code,
|
|
hs1_0.button_name,
|
|
hs1_0.enabled,
|
|
hs1_0.guardian_id,
|
|
hs1_0.shortcut_key,
|
|
hs1_0.updated_at,
|
|
hs1_0.user_id
|
|
from
|
|
hardware_shortcuts hs1_0
|
|
where
|
|
hs1_0.user_id=?
|
|
Hibernate:
|
|
select
|
|
pr1_0.id,
|
|
pr1_0.guardian_id,
|
|
pr1_0.invited_at,
|
|
pr1_0.responded_at,
|
|
pr1_0.status,
|
|
pr1_0.user_id
|
|
from
|
|
pairing_relations pr1_0
|
|
left join
|
|
users u1_0
|
|
on u1_0.id=pr1_0.user_id
|
|
where
|
|
u1_0.id=?
|
|
Hibernate:
|
|
select
|
|
u1_0.id,
|
|
u1_0.created_at,
|
|
u1_0.display_name,
|
|
u1_0.email,
|
|
u1_0.fcm_token,
|
|
u1_0.pairing_code,
|
|
u1_0.pairing_code_expires_at,
|
|
u1_0.password,
|
|
u1_0.role,
|
|
u1_0.unique_user_id,
|
|
u1_0.updated_at
|
|
from
|
|
users u1_0
|
|
where
|
|
u1_0.id=?
|
|
Hibernate:
|
|
select
|
|
u1_0.id,
|
|
u1_0.created_at,
|
|
u1_0.display_name,
|
|
u1_0.email,
|
|
u1_0.fcm_token,
|
|
u1_0.pairing_code,
|
|
u1_0.pairing_code_expires_at,
|
|
u1_0.password,
|
|
u1_0.role,
|
|
u1_0.unique_user_id,
|
|
u1_0.updated_at
|
|
from
|
|
users u1_0
|
|
where
|
|
u1_0.id=?
|
|
2026-05-27T19:32:02.214+07:00 DEBUG 14960 --- [0.0-8080-exec-2] o.s.w.s.s.s.WebSocketHandlerMapping : Mapped to org.springframework.web.socket.sockjs.support.SockJsHttpRequestHandler@268eefe7
|
|
2026-05-27T19:32:02.226+07:00 DEBUG 14960 --- [0.0-8080-exec-2] o.s.w.s.s.t.h.DefaultSockJsService : Processing transport request: GET http://192.168.1.68:8080/ws
|
|
2026-05-27T19:32:04.463+07:00 DEBUG 14960 --- [0.0-8080-exec-1] o.s.w.s.s.s.WebSocketHandlerMapping : Mapped to org.springframework.web.socket.sockjs.support.SockJsHttpRequestHandler@268eefe7
|
|
2026-05-27T19:32:04.465+07:00 DEBUG 14960 --- [0.0-8080-exec-1] o.s.w.s.s.t.h.DefaultSockJsService : Processing transport request: GET http://192.168.1.68:8080/ws
|
|
2026-05-27T19:32:07.397+07:00 DEBUG 14960 --- [0.0-8080-exec-2] o.s.w.s.s.s.WebSocketHandlerMapping : Mapped to org.springframework.web.socket.sockjs.support.SockJsHttpRequestHandler@268eefe7
|
|
2026-05-27T19:32:07.399+07:00 DEBUG 14960 --- [0.0-8080-exec-2] o.s.w.s.s.t.h.DefaultSockJsService : Processing transport request: GET http://192.168.1.68:8080/ws
|
|
2026-05-27T19:32:09.446+07:00 DEBUG 14960 --- [0.0-8080-exec-4] o.s.m.s.b.SimpleBrokerMessageHandler : Processing MESSAGE destination=/queue/call/2067 session=null payload={"otherId":"2067","receiverName":"suami kobo","endedBy":"2068","type":"CALL_ENDE...(truncated)
|
|
2026-05-27T19:32:09.447+07:00 INFO 14960 --- [0.0-8080-exec-4] c.w.websocket.LocationBroadcaster : [WS] Call broadcast -> /queue/call/2067 | type=CALL_ENDED status=ENDED channel=call_2067_2068
|
|
2026-05-27T19:32:09.447+07:00 DEBUG 14960 --- [0.0-8080-exec-4] o.s.m.s.b.SimpleBrokerMessageHandler : Processing MESSAGE destination=/queue/call/2068 session=null payload={"otherId":"2067","receiverName":"suami kobo","endedBy":"2068","type":"CALL_ENDE...(truncated)
|
|
2026-05-27T19:32:09.447+07:00 INFO 14960 --- [0.0-8080-exec-4] c.w.websocket.LocationBroadcaster : [WS] Call broadcast -> /queue/call/2068 | type=CALL_ENDED status=ENDED channel=call_2067_2068
|
|
2026-05-27T19:32:09.599+07:00 DEBUG 14960 --- [0.0-8080-exec-3] o.s.w.s.s.s.WebSocketHandlerMapping : Mapped to org.springframework.web.socket.sockjs.support.SockJsHttpRequestHandler@268eefe7
|
|
2026-05-27T19:32:09.600+07:00 DEBUG 14960 --- [0.0-8080-exec-3] o.s.w.s.s.t.h.DefaultSockJsService : Processing transport request: GET http://192.168.1.68:8080/ws
|
|
Hibernate:
|
|
select
|
|
u1_0.id,
|
|
u1_0.created_at,
|
|
u1_0.display_name,
|
|
u1_0.email,
|
|
u1_0.fcm_token,
|
|
u1_0.pairing_code,
|
|
u1_0.pairing_code_expires_at,
|
|
u1_0.password,
|
|
u1_0.role,
|
|
u1_0.unique_user_id,
|
|
u1_0.updated_at
|
|
from
|
|
users u1_0
|
|
where
|
|
u1_0.id=?
|
|
2026-05-27T19:32:11.061+07:00 INFO 14960 --- [0.0-8080-exec-4] com.walkguide.service.FcmService : [FCM] Sent normal notification successfully: projects/walkguide-549b3/messages/0:1779885131535053%084e7484084e7484
|
|
2026-05-27T19:32:11.118+07:00 WARN 14960 --- [0.0-8080-exec-4] com.walkguide.service.FcmService : [FIRESTORE] Notification audit skipped: com.google.api.gax.rpc.PermissionDeniedException: io.grpc.StatusRuntimeException: PERMISSION_DENIED: Cloud Firestore API has not been used in project walkguide-549b3 before or it is disabled. Enable it by visiting https://console.developers.google.com/apis/api/firestore.googleapis.com/overview?project=walkguide-549b3 then retry. If you enabled this API recently, wait a few minutes for the action to propagate to our systems and retry.
|
|
2026-05-27T19:32:12.550+07:00 DEBUG 14960 --- [0.0-8080-exec-6] o.s.w.s.s.s.WebSocketHandlerMapping : Mapped to org.springframework.web.socket.sockjs.support.SockJsHttpRequestHandler@268eefe7
|
|
2026-05-27T19:32:12.551+07:00 DEBUG 14960 --- [0.0-8080-exec-6] o.s.w.s.s.t.h.DefaultSockJsService : Processing transport request: GET http://192.168.1.68:8080/ws
|
|
Hibernate:
|
|
select
|
|
pr1_0.id,
|
|
pr1_0.guardian_id,
|
|
pr1_0.invited_at,
|
|
pr1_0.responded_at,
|
|
pr1_0.status,
|
|
pr1_0.user_id
|
|
from
|
|
pairing_relations pr1_0
|
|
left join
|
|
users g1_0
|
|
on g1_0.id=pr1_0.guardian_id
|
|
where
|
|
g1_0.id=?
|
|
Hibernate:
|
|
select
|
|
pr1_0.id,
|
|
pr1_0.guardian_id,
|
|
pr1_0.invited_at,
|
|
pr1_0.responded_at,
|
|
pr1_0.status,
|
|
pr1_0.user_id
|
|
from
|
|
pairing_relations pr1_0
|
|
left join
|
|
users g1_0
|
|
on g1_0.id=pr1_0.guardian_id
|
|
where
|
|
g1_0.id=?
|
|
and pr1_0.status=?
|
|
Hibernate:
|
|
select
|
|
pr1_0.id,
|
|
pr1_0.guardian_id,
|
|
pr1_0.invited_at,
|
|
pr1_0.responded_at,
|
|
pr1_0.status,
|
|
pr1_0.user_id
|
|
from
|
|
pairing_relations pr1_0
|
|
left join
|
|
users g1_0
|
|
on g1_0.id=pr1_0.guardian_id
|
|
where
|
|
g1_0.id=?
|
|
and pr1_0.status=?
|
|
Hibernate:
|
|
select
|
|
pr1_0.id,
|
|
pr1_0.guardian_id,
|
|
pr1_0.invited_at,
|
|
pr1_0.responded_at,
|
|
pr1_0.status,
|
|
pr1_0.user_id
|
|
from
|
|
pairing_relations pr1_0
|
|
left join
|
|
users g1_0
|
|
on g1_0.id=pr1_0.guardian_id
|
|
where
|
|
g1_0.id=?
|
|
and pr1_0.status=?
|
|
Hibernate:
|
|
select
|
|
u1_0.id,
|
|
u1_0.created_at,
|
|
u1_0.display_name,
|
|
u1_0.email,
|
|
u1_0.fcm_token,
|
|
u1_0.pairing_code,
|
|
u1_0.pairing_code_expires_at,
|
|
u1_0.password,
|
|
u1_0.role,
|
|
u1_0.unique_user_id,
|
|
u1_0.updated_at
|
|
from
|
|
users u1_0
|
|
where
|
|
u1_0.id=?
|
|
2026-05-27T19:32:14.805+07:00 DEBUG 14960 --- [0.0-8080-exec-4] o.s.w.s.s.s.WebSocketHandlerMapping : Mapped to org.springframework.web.socket.sockjs.support.SockJsHttpRequestHandler@268eefe7
|
|
2026-05-27T19:32:14.817+07:00 DEBUG 14960 --- [0.0-8080-exec-4] o.s.w.s.s.t.h.DefaultSockJsService : Processing transport request: GET http://192.168.1.68:8080/ws
|
|
Hibernate:
|
|
select
|
|
lh1_0.id,
|
|
lh1_0.accuracy,
|
|
lh1_0.created_at,
|
|
lh1_0.heading,
|
|
lh1_0.lat,
|
|
lh1_0.lng,
|
|
lh1_0.speed,
|
|
lh1_0.user_id
|
|
from
|
|
location_history lh1_0
|
|
where
|
|
lh1_0.user_id=?
|
|
order by
|
|
lh1_0.created_at desc
|
|
fetch
|
|
first ? rows only
|
|
Hibernate:
|
|
select
|
|
al1_0.id,
|
|
al1_0.created_at,
|
|
al1_0.description,
|
|
al1_0.log_type,
|
|
al1_0.metadata,
|
|
al1_0.user_id
|
|
from
|
|
activity_logs al1_0
|
|
left join
|
|
users u1_0
|
|
on u1_0.id=al1_0.user_id
|
|
where
|
|
u1_0.id=?
|
|
order by
|
|
al1_0.created_at desc
|
|
offset
|
|
? rows
|
|
fetch
|
|
first ? rows only
|
|
Hibernate:
|
|
select
|
|
count(al1_0.id)
|
|
from
|
|
activity_logs al1_0
|
|
left join
|
|
users u1_0
|
|
on u1_0.id=al1_0.user_id
|
|
where
|
|
u1_0.id=?
|
|
Hibernate:
|
|
select
|
|
se1_0.id,
|
|
se1_0.acknowledged_at,
|
|
se1_0.created_at,
|
|
se1_0.lat,
|
|
se1_0.lng,
|
|
se1_0.status,
|
|
se1_0.trigger_type,
|
|
se1_0.user_id
|
|
from
|
|
sos_events se1_0
|
|
where
|
|
se1_0.user_id=?
|
|
order by
|
|
se1_0.created_at desc
|
|
offset
|
|
? rows
|
|
fetch
|
|
first ? rows only
|
|
Hibernate:
|
|
select
|
|
count(gn1_0.id)
|
|
from
|
|
guardian_notifications gn1_0
|
|
where
|
|
gn1_0.user_id=?
|
|
and not(gn1_0.is_read)
|
|
Hibernate:
|
|
select
|
|
u1_0.id,
|
|
u1_0.created_at,
|
|
u1_0.display_name,
|
|
u1_0.email,
|
|
u1_0.fcm_token,
|
|
u1_0.pairing_code,
|
|
u1_0.pairing_code_expires_at,
|
|
u1_0.password,
|
|
u1_0.role,
|
|
u1_0.unique_user_id,
|
|
u1_0.updated_at
|
|
from
|
|
users u1_0
|
|
where
|
|
u1_0.id=?
|
|
2026-05-27T19:32:17.715+07:00 DEBUG 14960 --- [0.0-8080-exec-1] o.s.w.s.s.s.WebSocketHandlerMapping : Mapped to org.springframework.web.socket.sockjs.support.SockJsHttpRequestHandler@268eefe7
|
|
2026-05-27T19:32:17.728+07:00 DEBUG 14960 --- [0.0-8080-exec-1] o.s.w.s.s.t.h.DefaultSockJsService : Processing transport request: GET http://192.168.1.68:8080/ws
|
|
Hibernate:
|
|
select
|
|
al1_0.id,
|
|
al1_0.created_at,
|
|
al1_0.description,
|
|
al1_0.log_type,
|
|
al1_0.metadata,
|
|
al1_0.user_id
|
|
from
|
|
activity_logs al1_0
|
|
left join
|
|
users u1_0
|
|
on u1_0.id=al1_0.user_id
|
|
where
|
|
u1_0.id=?
|
|
order by
|
|
al1_0.created_at desc
|
|
offset
|
|
? rows
|
|
fetch
|
|
first ? rows only
|
|
Hibernate:
|
|
select
|
|
count(al1_0.id)
|
|
from
|
|
activity_logs al1_0
|
|
left join
|
|
users u1_0
|
|
on u1_0.id=al1_0.user_id
|
|
where
|
|
u1_0.id=?
|
|
Hibernate:
|
|
select
|
|
se1_0.id,
|
|
se1_0.acknowledged_at,
|
|
se1_0.created_at,
|
|
se1_0.lat,
|
|
se1_0.lng,
|
|
se1_0.status,
|
|
se1_0.trigger_type,
|
|
se1_0.user_id
|
|
from
|
|
sos_events se1_0
|
|
where
|
|
se1_0.user_id=?
|
|
order by
|
|
se1_0.created_at desc
|
|
offset
|
|
? rows
|
|
fetch
|
|
first ? rows only
|
|
2026-05-27T19:32:19.928+07:00 DEBUG 14960 --- [0.0-8080-exec-5] o.s.w.s.s.s.WebSocketHandlerMapping : Mapped to org.springframework.web.socket.sockjs.support.SockJsHttpRequestHandler@268eefe7
|
|
2026-05-27T19:32:19.929+07:00 DEBUG 14960 --- [0.0-8080-exec-5] o.s.w.s.s.t.h.DefaultSockJsService : Processing transport request: GET http://192.168.1.68:8080/ws
|
|
2026-05-27T19:32:22.887+07:00 DEBUG 14960 --- [0.0-8080-exec-7] o.s.w.s.s.s.WebSocketHandlerMapping : Mapped to org.springframework.web.socket.sockjs.support.SockJsHttpRequestHandler@268eefe7
|
|
2026-05-27T19:32:22.926+07:00 DEBUG 14960 --- [0.0-8080-exec-7] o.s.w.s.s.t.h.DefaultSockJsService : Processing transport request: GET http://192.168.1.68:8080/ws
|
|
2026-05-27T19:32:25.333+07:00 DEBUG 14960 --- [0.0-8080-exec-5] o.s.w.s.s.s.WebSocketHandlerMapping : Mapped to org.springframework.web.socket.sockjs.support.SockJsHttpRequestHandler@268eefe7
|
|
2026-05-27T19:32:25.345+07:00 DEBUG 14960 --- [0.0-8080-exec-5] o.s.w.s.s.t.h.DefaultSockJsService : Processing transport request: GET http://192.168.1.68:8080/ws
|
|
Hibernate:
|
|
select
|
|
pr1_0.id,
|
|
pr1_0.guardian_id,
|
|
pr1_0.invited_at,
|
|
pr1_0.responded_at,
|
|
pr1_0.status,
|
|
pr1_0.user_id
|
|
from
|
|
pairing_relations pr1_0
|
|
left join
|
|
users g1_0
|
|
on g1_0.id=pr1_0.guardian_id
|
|
where
|
|
g1_0.id=?
|
|
Hibernate:
|
|
select
|
|
u1_0.id,
|
|
u1_0.created_at,
|
|
u1_0.display_name,
|
|
u1_0.email,
|
|
u1_0.fcm_token,
|
|
u1_0.pairing_code,
|
|
u1_0.pairing_code_expires_at,
|
|
u1_0.password,
|
|
u1_0.role,
|
|
u1_0.unique_user_id,
|
|
u1_0.updated_at
|
|
from
|
|
users u1_0
|
|
where
|
|
u1_0.id=?
|
|
Hibernate:
|
|
select
|
|
u1_0.id,
|
|
u1_0.created_at,
|
|
u1_0.display_name,
|
|
u1_0.email,
|
|
u1_0.fcm_token,
|
|
u1_0.pairing_code,
|
|
u1_0.pairing_code_expires_at,
|
|
u1_0.password,
|
|
u1_0.role,
|
|
u1_0.unique_user_id,
|
|
u1_0.updated_at
|
|
from
|
|
users u1_0
|
|
where
|
|
u1_0.id=?
|
|
Hibernate:
|
|
select
|
|
u1_0.id,
|
|
u1_0.created_at,
|
|
u1_0.display_name,
|
|
u1_0.email,
|
|
u1_0.fcm_token,
|
|
u1_0.pairing_code,
|
|
u1_0.pairing_code_expires_at,
|
|
u1_0.password,
|
|
u1_0.role,
|
|
u1_0.unique_user_id,
|
|
u1_0.updated_at
|
|
from
|
|
users u1_0
|
|
where
|
|
u1_0.id=?
|
|
2026-05-27T19:32:27.296+07:00 INFO 14960 --- [0.0-8080-exec-2] c.walkguide.service.AgoraTokenService : [AGORA] Token generated untuk channel=call_2067_2068 uid=2068 expires=1779888747
|
|
2026-05-27T19:32:27.297+07:00 INFO 14960 --- [0.0-8080-exec-2] c.walkguide.controller.CallController : [CALL] Token generated | caller=2068 receiver=2067 channel=call_2067_2068
|
|
Hibernate:
|
|
select
|
|
u1_0.id,
|
|
u1_0.created_at,
|
|
u1_0.display_name,
|
|
u1_0.email,
|
|
u1_0.fcm_token,
|
|
u1_0.pairing_code,
|
|
u1_0.pairing_code_expires_at,
|
|
u1_0.password,
|
|
u1_0.role,
|
|
u1_0.unique_user_id,
|
|
u1_0.updated_at
|
|
from
|
|
users u1_0
|
|
where
|
|
u1_0.id=?
|
|
Hibernate:
|
|
select
|
|
u1_0.id,
|
|
u1_0.created_at,
|
|
u1_0.display_name,
|
|
u1_0.email,
|
|
u1_0.fcm_token,
|
|
u1_0.pairing_code,
|
|
u1_0.pairing_code_expires_at,
|
|
u1_0.password,
|
|
u1_0.role,
|
|
u1_0.unique_user_id,
|
|
u1_0.updated_at
|
|
from
|
|
users u1_0
|
|
where
|
|
u1_0.id=?
|
|
2026-05-27T19:32:28.047+07:00 DEBUG 14960 --- [0.0-8080-exec-4] o.s.w.s.s.s.WebSocketHandlerMapping : Mapped to org.springframework.web.socket.sockjs.support.SockJsHttpRequestHandler@268eefe7
|
|
2026-05-27T19:32:28.048+07:00 DEBUG 14960 --- [0.0-8080-exec-4] o.s.w.s.s.t.h.DefaultSockJsService : Processing transport request: GET http://192.168.1.68:8080/ws
|
|
2026-05-27T19:32:28.525+07:00 DEBUG 14960 --- [0.0-8080-exec-7] o.s.m.s.b.SimpleBrokerMessageHandler : Processing MESSAGE destination=/queue/call/2067 session=null payload={"receiverId":"2067","channelName":"call_2067_2068","callerId":"2068","type":"IN...(truncated)
|
|
2026-05-27T19:32:28.526+07:00 INFO 14960 --- [0.0-8080-exec-7] c.w.websocket.LocationBroadcaster : [WS] Call broadcast -> /queue/call/2067 | type=INCOMING_CALL status=RINGING channel=call_2067_2068
|
|
2026-05-27T19:32:28.775+07:00 INFO 14960 --- [0.0-8080-exec-7] com.walkguide.service.FcmService : [FCM] Sent high-priority notification successfully: projects/walkguide-549b3/messages/0:1779885149223672%084e7484084e7484
|
|
2026-05-27T19:32:28.822+07:00 WARN 14960 --- [0.0-8080-exec-7] com.walkguide.service.FcmService : [FIRESTORE] Notification audit skipped: com.google.api.gax.rpc.PermissionDeniedException: io.grpc.StatusRuntimeException: PERMISSION_DENIED: Cloud Firestore API has not been used in project walkguide-549b3 before or it is disabled. Enable it by visiting https://console.developers.google.com/apis/api/firestore.googleapis.com/overview?project=walkguide-549b3 then retry. If you enabled this API recently, wait a few minutes for the action to propagate to our systems and retry.
|
|
2026-05-27T19:32:28.823+07:00 INFO 14960 --- [0.0-8080-exec-7] c.w.service.CallNotificationService : [CALL] Incoming call notification sent | caller=2068 receiver=2067 channel=call_2067_2068
|
|
2026-05-27T19:32:30.510+07:00 DEBUG 14960 --- [0.0-8080-exec-5] o.s.w.s.s.s.WebSocketHandlerMapping : Mapped to org.springframework.web.socket.sockjs.support.SockJsHttpRequestHandler@268eefe7
|
|
2026-05-27T19:32:30.511+07:00 DEBUG 14960 --- [0.0-8080-exec-5] o.s.w.s.s.t.h.DefaultSockJsService : Processing transport request: GET http://192.168.1.68:8080/ws
|
|
2026-05-27T19:32:33.210+07:00 DEBUG 14960 --- [0.0-8080-exec-7] o.s.w.s.s.s.WebSocketHandlerMapping : Mapped to org.springframework.web.socket.sockjs.support.SockJsHttpRequestHandler@268eefe7
|
|
2026-05-27T19:32:33.211+07:00 DEBUG 14960 --- [0.0-8080-exec-7] o.s.w.s.s.t.h.DefaultSockJsService : Processing transport request: GET http://192.168.1.68:8080/ws
|
|
2026-05-27T19:32:35.696+07:00 DEBUG 14960 --- [0.0-8080-exec-1] o.s.w.s.s.s.WebSocketHandlerMapping : Mapped to org.springframework.web.socket.sockjs.support.SockJsHttpRequestHandler@268eefe7
|
|
2026-05-27T19:32:35.697+07:00 DEBUG 14960 --- [0.0-8080-exec-1] o.s.w.s.s.t.h.DefaultSockJsService : Processing transport request: GET http://192.168.1.68:8080/ws
|
|
Hibernate:
|
|
select
|
|
u1_0.id,
|
|
u1_0.created_at,
|
|
u1_0.display_name,
|
|
u1_0.email,
|
|
u1_0.fcm_token,
|
|
u1_0.pairing_code,
|
|
u1_0.pairing_code_expires_at,
|
|
u1_0.password,
|
|
u1_0.role,
|
|
u1_0.unique_user_id,
|
|
u1_0.updated_at
|
|
from
|
|
users u1_0
|
|
where
|
|
u1_0.id=?
|
|
Hibernate:
|
|
select
|
|
u1_0.id,
|
|
u1_0.created_at,
|
|
u1_0.display_name,
|
|
u1_0.email,
|
|
u1_0.fcm_token,
|
|
u1_0.pairing_code,
|
|
u1_0.pairing_code_expires_at,
|
|
u1_0.password,
|
|
u1_0.role,
|
|
u1_0.unique_user_id,
|
|
u1_0.updated_at
|
|
from
|
|
users u1_0
|
|
where
|
|
u1_0.id=?
|
|
2026-05-27T19:32:37.382+07:00 INFO 14960 --- [0.0-8080-exec-4] c.walkguide.service.AgoraTokenService : [AGORA] Token generated untuk channel=call_2067_2068 uid=2067 expires=1779888757
|
|
2026-05-27T19:32:37.394+07:00 INFO 14960 --- [0.0-8080-exec-4] c.walkguide.controller.CallController : [CALL] Token generated | caller=2067 receiver=2068 channel=call_2067_2068
|
|
Hibernate:
|
|
select
|
|
u1_0.id,
|
|
u1_0.created_at,
|
|
u1_0.display_name,
|
|
u1_0.email,
|
|
u1_0.fcm_token,
|
|
u1_0.pairing_code,
|
|
u1_0.pairing_code_expires_at,
|
|
u1_0.password,
|
|
u1_0.role,
|
|
u1_0.unique_user_id,
|
|
u1_0.updated_at
|
|
from
|
|
users u1_0
|
|
where
|
|
u1_0.id=?
|
|
Hibernate:
|
|
select
|
|
u1_0.id,
|
|
u1_0.created_at,
|
|
u1_0.display_name,
|
|
u1_0.email,
|
|
u1_0.fcm_token,
|
|
u1_0.pairing_code,
|
|
u1_0.pairing_code_expires_at,
|
|
u1_0.password,
|
|
u1_0.role,
|
|
u1_0.unique_user_id,
|
|
u1_0.updated_at
|
|
from
|
|
users u1_0
|
|
where
|
|
u1_0.id=?
|
|
2026-05-27T19:32:38.370+07:00 DEBUG 14960 --- [0.0-8080-exec-6] o.s.w.s.s.s.WebSocketHandlerMapping : Mapped to org.springframework.web.socket.sockjs.support.SockJsHttpRequestHandler@268eefe7
|
|
2026-05-27T19:32:38.379+07:00 DEBUG 14960 --- [0.0-8080-exec-6] o.s.w.s.s.t.h.DefaultSockJsService : Processing transport request: GET http://192.168.1.68:8080/ws
|
|
2026-05-27T19:32:38.861+07:00 DEBUG 14960 --- [0.0-8080-exec-5] o.s.m.s.b.SimpleBrokerMessageHandler : Processing MESSAGE destination=/queue/call/2068 session=null payload={"receiverId":"2067","receiverName":"suami kobo","channelName":"call_2067_2068",...(truncated)
|
|
2026-05-27T19:32:38.861+07:00 INFO 14960 --- [0.0-8080-exec-5] c.w.websocket.LocationBroadcaster : [WS] Call broadcast -> /queue/call/2068 | type=CALL_ACCEPTED status=ACCEPTED channel=call_2067_2068
|
|
2026-05-27T19:32:38.862+07:00 DEBUG 14960 --- [0.0-8080-exec-5] o.s.m.s.b.SimpleBrokerMessageHandler : Processing MESSAGE destination=/queue/call/2067 session=null payload={"receiverId":"2067","receiverName":"suami kobo","channelName":"call_2067_2068",...(truncated)
|
|
2026-05-27T19:32:38.862+07:00 INFO 14960 --- [0.0-8080-exec-5] c.w.websocket.LocationBroadcaster : [WS] Call broadcast -> /queue/call/2067 | type=CALL_ACCEPTED status=ACCEPTED channel=call_2067_2068
|
|
2026-05-27T19:32:38.862+07:00 INFO 14960 --- [0.0-8080-exec-5] c.w.service.CallNotificationService : [CALL] Call accepted | caller=2068 receiver=2067 channel=call_2067_2068
|
|
2026-05-27T19:32:40.845+07:00 DEBUG 14960 --- [0.0-8080-exec-3] o.s.w.s.s.s.WebSocketHandlerMapping : Mapped to org.springframework.web.socket.sockjs.support.SockJsHttpRequestHandler@268eefe7
|
|
2026-05-27T19:32:40.857+07:00 DEBUG 14960 --- [0.0-8080-exec-3] o.s.w.s.s.t.h.DefaultSockJsService : Processing transport request: GET http://192.168.1.68:8080/ws
|
|
2026-05-27T19:32:43.541+07:00 DEBUG 14960 --- [0.0-8080-exec-9] o.s.w.s.s.s.WebSocketHandlerMapping : Mapped to org.springframework.web.socket.sockjs.support.SockJsHttpRequestHandler@268eefe7
|
|
2026-05-27T19:32:43.554+07:00 DEBUG 14960 --- [0.0-8080-exec-9] o.s.w.s.s.t.h.DefaultSockJsService : Processing transport request: GET http://192.168.1.68:8080/ws
|
|
2026-05-27T19:32:46.009+07:00 DEBUG 14960 --- [0.0-8080-exec-8] o.s.w.s.s.s.WebSocketHandlerMapping : Mapped to org.springframework.web.socket.sockjs.support.SockJsHttpRequestHandler@268eefe7
|
|
2026-05-27T19:32:46.021+07:00 DEBUG 14960 --- [0.0-8080-exec-8] o.s.w.s.s.t.h.DefaultSockJsService : Processing transport request: GET http://192.168.1.68:8080/ws
|
|
2026-05-27T19:32:48.719+07:00 DEBUG 14960 --- [0.0-8080-exec-5] o.s.w.s.s.s.WebSocketHandlerMapping : Mapped to org.springframework.web.socket.sockjs.support.SockJsHttpRequestHandler@268eefe7
|
|
2026-05-27T19:32:48.721+07:00 DEBUG 14960 --- [0.0-8080-exec-5] o.s.w.s.s.t.h.DefaultSockJsService : Processing transport request: GET http://192.168.1.68:8080/ws
|
|
2026-05-27T19:32:51.268+07:00 DEBUG 14960 --- [0.0-8080-exec-3] o.s.w.s.s.s.WebSocketHandlerMapping : Mapped to org.springframework.web.socket.sockjs.support.SockJsHttpRequestHandler@268eefe7
|
|
2026-05-27T19:32:51.270+07:00 DEBUG 14960 --- [0.0-8080-exec-3] o.s.w.s.s.t.h.DefaultSockJsService : Processing transport request: GET http://192.168.1.68:8080/ws
|
|
2026-05-27T19:32:53.878+07:00 DEBUG 14960 --- [0.0-8080-exec-5] o.s.w.s.s.s.WebSocketHandlerMapping : Mapped to org.springframework.web.socket.sockjs.support.SockJsHttpRequestHandler@268eefe7
|
|
2026-05-27T19:32:53.879+07:00 DEBUG 14960 --- [0.0-8080-exec-5] o.s.w.s.s.t.h.DefaultSockJsService : Processing transport request: GET http://192.168.1.68:8080/ws
|
|
2026-05-27T19:32:56.431+07:00 DEBUG 14960 --- [0.0-8080-exec-3] o.s.w.s.s.s.WebSocketHandlerMapping : Mapped to org.springframework.web.socket.sockjs.support.SockJsHttpRequestHandler@268eefe7
|
|
2026-05-27T19:32:56.433+07:00 DEBUG 14960 --- [0.0-8080-exec-3] o.s.w.s.s.t.h.DefaultSockJsService : Processing transport request: GET http://192.168.1.68:8080/ws
|
|
2026-05-27T19:32:59.043+07:00 DEBUG 14960 --- [0.0-8080-exec-5] o.s.w.s.s.s.WebSocketHandlerMapping : Mapped to org.springframework.web.socket.sockjs.support.SockJsHttpRequestHandler@268eefe7
|
|
2026-05-27T19:32:59.044+07:00 DEBUG 14960 --- [0.0-8080-exec-5] o.s.w.s.s.t.h.DefaultSockJsService : Processing transport request: GET http://192.168.1.68:8080/ws
|
|
2026-05-27T19:33:01.751+07:00 DEBUG 14960 --- [0.0-8080-exec-3] o.s.w.s.s.s.WebSocketHandlerMapping : Mapped to org.springframework.web.socket.sockjs.support.SockJsHttpRequestHandler@268eefe7
|
|
2026-05-27T19:33:01.752+07:00 DEBUG 14960 --- [0.0-8080-exec-3] o.s.w.s.s.t.h.DefaultSockJsService : Processing transport request: GET http://192.168.1.68:8080/ws
|
|
2026-05-27T19:33:04.236+07:00 DEBUG 14960 --- [0.0-8080-exec-5] o.s.w.s.s.s.WebSocketHandlerMapping : Mapped to org.springframework.web.socket.sockjs.support.SockJsHttpRequestHandler@268eefe7
|
|
2026-05-27T19:33:04.238+07:00 DEBUG 14960 --- [0.0-8080-exec-5] o.s.w.s.s.t.h.DefaultSockJsService : Processing transport request: GET http://192.168.1.68:8080/ws
|
|
2026-05-27T19:33:06.926+07:00 DEBUG 14960 --- [0.0-8080-exec-4] o.s.w.s.s.s.WebSocketHandlerMapping : Mapped to org.springframework.web.socket.sockjs.support.SockJsHttpRequestHandler@268eefe7
|
|
2026-05-27T19:33:06.928+07:00 DEBUG 14960 --- [0.0-8080-exec-4] o.s.w.s.s.t.h.DefaultSockJsService : Processing transport request: GET http://192.168.1.68:8080/ws
|
|
2026-05-27T19:33:09.387+07:00 DEBUG 14960 --- [0.0-8080-exec-5] o.s.w.s.s.s.WebSocketHandlerMapping : Mapped to org.springframework.web.socket.sockjs.support.SockJsHttpRequestHandler@268eefe7
|
|
2026-05-27T19:33:09.389+07:00 DEBUG 14960 --- [0.0-8080-exec-5] o.s.w.s.s.t.h.DefaultSockJsService : Processing transport request: GET http://192.168.1.68:8080/ws
|
|
2026-05-27T19:33:10.594+07:00 DEBUG 14960 --- [0.0-8080-exec-7] o.s.m.s.b.SimpleBrokerMessageHandler : Processing MESSAGE destination=/queue/call/2067 session=null payload={"otherId":"2067","receiverName":"suami kobo","endedBy":"2068","type":"CALL_ENDE...(truncated)
|
|
2026-05-27T19:33:10.595+07:00 INFO 14960 --- [0.0-8080-exec-7] c.w.websocket.LocationBroadcaster : [WS] Call broadcast -> /queue/call/2067 | type=CALL_ENDED status=ENDED channel=call_2067_2068
|
|
2026-05-27T19:33:10.596+07:00 DEBUG 14960 --- [0.0-8080-exec-7] o.s.m.s.b.SimpleBrokerMessageHandler : Processing MESSAGE destination=/queue/call/2068 session=null payload={"otherId":"2067","receiverName":"suami kobo","endedBy":"2068","type":"CALL_ENDE...(truncated)
|
|
2026-05-27T19:33:10.596+07:00 INFO 14960 --- [0.0-8080-exec-7] c.w.websocket.LocationBroadcaster : [WS] Call broadcast -> /queue/call/2068 | type=CALL_ENDED status=ENDED channel=call_2067_2068
|
|
2026-05-27T19:33:12.096+07:00 DEBUG 14960 --- [0.0-8080-exec-3] o.s.w.s.s.s.WebSocketHandlerMapping : Mapped to org.springframework.web.socket.sockjs.support.SockJsHttpRequestHandler@268eefe7
|
|
2026-05-27T19:33:12.097+07:00 DEBUG 14960 --- [0.0-8080-exec-3] o.s.w.s.s.t.h.DefaultSockJsService : Processing transport request: GET http://192.168.1.68:8080/ws
|
|
Hibernate:
|
|
select
|
|
vcc1_0.id,
|
|
vcc1_0.command_key,
|
|
vcc1_0.enabled,
|
|
vcc1_0.guardian_id,
|
|
vcc1_0.trigger_phrase,
|
|
vcc1_0.updated_at,
|
|
vcc1_0.user_id
|
|
from
|
|
voice_command_configs vcc1_0
|
|
where
|
|
vcc1_0.user_id=?
|
|
Hibernate:
|
|
select
|
|
u1_0.id,
|
|
u1_0.created_at,
|
|
u1_0.display_name,
|
|
u1_0.email,
|
|
u1_0.fcm_token,
|
|
u1_0.pairing_code,
|
|
u1_0.pairing_code_expires_at,
|
|
u1_0.password,
|
|
u1_0.role,
|
|
u1_0.unique_user_id,
|
|
u1_0.updated_at
|
|
from
|
|
users u1_0
|
|
where
|
|
u1_0.id=?
|
|
Hibernate:
|
|
select
|
|
hs1_0.id,
|
|
hs1_0.button_code,
|
|
hs1_0.button_name,
|
|
hs1_0.enabled,
|
|
hs1_0.guardian_id,
|
|
hs1_0.shortcut_key,
|
|
hs1_0.updated_at,
|
|
hs1_0.user_id
|
|
from
|
|
hardware_shortcuts hs1_0
|
|
where
|
|
hs1_0.user_id=?
|
|
Hibernate:
|
|
select
|
|
pr1_0.id,
|
|
pr1_0.guardian_id,
|
|
pr1_0.invited_at,
|
|
pr1_0.responded_at,
|
|
pr1_0.status,
|
|
pr1_0.user_id
|
|
from
|
|
pairing_relations pr1_0
|
|
left join
|
|
users u1_0
|
|
on u1_0.id=pr1_0.user_id
|
|
where
|
|
u1_0.id=?
|
|
2026-05-27T19:33:13.056+07:00 INFO 14960 --- [0.0-8080-exec-7] com.walkguide.service.FcmService : [FCM] Sent normal notification successfully: projects/walkguide-549b3/messages/0:1779885193529669%084e7484084e7484
|
|
2026-05-27T19:33:13.110+07:00 WARN 14960 --- [0.0-8080-exec-7] com.walkguide.service.FcmService : [FIRESTORE] Notification audit skipped: com.google.api.gax.rpc.PermissionDeniedException: io.grpc.StatusRuntimeException: PERMISSION_DENIED: Cloud Firestore API has not been used in project walkguide-549b3 before or it is disabled. Enable it by visiting https://console.developers.google.com/apis/api/firestore.googleapis.com/overview?project=walkguide-549b3 then retry. If you enabled this API recently, wait a few minutes for the action to propagate to our systems and retry.
|
|
Hibernate:
|
|
select
|
|
u1_0.id,
|
|
u1_0.created_at,
|
|
u1_0.display_name,
|
|
u1_0.email,
|
|
u1_0.fcm_token,
|
|
u1_0.pairing_code,
|
|
u1_0.pairing_code_expires_at,
|
|
u1_0.password,
|
|
u1_0.role,
|
|
u1_0.unique_user_id,
|
|
u1_0.updated_at
|
|
from
|
|
users u1_0
|
|
where
|
|
u1_0.id=?
|
|
Hibernate:
|
|
select
|
|
u1_0.id,
|
|
u1_0.created_at,
|
|
u1_0.display_name,
|
|
u1_0.email,
|
|
u1_0.fcm_token,
|
|
u1_0.pairing_code,
|
|
u1_0.pairing_code_expires_at,
|
|
u1_0.password,
|
|
u1_0.role,
|
|
u1_0.unique_user_id,
|
|
u1_0.updated_at
|
|
from
|
|
users u1_0
|
|
where
|
|
u1_0.id=?
|
|
2026-05-27T19:33:14.632+07:00 DEBUG 14960 --- [.0-8080-exec-10] o.s.w.s.s.s.WebSocketHandlerMapping : Mapped to org.springframework.web.socket.sockjs.support.SockJsHttpRequestHandler@268eefe7
|
|
2026-05-27T19:33:14.637+07:00 DEBUG 14960 --- [.0-8080-exec-10] o.s.w.s.s.t.h.DefaultSockJsService : Processing transport request: GET http://192.168.1.68:8080/ws
|
|
Hibernate:
|
|
select
|
|
pr1_0.id,
|
|
pr1_0.guardian_id,
|
|
pr1_0.invited_at,
|
|
pr1_0.responded_at,
|
|
pr1_0.status,
|
|
pr1_0.user_id
|
|
from
|
|
pairing_relations pr1_0
|
|
left join
|
|
users g1_0
|
|
on g1_0.id=pr1_0.guardian_id
|
|
where
|
|
g1_0.id=?
|
|
Hibernate:
|
|
select
|
|
pr1_0.id,
|
|
pr1_0.guardian_id,
|
|
pr1_0.invited_at,
|
|
pr1_0.responded_at,
|
|
pr1_0.status,
|
|
pr1_0.user_id
|
|
from
|
|
pairing_relations pr1_0
|
|
left join
|
|
users g1_0
|
|
on g1_0.id=pr1_0.guardian_id
|
|
where
|
|
g1_0.id=?
|
|
and pr1_0.status=?
|
|
Hibernate:
|
|
select
|
|
u1_0.id,
|
|
u1_0.created_at,
|
|
u1_0.display_name,
|
|
u1_0.email,
|
|
u1_0.fcm_token,
|
|
u1_0.pairing_code,
|
|
u1_0.pairing_code_expires_at,
|
|
u1_0.password,
|
|
u1_0.role,
|
|
u1_0.unique_user_id,
|
|
u1_0.updated_at
|
|
from
|
|
users u1_0
|
|
where
|
|
u1_0.id=?
|
|
Hibernate:
|
|
select
|
|
pr1_0.id,
|
|
pr1_0.guardian_id,
|
|
pr1_0.invited_at,
|
|
pr1_0.responded_at,
|
|
pr1_0.status,
|
|
pr1_0.user_id
|
|
from
|
|
pairing_relations pr1_0
|
|
left join
|
|
users g1_0
|
|
on g1_0.id=pr1_0.guardian_id
|
|
where
|
|
g1_0.id=?
|
|
and pr1_0.status=?
|
|
Hibernate:
|
|
select
|
|
pr1_0.id,
|
|
pr1_0.guardian_id,
|
|
pr1_0.invited_at,
|
|
pr1_0.responded_at,
|
|
pr1_0.status,
|
|
pr1_0.user_id
|
|
from
|
|
pairing_relations pr1_0
|
|
left join
|
|
users g1_0
|
|
on g1_0.id=pr1_0.guardian_id
|
|
where
|
|
g1_0.id=?
|
|
and pr1_0.status=?
|
|
Hibernate:
|
|
select
|
|
lh1_0.id,
|
|
lh1_0.accuracy,
|
|
lh1_0.created_at,
|
|
lh1_0.heading,
|
|
lh1_0.lat,
|
|
lh1_0.lng,
|
|
lh1_0.speed,
|
|
lh1_0.user_id
|
|
from
|
|
location_history lh1_0
|
|
where
|
|
lh1_0.user_id=?
|
|
order by
|
|
lh1_0.created_at desc
|
|
fetch
|
|
first ? rows only
|
|
Hibernate:
|
|
select
|
|
al1_0.id,
|
|
al1_0.created_at,
|
|
al1_0.description,
|
|
al1_0.log_type,
|
|
al1_0.metadata,
|
|
al1_0.user_id
|
|
from
|
|
activity_logs al1_0
|
|
left join
|
|
users u1_0
|
|
on u1_0.id=al1_0.user_id
|
|
where
|
|
u1_0.id=?
|
|
order by
|
|
al1_0.created_at desc
|
|
offset
|
|
? rows
|
|
fetch
|
|
first ? rows only
|
|
Hibernate:
|
|
select
|
|
count(al1_0.id)
|
|
from
|
|
activity_logs al1_0
|
|
left join
|
|
users u1_0
|
|
on u1_0.id=al1_0.user_id
|
|
where
|
|
u1_0.id=?
|
|
Hibernate:
|
|
select
|
|
se1_0.id,
|
|
se1_0.acknowledged_at,
|
|
se1_0.created_at,
|
|
se1_0.lat,
|
|
se1_0.lng,
|
|
se1_0.status,
|
|
se1_0.trigger_type,
|
|
se1_0.user_id
|
|
from
|
|
sos_events se1_0
|
|
where
|
|
se1_0.user_id=?
|
|
order by
|
|
se1_0.created_at desc
|
|
offset
|
|
? rows
|
|
fetch
|
|
first ? rows only
|
|
Hibernate:
|
|
select
|
|
count(gn1_0.id)
|
|
from
|
|
guardian_notifications gn1_0
|
|
where
|
|
gn1_0.user_id=?
|
|
and not(gn1_0.is_read)
|
|
2026-05-27T19:33:17.259+07:00 DEBUG 14960 --- [0.0-8080-exec-9] o.s.w.s.s.s.WebSocketHandlerMapping : Mapped to org.springframework.web.socket.sockjs.support.SockJsHttpRequestHandler@268eefe7
|
|
2026-05-27T19:33:17.260+07:00 DEBUG 14960 --- [0.0-8080-exec-9] o.s.w.s.s.t.h.DefaultSockJsService : Processing transport request: GET http://192.168.1.68:8080/ws
|
|
Hibernate:
|
|
select
|
|
u1_0.id,
|
|
u1_0.created_at,
|
|
u1_0.display_name,
|
|
u1_0.email,
|
|
u1_0.fcm_token,
|
|
u1_0.pairing_code,
|
|
u1_0.pairing_code_expires_at,
|
|
u1_0.password,
|
|
u1_0.role,
|
|
u1_0.unique_user_id,
|
|
u1_0.updated_at
|
|
from
|
|
users u1_0
|
|
where
|
|
u1_0.id=?
|
|
Hibernate:
|
|
select
|
|
al1_0.id,
|
|
al1_0.created_at,
|
|
al1_0.description,
|
|
al1_0.log_type,
|
|
al1_0.metadata,
|
|
al1_0.user_id
|
|
from
|
|
activity_logs al1_0
|
|
left join
|
|
users u1_0
|
|
on u1_0.id=al1_0.user_id
|
|
where
|
|
u1_0.id=?
|
|
order by
|
|
al1_0.created_at desc
|
|
offset
|
|
? rows
|
|
fetch
|
|
first ? rows only
|
|
Hibernate:
|
|
select
|
|
count(al1_0.id)
|
|
from
|
|
activity_logs al1_0
|
|
left join
|
|
users u1_0
|
|
on u1_0.id=al1_0.user_id
|
|
where
|
|
u1_0.id=?
|
|
Hibernate:
|
|
select
|
|
se1_0.id,
|
|
se1_0.acknowledged_at,
|
|
se1_0.created_at,
|
|
se1_0.lat,
|
|
se1_0.lng,
|
|
se1_0.status,
|
|
se1_0.trigger_type,
|
|
se1_0.user_id
|
|
from
|
|
sos_events se1_0
|
|
where
|
|
se1_0.user_id=?
|
|
order by
|
|
se1_0.created_at desc
|
|
offset
|
|
? rows
|
|
fetch
|
|
first ? rows only
|
|
2026-05-27T19:33:19.819+07:00 DEBUG 14960 --- [0.0-8080-exec-9] o.s.w.s.s.s.WebSocketHandlerMapping : Mapped to org.springframework.web.socket.sockjs.support.SockJsHttpRequestHandler@268eefe7
|
|
2026-05-27T19:33:19.822+07:00 DEBUG 14960 --- [0.0-8080-exec-9] o.s.w.s.s.t.h.DefaultSockJsService : Processing transport request: GET http://192.168.1.68:8080/ws
|
|
2026-05-27T19:33:22.428+07:00 DEBUG 14960 --- [0.0-8080-exec-7] o.s.w.s.s.s.WebSocketHandlerMapping : Mapped to org.springframework.web.socket.sockjs.support.SockJsHttpRequestHandler@268eefe7
|
|
2026-05-27T19:33:22.431+07:00 DEBUG 14960 --- [0.0-8080-exec-7] o.s.w.s.s.t.h.DefaultSockJsService : Processing transport request: GET http://192.168.1.68:8080/ws
|
|
2026-05-27T19:33:24.965+07:00 DEBUG 14960 --- [0.0-8080-exec-2] o.s.w.s.s.s.WebSocketHandlerMapping : Mapped to org.springframework.web.socket.sockjs.support.SockJsHttpRequestHandler@268eefe7
|
|
2026-05-27T19:33:24.966+07:00 DEBUG 14960 --- [0.0-8080-exec-2] o.s.w.s.s.t.h.DefaultSockJsService : Processing transport request: GET http://192.168.1.68:8080/ws
|
|
2026-05-27T19:33:27.589+07:00 DEBUG 14960 --- [0.0-8080-exec-8] o.s.w.s.s.s.WebSocketHandlerMapping : Mapped to org.springframework.web.socket.sockjs.support.SockJsHttpRequestHandler@268eefe7
|
|
2026-05-27T19:33:27.594+07:00 DEBUG 14960 --- [0.0-8080-exec-8] o.s.w.s.s.t.h.DefaultSockJsService : Processing transport request: GET http://192.168.1.68:8080/ws
|
|
2026-05-27T19:33:30.077+07:00 DEBUG 14960 --- [0.0-8080-exec-5] o.s.w.s.s.s.WebSocketHandlerMapping : Mapped to org.springframework.web.socket.sockjs.support.SockJsHttpRequestHandler@268eefe7
|
|
2026-05-27T19:33:30.081+07:00 DEBUG 14960 --- [0.0-8080-exec-5] o.s.w.s.s.t.h.DefaultSockJsService : Processing transport request: GET http://192.168.1.68:8080/ws
|
|
Hibernate:
|
|
select
|
|
pr1_0.id,
|
|
pr1_0.guardian_id,
|
|
pr1_0.invited_at,
|
|
pr1_0.responded_at,
|
|
pr1_0.status,
|
|
pr1_0.user_id
|
|
from
|
|
pairing_relations pr1_0
|
|
left join
|
|
users u1_0
|
|
on u1_0.id=pr1_0.user_id
|
|
where
|
|
u1_0.id=?
|
|
2026-05-27T19:33:32.755+07:00 DEBUG 14960 --- [0.0-8080-exec-9] o.s.w.s.s.s.WebSocketHandlerMapping : Mapped to org.springframework.web.socket.sockjs.support.SockJsHttpRequestHandler@268eefe7
|
|
2026-05-27T19:33:32.756+07:00 DEBUG 14960 --- [0.0-8080-exec-9] o.s.w.s.s.t.h.DefaultSockJsService : Processing transport request: GET http://192.168.1.68:8080/ws
|
|
Hibernate:
|
|
select
|
|
u1_0.id,
|
|
u1_0.created_at,
|
|
u1_0.display_name,
|
|
u1_0.email,
|
|
u1_0.fcm_token,
|
|
u1_0.pairing_code,
|
|
u1_0.pairing_code_expires_at,
|
|
u1_0.password,
|
|
u1_0.role,
|
|
u1_0.unique_user_id,
|
|
u1_0.updated_at
|
|
from
|
|
users u1_0
|
|
where
|
|
u1_0.id=?
|
|
Hibernate:
|
|
select
|
|
u1_0.id,
|
|
u1_0.created_at,
|
|
u1_0.display_name,
|
|
u1_0.email,
|
|
u1_0.fcm_token,
|
|
u1_0.pairing_code,
|
|
u1_0.pairing_code_expires_at,
|
|
u1_0.password,
|
|
u1_0.role,
|
|
u1_0.unique_user_id,
|
|
u1_0.updated_at
|
|
from
|
|
users u1_0
|
|
where
|
|
u1_0.id=?
|
|
Hibernate:
|
|
select
|
|
u1_0.id,
|
|
u1_0.created_at,
|
|
u1_0.display_name,
|
|
u1_0.email,
|
|
u1_0.fcm_token,
|
|
u1_0.pairing_code,
|
|
u1_0.pairing_code_expires_at,
|
|
u1_0.password,
|
|
u1_0.role,
|
|
u1_0.unique_user_id,
|
|
u1_0.updated_at
|
|
from
|
|
users u1_0
|
|
where
|
|
u1_0.id=?
|
|
Hibernate:
|
|
select
|
|
u1_0.id,
|
|
u1_0.created_at,
|
|
u1_0.display_name,
|
|
u1_0.email,
|
|
u1_0.fcm_token,
|
|
u1_0.pairing_code,
|
|
u1_0.pairing_code_expires_at,
|
|
u1_0.password,
|
|
u1_0.role,
|
|
u1_0.unique_user_id,
|
|
u1_0.updated_at
|
|
from
|
|
users u1_0
|
|
where
|
|
u1_0.id=?
|
|
2026-05-27T19:33:35.214+07:00 DEBUG 14960 --- [0.0-8080-exec-4] o.s.w.s.s.s.WebSocketHandlerMapping : Mapped to org.springframework.web.socket.sockjs.support.SockJsHttpRequestHandler@268eefe7
|
|
2026-05-27T19:33:35.217+07:00 DEBUG 14960 --- [0.0-8080-exec-4] o.s.w.s.s.t.h.DefaultSockJsService : Processing transport request: GET http://192.168.1.68:8080/ws
|
|
2026-05-27T19:33:35.438+07:00 INFO 14960 --- [0.0-8080-exec-3] c.walkguide.service.AgoraTokenService : [AGORA] Token generated untuk channel=call_2067_2068 uid=2067 expires=1779888815
|
|
2026-05-27T19:33:35.441+07:00 INFO 14960 --- [0.0-8080-exec-3] c.walkguide.controller.CallController : [CALL] Token generated | caller=2067 receiver=2068 channel=call_2067_2068
|
|
Hibernate:
|
|
select
|
|
u1_0.id,
|
|
u1_0.created_at,
|
|
u1_0.display_name,
|
|
u1_0.email,
|
|
u1_0.fcm_token,
|
|
u1_0.pairing_code,
|
|
u1_0.pairing_code_expires_at,
|
|
u1_0.password,
|
|
u1_0.role,
|
|
u1_0.unique_user_id,
|
|
u1_0.updated_at
|
|
from
|
|
users u1_0
|
|
where
|
|
u1_0.id=?
|
|
Hibernate:
|
|
select
|
|
u1_0.id,
|
|
u1_0.created_at,
|
|
u1_0.display_name,
|
|
u1_0.email,
|
|
u1_0.fcm_token,
|
|
u1_0.pairing_code,
|
|
u1_0.pairing_code_expires_at,
|
|
u1_0.password,
|
|
u1_0.role,
|
|
u1_0.unique_user_id,
|
|
u1_0.updated_at
|
|
from
|
|
users u1_0
|
|
where
|
|
u1_0.id=?
|
|
2026-05-27T19:33:36.919+07:00 DEBUG 14960 --- [0.0-8080-exec-5] o.s.m.s.b.SimpleBrokerMessageHandler : Processing MESSAGE destination=/queue/call/2068 session=null payload={"receiverId":"2068","channelName":"call_2067_2068","callerId":"2067","type":"IN...(truncated)
|
|
2026-05-27T19:33:36.920+07:00 INFO 14960 --- [0.0-8080-exec-5] c.w.websocket.LocationBroadcaster : [WS] Call broadcast -> /queue/call/2068 | type=INCOMING_CALL status=RINGING channel=call_2067_2068
|
|
2026-05-27T19:33:37.163+07:00 INFO 14960 --- [0.0-8080-exec-5] com.walkguide.service.FcmService : [FCM] Sent high-priority notification successfully: projects/walkguide-549b3/messages/0:1779885217624637%084e7484084e7484
|
|
2026-05-27T19:33:37.220+07:00 WARN 14960 --- [0.0-8080-exec-5] com.walkguide.service.FcmService : [FIRESTORE] Notification audit skipped: com.google.api.gax.rpc.PermissionDeniedException: io.grpc.StatusRuntimeException: PERMISSION_DENIED: Cloud Firestore API has not been used in project walkguide-549b3 before or it is disabled. Enable it by visiting https://console.developers.google.com/apis/api/firestore.googleapis.com/overview?project=walkguide-549b3 then retry. If you enabled this API recently, wait a few minutes for the action to propagate to our systems and retry.
|
|
2026-05-27T19:33:37.221+07:00 INFO 14960 --- [0.0-8080-exec-5] c.w.service.CallNotificationService : [CALL] Incoming call notification sent | caller=2067 receiver=2068 channel=call_2067_2068
|
|
2026-05-27T19:33:37.919+07:00 DEBUG 14960 --- [0.0-8080-exec-9] o.s.w.s.s.s.WebSocketHandlerMapping : Mapped to org.springframework.web.socket.sockjs.support.SockJsHttpRequestHandler@268eefe7
|
|
2026-05-27T19:33:37.920+07:00 DEBUG 14960 --- [0.0-8080-exec-9] o.s.w.s.s.t.h.DefaultSockJsService : Processing transport request: GET http://192.168.1.68:8080/ws
|
|
2026-05-27T19:33:40.376+07:00 DEBUG 14960 --- [0.0-8080-exec-2] o.s.w.s.s.s.WebSocketHandlerMapping : Mapped to org.springframework.web.socket.sockjs.support.SockJsHttpRequestHandler@268eefe7
|
|
2026-05-27T19:33:40.379+07:00 DEBUG 14960 --- [0.0-8080-exec-2] o.s.w.s.s.t.h.DefaultSockJsService : Processing transport request: GET http://192.168.1.68:8080/ws
|
|
Hibernate:
|
|
select
|
|
u1_0.id,
|
|
u1_0.created_at,
|
|
u1_0.display_name,
|
|
u1_0.email,
|
|
u1_0.fcm_token,
|
|
u1_0.pairing_code,
|
|
u1_0.pairing_code_expires_at,
|
|
u1_0.password,
|
|
u1_0.role,
|
|
u1_0.unique_user_id,
|
|
u1_0.updated_at
|
|
from
|
|
users u1_0
|
|
where
|
|
u1_0.id=?
|
|
Hibernate:
|
|
select
|
|
u1_0.id,
|
|
u1_0.created_at,
|
|
u1_0.display_name,
|
|
u1_0.email,
|
|
u1_0.fcm_token,
|
|
u1_0.pairing_code,
|
|
u1_0.pairing_code_expires_at,
|
|
u1_0.password,
|
|
u1_0.role,
|
|
u1_0.unique_user_id,
|
|
u1_0.updated_at
|
|
from
|
|
users u1_0
|
|
where
|
|
u1_0.id=?
|
|
2026-05-27T19:33:43.099+07:00 DEBUG 14960 --- [0.0-8080-exec-3] o.s.w.s.s.s.WebSocketHandlerMapping : Mapped to org.springframework.web.socket.sockjs.support.SockJsHttpRequestHandler@268eefe7
|
|
2026-05-27T19:33:43.100+07:00 DEBUG 14960 --- [0.0-8080-exec-3] o.s.w.s.s.t.h.DefaultSockJsService : Processing transport request: GET http://192.168.1.68:8080/ws
|
|
2026-05-27T19:33:43.804+07:00 INFO 14960 --- [.0-8080-exec-10] c.walkguide.service.AgoraTokenService : [AGORA] Token generated untuk channel=call_2067_2068 uid=2068 expires=1779888823
|
|
2026-05-27T19:33:43.804+07:00 INFO 14960 --- [.0-8080-exec-10] c.walkguide.controller.CallController : [CALL] Token generated | caller=2068 receiver=2067 channel=call_2067_2068
|
|
2026-05-27T19:33:45.613+07:00 DEBUG 14960 --- [0.0-8080-exec-1] o.s.w.s.s.s.WebSocketHandlerMapping : Mapped to org.springframework.web.socket.sockjs.support.SockJsHttpRequestHandler@268eefe7
|
|
2026-05-27T19:33:45.615+07:00 DEBUG 14960 --- [0.0-8080-exec-1] o.s.w.s.s.t.h.DefaultSockJsService : Processing transport request: GET http://192.168.1.68:8080/ws
|
|
2026-05-27T19:33:48.293+07:00 DEBUG 14960 --- [0.0-8080-exec-8] o.s.w.s.s.s.WebSocketHandlerMapping : Mapped to org.springframework.web.socket.sockjs.support.SockJsHttpRequestHandler@268eefe7
|
|
2026-05-27T19:33:48.295+07:00 DEBUG 14960 --- [0.0-8080-exec-8] o.s.w.s.s.t.h.DefaultSockJsService : Processing transport request: GET http://192.168.1.68:8080/ws
|
|
2026-05-27T19:33:49.690+07:00 WARN 14960 --- [0.0-8080-exec-9] com.zaxxer.hikari.pool.PoolBase : HikariPool-1 - Failed to validate connection org.postgresql.jdbc.PgConnection@2f6912a6 (This connection has been closed.). Possibly consider using a shorter maxLifetime value.
|
|
2026-05-27T19:33:50.729+07:00 DEBUG 14960 --- [0.0-8080-exec-5] o.s.w.s.s.s.WebSocketHandlerMapping : Mapped to org.springframework.web.socket.sockjs.support.SockJsHttpRequestHandler@268eefe7
|
|
2026-05-27T19:33:50.731+07:00 DEBUG 14960 --- [0.0-8080-exec-5] o.s.w.s.s.t.h.DefaultSockJsService : Processing transport request: GET http://192.168.1.68:8080/ws
|
|
Hibernate:
|
|
select
|
|
u1_0.id,
|
|
u1_0.created_at,
|
|
u1_0.display_name,
|
|
u1_0.email,
|
|
u1_0.fcm_token,
|
|
u1_0.pairing_code,
|
|
u1_0.pairing_code_expires_at,
|
|
u1_0.password,
|
|
u1_0.role,
|
|
u1_0.unique_user_id,
|
|
u1_0.updated_at
|
|
from
|
|
users u1_0
|
|
where
|
|
u1_0.id=?
|
|
Hibernate:
|
|
select
|
|
u1_0.id,
|
|
u1_0.created_at,
|
|
u1_0.display_name,
|
|
u1_0.email,
|
|
u1_0.fcm_token,
|
|
u1_0.pairing_code,
|
|
u1_0.pairing_code_expires_at,
|
|
u1_0.password,
|
|
u1_0.role,
|
|
u1_0.unique_user_id,
|
|
u1_0.updated_at
|
|
from
|
|
users u1_0
|
|
where
|
|
u1_0.id=?
|
|
2026-05-27T19:33:53.427+07:00 DEBUG 14960 --- [0.0-8080-exec-6] o.s.w.s.s.s.WebSocketHandlerMapping : Mapped to org.springframework.web.socket.sockjs.support.SockJsHttpRequestHandler@268eefe7
|
|
2026-05-27T19:33:53.429+07:00 DEBUG 14960 --- [0.0-8080-exec-6] o.s.w.s.s.t.h.DefaultSockJsService : Processing transport request: GET http://192.168.1.68:8080/ws
|
|
2026-05-27T19:33:53.890+07:00 DEBUG 14960 --- [0.0-8080-exec-9] o.s.m.s.b.SimpleBrokerMessageHandler : Processing MESSAGE destination=/queue/call/2067 session=null payload={"receiverId":"2068","receiverName":"GuardianRobert","channelName":"call_2067_20...(truncated)
|
|
2026-05-27T19:33:53.890+07:00 INFO 14960 --- [0.0-8080-exec-9] c.w.websocket.LocationBroadcaster : [WS] Call broadcast -> /queue/call/2067 | type=CALL_ACCEPTED status=ACCEPTED channel=call_2067_2068
|
|
2026-05-27T19:33:53.891+07:00 DEBUG 14960 --- [0.0-8080-exec-9] o.s.m.s.b.SimpleBrokerMessageHandler : Processing MESSAGE destination=/queue/call/2068 session=null payload={"receiverId":"2068","receiverName":"GuardianRobert","channelName":"call_2067_20...(truncated)
|
|
2026-05-27T19:33:53.892+07:00 INFO 14960 --- [0.0-8080-exec-9] c.w.websocket.LocationBroadcaster : [WS] Call broadcast -> /queue/call/2068 | type=CALL_ACCEPTED status=ACCEPTED channel=call_2067_2068
|
|
2026-05-27T19:33:53.893+07:00 INFO 14960 --- [0.0-8080-exec-9] c.w.service.CallNotificationService : [CALL] Call accepted | caller=2067 receiver=2068 channel=call_2067_2068
|
|
2026-05-27T19:33:55.880+07:00 DEBUG 14960 --- [0.0-8080-exec-1] o.s.w.s.s.s.WebSocketHandlerMapping : Mapped to org.springframework.web.socket.sockjs.support.SockJsHttpRequestHandler@268eefe7
|
|
2026-05-27T19:33:55.880+07:00 DEBUG 14960 --- [0.0-8080-exec-1] o.s.w.s.s.t.h.DefaultSockJsService : Processing transport request: GET http://192.168.1.68:8080/ws
|
|
2026-05-27T19:33:58.584+07:00 DEBUG 14960 --- [.0-8080-exec-10] o.s.w.s.s.s.WebSocketHandlerMapping : Mapped to org.springframework.web.socket.sockjs.support.SockJsHttpRequestHandler@268eefe7
|
|
2026-05-27T19:33:58.585+07:00 DEBUG 14960 --- [.0-8080-exec-10] o.s.w.s.s.t.h.DefaultSockJsService : Processing transport request: GET http://192.168.1.68:8080/ws
|
|
2026-05-27T19:34:01.039+07:00 DEBUG 14960 --- [0.0-8080-exec-1] o.s.w.s.s.s.WebSocketHandlerMapping : Mapped to org.springframework.web.socket.sockjs.support.SockJsHttpRequestHandler@268eefe7
|
|
2026-05-27T19:34:01.042+07:00 DEBUG 14960 --- [0.0-8080-exec-1] o.s.w.s.s.t.h.DefaultSockJsService : Processing transport request: GET http://192.168.1.68:8080/ws
|
|
2026-05-27T19:34:03.749+07:00 DEBUG 14960 --- [0.0-8080-exec-9] o.s.w.s.s.s.WebSocketHandlerMapping : Mapped to org.springframework.web.socket.sockjs.support.SockJsHttpRequestHandler@268eefe7
|
|
2026-05-27T19:34:03.751+07:00 DEBUG 14960 --- [0.0-8080-exec-9] o.s.w.s.s.t.h.DefaultSockJsService : Processing transport request: GET http://192.168.1.68:8080/ws
|
|
2026-05-27T19:34:06.209+07:00 DEBUG 14960 --- [0.0-8080-exec-1] o.s.w.s.s.s.WebSocketHandlerMapping : Mapped to org.springframework.web.socket.sockjs.support.SockJsHttpRequestHandler@268eefe7
|
|
2026-05-27T19:34:06.210+07:00 DEBUG 14960 --- [0.0-8080-exec-1] o.s.w.s.s.t.h.DefaultSockJsService : Processing transport request: GET http://192.168.1.68:8080/ws
|
|
2026-05-27T19:34:08.918+07:00 DEBUG 14960 --- [0.0-8080-exec-9] o.s.w.s.s.s.WebSocketHandlerMapping : Mapped to org.springframework.web.socket.sockjs.support.SockJsHttpRequestHandler@268eefe7
|
|
2026-05-27T19:34:08.919+07:00 DEBUG 14960 --- [0.0-8080-exec-9] o.s.w.s.s.t.h.DefaultSockJsService : Processing transport request: GET http://192.168.1.68:8080/ws
|
|
2026-05-27T19:34:11.369+07:00 DEBUG 14960 --- [0.0-8080-exec-1] o.s.w.s.s.s.WebSocketHandlerMapping : Mapped to org.springframework.web.socket.sockjs.support.SockJsHttpRequestHandler@268eefe7
|
|
2026-05-27T19:34:11.371+07:00 DEBUG 14960 --- [0.0-8080-exec-1] o.s.w.s.s.t.h.DefaultSockJsService : Processing transport request: GET http://192.168.1.68:8080/ws
|
|
2026-05-27T19:34:14.082+07:00 DEBUG 14960 --- [0.0-8080-exec-5] o.s.w.s.s.s.WebSocketHandlerMapping : Mapped to org.springframework.web.socket.sockjs.support.SockJsHttpRequestHandler@268eefe7
|
|
2026-05-27T19:34:14.083+07:00 DEBUG 14960 --- [0.0-8080-exec-5] o.s.w.s.s.t.h.DefaultSockJsService : Processing transport request: GET http://192.168.1.68:8080/ws
|
|
2026-05-27T19:34:16.535+07:00 DEBUG 14960 --- [0.0-8080-exec-4] o.s.w.s.s.s.WebSocketHandlerMapping : Mapped to org.springframework.web.socket.sockjs.support.SockJsHttpRequestHandler@268eefe7
|
|
2026-05-27T19:34:16.535+07:00 DEBUG 14960 --- [0.0-8080-exec-4] o.s.w.s.s.t.h.DefaultSockJsService : Processing transport request: GET http://192.168.1.68:8080/ws
|
|
2026-05-27T19:34:19.253+07:00 DEBUG 14960 --- [0.0-8080-exec-5] o.s.w.s.s.s.WebSocketHandlerMapping : Mapped to org.springframework.web.socket.sockjs.support.SockJsHttpRequestHandler@268eefe7
|
|
2026-05-27T19:34:19.258+07:00 DEBUG 14960 --- [0.0-8080-exec-5] o.s.w.s.s.t.h.DefaultSockJsService : Processing transport request: GET http://192.168.1.68:8080/ws
|