Jul 31, 2024 10:45:51 AM com.ustadmobile.door.log.NapierAntilog performLog
INFO: [INFO] DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete
Jul 31, 2024 10:45:51 AM com.ustadmobile.door.log.NapierAntilog performLog
INFO: [INFO] DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete
Jul 31, 2024 10:45:51 AM com.ustadmobile.door.log.NapierAntilog performLog
FINE: [DEBUG] DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 : SQLite Change Tracker: Changed tables=[ExampleEntity3, OutgoingReplication]
Jul 31, 2024 10:45:51 AM com.ustadmobile.door.log.NapierAntilog performLog
FINE: [DEBUG] DoorLog - [NodeEventJdbcImplListenerSqlite - jdbc:sqlite::memory:] emitting 1 events com.ustadmobile.door.nodeevent.NodeEvent@7f40e733
Jul 31, 2024 10:45:51 AM com.ustadmobile.door.log.NapierAntilog performLog
FINE: [DEBUG] DoorLog - [DoorRepositoryReplicationClient - clientDb - endpoint=http://localhost:8094/] init
Jul 31, 2024 10:45:51 AM com.ustadmobile.door.log.NapierAntilog performLog
FINE: [DEBUG] DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 : SQLite Change Tracker: Changed tables=[PendingRepositorySession]
Jul 31, 2024 10:45:51 AM com.ustadmobile.door.log.NapierAntilog performLog
FINE: [DEBUG] DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #3 : SQLite Change Tracker: Changed tables=[PendingRepositorySession]
Jul 31, 2024 10:45:51 AM com.ustadmobile.door.log.NapierAntilog performLog
FINE: [DEBUG] DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #4 : SQLite Change Tracker: Changed tables=[]
Jul 31, 2024 10:45:51 AM com.ustadmobile.door.log.NapierAntilog performLog
FINE: [DEBUG] DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #5 : SQLite Change Tracker: Changed tables=[ExampleEntity3, ReplicationOperation]
Jul 31, 2024 10:45:51 AM com.ustadmobile.door.log.NapierAntilog performLog
FINE: [DEBUG] DoorLog - [NodeEventManager - jdbc:sqlite::memory:] receiveMessage with 1 replications: inserts done/transaction finished
Jul 31, 2024 10:45:51 AM com.ustadmobile.door.log.NapierAntilog performLog
FINE: [DEBUG] DoorLog - [DoorEventSource@com.ustadmobile.door.sse.DoorEventSource@121bb45b - http://localhost:8094/replication/sse?door-node=2%2Fsecret] close
Jul 31, 2024 10:45:51 AM com.ustadmobile.door.log.NapierAntilog performLog
FINE: [DEBUG] DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #3 : SQLite Change Tracker: Changed tables=[OutgoingReplication]
Jul 31, 2024 10:45:52 AM com.ustadmobile.door.log.NapierAntilog performLog
FINE: [DEBUG] DoorLog - Closed HikariDataSource connection pool
Jul 31, 2024 10:45:52 AM com.ustadmobile.door.log.NapierAntilog performLog
FINE: [DEBUG] DoorLog - Closed HikariDataSource connection pool
Jul 31, 2024 10:45:52 AM com.ustadmobile.door.log.NapierAntilog performLog
INFO: [INFO] DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete
Jul 31, 2024 10:45:52 AM com.ustadmobile.door.log.NapierAntilog performLog
INFO: [INFO] DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete
Jul 31, 2024 10:45:52 AM com.ustadmobile.door.log.NapierAntilog performLog
FINE: [DEBUG] DoorLog - [DoorRepositoryReplicationClient - clientDb - endpoint=http://localhost:8094/] init
Jul 31, 2024 10:45:52 AM com.ustadmobile.door.log.NapierAntilog performLog
WARNING: [WARN] DoorLog - [NodeEventSseClient localNodeId=2 remoteEndpoint=http://localhost:8094/] : onError
java.net.ConnectException: Failed to connect to localhost/127.0.0.1:8094
at okhttp3.internal.connection.RealConnection.connectSocket(RealConnection.kt:297)
at okhttp3.internal.connection.RealConnection.connect(RealConnection.kt:207)
at okhttp3.internal.connection.ExchangeFinder.findConnection(ExchangeFinder.kt:226)
at okhttp3.internal.connection.ExchangeFinder.findHealthyConnection(ExchangeFinder.kt:106)
at okhttp3.internal.connection.ExchangeFinder.find(ExchangeFinder.kt:74)
at okhttp3.internal.connection.RealCall.initExchange$okhttp(RealCall.kt:255)
at okhttp3.internal.connection.ConnectInterceptor.intercept(ConnectInterceptor.kt:32)
at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:109)
at okhttp3.internal.cache.CacheInterceptor.intercept(CacheInterceptor.kt:95)
at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:109)
at okhttp3.internal.http.BridgeInterceptor.intercept(BridgeInterceptor.kt:83)
at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:109)
at okhttp3.internal.http.RetryAndFollowUpInterceptor.intercept(RetryAndFollowUpInterceptor.kt:76)
at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:109)
at okhttp3.internal.connection.RealCall.getResponseWithInterceptorChain$okhttp(RealCall.kt:201)
at okhttp3.internal.connection.RealCall$AsyncCall.run(RealCall.kt:517)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:840)
Caused by: java.net.ConnectException: Connection refused
at java.base/sun.nio.ch.Net.pollConnect(Native Method)
at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672)
at java.base/sun.nio.ch.NioSocketImpl.timedFinishConnect(NioSocketImpl.java:547)
at java.base/sun.nio.ch.NioSocketImpl.connect(NioSocketImpl.java:602)
at java.base/java.net.SocksSocketImpl.connect(SocksSocketImpl.java:327)
at java.base/java.net.Socket.connect(Socket.java:633)
at okhttp3.internal.platform.Platform.connectSocket(Platform.kt:128)
at okhttp3.internal.connection.RealConnection.connectSocket(RealConnection.kt:295)
... 18 more
Jul 31, 2024 10:45:52 AM com.ustadmobile.door.log.NapierAntilog performLog
SEVERE: [ERROR] DoorEventSource$eventSourceListener$1$onFailure$invokeSuspend - [DoorEventSource@com.ustadmobile.door.sse.DoorEventSource@5d05fb3a - http://localhost:8094/replication/sse?door-node=2%2Fsecret] error: java.net.ConnectException: Failed to connect to localhost/127.0.0.1:8094 . Attempting to reconnect after 2000ms
Jul 31, 2024 10:45:52 AM com.ustadmobile.door.log.NapierAntilog performLog
FINE: [DEBUG] DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 : SQLite Change Tracker: Changed tables=[PendingRepositorySession]
Jul 31, 2024 10:45:52 AM com.ustadmobile.door.log.NapierAntilog performLog
WARNING: [WARN] DoorLog - [DoorRepositoryReplicationClient - clientDb - endpoint=http://localhost:8094/] getRemoteNodeId : exception getting remote node id
java.net.ConnectException: Failed to connect to localhost/127.0.0.1:8094
at _COROUTINE._BOUNDARY._(CoroutineDebugging.kt:42)
at io.ktor.client.engine.okhttp.OkHttpEngine.executeHttpRequest(OkHttpEngine.kt:103)
at io.ktor.client.engine.okhttp.OkHttpEngine.execute(OkHttpEngine.kt:70)
at io.ktor.client.engine.HttpClientEngine$executeWithinCallContext$2.invokeSuspend(HttpClientEngine.kt:99)
at io.ktor.client.engine.HttpClientEngine$DefaultImpls.executeWithinCallContext(HttpClientEngine.kt:100)
at io.ktor.client.engine.HttpClientEngine$install$1.invokeSuspend(HttpClientEngine.kt:70)
at io.ktor.client.plugins.HttpSend$DefaultSender.execute(HttpSend.kt:138)
at io.ktor.client.plugins.HttpRedirect$Plugin$install$1.invokeSuspend(HttpRedirect.kt:64)
at io.ktor.client.plugins.HttpCallValidator$Companion$install$3.invokeSuspend(HttpCallValidator.kt:151)
at io.ktor.client.plugins.HttpSend$Plugin$install$1.invokeSuspend(HttpSend.kt:104)
at io.ktor.client.plugins.HttpCallValidator$Companion$install$1.invokeSuspend(HttpCallValidator.kt:130)
at io.ktor.client.plugins.HttpRequestLifecycle$Plugin$install$1.invokeSuspend(HttpRequestLifecycle.kt:38)
at io.ktor.client.HttpClient.execute$ktor_client_core(HttpClient.kt:191)
at io.ktor.client.statement.HttpStatement.executeUnsafe(HttpStatement.kt:108)
at io.ktor.client.statement.HttpStatement.execute(HttpStatement.kt:47)
at com.ustadmobile.door.replication.DoorRepositoryReplicationClient$1.invokeSuspend(DoorRepositoryReplicationClient.kt:492)
Caused by: java.net.ConnectException: Failed to connect to localhost/127.0.0.1:8094
at okhttp3.internal.connection.RealConnection.connectSocket(RealConnection.kt:297)
at okhttp3.internal.connection.RealConnection.connect(RealConnection.kt:207)
at okhttp3.internal.connection.ExchangeFinder.findConnection(ExchangeFinder.kt:226)
at okhttp3.internal.connection.ExchangeFinder.findHealthyConnection(ExchangeFinder.kt:106)
at okhttp3.internal.connection.ExchangeFinder.find(ExchangeFinder.kt:74)
at okhttp3.internal.connection.RealCall.initExchange$okhttp(RealCall.kt:255)
at okhttp3.internal.connection.ConnectInterceptor.intercept(ConnectInterceptor.kt:32)
at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:109)
at okhttp3.internal.cache.CacheInterceptor.intercept(CacheInterceptor.kt:95)
at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:109)
at okhttp3.internal.http.BridgeInterceptor.intercept(BridgeInterceptor.kt:83)
at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:109)
at okhttp3.internal.http.RetryAndFollowUpInterceptor.intercept(RetryAndFollowUpInterceptor.kt:76)
at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:109)
at okhttp3.internal.connection.RealCall.getResponseWithInterceptorChain$okhttp(RealCall.kt:201)
at okhttp3.internal.connection.RealCall$AsyncCall.run(RealCall.kt:517)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:840)
Caused by: java.net.ConnectException: Connection refused
at java.base/sun.nio.ch.Net.pollConnect(Native Method)
at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672)
at java.base/sun.nio.ch.NioSocketImpl.timedFinishConnect(NioSocketImpl.java:547)
at java.base/sun.nio.ch.NioSocketImpl.connect(NioSocketImpl.java:602)
at java.base/java.net.SocksSocketImpl.connect(SocksSocketImpl.java:327)
at java.base/java.net.Socket.connect(Socket.java:633)
at okhttp3.internal.platform.Platform.connectSocket(Platform.kt:128)
at okhttp3.internal.connection.RealConnection.connectSocket(RealConnection.kt:295)
... 18 more
Jul 31, 2024 10:45:52 AM com.ustadmobile.door.log.NapierAntilog performLog
FINE: [DEBUG] DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #2 : SQLite Change Tracker: Changed tables=[ExampleEntity3, OutgoingReplication]
Jul 31, 2024 10:45:52 AM com.ustadmobile.door.log.NapierAntilog performLog
FINE: [DEBUG] DoorLog - [NodeEventJdbcImplListenerSqlite - jdbc:sqlite::memory:] emitting 1 events com.ustadmobile.door.nodeevent.NodeEvent@6b847771
Jul 31, 2024 10:45:53 AM com.ustadmobile.door.log.NapierAntilog performLog
FINE: [DEBUG] DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #3 : SQLite Change Tracker: Changed tables=[PendingRepositorySession]
Jul 31, 2024 10:45:53 AM com.ustadmobile.door.log.NapierAntilog performLog
FINE: [DEBUG] DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #4 : SQLite Change Tracker: Changed tables=[OutgoingReplication, PendingRepositorySession]
Jul 31, 2024 10:45:53 AM com.ustadmobile.door.log.NapierAntilog performLog
FINE: [DEBUG] DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #5 : SQLite Change Tracker: Changed tables=[]
Jul 31, 2024 10:45:53 AM com.ustadmobile.door.log.NapierAntilog performLog
FINE: [DEBUG] DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #2 : SQLite Change Tracker: Changed tables=[ExampleEntity3, ReplicationOperation]
Jul 31, 2024 10:45:53 AM com.ustadmobile.door.log.NapierAntilog performLog
FINE: [DEBUG] DoorLog - [NodeEventManager - jdbc:sqlite::memory:] receiveMessage with 1 replications: inserts done/transaction finished
Jul 31, 2024 10:45:53 AM com.ustadmobile.door.log.NapierAntilog performLog
FINE: [DEBUG] DoorLog - [DoorEventSource@com.ustadmobile.door.sse.DoorEventSource@5d05fb3a - http://localhost:8094/replication/sse?door-node=2%2Fsecret] close
Jul 31, 2024 10:45:54 AM com.ustadmobile.door.log.NapierAntilog performLog
FINE: [DEBUG] DoorLog - Closed HikariDataSource connection pool
Jul 31, 2024 10:45:54 AM com.ustadmobile.door.log.NapierAntilog performLog
FINE: [DEBUG] DoorLog - Closed HikariDataSource connection pool
Jul 31, 2024 10:45:54 AM com.ustadmobile.door.log.NapierAntilog performLog
INFO: [INFO] DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete
Jul 31, 2024 10:45:55 AM com.ustadmobile.door.log.NapierAntilog performLog
INFO: [INFO] DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete
Jul 31, 2024 10:45:55 AM com.ustadmobile.door.log.NapierAntilog performLog
FINE: [DEBUG] DoorLog - [DoorRepositoryReplicationClient - clientDb - endpoint=http://localhost:8094/] init
Jul 31, 2024 10:45:55 AM com.ustadmobile.door.log.NapierAntilog performLog
FINE: [DEBUG] DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 : SQLite Change Tracker: Changed tables=[PendingRepositorySession]
Jul 31, 2024 10:45:55 AM com.ustadmobile.door.log.NapierAntilog performLog
FINE: [DEBUG] DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #2 : SQLite Change Tracker: Changed tables=[PendingRepositorySession]
Jul 31, 2024 10:45:55 AM com.ustadmobile.door.log.NapierAntilog performLog
FINE: [DEBUG] DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #3 : SQLite Change Tracker: Changed tables=[]
Jul 31, 2024 10:45:55 AM com.ustadmobile.door.log.NapierAntilog performLog
FINE: [DEBUG] DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #4 : SQLite Change Tracker: Changed tables=[OutgoingReplication, StatementEntity]
Jul 31, 2024 10:45:55 AM com.ustadmobile.door.log.NapierAntilog performLog
FINE: [DEBUG] DoorLog - [NodeEventJdbcImplListenerSqlite - jdbc:sqlite::memory:] emitting 1 events com.ustadmobile.door.nodeevent.NodeEvent@bf4c0db
Jul 31, 2024 10:45:55 AM com.ustadmobile.door.log.NapierAntilog performLog
FINE: [DEBUG] DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #5 : SQLite Change Tracker: Changed tables=[]
Jul 31, 2024 10:45:55 AM com.ustadmobile.door.log.NapierAntilog performLog
FINE: [DEBUG] DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #3 : SQLite Change Tracker: Changed tables=[ReplicationOperation, StatementEntity]
Jul 31, 2024 10:45:55 AM com.ustadmobile.door.log.NapierAntilog performLog
FINE: [DEBUG] DoorLog - [NodeEventManager - jdbc:sqlite::memory:] receiveMessage with 1 replications: inserts done/transaction finished
Jul 31, 2024 10:45:55 AM com.ustadmobile.door.log.NapierAntilog performLog
FINE: [DEBUG] DoorLog - [DoorEventSource@com.ustadmobile.door.sse.DoorEventSource@21afcdb3 - http://localhost:8094/replication/sse?door-node=2%2Fsecret] close
Jul 31, 2024 10:45:55 AM com.ustadmobile.door.log.NapierAntilog performLog
FINE: [DEBUG] DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #6 : SQLite Change Tracker: Changed tables=[OutgoingReplication]
Jul 31, 2024 10:45:56 AM com.ustadmobile.door.log.NapierAntilog performLog
FINE: [DEBUG] DoorLog - Closed HikariDataSource connection pool
Jul 31, 2024 10:45:56 AM com.ustadmobile.door.log.NapierAntilog performLog
FINE: [DEBUG] DoorLog - Closed HikariDataSource connection pool
Jul 31, 2024 10:45:56 AM com.ustadmobile.door.log.NapierAntilog performLog
INFO: [INFO] DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete
Jul 31, 2024 10:45:56 AM com.ustadmobile.door.log.NapierAntilog performLog
INFO: [INFO] DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete
Jul 31, 2024 10:45:56 AM com.ustadmobile.door.log.NapierAntilog performLog
FINE: [DEBUG] DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 : SQLite Change Tracker: Changed tables=[ExampleEntity3, OutgoingReplication]
Jul 31, 2024 10:45:56 AM com.ustadmobile.door.log.NapierAntilog performLog
FINE: [DEBUG] DoorLog - [NodeEventJdbcImplListenerSqlite - jdbc:sqlite::memory:] emitting 1 events com.ustadmobile.door.nodeevent.NodeEvent@3fc49db2
Jul 31, 2024 10:45:56 AM com.ustadmobile.door.log.NapierAntilog performLog
FINE: [DEBUG] DoorLog - [DoorRepositoryReplicationClient - clientDb - endpoint=http://localhost:8094/] init
Jul 31, 2024 10:45:56 AM com.ustadmobile.door.log.NapierAntilog performLog
FINE: [DEBUG] DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 : SQLite Change Tracker: Changed tables=[PendingRepositorySession]
Jul 31, 2024 10:45:56 AM com.ustadmobile.door.log.NapierAntilog performLog
FINE: [DEBUG] DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #3 : SQLite Change Tracker: Changed tables=[PendingRepositorySession]
Jul 31, 2024 10:45:56 AM com.ustadmobile.door.log.NapierAntilog performLog
FINE: [DEBUG] DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #4 : SQLite Change Tracker: Changed tables=[]
Jul 31, 2024 10:45:56 AM com.ustadmobile.door.log.NapierAntilog performLog
FINE: [DEBUG] DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #5 : SQLite Change Tracker: Changed tables=[ExampleEntity3, ReplicationOperation]
Jul 31, 2024 10:45:56 AM com.ustadmobile.door.log.NapierAntilog performLog
FINE: [DEBUG] DoorLog - [NodeEventManager - jdbc:sqlite::memory:] receiveMessage with 1 replications: inserts done/transaction finished
Jul 31, 2024 10:45:56 AM com.ustadmobile.door.log.NapierAntilog performLog
FINE: [DEBUG] DoorLog - [DoorEventSource@com.ustadmobile.door.sse.DoorEventSource@1305c126 - http://localhost:8094/replication/sse?door-node=2%2Fsecret] close
Jul 31, 2024 10:45:56 AM com.ustadmobile.door.log.NapierAntilog performLog
FINE: [DEBUG] DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #3 : SQLite Change Tracker: Changed tables=[OutgoingReplication]
Jul 31, 2024 10:45:57 AM com.ustadmobile.door.log.NapierAntilog performLog
FINE: [DEBUG] DoorLog - Closed HikariDataSource connection pool
Jul 31, 2024 10:45:57 AM com.ustadmobile.door.log.NapierAntilog performLog
FINE: [DEBUG] DoorLog - Closed HikariDataSource connection pool
Jul 31, 2024 10:45:57 AM com.ustadmobile.door.log.NapierAntilog performLog
INFO: [INFO] DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete
Jul 31, 2024 10:45:57 AM com.ustadmobile.door.log.NapierAntilog performLog
INFO: [INFO] DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete
Jul 31, 2024 10:45:57 AM com.ustadmobile.door.log.NapierAntilog performLog
FINE: [DEBUG] DoorLog - [DoorRepositoryReplicationClient - clientDb - endpoint=http://localhost:8094/] init
Jul 31, 2024 10:45:57 AM com.ustadmobile.door.log.NapierAntilog performLog
FINE: [DEBUG] DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 : SQLite Change Tracker: Changed tables=[PendingRepositorySession]
Jul 31, 2024 10:45:57 AM com.ustadmobile.door.log.NapierAntilog performLog
FINE: [DEBUG] DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #2 : SQLite Change Tracker: Changed tables=[PendingRepositorySession]
Jul 31, 2024 10:45:57 AM com.ustadmobile.door.log.NapierAntilog performLog
FINE: [DEBUG] DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #3 : SQLite Change Tracker: Changed tables=[]
Jul 31, 2024 10:45:58 AM com.ustadmobile.door.log.NapierAntilog performLog
FINE: [DEBUG] DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #4 : SQLite Change Tracker: Changed tables=[ExampleEntity3, OutgoingReplication]
Jul 31, 2024 10:45:58 AM com.ustadmobile.door.log.NapierAntilog performLog
FINE: [DEBUG] DoorLog - [NodeEventJdbcImplListenerSqlite - jdbc:sqlite::memory:] emitting 1 events com.ustadmobile.door.nodeevent.NodeEvent@70493716
Jul 31, 2024 10:45:58 AM com.ustadmobile.door.log.NapierAntilog performLog
FINE: [DEBUG] DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #5 : SQLite Change Tracker: Changed tables=[]
Jul 31, 2024 10:45:58 AM com.ustadmobile.door.log.NapierAntilog performLog
FINE: [DEBUG] DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #3 : SQLite Change Tracker: Changed tables=[ExampleEntity3, ReplicationOperation]
Jul 31, 2024 10:45:58 AM com.ustadmobile.door.log.NapierAntilog performLog
FINE: [DEBUG] DoorLog - [NodeEventManager - jdbc:sqlite::memory:] receiveMessage with 1 replications: inserts done/transaction finished
Jul 31, 2024 10:45:58 AM com.ustadmobile.door.log.NapierAntilog performLog
FINE: [DEBUG] DoorLog - [DoorEventSource@com.ustadmobile.door.sse.DoorEventSource@19e9a285 - http://localhost:8094/replication/sse?door-node=2%2Fsecret] close
Jul 31, 2024 10:45:59 AM com.ustadmobile.door.log.NapierAntilog performLog
FINE: [DEBUG] DoorLog - Closed HikariDataSource connection pool
Jul 31, 2024 10:45:59 AM com.ustadmobile.door.log.NapierAntilog performLog
FINE: [DEBUG] DoorLog - Closed HikariDataSource connection pool
Jul 31, 2024 10:45:59 AM com.ustadmobile.door.log.NapierAntilog performLog
INFO: [INFO] DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete
Jul 31, 2024 10:45:59 AM com.ustadmobile.door.log.NapierAntilog performLog
INFO: [INFO] DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete
Jul 31, 2024 10:45:59 AM com.ustadmobile.door.log.NapierAntilog performLog
FINE: [DEBUG] DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 : SQLite Change Tracker: Changed tables=[ExampleEntity3, OutgoingReplication]
Jul 31, 2024 10:45:59 AM com.ustadmobile.door.log.NapierAntilog performLog
FINE: [DEBUG] DoorLog - [NodeEventJdbcImplListenerSqlite - jdbc:sqlite::memory:] emitting 1 events com.ustadmobile.door.nodeevent.NodeEvent@2a4e2033
Jul 31, 2024 10:45:59 AM com.ustadmobile.door.log.NapierAntilog performLog
FINE: [DEBUG] DoorLog - [DoorRepositoryReplicationClient - clientDb - endpoint=http://localhost:8094/] init
Jul 31, 2024 10:45:59 AM com.ustadmobile.door.log.NapierAntilog performLog
FINE: [DEBUG] DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #2 : SQLite Change Tracker: Changed tables=[PendingRepositorySession]
Jul 31, 2024 10:45:59 AM com.ustadmobile.door.log.NapierAntilog performLog
FINE: [DEBUG] DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #3 : SQLite Change Tracker: Changed tables=[PendingRepositorySession]
Jul 31, 2024 10:45:59 AM com.ustadmobile.door.log.NapierAntilog performLog
FINE: [DEBUG] DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #4 : SQLite Change Tracker: Changed tables=[]
Jul 31, 2024 10:45:59 AM com.ustadmobile.door.log.NapierAntilog performLog
FINE: [DEBUG] DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #3 : SQLite Change Tracker: Changed tables=[ExampleEntity3, ReplicationOperation]
Jul 31, 2024 10:45:59 AM com.ustadmobile.door.log.NapierAntilog performLog
FINE: [DEBUG] DoorLog - [NodeEventManager - jdbc:sqlite::memory:] receiveMessage with 1 replications: inserts done/transaction finished
Jul 31, 2024 10:45:59 AM com.ustadmobile.door.log.NapierAntilog performLog
FINE: [DEBUG] DoorLog - [DoorEventSource@com.ustadmobile.door.sse.DoorEventSource@411c6d44 - http://localhost:8094/replication/sse?door-node=2%2Fsecret] close
Jul 31, 2024 10:45:59 AM com.ustadmobile.door.log.NapierAntilog performLog
FINE: [DEBUG] DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #5 : SQLite Change Tracker: Changed tables=[OutgoingReplication]
Jul 31, 2024 10:46:00 AM com.ustadmobile.door.log.NapierAntilog performLog
FINE: [DEBUG] DoorLog - Closed HikariDataSource connection pool
Jul 31, 2024 10:46:00 AM com.ustadmobile.door.log.NapierAntilog performLog
FINE: [DEBUG] DoorLog - Closed HikariDataSource connection pool
Jul 31, 2024 10:46:00 AM com.ustadmobile.door.log.NapierAntilog performLog
INFO: [INFO] DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete
Jul 31, 2024 10:46:00 AM com.ustadmobile.door.log.NapierAntilog performLog
INFO: [INFO] DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete
Jul 31, 2024 10:46:00 AM com.ustadmobile.door.log.NapierAntilog performLog
FINE: [DEBUG] DoorLog - [DoorRepositoryReplicationClient - clientDb - endpoint=http://localhost:8094/] init
Jul 31, 2024 10:46:00 AM com.ustadmobile.door.log.NapierAntilog performLog
FINE: [DEBUG] DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 : SQLite Change Tracker: Changed tables=[PendingRepositorySession]
Jul 31, 2024 10:46:00 AM com.ustadmobile.door.log.NapierAntilog performLog
FINE: [DEBUG] DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #2 : SQLite Change Tracker: Changed tables=[PendingRepositorySession]
Jul 31, 2024 10:46:00 AM com.ustadmobile.door.log.NapierAntilog performLog
FINE: [DEBUG] DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #3 : SQLite Change Tracker: Changed tables=[]
Jul 31, 2024 10:46:00 AM com.ustadmobile.door.log.NapierAntilog performLog
FINE: [DEBUG] DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #2 : SQLite Change Tracker: Changed tables=[ExampleEntity3, OutgoingReplication]
Jul 31, 2024 10:46:00 AM com.ustadmobile.door.log.NapierAntilog performLog
FINE: [DEBUG] DoorLog - [NodeEventJdbcImplListenerSqlite - jdbc:sqlite::memory:] emitting 1 events com.ustadmobile.door.nodeevent.NodeEvent@75c00d60
Jul 31, 2024 10:46:00 AM com.ustadmobile.door.log.NapierAntilog performLog
FINE: [DEBUG] DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #5 : SQLite Change Tracker: Changed tables=[]
Jul 31, 2024 10:46:00 AM com.ustadmobile.door.log.NapierAntilog performLog
FINE: [DEBUG] DoorLog - [NodeEventManager - jdbc:sqlite::memory:] receiveMessage with 0 replications: inserts done/transaction finished
Jul 31, 2024 10:46:00 AM com.ustadmobile.door.log.NapierAntilog performLog
FINE: [DEBUG] DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #6 : SQLite Change Tracker: Changed tables=[ExampleEntity3, ReplicationOperation]
Jul 31, 2024 10:46:00 AM com.ustadmobile.door.log.NapierAntilog performLog
FINE: [DEBUG] DoorLog - [NodeEventManager - jdbc:sqlite::memory:] receiveMessage with 1 replications: inserts done/transaction finished
Jul 31, 2024 10:46:00 AM com.ustadmobile.door.log.NapierAntilog performLog
FINE: [DEBUG] DoorLog - [DoorEventSource@com.ustadmobile.door.sse.DoorEventSource@4f89331f - http://localhost:8094/replication/sse?door-node=2%2Fsecret] close
Jul 31, 2024 10:46:01 AM com.ustadmobile.door.log.NapierAntilog performLog
FINE: [DEBUG] DoorLog - Closed HikariDataSource connection pool
Jul 31, 2024 10:46:01 AM com.ustadmobile.door.log.NapierAntilog performLog
FINE: [DEBUG] DoorLog - Closed HikariDataSource connection pool