n14:32:01,875 |-INFO in ch.qos.logback.classic.LoggerContext[default] - This is logback-classic version 1.4.13 14:32:01,876 |-INFO in ch.qos.logback.classic.util.ContextInitializer@1229a2b7 - No custom configurators were discovered as a service. 14:32:01,876 |-INFO in ch.qos.logback.classic.util.ContextInitializer@1229a2b7 - Trying to configure with ch.qos.logback.classic.joran.SerializedModelConfigurator 14:32:01,876 |-INFO in ch.qos.logback.classic.util.ContextInitializer@1229a2b7 - Constructed configurator of type class ch.qos.logback.classic.joran.SerializedModelConfigurator s14:32:01,880 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Could NOT find resource [logback-test.scmo] n14:32:01,880 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Could NOT find resource [logback.scmo] 14:32:01,884 |-INFO in ch.qos.logback.classic.util.ContextInitializer@1229a2b7 - ch.qos.logback.classic.joran.SerializedModelConfigurator.configure() call lasted 4 milliseconds. ExecutionStatus=INVOKE_NEXT_IF_ANY 14:32:01,884 |-INFO in ch.qos.logback.classic.util.ContextInitializer@1229a2b7 - Trying to configure with ch.qos.logback.classic.util.DefaultJoranConfigurator 14:32:01,884 |-INFO in ch.qos.logback.classic.util.ContextInitializer@1229a2b7 - Constructed configurator of type class ch.qos.logback.classic.util.DefaultJoranConfigurator r14:32:01,885 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Could NOT find resource [logback-test.xml] 14:32:01,886 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [logback.xml] at [jar:file:/home/jenkins/.jenkins/workspace/UstadMobile-primary2/app-ktor-server/build/libs/app-ktor-server.jar!/logback.xml] 14:32:01,890 |-INFO in ch.qos.logback.core.joran.spi.ConfigurationWatchList@e5cbff2 - URL [jar:file:/home/jenkins/.jenkins/workspace/UstadMobile-primary2/app-ktor-server/build/libs/app-ktor-server.jar!/logback.xml] is not of type file s14:32:01,941 |-INFO in ch.qos.logback.core.model.processor.AppenderModelHandler - Processing appender named [FILE] 14:32:01,941 |-INFO in ch.qos.logback.core.model.processor.AppenderModelHandler - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] j14:32:01,959 |-INFO in c.q.l.core.rolling.TimeBasedRollingPolicy@1372150180 - No compression will be used 14:32:01,959 |-INFO in c.q.l.core.rolling.TimeBasedRollingPolicy@1372150180 - Will use the pattern ./log//ustad-server.%d{yyyy-MM-dd}.%i.log for the active file 14:32:01,961 |-INFO in ch.qos.logback.core.rolling.SizeAndTimeBasedFNATP@4fc3c165 - The date pattern is 'yyyy-MM-dd' from file name pattern './log//ustad-server.%d{yyyy-MM-dd}.%i.log'. k14:32:01,961 |-INFO in ch.qos.logback.core.rolling.SizeAndTimeBasedFNATP@4fc3c165 - Roll-over at midnight. 14:32:01,961 |-INFO in ch.qos.logback.core.rolling.SizeAndTimeBasedFNATP@4fc3c165 - Setting initial period to 2025-04-17T10:40:52.017Z 14:32:01,961 |-WARN in ch.qos.logback.core.rolling.SizeAndTimeBasedFNATP@4fc3c165 - SizeAndTimeBasedFNATP is deprecated. Use SizeAndTimeBasedRollingPolicy instead 14:32:01,961 |-WARN in ch.qos.logback.core.rolling.SizeAndTimeBasedFNATP@4fc3c165 - For more information see http://logback.qos.ch/manual/appenders.html#SizeAndTimeBasedRollingPolicy 14:32:01,962 |-INFO in ch.qos.logback.core.model.processor.ImplicitModelHandler - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property }14:32:01,971 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[FILE] - Active log file name: ./log//ustad-server.log 14:32:01,971 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[FILE] - File property is set to [./log//ustad-server.log] }14:32:01,972 |-INFO in ch.qos.logback.classic.model.processor.RootLoggerModelHandler - Setting level of ROOT logger to TRACE 14:32:01,972 |-INFO in ch.qos.logback.core.model.processor.AppenderRefModelHandler - Attaching appender named [FILE] to Logger[ROOT] 14:32:01,972 |-INFO in ch.qos.logback.classic.model.processor.LoggerModelHandler - Setting level of logger [org.eclipse.jetty] to INFO ~14:32:01,972 |-INFO in ch.qos.logback.classic.model.processor.LoggerModelHandler - Setting level of logger [io.netty] to INFO m14:32:01,972 |-INFO in ch.qos.logback.core.model.processor.DefaultProcessor@10a0fe30 - End of configuration. 14:32:01,973 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@7b6860f9 - Registering current configuration as safe fallback point 14:32:01,973 |-INFO in ch.qos.logback.classic.util.ContextInitializer@1229a2b7 - ch.qos.logback.classic.util.DefaultJoranConfigurator.configure() call lasted 89 milliseconds. ExecutionStatus=DO_NOT_INVOKE_NEXT_IF_ANY  /0Exception in thread "UI Thread @coroutine#249" java.lang.NullPointerException: Cannot invoke "java.sql.Connection.setAutoCommit(boolean)" because "connection" is null /0L at com.zaxxer.hikari.pool.PoolBase.resetConnectionState(PoolBase.java:206) /0N at com.zaxxer.hikari.pool.PoolEntry.resetConnectionState(PoolEntry.java:108) /0K at com.zaxxer.hikari.pool.ProxyConnection.close(ProxyConnection.java:236) /0 at com.ustadmobile.door.room.RoomDatabaseJdbcImplHelperCommon.useNewConnectionAsyncInternal(RoomDatabaseJdbcImplHelperCommon.kt:197) /0 at com.ustadmobile.door.room.RoomDatabaseJdbcImplHelperCommon.access$useNewConnectionAsyncInternal(RoomDatabaseJdbcImplHelperCommon.kt:21) /0 at com.ustadmobile.door.room.RoomDatabaseJdbcImplHelperCommon$useNewConnectionAsyncInternal$1.invokeSuspend(RoomDatabaseJdbcImplHelperCommon.kt) /0[ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) /0A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:102) /0Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) /0c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) /0a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) /0[ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693) /0 Suppressed: kotlinx.coroutines.internal.DiagnosticCoroutineContextException: [CoroutineId(249), "coroutine#249":StandaloneCoroutine{Cancelling}@33562646, Dispatchers.Main] /2Exception in thread "UI Thread @coroutine#286" java.lang.NullPointerException: Cannot invoke "java.sql.Connection.setAutoCommit(boolean)" because "connection" is null /2L at com.zaxxer.hikari.pool.PoolBase.resetConnectionState(PoolBase.java:206) /2N at com.zaxxer.hikari.pool.PoolEntry.resetConnectionState(PoolEntry.java:108) /2K at com.zaxxer.hikari.pool.ProxyConnection.close(ProxyConnection.java:236) /2 at com.ustadmobile.door.room.RoomDatabaseJdbcImplHelperCommon.useNewConnectionAsyncInternal(RoomDatabaseJdbcImplHelperCommon.kt:197) /2 at com.ustadmobile.door.room.RoomDatabaseJdbcImplHelperCommon.access$useNewConnectionAsyncInternal(RoomDatabaseJdbcImplHelperCommon.kt:21) /2 at com.ustadmobile.door.room.RoomDatabaseJdbcImplHelperCommon$useNewConnectionAsyncInternal$1.invokeSuspend(RoomDatabaseJdbcImplHelperCommon.kt) /2[ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) /2A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:230) /2Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) /2c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) /2a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) /2[ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693) /2 Suppressed: kotlinx.coroutines.internal.DiagnosticCoroutineContextException: [CoroutineId(286), "coroutine#286":StandaloneCoroutine{Cancelling}@270caab1, Dispatchers.Main] 3Exception in thread "UI Thread @coroutine#302" java.lang.NullPointerException: Cannot invoke "java.sql.Connection.setAutoCommit(boolean)" because "connection" is null 3L at com.zaxxer.hikari.pool.PoolBase.resetConnectionState(PoolBase.java:206) 3N at com.zaxxer.hikari.pool.PoolEntry.resetConnectionState(PoolEntry.java:108) 3K at com.zaxxer.hikari.pool.ProxyConnection.close(ProxyConnection.java:236) 3 at com.ustadmobile.door.room.RoomDatabaseJdbcImplHelperCommon.useNewConnectionAsyncInternal(RoomDatabaseJdbcImplHelperCommon.kt:197) 3 at com.ustadmobile.door.room.RoomDatabaseJdbcImplHelperCommon.access$useNewConnectionAsyncInternal(RoomDatabaseJdbcImplHelperCommon.kt:21) 3 at com.ustadmobile.door.room.RoomDatabaseJdbcImplHelperCommon$useNewConnectionAsyncInternal$1.invokeSuspend(RoomDatabaseJdbcImplHelperCommon.kt) 3[ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) 3A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:102) 3Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) 3c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) 3a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) 3[ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693) 3 Suppressed: kotlinx.coroutines.internal.DiagnosticCoroutineContextException: [CoroutineId(302), "coroutine#302":StandaloneCoroutine{Cancelling}@4dcc90ce, Dispatchers.Main] ;:NApr 23, 2025 2:32:06 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ;:FINEST: FINEST BlobDownloadClientUseCaseCommonJvm$downloadItemsFromChannelProcessor$invokeSuspend - BlobDownloadClientUseCaseCommonJvm: #0 http://localhost:39037/com/ustadmobile/core/container/testfile1.png : channel: start ;:NApr 23, 2025 2:32:06 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ;:FINEST: FINEST BlobDownloadClientUseCaseCommonJvm$downloadItemsFromChannelProcessor$invokeSuspend - BlobDownloadClientUseCaseCommonJvm: #0 http://localhost:39037/com/ustadmobile/core/container/testfile1.png channel: completed ;:NApr 23, 2025 2:32:06 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ;:FINEST: FINEST BlobDownloadClientUseCaseCommonJvm$downloadItemsFromChannelProcessor$invokeSuspend - BlobDownloadClientUseCaseCommonJvm: #0 http://localhost:39037/com/ustadmobile/core/container/testfile2.png : channel: start ;:NApr 23, 2025 2:32:06 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ;:FINEST: FINEST BlobDownloadClientUseCaseCommonJvm$downloadItemsFromChannelProcessor$invokeSuspend - BlobDownloadClientUseCaseCommonJvm: #0 http://localhost:39037/com/ustadmobile/core/container/testfile2.png channel: completed ;:NApr 23, 2025 2:32:06 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ;:FINEST: FINEST BlobDownloadClientUseCaseCommonJvm$downloadItemsFromChannelProcessor$invokeSuspend - BlobDownloadClientUseCaseCommonJvm: #0 http://localhost:39037/com/ustadmobile/core/container/testfile3.png : channel: start ;:NApr 23, 2025 2:32:06 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ;:FINEST: FINEST BlobDownloadClientUseCaseCommonJvm$downloadItemsFromChannelProcessor$invokeSuspend - BlobDownloadClientUseCaseCommonJvm: #0 http://localhost:39037/com/ustadmobile/core/container/testfile3.png channel: completed ;:NApr 23, 2025 2:32:06 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ;:FINE: FINER BlobDownloadClientUseCaseCommonJvmTest$givenListOfBlobsToDownload_whenInvoked_thenShouldRequestAll - BlobDownloadClientUseCaseCommonJvmTest: Recorded requests for http://localhost.localdomain:39037/com/ustadmobile/core/container/testfile1.png, http://localhost.localdomain:39037/com/ustadmobile/core/container/testfile2.png, http://localhost.localdomain:39037/com/ustadmobile/core/container/testfile3.png =FINE: FINER DoorLog - Closed HikariDataSource connection pool ?>NApr 23, 2025 2:32:06 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>\INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete ?>NApr 23, 2025 2:32:06 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>\INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete ?>NApr 23, 2025 2:32:06 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>\INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete ?>NApr 23, 2025 2:32:06 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>\INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete ?>NApr 23, 2025 2:32:07 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>\INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete ?>NApr 23, 2025 2:32:07 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>\INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete ?>NApr 23, 2025 2:32:07 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>\INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete ?>NApr 23, 2025 2:32:07 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>\INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete ?>NApr 23, 2025 2:32:07 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 : SQLite Change Tracker: Changed tables=[ContentEntryImportJob] ?>NApr 23, 2025 2:32:07 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>FINEST: FINEST ImportContentEntryUseCase$invoke$contentEntryVersionEntity$1$updaterJob$invokeSuspend - CompressVideo: update status = null ?>NApr 23, 2025 2:32:07 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #3 : SQLite Change Tracker: Changed tables=[ContentEntryImportJob] ?>NApr 23, 2025 2:32:07 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>FINE: FINER SaveLocalUrisAsBlobsUseCaseJvm$invoke$invokeSuspend - SaveLocalUrisAsBlobsUseCaseJvm Storing 1 local uris as blobs (http://localhost:40951/api/blob/SAwMEEihCX84BYpcX9K0y%2FGPuYxx298222HQu85QihE%3D) ?>NApr 23, 2025 2:32:07 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>DFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?>NApr 23, 2025 2:32:07 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>FINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:40951/api/blob/SAwMEEihCX84BYpcX9K0y%2FGPuYxx298222HQu85QihE%3D to /tmp/junit2859515630308591011/client-server-httpfiles/tmpWork/1.tmp (integrity=sha256-SAwMEEihCX84BYpcX9K0y/GPuYxx298222HQu85QihE=) ?>NApr 23, 2025 2:32:07 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>OFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?>NApr 23, 2025 2:32:07 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>BFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?>NApr 23, 2025 2:32:07 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>FFINE: FINER UstadCache - UstadCache(client): db transaction completed ?>NApr 23, 2025 2:32:07 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>FINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit2859515630308591011/client-tmproot-server/1d902ed4-bfe7-44d6-aa3d-afb9c096a17b ?>NApr 23, 2025 2:32:07 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>DFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?>NApr 23, 2025 2:32:07 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>FINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:40951/api/content/719727973276262400/_ustadmanifest.json to /tmp/junit2859515630308591011/client-server-httpfiles/tmpWork/2.tmp (integrity=sha256-YWeXEdne80XshvwRkHQNslKSVau3Zess6YeiWOrDAQ4=) ?>NApr 23, 2025 2:32:07 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>OFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?>NApr 23, 2025 2:32:07 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>BFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?>NApr 23, 2025 2:32:07 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>FFINE: FINER UstadCache - UstadCache(client): db transaction completed ?>NApr 23, 2025 2:32:07 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #4 : SQLite Change Tracker: Changed tables=[ContentEntryImportJob] ?>NApr 23, 2025 2:32:07 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #5 : SQLite Change Tracker: Changed tables=[ContentEntryVersion] ?>NApr 23, 2025 2:32:07 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>FINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: GET http://localhost:40951/api/content/719727973276262400/_ustadmanifest.json ?>NApr 23, 2025 2:32:07 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>INFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:40951/api/content/719727973276262400/_ustadmanifest.json ?>NApr 23, 2025 2:32:07 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>INFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:40951/api/content/719727973276262400/_ustadmanifest.json ?>NApr 23, 2025 2:32:07 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>}FINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:40951/api/content/719727973276262400/_ustadmanifest.json ?>NApr 23, 2025 2:32:07 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>FINE: FINER UstadCache - OKHttp-CacheInterceptor: HIT(valid) http://localhost:40951/api/content/719727973276262400/_ustadmanifest.json 200 OK (contentType=application/json, content-encoding=identity content-length=436) ?>NApr 23, 2025 2:32:07 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>FINEST: FINEST UstadCache - UstadCache(client): add retention locks for http://localhost:40951/api/blob/SAwMEEihCX84BYpcX9K0y%2FGPuYxx298222HQu85QihE%3D, http://localhost:40951/api/content/719727973276262400/_ustadmanifest.json ?>NApr 23, 2025 2:32:07 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>FINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:40951/api/blob/SAwMEEihCX84BYpcX9K0y%2FGPuYxx298222HQu85QihE%3D) /tmp/junit2859515630308591011/client-server-httpfiles/cache/14b078e7-2209-4d22-8030-ba95b7d82d53 -> /tmp/junit2859515630308591011/client-server-httpfiles/persistent/14b078e7-2209-4d22-8030-ba95b7d82d53 ?>NApr 23, 2025 2:32:07 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>FINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:40951/api/content/719727973276262400/_ustadmanifest.json) /tmp/junit2859515630308591011/client-server-httpfiles/cache/ecd1b2a5-1667-4248-b33c-4e79963c2610 -> /tmp/junit2859515630308591011/client-server-httpfiles/persistent/ecd1b2a5-1667-4248-b33c-4e79963c2610 ?>NApr 23, 2025 2:32:07 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>INFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:40951/api/blob/SAwMEEihCX84BYpcX9K0y%2FGPuYxx298222HQu85QihE%3D ?>NApr 23, 2025 2:32:07 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>INFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:40951/api/blob/SAwMEEihCX84BYpcX9K0y%2FGPuYxx298222HQu85QihE%3D ?>NApr 23, 2025 2:32:07 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>FINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:40951/api/blob/SAwMEEihCX84BYpcX9K0y%2FGPuYxx298222HQu85QihE%3D ?>NApr 23, 2025 2:32:07 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>INFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:40951/api/content/719727973276262400/_ustadmanifest.json ?>NApr 23, 2025 2:32:07 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>INFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:40951/api/content/719727973276262400/_ustadmanifest.json ?>NApr 23, 2025 2:32:07 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>}FINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:40951/api/content/719727973276262400/_ustadmanifest.json ?>NApr 23, 2025 2:32:07 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #6 : SQLite Change Tracker: Changed tables=[TransferJob, TransferJobItem] ?>NApr 23, 2025 2:32:07 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>FINE: FINER EnqueueBlobUploadClientUseCaseJvm$invoke - EnqueueBlobUploadClientUseCase(4140b663-eecf-40d7-9962-53bb67f816eb): scheduled job #1 via quartz ?>NApr 23, 2025 2:32:07 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>FINE: FINER DoorLog - [DoorRepositoryReplicationClient - http://localhost:40951/UmAppDatabase/ - endpoint=http://localhost:40951/UmAppDatabase/] init ?>NApr 23, 2025 2:32:07 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>FINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:40951/UmAppDatabase/replication/ackAndGetPendingReplications ?>NApr 23, 2025 2:32:07 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>FINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: GET http://localhost:40951/UmAppDatabase/replication/sse?door-node=7903055191546566768%2F94ca32e4-b0e0-4575-9396-094c130a689b ?>NApr 23, 2025 2:32:07 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>INFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:40951/UmAppDatabase/replication/sse?door-node=7903055191546566768%2F94ca32e4-b0e0-4575-9396-094c130a689b ?>NApr 23, 2025 2:32:07 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>INFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:40951/UmAppDatabase/replication/sse?door-node=7903055191546566768%2F94ca32e4-b0e0-4575-9396-094c130a689b ?>NApr 23, 2025 2:32:07 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>FINE: FINER UstadCache - UstadCache(client): MISS http://localhost:40951/UmAppDatabase/replication/sse?door-node=7903055191546566768%2F94ca32e4-b0e0-4575-9396-094c130a689b ?>NApr 23, 2025 2:32:07 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #8 : SQLite Change Tracker: Changed tables=[PendingRepositorySession] ?>NApr 23, 2025 2:32:07 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>ZFINE: FINER BlobUploadClientUseCaseJvm$invoke - BlobUploadClientUseCaseJvm (#1): starting ?>NApr 23, 2025 2:32:07 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>INFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:40951/api/blob/SAwMEEihCX84BYpcX9K0y%2FGPuYxx298222HQu85QihE%3D ?>NApr 23, 2025 2:32:07 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>INFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:40951/api/blob/SAwMEEihCX84BYpcX9K0y%2FGPuYxx298222HQu85QihE%3D ?>NApr 23, 2025 2:32:07 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>FINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:40951/api/blob/SAwMEEihCX84BYpcX9K0y%2FGPuYxx298222HQu85QihE%3D ?>NApr 23, 2025 2:32:07 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>INFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:40951/api/content/719727973276262400/_ustadmanifest.json ?>NApr 23, 2025 2:32:07 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>NApr 23, 2025 2:32:07 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>}FINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: GET http://localhost:40951/UmAppDatabase/replication/nodeId ?>INFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:40951/api/content/719727973276262400/_ustadmanifest.json ?>NApr 23, 2025 2:32:07 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>}FINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:40951/api/content/719727973276262400/_ustadmanifest.json ?>NApr 23, 2025 2:32:07 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>mINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:40951/UmAppDatabase/replication/nodeId ?>NApr 23, 2025 2:32:07 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>mINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:40951/UmAppDatabase/replication/nodeId ?>NApr 23, 2025 2:32:07 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>jFINE: FINER UstadCache - UstadCache(client): MISS http://localhost:40951/UmAppDatabase/replication/nodeId ?>NApr 23, 2025 2:32:07 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>xFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:40951/api/blob/upload-init-batch ?>NApr 23, 2025 2:32:07 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>FINE: FINER UstadCache - OKHttp-CacheInterceptor: NOSTORE http://localhost:40951/UmAppDatabase/replication/nodeId 204 No Content (contentType=text/plain, content-encoding=null content-length=-1) ?>NApr 23, 2025 2:32:07 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>FINE: FINER UstadCache - OKHttp-CacheInterceptor: NOSTORE http://localhost:40951/UmAppDatabase/replication/sse?door-node=7903055191546566768%2F94ca32e4-b0e0-4575-9396-094c130a689b 200 OK (contentType=text/event-stream; charset=UTF-8, content-encoding=null content-length=-1) ?>NApr 23, 2025 2:32:07 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #11 : SQLite Change Tracker: Changed tables=[PendingRepositorySession] ?>NApr 23, 2025 2:32:07 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #12 : SQLite Change Tracker: Changed tables=[] ?>NApr 23, 2025 2:32:07 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>FINE: FINER BlobUploadServerUseCase$onStartUploadSession - BlobUploadServerUseCase#onStartUploadSession(upload 4140b663-eecf-40d7-9962-53bb67f816eb): batch upload init: Client list 2 blobs. 2 uploads pending (0 partial) ?>NApr 23, 2025 2:32:07 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>FINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(5e6cc4f5-018d-4480-bb7c-77b848b25745): Uploading 152064 bytes in 1 chunks to http://localhost:40951/api/blob/upload-batch-data starting from byte=0 ?>NApr 23, 2025 2:32:07 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>INFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:40951/api/blob/SAwMEEihCX84BYpcX9K0y%2FGPuYxx298222HQu85QihE%3D ?>NApr 23, 2025 2:32:07 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>INFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:40951/api/blob/SAwMEEihCX84BYpcX9K0y%2FGPuYxx298222HQu85QihE%3D ?>NApr 23, 2025 2:32:07 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>FINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:40951/api/blob/SAwMEEihCX84BYpcX9K0y%2FGPuYxx298222HQu85QihE%3D ?>NApr 23, 2025 2:32:07 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>xFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:40951/api/blob/upload-batch-data ?>NApr 23, 2025 2:32:07 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>INFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(5e6cc4f5-018d-4480-bb7c-77b848b25745) receive request ?>NApr 23, 2025 2:32:07 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>INFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(5e6cc4f5-018d-4480-bb7c-77b848b25745) receive request ?>NApr 23, 2025 2:32:07 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>FINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(5e6cc4f5-018d-4480-bb7c-77b848b25745) appended chunk (isFinal=true) to /tmp/junit2859515630308591011/server-tmproot-server/blob-upload-server/5e6cc4f5-018d-4480-bb7c-77b848b25745 ?>NApr 23, 2025 2:32:07 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>DFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?>NApr 23, 2025 2:32:07 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>FINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:40951/api/blob/SAwMEEihCX84BYpcX9K0y%2FGPuYxx298222HQu85QihE%3D to /tmp/junit2859515630308591011/server-server-httpfiles/tmpWork/1.tmp (integrity=sha256-SAwMEEihCX84BYpcX9K0y/GPuYxx298222HQu85QihE=) ?>NApr 23, 2025 2:32:07 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>OFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?>NApr 23, 2025 2:32:07 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>BFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?>NApr 23, 2025 2:32:07 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>FFINE: FINER UstadCache - UstadCache(client): db transaction completed ?>NApr 23, 2025 2:32:07 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>FINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(5e6cc4f5-018d-4480-bb7c-77b848b25745): Upload complete of 152064 bytes in 1 chunks to http://localhost:40951/api/blob/upload-batch-data ?>NApr 23, 2025 2:32:07 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>FINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1745411527099) for http://localhost:40951/api/blob/SAwMEEihCX84BYpcX9K0y%2FGPuYxx298222HQu85QihE%3D ?>NApr 23, 2025 2:32:07 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>FINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1745411527099http://localhost:40951/api/blob/SAwMEEihCX84BYpcX9K0y%2FGPuYxx298222HQu85QihE%3D ?>NApr 23, 2025 2:32:07 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>FINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:40951/api/blob/SAwMEEihCX84BYpcX9K0y%2FGPuYxx298222HQu85QihE%3D) /tmp/junit2859515630308591011/client-server-httpfiles/persistent/14b078e7-2209-4d22-8030-ba95b7d82d53 -> /tmp/junit2859515630308591011/client-server-httpfiles/cache/14b078e7-2209-4d22-8030-ba95b7d82d53 ?>NApr 23, 2025 2:32:07 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>FINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(939bf314-9032-466b-9e22-2c1047bfa466): Uploading 436 bytes in 1 chunks to http://localhost:40951/api/blob/upload-batch-data starting from byte=0 ?>NApr 23, 2025 2:32:07 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>INFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:40951/api/content/719727973276262400/_ustadmanifest.json ?>NApr 23, 2025 2:32:07 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>INFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:40951/api/content/719727973276262400/_ustadmanifest.json ?>NApr 23, 2025 2:32:07 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>}FINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:40951/api/content/719727973276262400/_ustadmanifest.json ?>NApr 23, 2025 2:32:07 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>xFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:40951/api/blob/upload-batch-data ?>NApr 23, 2025 2:32:07 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>INFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(939bf314-9032-466b-9e22-2c1047bfa466) receive request ?>NApr 23, 2025 2:32:07 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>INFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(939bf314-9032-466b-9e22-2c1047bfa466) receive request ?>NApr 23, 2025 2:32:07 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>FINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(939bf314-9032-466b-9e22-2c1047bfa466) appended chunk (isFinal=true) to /tmp/junit2859515630308591011/server-tmproot-server/blob-upload-server/939bf314-9032-466b-9e22-2c1047bfa466 ?>NApr 23, 2025 2:32:07 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>DFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?>NApr 23, 2025 2:32:07 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>FINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:40951/api/content/719727973276262400/_ustadmanifest.json to /tmp/junit2859515630308591011/server-server-httpfiles/tmpWork/2.tmp (integrity=sha256-YWeXEdne80XshvwRkHQNslKSVau3Zess6YeiWOrDAQ4=) ?>NApr 23, 2025 2:32:07 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>OFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?>NApr 23, 2025 2:32:07 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>BFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?>NApr 23, 2025 2:32:07 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>FFINE: FINER UstadCache - UstadCache(client): db transaction completed ?>NApr 23, 2025 2:32:07 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>FINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(939bf314-9032-466b-9e22-2c1047bfa466): Upload complete of 436 bytes in 1 chunks to http://localhost:40951/api/blob/upload-batch-data ?>NApr 23, 2025 2:32:07 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>FINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1745411527100) for http://localhost:40951/api/content/719727973276262400/_ustadmanifest.json ?>NApr 23, 2025 2:32:07 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>FINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1745411527100http://localhost:40951/api/content/719727973276262400/_ustadmanifest.json ?>NApr 23, 2025 2:32:07 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>FINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:40951/api/content/719727973276262400/_ustadmanifest.json) /tmp/junit2859515630308591011/client-server-httpfiles/persistent/ecd1b2a5-1667-4248-b33c-4e79963c2610 -> /tmp/junit2859515630308591011/client-server-httpfiles/cache/ecd1b2a5-1667-4248-b33c-4e79963c2610 ?>NApr 23, 2025 2:32:07 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>FINE: FINER TransferJobItemStatusUpdater$commit$invokeSuspend - TransferJobItemStatusUpdater: update status complete for 1 updates=1 ?>NApr 23, 2025 2:32:07 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #13 : SQLite Change Tracker: Changed tables=[TransferJob, TransferJobItem, OutgoingReplication] ?>NApr 23, 2025 2:32:07 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>FINE: FINER DoorLog - [NodeEventJdbcImplListenerSqlite - jdbc:sqlite::memory:] emitting 1 events com.ustadmobile.door.nodeevent.NodeEvent@8b3dcf4 ?>NApr 23, 2025 2:32:07 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>oINFO: INFO BlobUploadClientUseCaseJvm$invoke$invokeSuspend - BlobUploadClientUseCaseJvm (#1): Upload Complete! ?>NApr 23, 2025 2:32:07 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>oINFO: INFO BlobUploadClientUseCaseJvm$invoke$invokeSuspend - BlobUploadClientUseCaseJvm (#1): Upload Complete! ?>NApr 23, 2025 2:32:07 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #14 : SQLite Change Tracker: Changed tables=[] ?>NApr 23, 2025 2:32:07 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>FINE: FINER XferTestClient$waitForContentUploadCompletion$invokeSuspend - XferTestClient: TransferJob #1 is complete(status = 21) ?>NApr 23, 2025 2:32:07 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>INFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:40951/api/content/719727973276262400/_ustadmanifest.json ?>NApr 23, 2025 2:32:07 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>INFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:40951/api/content/719727973276262400/_ustadmanifest.json ?>NApr 23, 2025 2:32:07 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>}FINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:40951/api/content/719727973276262400/_ustadmanifest.json ?>NApr 23, 2025 2:32:07 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>INFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:40951/api/content/719727973276262400/_ustadmanifest.json ?>NApr 23, 2025 2:32:07 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>INFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:40951/api/content/719727973276262400/_ustadmanifest.json ?>NApr 23, 2025 2:32:07 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>}FINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:40951/api/content/719727973276262400/_ustadmanifest.json ?>NApr 23, 2025 2:32:07 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>INFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:40951/api/blob/SAwMEEihCX84BYpcX9K0y%2FGPuYxx298222HQu85QihE%3D ?>NApr 23, 2025 2:32:07 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>INFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:40951/api/blob/SAwMEEihCX84BYpcX9K0y%2FGPuYxx298222HQu85QihE%3D ?>NApr 23, 2025 2:32:07 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>FINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:40951/api/blob/SAwMEEihCX84BYpcX9K0y%2FGPuYxx298222HQu85QihE%3D ?>NApr 23, 2025 2:32:07 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>INFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:40951/api/content/719727973276262400/_ustadmanifest.json ?>NApr 23, 2025 2:32:07 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>INFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:40951/api/content/719727973276262400/_ustadmanifest.json ?>NApr 23, 2025 2:32:07 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>}FINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:40951/api/content/719727973276262400/_ustadmanifest.json ?>NApr 23, 2025 2:32:07 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>INFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:40951/api/blob/SAwMEEihCX84BYpcX9K0y%2FGPuYxx298222HQu85QihE%3D ?>NApr 23, 2025 2:32:07 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>INFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:40951/api/blob/SAwMEEihCX84BYpcX9K0y%2FGPuYxx298222HQu85QihE%3D ?>NApr 23, 2025 2:32:07 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>FINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:40951/api/blob/SAwMEEihCX84BYpcX9K0y%2FGPuYxx298222HQu85QihE%3D ?>NApr 23, 2025 2:32:07 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>FINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:40951/UmAppDatabase/replication/message ?>NApr 23, 2025 2:32:07 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #3 : SQLite Change Tracker: Changed tables=[ContentEntryVersion, ReplicationOperation] ?>NApr 23, 2025 2:32:07 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>FINE: FINER DoorLog - [NodeEventManager - jdbc:sqlite::memory:] receiveMessage with 1 replications: inserts done/transaction finished ?>NApr 23, 2025 2:32:07 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>FINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: GET http://localhost:40951/api/content/719727973276262400/_ustadmanifest.json ?>NApr 23, 2025 2:32:07 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>INFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:40951/api/content/719727973276262400/_ustadmanifest.json ?>NApr 23, 2025 2:32:07 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>INFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:40951/api/content/719727973276262400/_ustadmanifest.json ?>NApr 23, 2025 2:32:07 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>}FINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:40951/api/content/719727973276262400/_ustadmanifest.json ?>NApr 23, 2025 2:32:07 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>FINE: FINER UstadCache - OKHttp-CacheInterceptor: HIT(valid) http://localhost:40951/api/content/719727973276262400/_ustadmanifest.json 200 OK (contentType=application/json, content-encoding=identity content-length=436) ?>NApr 23, 2025 2:32:07 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>FINEST: FINEST UstadCache - UstadCache(client): add retention locks for http://localhost:40951/api/blob/SAwMEEihCX84BYpcX9K0y%2FGPuYxx298222HQu85QihE%3D, http://localhost:40951/api/content/719727973276262400/_ustadmanifest.json ?>NApr 23, 2025 2:32:07 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>FINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:40951/api/blob/SAwMEEihCX84BYpcX9K0y%2FGPuYxx298222HQu85QihE%3D) /tmp/junit2859515630308591011/server-server-httpfiles/cache/63a95787-da6d-4732-bac2-d0c4b061bedd -> /tmp/junit2859515630308591011/server-server-httpfiles/persistent/63a95787-da6d-4732-bac2-d0c4b061bedd ?>NApr 23, 2025 2:32:07 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>FINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:40951/api/content/719727973276262400/_ustadmanifest.json) /tmp/junit2859515630308591011/server-server-httpfiles/cache/099ec128-8201-4f7c-8600-759364d68443 -> /tmp/junit2859515630308591011/server-server-httpfiles/persistent/099ec128-8201-4f7c-8600-759364d68443 ?>NApr 23, 2025 2:32:07 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #16 : SQLite Change Tracker: Changed tables=[OutgoingReplication] ?>NApr 23, 2025 2:32:07 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #7 : SQLite Change Tracker: Changed tables=[CacheLockJoin] ?>NApr 23, 2025 2:32:07 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>FINE: FINER DoorLog - [DoorEventSource@com.ustadmobile.door.sse.DoorEventSource@294a3f2a - http://localhost:40951/UmAppDatabase/replication/sse?door-node=7903055191546566768%2F94ca32e4-b0e0-4575-9396-094c130a689b] close ?>NApr 23, 2025 2:32:07 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>>FINE: FINER DoorLog - Closed HikariDataSource connection pool ?>NApr 23, 2025 2:32:08 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>>FINE: FINER DoorLog - Closed HikariDataSource connection pool ?@NApr 23, 2025 2:32:08 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@\INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete ?@NApr 23, 2025 2:32:08 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@\INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete ?@NApr 23, 2025 2:32:08 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@\INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete ?@NApr 23, 2025 2:32:08 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@\INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete ?@NApr 23, 2025 2:32:08 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@\INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete ?@NApr 23, 2025 2:32:08 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@\INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete ?@NApr 23, 2025 2:32:08 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@\INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete ?@NApr 23, 2025 2:32:08 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@\INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete ?@NApr 23, 2025 2:32:08 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 : SQLite Change Tracker: Changed tables=[ContentEntryImportJob] ?@NApr 23, 2025 2:32:08 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINEST: FINEST ImportContentEntryUseCase$invoke$contentEntryVersionEntity$1$updaterJob$invokeSuspend - CompressVideo: update status = null ?@NApr 23, 2025 2:32:08 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #3 : SQLite Change Tracker: Changed tables=[ContentEntryImportJob] ?@NApr 23, 2025 2:32:08 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINE: FINER SaveLocalUrisAsBlobsUseCaseJvm$invoke$invokeSuspend - SaveLocalUrisAsBlobsUseCaseJvm Storing 4 local uris as blobs (http://localhost:42599/api/blob/Ap%2FaWwwwZjRYBKIwEGx2EGC%2FAz1u4U%2F62d%2FYj%2FO8QJQ%3D, http://localhost:42599/api/blob/6%2BcWyQhOQwzysWkefC0X5vCHnGtpmL%2FoKqaXFekaMSc%3D, http://localhost:42599/api/blob/BHSuwMVjvuX0%2FzKMhkyXeK3eAdARBuWUFC5XOVL18W4%3D, http://localhost:42599/api/blob/PPHogjDxjkvCzVYdH%2FPqT%2BEVJ50nfcPnxxL9PAuW194%3D) ?@NApr 23, 2025 2:32:08 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@DFINE: FINER UstadCache - UstadCache(client): storerequest 4 entries ?@NApr 23, 2025 2:32:08 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42599/api/blob/Ap%2FaWwwwZjRYBKIwEGx2EGC%2FAz1u4U%2F62d%2FYj%2FO8QJQ%3D to /tmp/junit12111668631047454110/client-server-httpfiles/tmpWork/1.tmp (integrity=sha256-Ap/aWwwwZjRYBKIwEGx2EGC/Az1u4U/62d/Yj/O8QJQ=) ?@NApr 23, 2025 2:32:08 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42599/api/blob/6%2BcWyQhOQwzysWkefC0X5vCHnGtpmL%2FoKqaXFekaMSc%3D to /tmp/junit12111668631047454110/client-server-httpfiles/tmpWork/2.tmp (integrity=sha256-6+cWyQhOQwzysWkefC0X5vCHnGtpmL/oKqaXFekaMSc=) ?@NApr 23, 2025 2:32:08 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42599/api/blob/BHSuwMVjvuX0%2FzKMhkyXeK3eAdARBuWUFC5XOVL18W4%3D to /tmp/junit12111668631047454110/client-server-httpfiles/tmpWork/3.tmp (integrity=sha256-BHSuwMVjvuX0/zKMhkyXeK3eAdARBuWUFC5XOVL18W4=) ?@NApr 23, 2025 2:32:08 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42599/api/blob/PPHogjDxjkvCzVYdH%2FPqT%2BEVJ50nfcPnxxL9PAuW194%3D to /tmp/junit12111668631047454110/client-server-httpfiles/tmpWork/4.tmp (integrity=sha256-PPHogjDxjkvCzVYdH/PqT+EVJ50nfcPnxxL9PAuW194=) ?@NApr 23, 2025 2:32:08 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@OFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 4 entries ?@NApr 23, 2025 2:32:08 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@BFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?@NApr 23, 2025 2:32:08 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FFINE: FINER UstadCache - UstadCache(client): db transaction completed ?@NApr 23, 2025 2:32:08 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit12111668631047454110/client-tmproot-server/52ec5b90-4f3d-45bf-bfc7-ac1f7c669a23 ?@NApr 23, 2025 2:32:08 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit12111668631047454110/client-tmproot-server/68c5880e-f63f-4f39-b673-1fb61adf9cfc ?@NApr 23, 2025 2:32:08 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit12111668631047454110/client-tmproot-server/f8ea3c2e-9441-44e2-bda7-a2e57f34ee70 ?@NApr 23, 2025 2:32:08 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit12111668631047454110/client-tmproot-server/11fa9384-0ce0-4f31-b455-de650ee8bb7b ?@NApr 23, 2025 2:32:08 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@DFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?@NApr 23, 2025 2:32:08 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42599/api/content/719727979095683072/_ustadmanifest.json to /tmp/junit12111668631047454110/client-server-httpfiles/tmpWork/5.tmp (integrity=sha256-J2Pf16UDthT2BCt2wYfsCemJAQxv2lvrPR1bKis5qRw=) ?@NApr 23, 2025 2:32:08 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@OFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?@NApr 23, 2025 2:32:08 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@BFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?@NApr 23, 2025 2:32:08 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FFINE: FINER UstadCache - UstadCache(client): db transaction completed ?@NApr 23, 2025 2:32:08 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #4 : SQLite Change Tracker: Changed tables=[ContentEntryImportJob] ?@NApr 23, 2025 2:32:08 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #5 : SQLite Change Tracker: Changed tables=[ContentEntryVersion] ?@NApr 23, 2025 2:32:08 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: GET http://localhost:42599/api/content/719727979095683072/_ustadmanifest.json ?@NApr 23, 2025 2:32:08 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42599/api/content/719727979095683072/_ustadmanifest.json ?@NApr 23, 2025 2:32:08 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42599/api/content/719727979095683072/_ustadmanifest.json ?@NApr 23, 2025 2:32:08 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@}FINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42599/api/content/719727979095683072/_ustadmanifest.json ?@NApr 23, 2025 2:32:08 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINE: FINER UstadCache - OKHttp-CacheInterceptor: HIT(valid) http://localhost:42599/api/content/719727979095683072/_ustadmanifest.json 200 OK (contentType=application/json, content-encoding=identity content-length=1654) ?@NApr 23, 2025 2:32:08 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINEST: FINEST UstadCache - UstadCache(client): add retention locks for http://localhost:42599/api/blob/Ap%2FaWwwwZjRYBKIwEGx2EGC%2FAz1u4U%2F62d%2FYj%2FO8QJQ%3D, http://localhost:42599/api/blob/6%2BcWyQhOQwzysWkefC0X5vCHnGtpmL%2FoKqaXFekaMSc%3D, http://localhost:42599/api/blob/BHSuwMVjvuX0%2FzKMhkyXeK3eAdARBuWUFC5XOVL18W4%3D, http://localhost:42599/api/blob/PPHogjDxjkvCzVYdH%2FPqT%2BEVJ50nfcPnxxL9PAuW194%3D, http://localhost:42599/api/content/719727979095683072/_ustadmanifest.json ?@NApr 23, 2025 2:32:08 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42599/api/blob/Ap%2FaWwwwZjRYBKIwEGx2EGC%2FAz1u4U%2F62d%2FYj%2FO8QJQ%3D) /tmp/junit12111668631047454110/client-server-httpfiles/cache/762734e9-ccc3-43a3-93d9-6d2f0e747cc1 -> /tmp/junit12111668631047454110/client-server-httpfiles/persistent/762734e9-ccc3-43a3-93d9-6d2f0e747cc1 ?@NApr 23, 2025 2:32:08 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42599/api/blob/6%2BcWyQhOQwzysWkefC0X5vCHnGtpmL%2FoKqaXFekaMSc%3D) /tmp/junit12111668631047454110/client-server-httpfiles/cache/62ccb89e-9ffb-4b80-a964-515f1fc9515f -> /tmp/junit12111668631047454110/client-server-httpfiles/persistent/62ccb89e-9ffb-4b80-a964-515f1fc9515f ?@NApr 23, 2025 2:32:08 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42599/api/blob/BHSuwMVjvuX0%2FzKMhkyXeK3eAdARBuWUFC5XOVL18W4%3D) /tmp/junit12111668631047454110/client-server-httpfiles/cache/1b571e13-9f45-4d10-8a92-7dcaf440a692 -> /tmp/junit12111668631047454110/client-server-httpfiles/persistent/1b571e13-9f45-4d10-8a92-7dcaf440a692 ?@NApr 23, 2025 2:32:08 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42599/api/blob/PPHogjDxjkvCzVYdH%2FPqT%2BEVJ50nfcPnxxL9PAuW194%3D) /tmp/junit12111668631047454110/client-server-httpfiles/cache/ed2b1a93-904e-45a1-8f12-947ac7fdbfb3 -> /tmp/junit12111668631047454110/client-server-httpfiles/persistent/ed2b1a93-904e-45a1-8f12-947ac7fdbfb3 ?@NApr 23, 2025 2:32:08 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42599/api/content/719727979095683072/_ustadmanifest.json) /tmp/junit12111668631047454110/client-server-httpfiles/cache/2927106f-1fcb-465a-9132-b4633483df0e -> /tmp/junit12111668631047454110/client-server-httpfiles/persistent/2927106f-1fcb-465a-9132-b4633483df0e ?@NApr 23, 2025 2:32:08 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42599/api/blob/Ap%2FaWwwwZjRYBKIwEGx2EGC%2FAz1u4U%2F62d%2FYj%2FO8QJQ%3D ?@NApr 23, 2025 2:32:08 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42599/api/blob/Ap%2FaWwwwZjRYBKIwEGx2EGC%2FAz1u4U%2F62d%2FYj%2FO8QJQ%3D ?@NApr 23, 2025 2:32:08 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42599/api/blob/Ap%2FaWwwwZjRYBKIwEGx2EGC%2FAz1u4U%2F62d%2FYj%2FO8QJQ%3D ?@NApr 23, 2025 2:32:08 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42599/api/blob/6%2BcWyQhOQwzysWkefC0X5vCHnGtpmL%2FoKqaXFekaMSc%3D ?@NApr 23, 2025 2:32:08 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42599/api/blob/6%2BcWyQhOQwzysWkefC0X5vCHnGtpmL%2FoKqaXFekaMSc%3D ?@NApr 23, 2025 2:32:08 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42599/api/blob/6%2BcWyQhOQwzysWkefC0X5vCHnGtpmL%2FoKqaXFekaMSc%3D ?@NApr 23, 2025 2:32:08 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42599/api/blob/BHSuwMVjvuX0%2FzKMhkyXeK3eAdARBuWUFC5XOVL18W4%3D ?@NApr 23, 2025 2:32:08 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42599/api/blob/BHSuwMVjvuX0%2FzKMhkyXeK3eAdARBuWUFC5XOVL18W4%3D ?@NApr 23, 2025 2:32:08 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42599/api/blob/BHSuwMVjvuX0%2FzKMhkyXeK3eAdARBuWUFC5XOVL18W4%3D ?@NApr 23, 2025 2:32:08 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42599/api/blob/PPHogjDxjkvCzVYdH%2FPqT%2BEVJ50nfcPnxxL9PAuW194%3D ?@NApr 23, 2025 2:32:08 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42599/api/blob/PPHogjDxjkvCzVYdH%2FPqT%2BEVJ50nfcPnxxL9PAuW194%3D ?@NApr 23, 2025 2:32:08 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42599/api/blob/PPHogjDxjkvCzVYdH%2FPqT%2BEVJ50nfcPnxxL9PAuW194%3D ?@NApr 23, 2025 2:32:08 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42599/api/content/719727979095683072/_ustadmanifest.json ?@NApr 23, 2025 2:32:08 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42599/api/content/719727979095683072/_ustadmanifest.json ?@NApr 23, 2025 2:32:08 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@}FINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42599/api/content/719727979095683072/_ustadmanifest.json ?@NApr 23, 2025 2:32:08 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #6 : SQLite Change Tracker: Changed tables=[TransferJob, TransferJobItem] ?@NApr 23, 2025 2:32:08 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINE: FINER EnqueueBlobUploadClientUseCaseJvm$invoke - EnqueueBlobUploadClientUseCase(a272501c-af6f-4de1-baf5-123dc6e21280): scheduled job #1 via quartz ?@NApr 23, 2025 2:32:08 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINE: FINER DoorLog - [DoorRepositoryReplicationClient - http://localhost:42599/UmAppDatabase/ - endpoint=http://localhost:42599/UmAppDatabase/] init ?@NApr 23, 2025 2:32:08 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: GET http://localhost:42599/UmAppDatabase/replication/sse?door-node=7807095109844132943%2Fe6e0057c-49a0-4ee8-8300-ec88126bf84f ?@NApr 23, 2025 2:32:08 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:42599/UmAppDatabase/replication/ackAndGetPendingReplications ?@NApr 23, 2025 2:32:08 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42599/UmAppDatabase/replication/sse?door-node=7807095109844132943%2Fe6e0057c-49a0-4ee8-8300-ec88126bf84f ?@NApr 23, 2025 2:32:08 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42599/UmAppDatabase/replication/sse?door-node=7807095109844132943%2Fe6e0057c-49a0-4ee8-8300-ec88126bf84f ?@NApr 23, 2025 2:32:08 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINE: FINER UstadCache - UstadCache(client): MISS http://localhost:42599/UmAppDatabase/replication/sse?door-node=7807095109844132943%2Fe6e0057c-49a0-4ee8-8300-ec88126bf84f ?@NApr 23, 2025 2:32:08 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINE: FINER UstadCache - OKHttp-CacheInterceptor: NOSTORE http://localhost:42599/UmAppDatabase/replication/sse?door-node=7807095109844132943%2Fe6e0057c-49a0-4ee8-8300-ec88126bf84f 200 OK (contentType=text/event-stream; charset=UTF-8, content-encoding=null content-length=-1) ?@NApr 23, 2025 2:32:08 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #8 : SQLite Change Tracker: Changed tables=[PendingRepositorySession] ?@NApr 23, 2025 2:32:08 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@}FINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: GET http://localhost:42599/UmAppDatabase/replication/nodeId ?@NApr 23, 2025 2:32:08 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@mINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42599/UmAppDatabase/replication/nodeId ?@NApr 23, 2025 2:32:08 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@mINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42599/UmAppDatabase/replication/nodeId ?@NApr 23, 2025 2:32:08 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@ZFINE: FINER BlobUploadClientUseCaseJvm$invoke - BlobUploadClientUseCaseJvm (#1): starting ?@NApr 23, 2025 2:32:08 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42599/api/blob/Ap%2FaWwwwZjRYBKIwEGx2EGC%2FAz1u4U%2F62d%2FYj%2FO8QJQ%3D ?@NApr 23, 2025 2:32:08 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42599/api/blob/Ap%2FaWwwwZjRYBKIwEGx2EGC%2FAz1u4U%2F62d%2FYj%2FO8QJQ%3D ?@NApr 23, 2025 2:32:08 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@jFINE: FINER UstadCache - UstadCache(client): MISS http://localhost:42599/UmAppDatabase/replication/nodeId ?@NApr 23, 2025 2:32:08 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42599/api/blob/Ap%2FaWwwwZjRYBKIwEGx2EGC%2FAz1u4U%2F62d%2FYj%2FO8QJQ%3D ?@NApr 23, 2025 2:32:08 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42599/api/blob/6%2BcWyQhOQwzysWkefC0X5vCHnGtpmL%2FoKqaXFekaMSc%3D ?@NApr 23, 2025 2:32:08 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42599/api/blob/6%2BcWyQhOQwzysWkefC0X5vCHnGtpmL%2FoKqaXFekaMSc%3D ?@NApr 23, 2025 2:32:08 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42599/api/blob/6%2BcWyQhOQwzysWkefC0X5vCHnGtpmL%2FoKqaXFekaMSc%3D ?@NApr 23, 2025 2:32:08 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42599/api/blob/BHSuwMVjvuX0%2FzKMhkyXeK3eAdARBuWUFC5XOVL18W4%3D ?@NApr 23, 2025 2:32:08 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42599/api/blob/BHSuwMVjvuX0%2FzKMhkyXeK3eAdARBuWUFC5XOVL18W4%3D ?@NApr 23, 2025 2:32:08 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42599/api/blob/BHSuwMVjvuX0%2FzKMhkyXeK3eAdARBuWUFC5XOVL18W4%3D ?@NApr 23, 2025 2:32:08 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42599/api/blob/PPHogjDxjkvCzVYdH%2FPqT%2BEVJ50nfcPnxxL9PAuW194%3D ?@NApr 23, 2025 2:32:08 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42599/api/blob/PPHogjDxjkvCzVYdH%2FPqT%2BEVJ50nfcPnxxL9PAuW194%3D ?@NApr 23, 2025 2:32:08 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42599/api/blob/PPHogjDxjkvCzVYdH%2FPqT%2BEVJ50nfcPnxxL9PAuW194%3D ?@NApr 23, 2025 2:32:08 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42599/api/content/719727979095683072/_ustadmanifest.json ?@NApr 23, 2025 2:32:08 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42599/api/content/719727979095683072/_ustadmanifest.json ?@NApr 23, 2025 2:32:08 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@}FINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42599/api/content/719727979095683072/_ustadmanifest.json ?@NApr 23, 2025 2:32:08 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINE: FINER UstadCache - OKHttp-CacheInterceptor: NOSTORE http://localhost:42599/UmAppDatabase/replication/nodeId 204 No Content (contentType=text/plain, content-encoding=null content-length=-1) ?@NApr 23, 2025 2:32:08 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@xFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:42599/api/blob/upload-init-batch ?@NApr 23, 2025 2:32:08 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINE: FINER BlobUploadServerUseCase$onStartUploadSession - BlobUploadServerUseCase#onStartUploadSession(upload a272501c-af6f-4de1-baf5-123dc6e21280): batch upload init: Client list 5 blobs. 5 uploads pending (0 partial) ?@NApr 23, 2025 2:32:08 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(92dd0041-8be4-4dda-9a23-b0562ce70bee): Uploading 461 bytes in 1 chunks to http://localhost:42599/api/blob/upload-batch-data starting from byte=0 ?@NApr 23, 2025 2:32:08 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42599/api/blob/Ap%2FaWwwwZjRYBKIwEGx2EGC%2FAz1u4U%2F62d%2FYj%2FO8QJQ%3D ?@NApr 23, 2025 2:32:08 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42599/api/blob/Ap%2FaWwwwZjRYBKIwEGx2EGC%2FAz1u4U%2F62d%2FYj%2FO8QJQ%3D ?@NApr 23, 2025 2:32:08 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42599/api/blob/Ap%2FaWwwwZjRYBKIwEGx2EGC%2FAz1u4U%2F62d%2FYj%2FO8QJQ%3D ?@NApr 23, 2025 2:32:08 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@xFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:42599/api/blob/upload-batch-data ?@NApr 23, 2025 2:32:08 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #11 : SQLite Change Tracker: Changed tables=[PendingRepositorySession] ?@NApr 23, 2025 2:32:08 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(92dd0041-8be4-4dda-9a23-b0562ce70bee) receive request ?@NApr 23, 2025 2:32:08 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(92dd0041-8be4-4dda-9a23-b0562ce70bee) receive request ?@NApr 23, 2025 2:32:08 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(92dd0041-8be4-4dda-9a23-b0562ce70bee) appended chunk (isFinal=true) to /tmp/junit12111668631047454110/server-tmproot-server/blob-upload-server/92dd0041-8be4-4dda-9a23-b0562ce70bee ?@NApr 23, 2025 2:32:08 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@DFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?@NApr 23, 2025 2:32:08 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42599/api/blob/Ap%2FaWwwwZjRYBKIwEGx2EGC%2FAz1u4U%2F62d%2FYj%2FO8QJQ%3D to /tmp/junit12111668631047454110/server-server-httpfiles/tmpWork/1.tmp (integrity=sha256-Ap/aWwwwZjRYBKIwEGx2EGC/Az1u4U/62d/Yj/O8QJQ=) ?@NApr 23, 2025 2:32:08 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@OFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?@NApr 23, 2025 2:32:08 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@BFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?@NApr 23, 2025 2:32:08 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FFINE: FINER UstadCache - UstadCache(client): db transaction completed ?@NApr 23, 2025 2:32:08 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(92dd0041-8be4-4dda-9a23-b0562ce70bee): Upload complete of 461 bytes in 1 chunks to http://localhost:42599/api/blob/upload-batch-data ?@NApr 23, 2025 2:32:08 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1745411528807) for http://localhost:42599/api/blob/Ap%2FaWwwwZjRYBKIwEGx2EGC%2FAz1u4U%2F62d%2FYj%2FO8QJQ%3D ?@NApr 23, 2025 2:32:08 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1745411528807http://localhost:42599/api/blob/Ap%2FaWwwwZjRYBKIwEGx2EGC%2FAz1u4U%2F62d%2FYj%2FO8QJQ%3D ?@NApr 23, 2025 2:32:08 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42599/api/blob/Ap%2FaWwwwZjRYBKIwEGx2EGC%2FAz1u4U%2F62d%2FYj%2FO8QJQ%3D) /tmp/junit12111668631047454110/client-server-httpfiles/persistent/762734e9-ccc3-43a3-93d9-6d2f0e747cc1 -> /tmp/junit12111668631047454110/client-server-httpfiles/cache/762734e9-ccc3-43a3-93d9-6d2f0e747cc1 ?@NApr 23, 2025 2:32:08 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(6cfb93b2-cba4-4110-aab5-93ca40e9bb4c): Uploading 210 bytes in 1 chunks to http://localhost:42599/api/blob/upload-batch-data starting from byte=0 ?@NApr 23, 2025 2:32:08 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42599/api/blob/6%2BcWyQhOQwzysWkefC0X5vCHnGtpmL%2FoKqaXFekaMSc%3D ?@NApr 23, 2025 2:32:08 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42599/api/blob/6%2BcWyQhOQwzysWkefC0X5vCHnGtpmL%2FoKqaXFekaMSc%3D ?@NApr 23, 2025 2:32:08 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42599/api/blob/6%2BcWyQhOQwzysWkefC0X5vCHnGtpmL%2FoKqaXFekaMSc%3D ?@NApr 23, 2025 2:32:08 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@xFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:42599/api/blob/upload-batch-data ?@NApr 23, 2025 2:32:08 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #12 : SQLite Change Tracker: Changed tables=[] ?@NApr 23, 2025 2:32:08 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(6cfb93b2-cba4-4110-aab5-93ca40e9bb4c) receive request ?@NApr 23, 2025 2:32:08 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(6cfb93b2-cba4-4110-aab5-93ca40e9bb4c) receive request ?@NApr 23, 2025 2:32:08 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(6cfb93b2-cba4-4110-aab5-93ca40e9bb4c) appended chunk (isFinal=true) to /tmp/junit12111668631047454110/server-tmproot-server/blob-upload-server/6cfb93b2-cba4-4110-aab5-93ca40e9bb4c ?@NApr 23, 2025 2:32:08 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@DFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?@NApr 23, 2025 2:32:08 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42599/api/blob/6%2BcWyQhOQwzysWkefC0X5vCHnGtpmL%2FoKqaXFekaMSc%3D to /tmp/junit12111668631047454110/server-server-httpfiles/tmpWork/2.tmp (integrity=sha256-6+cWyQhOQwzysWkefC0X5vCHnGtpmL/oKqaXFekaMSc=) ?@NApr 23, 2025 2:32:08 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@OFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?@NApr 23, 2025 2:32:08 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@BFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?@NApr 23, 2025 2:32:08 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FFINE: FINER UstadCache - UstadCache(client): db transaction completed ?@NApr 23, 2025 2:32:08 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(6cfb93b2-cba4-4110-aab5-93ca40e9bb4c): Upload complete of 210 bytes in 1 chunks to http://localhost:42599/api/blob/upload-batch-data ?@NApr 23, 2025 2:32:08 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1745411528808) for http://localhost:42599/api/blob/6%2BcWyQhOQwzysWkefC0X5vCHnGtpmL%2FoKqaXFekaMSc%3D ?@NApr 23, 2025 2:32:08 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1745411528808http://localhost:42599/api/blob/6%2BcWyQhOQwzysWkefC0X5vCHnGtpmL%2FoKqaXFekaMSc%3D ?@NApr 23, 2025 2:32:08 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42599/api/blob/6%2BcWyQhOQwzysWkefC0X5vCHnGtpmL%2FoKqaXFekaMSc%3D) /tmp/junit12111668631047454110/client-server-httpfiles/persistent/62ccb89e-9ffb-4b80-a964-515f1fc9515f -> /tmp/junit12111668631047454110/client-server-httpfiles/cache/62ccb89e-9ffb-4b80-a964-515f1fc9515f ?@NApr 23, 2025 2:32:08 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(ac28ff16-b798-4402-b84e-209d471d56fe): Uploading 127481 bytes in 13 chunks to http://localhost:42599/api/blob/upload-batch-data starting from byte=0 ?@NApr 23, 2025 2:32:08 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42599/api/blob/BHSuwMVjvuX0%2FzKMhkyXeK3eAdARBuWUFC5XOVL18W4%3D ?@NApr 23, 2025 2:32:08 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42599/api/blob/BHSuwMVjvuX0%2FzKMhkyXeK3eAdARBuWUFC5XOVL18W4%3D ?@NApr 23, 2025 2:32:08 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42599/api/blob/BHSuwMVjvuX0%2FzKMhkyXeK3eAdARBuWUFC5XOVL18W4%3D ?@NApr 23, 2025 2:32:08 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@xFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:42599/api/blob/upload-batch-data ?@NApr 23, 2025 2:32:08 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(ac28ff16-b798-4402-b84e-209d471d56fe) receive request ?@NApr 23, 2025 2:32:08 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(ac28ff16-b798-4402-b84e-209d471d56fe) receive request ?@NApr 23, 2025 2:32:08 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(ac28ff16-b798-4402-b84e-209d471d56fe) appended chunk (isFinal=false) to /tmp/junit12111668631047454110/server-tmproot-server/blob-upload-server/ac28ff16-b798-4402-b84e-209d471d56fe ?@NApr 23, 2025 2:32:08 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42599/api/blob/BHSuwMVjvuX0%2FzKMhkyXeK3eAdARBuWUFC5XOVL18W4%3D ?@NApr 23, 2025 2:32:08 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42599/api/blob/BHSuwMVjvuX0%2FzKMhkyXeK3eAdARBuWUFC5XOVL18W4%3D ?@NApr 23, 2025 2:32:08 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42599/api/blob/BHSuwMVjvuX0%2FzKMhkyXeK3eAdARBuWUFC5XOVL18W4%3D ?@NApr 23, 2025 2:32:08 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@xFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:42599/api/blob/upload-batch-data ?@NApr 23, 2025 2:32:08 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINE: FINER SaveLocalUriAndManifestUploadIntegrationTest$givenValidXapiFile_whenUploadInterrupted_thenWillRetry$interceptor$invokeSuspend - Interceptor Force Fail: ac28ff16-b798-4402-b84e-209d471d56fe ?@NApr 23, 2025 2:32:08 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@SEVERE: SEVERE ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(ac28ff16-b798-4402-b84e-209d471d56fe): Exception uploading ?@io.ktor.client.plugins.ServerResponseException: Server error(POST http://localhost:42599/api/blob/upload-batch-data: 500 Internal Server Error. Text: "Interceptor Force Fail!" ?@ at io.ktor.client.plugins.DefaultResponseValidationKt$addDefaultResponseValidation$1$1.invokeSuspend(DefaultResponseValidation.kt:55) ?@} at io.ktor.client.plugins.DefaultResponseValidationKt$addDefaultResponseValidation$1$1.invoke(DefaultResponseValidation.kt) ?@} at io.ktor.client.plugins.DefaultResponseValidationKt$addDefaultResponseValidation$1$1.invoke(DefaultResponseValidation.kt) ?@W at io.ktor.client.plugins.HttpCallValidator.validateResponse(HttpCallValidator.kt:51) ?@^ at io.ktor.client.plugins.HttpCallValidator.access$validateResponse(HttpCallValidator.kt:43) ?@i at io.ktor.client.plugins.HttpCallValidator$Companion$install$3.invokeSuspend(HttpCallValidator.kt:152) ?@[ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) ?@A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104) ?@W at kotlinx.coroutines.internal.LimitedDispatcher$Worker.run(LimitedDispatcher.kt:111) ?@< at kotlinx.coroutines.scheduling.TaskImpl.run(Tasks.kt:99) ?@Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) ?@c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) ?@a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) ?@[ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693) ?@ ?@NApr 23, 2025 2:32:08 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@SEVERE: SEVERE ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(ac28ff16-b798-4402-b84e-209d471d56fe): Exception uploading ?@io.ktor.client.plugins.ServerResponseException: Server error(POST http://localhost:42599/api/blob/upload-batch-data: 500 Internal Server Error. Text: "Interceptor Force Fail!" ?@ at io.ktor.client.plugins.DefaultResponseValidationKt$addDefaultResponseValidation$1$1.invokeSuspend(DefaultResponseValidation.kt:55) ?@} at io.ktor.client.plugins.DefaultResponseValidationKt$addDefaultResponseValidation$1$1.invoke(DefaultResponseValidation.kt) ?@} at io.ktor.client.plugins.DefaultResponseValidationKt$addDefaultResponseValidation$1$1.invoke(DefaultResponseValidation.kt) ?@W at io.ktor.client.plugins.HttpCallValidator.validateResponse(HttpCallValidator.kt:51) ?@^ at io.ktor.client.plugins.HttpCallValidator.access$validateResponse(HttpCallValidator.kt:43) ?@i at io.ktor.client.plugins.HttpCallValidator$Companion$install$3.invokeSuspend(HttpCallValidator.kt:152) ?@[ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) ?@A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104) ?@W at kotlinx.coroutines.internal.LimitedDispatcher$Worker.run(LimitedDispatcher.kt:111) ?@< at kotlinx.coroutines.scheduling.TaskImpl.run(Tasks.kt:99) ?@Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) ?@c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) ?@a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) ?@[ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693) ?@ ?@NApr 23, 2025 2:32:08 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@SEVERE: SEVERE BlobUploadClientUseCaseJvm$invoke$invokeSuspend - BlobUploadClientUseCaseJvm (#1): Exception. Attempt has failed. ?@io.ktor.client.plugins.ServerResponseException: Server error(POST http://localhost:42599/api/blob/upload-batch-data: 500 Internal Server Error. Text: "Interceptor Force Fail!" ?@ at io.ktor.client.plugins.DefaultResponseValidationKt$addDefaultResponseValidation$1$1.invokeSuspend(DefaultResponseValidation.kt:55) ?@} at io.ktor.client.plugins.DefaultResponseValidationKt$addDefaultResponseValidation$1$1.invoke(DefaultResponseValidation.kt) ?@} at io.ktor.client.plugins.DefaultResponseValidationKt$addDefaultResponseValidation$1$1.invoke(DefaultResponseValidation.kt) ?@W at io.ktor.client.plugins.HttpCallValidator.validateResponse(HttpCallValidator.kt:51) ?@^ at io.ktor.client.plugins.HttpCallValidator.access$validateResponse(HttpCallValidator.kt:43) ?@i at io.ktor.client.plugins.HttpCallValidator$Companion$install$3.invokeSuspend(HttpCallValidator.kt:152) ?@[ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) ?@A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104) ?@W at kotlinx.coroutines.internal.LimitedDispatcher$Worker.run(LimitedDispatcher.kt:111) ?@< at kotlinx.coroutines.scheduling.TaskImpl.run(Tasks.kt:99) ?@Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) ?@c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) ?@a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) ?@[ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693) ?@ ?@NApr 23, 2025 2:32:08 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@SEVERE: SEVERE BlobUploadClientUseCaseJvm$invoke$invokeSuspend - BlobUploadClientUseCaseJvm (#1): Exception. Attempt has failed. ?@io.ktor.client.plugins.ServerResponseException: Server error(POST http://localhost:42599/api/blob/upload-batch-data: 500 Internal Server Error. Text: "Interceptor Force Fail!" ?@ at io.ktor.client.plugins.DefaultResponseValidationKt$addDefaultResponseValidation$1$1.invokeSuspend(DefaultResponseValidation.kt:55) ?@} at io.ktor.client.plugins.DefaultResponseValidationKt$addDefaultResponseValidation$1$1.invoke(DefaultResponseValidation.kt) ?@} at io.ktor.client.plugins.DefaultResponseValidationKt$addDefaultResponseValidation$1$1.invoke(DefaultResponseValidation.kt) ?@W at io.ktor.client.plugins.HttpCallValidator.validateResponse(HttpCallValidator.kt:51) ?@^ at io.ktor.client.plugins.HttpCallValidator.access$validateResponse(HttpCallValidator.kt:43) ?@i at io.ktor.client.plugins.HttpCallValidator$Companion$install$3.invokeSuspend(HttpCallValidator.kt:152) ?@[ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) ?@A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104) ?@W at kotlinx.coroutines.internal.LimitedDispatcher$Worker.run(LimitedDispatcher.kt:111) ?@< at kotlinx.coroutines.scheduling.TaskImpl.run(Tasks.kt:99) ?@Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) ?@c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) ?@a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) ?@[ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693) ?@ ?@NApr 23, 2025 2:32:08 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #13 : SQLite Change Tracker: Changed tables=[TransferJobItem] ?@NApr 23, 2025 2:32:08 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #15 : SQLite Change Tracker: Changed tables=[TransferJobError] ?@NApr 23, 2025 2:32:08 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@gFINE: FINER SchedulerExtKt$scheduleRetryOrThrow - scheduleRetryOrThrow: attempt 1 failed, rescheduling ?@NApr 23, 2025 2:32:09 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@ZFINE: FINER BlobUploadClientUseCaseJvm$invoke - BlobUploadClientUseCaseJvm (#1): starting ?@NApr 23, 2025 2:32:09 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42599/api/blob/Ap%2FaWwwwZjRYBKIwEGx2EGC%2FAz1u4U%2F62d%2FYj%2FO8QJQ%3D ?@NApr 23, 2025 2:32:09 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42599/api/blob/Ap%2FaWwwwZjRYBKIwEGx2EGC%2FAz1u4U%2F62d%2FYj%2FO8QJQ%3D ?@NApr 23, 2025 2:32:09 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42599/api/blob/Ap%2FaWwwwZjRYBKIwEGx2EGC%2FAz1u4U%2F62d%2FYj%2FO8QJQ%3D ?@NApr 23, 2025 2:32:09 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42599/api/blob/6%2BcWyQhOQwzysWkefC0X5vCHnGtpmL%2FoKqaXFekaMSc%3D ?@NApr 23, 2025 2:32:09 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42599/api/blob/6%2BcWyQhOQwzysWkefC0X5vCHnGtpmL%2FoKqaXFekaMSc%3D ?@NApr 23, 2025 2:32:09 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42599/api/blob/6%2BcWyQhOQwzysWkefC0X5vCHnGtpmL%2FoKqaXFekaMSc%3D ?@NApr 23, 2025 2:32:09 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42599/api/blob/BHSuwMVjvuX0%2FzKMhkyXeK3eAdARBuWUFC5XOVL18W4%3D ?@NApr 23, 2025 2:32:09 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42599/api/blob/BHSuwMVjvuX0%2FzKMhkyXeK3eAdARBuWUFC5XOVL18W4%3D ?@NApr 23, 2025 2:32:09 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42599/api/blob/BHSuwMVjvuX0%2FzKMhkyXeK3eAdARBuWUFC5XOVL18W4%3D ?@NApr 23, 2025 2:32:09 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42599/api/blob/PPHogjDxjkvCzVYdH%2FPqT%2BEVJ50nfcPnxxL9PAuW194%3D ?@NApr 23, 2025 2:32:09 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42599/api/blob/PPHogjDxjkvCzVYdH%2FPqT%2BEVJ50nfcPnxxL9PAuW194%3D ?@NApr 23, 2025 2:32:09 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42599/api/blob/PPHogjDxjkvCzVYdH%2FPqT%2BEVJ50nfcPnxxL9PAuW194%3D ?@NApr 23, 2025 2:32:09 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42599/api/content/719727979095683072/_ustadmanifest.json ?@NApr 23, 2025 2:32:09 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42599/api/content/719727979095683072/_ustadmanifest.json ?@NApr 23, 2025 2:32:09 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@}FINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42599/api/content/719727979095683072/_ustadmanifest.json ?@NApr 23, 2025 2:32:09 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@xFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:42599/api/blob/upload-init-batch ?@NApr 23, 2025 2:32:09 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINE: FINER BlobUploadServerUseCase$onStartUploadSession - BlobUploadServerUseCase#onStartUploadSession(upload a272501c-af6f-4de1-baf5-123dc6e21280): batch upload init: Client list 5 blobs. 5 uploads pending (3 partial) ?@NApr 23, 2025 2:32:09 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINEST: FINEST BlobUploadServerUseCase$onStartUploadSession - BlobUploadServerUseCase#onStartUploadSession(upload a272501c-af6f-4de1-baf5-123dc6e21280): Partial uploads pending = http://localhost:42599/api/blob/Ap%2FaWwwwZjRYBKIwEGx2EGC%2FAz1u4U%2F62d%2FYj%2FO8QJQ%3D, http://localhost:42599/api/blob/6%2BcWyQhOQwzysWkefC0X5vCHnGtpmL%2FoKqaXFekaMSc%3D, http://localhost:42599/api/blob/BHSuwMVjvuX0%2FzKMhkyXeK3eAdARBuWUFC5XOVL18W4%3D ?@NApr 23, 2025 2:32:09 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(92dd0041-8be4-4dda-9a23-b0562ce70bee): Uploading 461 bytes in 1 chunks to http://localhost:42599/api/blob/upload-batch-data starting from byte=461 ?@NApr 23, 2025 2:32:09 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42599/api/blob/Ap%2FaWwwwZjRYBKIwEGx2EGC%2FAz1u4U%2F62d%2FYj%2FO8QJQ%3D ?@NApr 23, 2025 2:32:09 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42599/api/blob/Ap%2FaWwwwZjRYBKIwEGx2EGC%2FAz1u4U%2F62d%2FYj%2FO8QJQ%3D ?@NApr 23, 2025 2:32:09 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42599/api/blob/Ap%2FaWwwwZjRYBKIwEGx2EGC%2FAz1u4U%2F62d%2FYj%2FO8QJQ%3D ?@NApr 23, 2025 2:32:09 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@xFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:42599/api/blob/upload-batch-data ?@NApr 23, 2025 2:32:09 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(92dd0041-8be4-4dda-9a23-b0562ce70bee) receive request ?@NApr 23, 2025 2:32:09 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(92dd0041-8be4-4dda-9a23-b0562ce70bee) receive request ?@NApr 23, 2025 2:32:09 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(92dd0041-8be4-4dda-9a23-b0562ce70bee) appended chunk (isFinal=true) to /tmp/junit12111668631047454110/server-tmproot-server/blob-upload-server/92dd0041-8be4-4dda-9a23-b0562ce70bee ?@NApr 23, 2025 2:32:09 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@DFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?@NApr 23, 2025 2:32:09 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42599/api/blob/Ap%2FaWwwwZjRYBKIwEGx2EGC%2FAz1u4U%2F62d%2FYj%2FO8QJQ%3D to /tmp/junit12111668631047454110/server-server-httpfiles/tmpWork/3.tmp (integrity=sha256-Ap/aWwwwZjRYBKIwEGx2EGC/Az1u4U/62d/Yj/O8QJQ=) ?@NApr 23, 2025 2:32:09 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@OFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?@NApr 23, 2025 2:32:09 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@BFINE: FINER UstadCache - UstadCache(client): deleting 1 tmp files ?@NApr 23, 2025 2:32:09 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FFINE: FINER UstadCache - UstadCache(client): db transaction completed ?@NApr 23, 2025 2:32:09 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(92dd0041-8be4-4dda-9a23-b0562ce70bee): Upload complete of 461 bytes in 1 chunks to http://localhost:42599/api/blob/upload-batch-data ?@NApr 23, 2025 2:32:09 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1745411528807) for http://localhost:42599/api/blob/Ap%2FaWwwwZjRYBKIwEGx2EGC%2FAz1u4U%2F62d%2FYj%2FO8QJQ%3D ?@NApr 23, 2025 2:32:09 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1745411528807http://localhost:42599/api/blob/Ap%2FaWwwwZjRYBKIwEGx2EGC%2FAz1u4U%2F62d%2FYj%2FO8QJQ%3D ?@NApr 23, 2025 2:32:09 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(6cfb93b2-cba4-4110-aab5-93ca40e9bb4c): Uploading 210 bytes in 1 chunks to http://localhost:42599/api/blob/upload-batch-data starting from byte=210 ?@NApr 23, 2025 2:32:09 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42599/api/blob/6%2BcWyQhOQwzysWkefC0X5vCHnGtpmL%2FoKqaXFekaMSc%3D ?@NApr 23, 2025 2:32:09 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42599/api/blob/6%2BcWyQhOQwzysWkefC0X5vCHnGtpmL%2FoKqaXFekaMSc%3D ?@NApr 23, 2025 2:32:09 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42599/api/blob/6%2BcWyQhOQwzysWkefC0X5vCHnGtpmL%2FoKqaXFekaMSc%3D ?@NApr 23, 2025 2:32:09 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@xFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:42599/api/blob/upload-batch-data ?@NApr 23, 2025 2:32:09 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(6cfb93b2-cba4-4110-aab5-93ca40e9bb4c) receive request ?@NApr 23, 2025 2:32:09 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(6cfb93b2-cba4-4110-aab5-93ca40e9bb4c) receive request ?@NApr 23, 2025 2:32:09 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(6cfb93b2-cba4-4110-aab5-93ca40e9bb4c) appended chunk (isFinal=true) to /tmp/junit12111668631047454110/server-tmproot-server/blob-upload-server/6cfb93b2-cba4-4110-aab5-93ca40e9bb4c ?@NApr 23, 2025 2:32:09 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@DFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?@NApr 23, 2025 2:32:09 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42599/api/blob/6%2BcWyQhOQwzysWkefC0X5vCHnGtpmL%2FoKqaXFekaMSc%3D to /tmp/junit12111668631047454110/server-server-httpfiles/tmpWork/4.tmp (integrity=sha256-6+cWyQhOQwzysWkefC0X5vCHnGtpmL/oKqaXFekaMSc=) ?@NApr 23, 2025 2:32:09 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@OFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?@NApr 23, 2025 2:32:09 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@BFINE: FINER UstadCache - UstadCache(client): deleting 1 tmp files ?@NApr 23, 2025 2:32:09 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FFINE: FINER UstadCache - UstadCache(client): db transaction completed ?@NApr 23, 2025 2:32:09 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(6cfb93b2-cba4-4110-aab5-93ca40e9bb4c): Upload complete of 210 bytes in 1 chunks to http://localhost:42599/api/blob/upload-batch-data ?@NApr 23, 2025 2:32:09 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1745411528808) for http://localhost:42599/api/blob/6%2BcWyQhOQwzysWkefC0X5vCHnGtpmL%2FoKqaXFekaMSc%3D ?@NApr 23, 2025 2:32:09 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1745411528808http://localhost:42599/api/blob/6%2BcWyQhOQwzysWkefC0X5vCHnGtpmL%2FoKqaXFekaMSc%3D ?@NApr 23, 2025 2:32:09 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(ac28ff16-b798-4402-b84e-209d471d56fe): Uploading 127481 bytes in 12 chunks to http://localhost:42599/api/blob/upload-batch-data starting from byte=10000 ?@NApr 23, 2025 2:32:09 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42599/api/blob/BHSuwMVjvuX0%2FzKMhkyXeK3eAdARBuWUFC5XOVL18W4%3D ?@NApr 23, 2025 2:32:09 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42599/api/blob/BHSuwMVjvuX0%2FzKMhkyXeK3eAdARBuWUFC5XOVL18W4%3D ?@NApr 23, 2025 2:32:09 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42599/api/blob/BHSuwMVjvuX0%2FzKMhkyXeK3eAdARBuWUFC5XOVL18W4%3D ?@NApr 23, 2025 2:32:09 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@xFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:42599/api/blob/upload-batch-data ?@NApr 23, 2025 2:32:09 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(ac28ff16-b798-4402-b84e-209d471d56fe) receive request ?@NApr 23, 2025 2:32:09 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(ac28ff16-b798-4402-b84e-209d471d56fe) receive request ?@NApr 23, 2025 2:32:09 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(ac28ff16-b798-4402-b84e-209d471d56fe) appended chunk (isFinal=false) to /tmp/junit12111668631047454110/server-tmproot-server/blob-upload-server/ac28ff16-b798-4402-b84e-209d471d56fe ?@NApr 23, 2025 2:32:09 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42599/api/blob/BHSuwMVjvuX0%2FzKMhkyXeK3eAdARBuWUFC5XOVL18W4%3D ?@NApr 23, 2025 2:32:09 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42599/api/blob/BHSuwMVjvuX0%2FzKMhkyXeK3eAdARBuWUFC5XOVL18W4%3D ?@NApr 23, 2025 2:32:09 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42599/api/blob/BHSuwMVjvuX0%2FzKMhkyXeK3eAdARBuWUFC5XOVL18W4%3D ?@NApr 23, 2025 2:32:09 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@xFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:42599/api/blob/upload-batch-data ?@NApr 23, 2025 2:32:09 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(ac28ff16-b798-4402-b84e-209d471d56fe) receive request ?@NApr 23, 2025 2:32:09 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(ac28ff16-b798-4402-b84e-209d471d56fe) receive request ?@NApr 23, 2025 2:32:09 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(ac28ff16-b798-4402-b84e-209d471d56fe) appended chunk (isFinal=false) to /tmp/junit12111668631047454110/server-tmproot-server/blob-upload-server/ac28ff16-b798-4402-b84e-209d471d56fe ?@NApr 23, 2025 2:32:09 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42599/api/blob/BHSuwMVjvuX0%2FzKMhkyXeK3eAdARBuWUFC5XOVL18W4%3D ?@NApr 23, 2025 2:32:09 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42599/api/blob/BHSuwMVjvuX0%2FzKMhkyXeK3eAdARBuWUFC5XOVL18W4%3D ?@NApr 23, 2025 2:32:09 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42599/api/blob/BHSuwMVjvuX0%2FzKMhkyXeK3eAdARBuWUFC5XOVL18W4%3D ?@NApr 23, 2025 2:32:09 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@xFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:42599/api/blob/upload-batch-data ?@NApr 23, 2025 2:32:09 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(ac28ff16-b798-4402-b84e-209d471d56fe) receive request ?@NApr 23, 2025 2:32:09 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(ac28ff16-b798-4402-b84e-209d471d56fe) receive request ?@NApr 23, 2025 2:32:09 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(ac28ff16-b798-4402-b84e-209d471d56fe) appended chunk (isFinal=false) to /tmp/junit12111668631047454110/server-tmproot-server/blob-upload-server/ac28ff16-b798-4402-b84e-209d471d56fe ?@NApr 23, 2025 2:32:09 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42599/api/blob/BHSuwMVjvuX0%2FzKMhkyXeK3eAdARBuWUFC5XOVL18W4%3D ?@NApr 23, 2025 2:32:09 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42599/api/blob/BHSuwMVjvuX0%2FzKMhkyXeK3eAdARBuWUFC5XOVL18W4%3D ?@NApr 23, 2025 2:32:09 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42599/api/blob/BHSuwMVjvuX0%2FzKMhkyXeK3eAdARBuWUFC5XOVL18W4%3D ?@NApr 23, 2025 2:32:09 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@xFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:42599/api/blob/upload-batch-data ?@NApr 23, 2025 2:32:09 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(ac28ff16-b798-4402-b84e-209d471d56fe) receive request ?@NApr 23, 2025 2:32:09 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(ac28ff16-b798-4402-b84e-209d471d56fe) receive request ?@NApr 23, 2025 2:32:09 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(ac28ff16-b798-4402-b84e-209d471d56fe) appended chunk (isFinal=false) to /tmp/junit12111668631047454110/server-tmproot-server/blob-upload-server/ac28ff16-b798-4402-b84e-209d471d56fe ?@NApr 23, 2025 2:32:09 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42599/api/blob/BHSuwMVjvuX0%2FzKMhkyXeK3eAdARBuWUFC5XOVL18W4%3D ?@NApr 23, 2025 2:32:09 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42599/api/blob/BHSuwMVjvuX0%2FzKMhkyXeK3eAdARBuWUFC5XOVL18W4%3D ?@NApr 23, 2025 2:32:09 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42599/api/blob/BHSuwMVjvuX0%2FzKMhkyXeK3eAdARBuWUFC5XOVL18W4%3D ?@NApr 23, 2025 2:32:09 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@xFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:42599/api/blob/upload-batch-data ?@NApr 23, 2025 2:32:09 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(ac28ff16-b798-4402-b84e-209d471d56fe) receive request ?@NApr 23, 2025 2:32:09 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(ac28ff16-b798-4402-b84e-209d471d56fe) receive request ?@NApr 23, 2025 2:32:09 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(ac28ff16-b798-4402-b84e-209d471d56fe) appended chunk (isFinal=false) to /tmp/junit12111668631047454110/server-tmproot-server/blob-upload-server/ac28ff16-b798-4402-b84e-209d471d56fe ?@NApr 23, 2025 2:32:09 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42599/api/blob/BHSuwMVjvuX0%2FzKMhkyXeK3eAdARBuWUFC5XOVL18W4%3D ?@NApr 23, 2025 2:32:09 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42599/api/blob/BHSuwMVjvuX0%2FzKMhkyXeK3eAdARBuWUFC5XOVL18W4%3D ?@NApr 23, 2025 2:32:09 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42599/api/blob/BHSuwMVjvuX0%2FzKMhkyXeK3eAdARBuWUFC5XOVL18W4%3D ?@NApr 23, 2025 2:32:09 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@xFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:42599/api/blob/upload-batch-data ?@NApr 23, 2025 2:32:09 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(ac28ff16-b798-4402-b84e-209d471d56fe) receive request ?@NApr 23, 2025 2:32:09 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(ac28ff16-b798-4402-b84e-209d471d56fe) receive request ?@NApr 23, 2025 2:32:09 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(ac28ff16-b798-4402-b84e-209d471d56fe) appended chunk (isFinal=false) to /tmp/junit12111668631047454110/server-tmproot-server/blob-upload-server/ac28ff16-b798-4402-b84e-209d471d56fe ?@NApr 23, 2025 2:32:09 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42599/api/blob/BHSuwMVjvuX0%2FzKMhkyXeK3eAdARBuWUFC5XOVL18W4%3D ?@NApr 23, 2025 2:32:09 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42599/api/blob/BHSuwMVjvuX0%2FzKMhkyXeK3eAdARBuWUFC5XOVL18W4%3D ?@NApr 23, 2025 2:32:09 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42599/api/blob/BHSuwMVjvuX0%2FzKMhkyXeK3eAdARBuWUFC5XOVL18W4%3D ?@NApr 23, 2025 2:32:09 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@xFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:42599/api/blob/upload-batch-data ?@NApr 23, 2025 2:32:09 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(ac28ff16-b798-4402-b84e-209d471d56fe) receive request ?@NApr 23, 2025 2:32:09 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(ac28ff16-b798-4402-b84e-209d471d56fe) receive request ?@NApr 23, 2025 2:32:09 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(ac28ff16-b798-4402-b84e-209d471d56fe) appended chunk (isFinal=false) to /tmp/junit12111668631047454110/server-tmproot-server/blob-upload-server/ac28ff16-b798-4402-b84e-209d471d56fe ?@NApr 23, 2025 2:32:09 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42599/api/blob/BHSuwMVjvuX0%2FzKMhkyXeK3eAdARBuWUFC5XOVL18W4%3D ?@NApr 23, 2025 2:32:09 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42599/api/blob/BHSuwMVjvuX0%2FzKMhkyXeK3eAdARBuWUFC5XOVL18W4%3D ?@NApr 23, 2025 2:32:09 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42599/api/blob/BHSuwMVjvuX0%2FzKMhkyXeK3eAdARBuWUFC5XOVL18W4%3D ?@NApr 23, 2025 2:32:09 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@xFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:42599/api/blob/upload-batch-data ?@NApr 23, 2025 2:32:09 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(ac28ff16-b798-4402-b84e-209d471d56fe) receive request ?@NApr 23, 2025 2:32:09 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(ac28ff16-b798-4402-b84e-209d471d56fe) receive request ?@NApr 23, 2025 2:32:09 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(ac28ff16-b798-4402-b84e-209d471d56fe) appended chunk (isFinal=false) to /tmp/junit12111668631047454110/server-tmproot-server/blob-upload-server/ac28ff16-b798-4402-b84e-209d471d56fe ?@NApr 23, 2025 2:32:09 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42599/api/blob/BHSuwMVjvuX0%2FzKMhkyXeK3eAdARBuWUFC5XOVL18W4%3D ?@NApr 23, 2025 2:32:09 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42599/api/blob/BHSuwMVjvuX0%2FzKMhkyXeK3eAdARBuWUFC5XOVL18W4%3D ?@NApr 23, 2025 2:32:09 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42599/api/blob/BHSuwMVjvuX0%2FzKMhkyXeK3eAdARBuWUFC5XOVL18W4%3D ?@NApr 23, 2025 2:32:09 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@xFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:42599/api/blob/upload-batch-data ?@NApr 23, 2025 2:32:09 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(ac28ff16-b798-4402-b84e-209d471d56fe) receive request ?@NApr 23, 2025 2:32:09 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(ac28ff16-b798-4402-b84e-209d471d56fe) receive request ?@NApr 23, 2025 2:32:09 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(ac28ff16-b798-4402-b84e-209d471d56fe) appended chunk (isFinal=false) to /tmp/junit12111668631047454110/server-tmproot-server/blob-upload-server/ac28ff16-b798-4402-b84e-209d471d56fe ?@NApr 23, 2025 2:32:09 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42599/api/blob/BHSuwMVjvuX0%2FzKMhkyXeK3eAdARBuWUFC5XOVL18W4%3D ?@NApr 23, 2025 2:32:09 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42599/api/blob/BHSuwMVjvuX0%2FzKMhkyXeK3eAdARBuWUFC5XOVL18W4%3D ?@NApr 23, 2025 2:32:09 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42599/api/blob/BHSuwMVjvuX0%2FzKMhkyXeK3eAdARBuWUFC5XOVL18W4%3D ?@NApr 23, 2025 2:32:09 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@xFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:42599/api/blob/upload-batch-data ?@NApr 23, 2025 2:32:09 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(ac28ff16-b798-4402-b84e-209d471d56fe) receive request ?@NApr 23, 2025 2:32:09 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(ac28ff16-b798-4402-b84e-209d471d56fe) receive request ?@NApr 23, 2025 2:32:09 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(ac28ff16-b798-4402-b84e-209d471d56fe) appended chunk (isFinal=false) to /tmp/junit12111668631047454110/server-tmproot-server/blob-upload-server/ac28ff16-b798-4402-b84e-209d471d56fe ?@NApr 23, 2025 2:32:09 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #19 : SQLite Change Tracker: Changed tables=[TransferJobItem] ?@NApr 23, 2025 2:32:09 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42599/api/blob/BHSuwMVjvuX0%2FzKMhkyXeK3eAdARBuWUFC5XOVL18W4%3D ?@NApr 23, 2025 2:32:09 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42599/api/blob/BHSuwMVjvuX0%2FzKMhkyXeK3eAdARBuWUFC5XOVL18W4%3D ?@NApr 23, 2025 2:32:09 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42599/api/blob/BHSuwMVjvuX0%2FzKMhkyXeK3eAdARBuWUFC5XOVL18W4%3D ?@NApr 23, 2025 2:32:09 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@xFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:42599/api/blob/upload-batch-data ?@NApr 23, 2025 2:32:10 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(ac28ff16-b798-4402-b84e-209d471d56fe) receive request ?@NApr 23, 2025 2:32:10 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(ac28ff16-b798-4402-b84e-209d471d56fe) receive request ?@NApr 23, 2025 2:32:10 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(ac28ff16-b798-4402-b84e-209d471d56fe) appended chunk (isFinal=false) to /tmp/junit12111668631047454110/server-tmproot-server/blob-upload-server/ac28ff16-b798-4402-b84e-209d471d56fe ?@NApr 23, 2025 2:32:10 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42599/api/blob/BHSuwMVjvuX0%2FzKMhkyXeK3eAdARBuWUFC5XOVL18W4%3D ?@NApr 23, 2025 2:32:10 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42599/api/blob/BHSuwMVjvuX0%2FzKMhkyXeK3eAdARBuWUFC5XOVL18W4%3D ?@NApr 23, 2025 2:32:10 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42599/api/blob/BHSuwMVjvuX0%2FzKMhkyXeK3eAdARBuWUFC5XOVL18W4%3D ?@NApr 23, 2025 2:32:10 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@xFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:42599/api/blob/upload-batch-data ?@NApr 23, 2025 2:32:10 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(ac28ff16-b798-4402-b84e-209d471d56fe) receive request ?@NApr 23, 2025 2:32:10 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(ac28ff16-b798-4402-b84e-209d471d56fe) receive request ?@NApr 23, 2025 2:32:10 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(ac28ff16-b798-4402-b84e-209d471d56fe) appended chunk (isFinal=true) to /tmp/junit12111668631047454110/server-tmproot-server/blob-upload-server/ac28ff16-b798-4402-b84e-209d471d56fe ?@NApr 23, 2025 2:32:10 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@DFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?@NApr 23, 2025 2:32:10 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42599/api/blob/BHSuwMVjvuX0%2FzKMhkyXeK3eAdARBuWUFC5XOVL18W4%3D to /tmp/junit12111668631047454110/server-server-httpfiles/tmpWork/5.tmp (integrity=sha256-BHSuwMVjvuX0/zKMhkyXeK3eAdARBuWUFC5XOVL18W4=) ?@NApr 23, 2025 2:32:10 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@OFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?@NApr 23, 2025 2:32:10 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@BFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?@NApr 23, 2025 2:32:10 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FFINE: FINER UstadCache - UstadCache(client): db transaction completed ?@NApr 23, 2025 2:32:10 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(ac28ff16-b798-4402-b84e-209d471d56fe): Upload complete of 127481 bytes in 12 chunks to http://localhost:42599/api/blob/upload-batch-data ?@NApr 23, 2025 2:32:10 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1745411528809) for http://localhost:42599/api/blob/BHSuwMVjvuX0%2FzKMhkyXeK3eAdARBuWUFC5XOVL18W4%3D ?@NApr 23, 2025 2:32:10 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1745411528809http://localhost:42599/api/blob/BHSuwMVjvuX0%2FzKMhkyXeK3eAdARBuWUFC5XOVL18W4%3D ?@NApr 23, 2025 2:32:10 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42599/api/blob/BHSuwMVjvuX0%2FzKMhkyXeK3eAdARBuWUFC5XOVL18W4%3D) /tmp/junit12111668631047454110/client-server-httpfiles/persistent/1b571e13-9f45-4d10-8a92-7dcaf440a692 -> /tmp/junit12111668631047454110/client-server-httpfiles/cache/1b571e13-9f45-4d10-8a92-7dcaf440a692 ?@NApr 23, 2025 2:32:10 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(e190e7c5-28a0-490d-99b9-c7de6ea505c6): Uploading 454 bytes in 1 chunks to http://localhost:42599/api/blob/upload-batch-data starting from byte=0 ?@NApr 23, 2025 2:32:10 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42599/api/blob/PPHogjDxjkvCzVYdH%2FPqT%2BEVJ50nfcPnxxL9PAuW194%3D ?@NApr 23, 2025 2:32:10 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42599/api/blob/PPHogjDxjkvCzVYdH%2FPqT%2BEVJ50nfcPnxxL9PAuW194%3D ?@NApr 23, 2025 2:32:10 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42599/api/blob/PPHogjDxjkvCzVYdH%2FPqT%2BEVJ50nfcPnxxL9PAuW194%3D ?@NApr 23, 2025 2:32:10 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@xFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:42599/api/blob/upload-batch-data ?@NApr 23, 2025 2:32:10 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(e190e7c5-28a0-490d-99b9-c7de6ea505c6) receive request ?@NApr 23, 2025 2:32:10 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(e190e7c5-28a0-490d-99b9-c7de6ea505c6) receive request ?@NApr 23, 2025 2:32:10 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(e190e7c5-28a0-490d-99b9-c7de6ea505c6) appended chunk (isFinal=true) to /tmp/junit12111668631047454110/server-tmproot-server/blob-upload-server/e190e7c5-28a0-490d-99b9-c7de6ea505c6 ?@NApr 23, 2025 2:32:10 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@DFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?@NApr 23, 2025 2:32:10 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42599/api/blob/PPHogjDxjkvCzVYdH%2FPqT%2BEVJ50nfcPnxxL9PAuW194%3D to /tmp/junit12111668631047454110/server-server-httpfiles/tmpWork/6.tmp (integrity=sha256-PPHogjDxjkvCzVYdH/PqT+EVJ50nfcPnxxL9PAuW194=) ?@NApr 23, 2025 2:32:10 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@OFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?@NApr 23, 2025 2:32:10 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@BFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?@NApr 23, 2025 2:32:10 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FFINE: FINER UstadCache - UstadCache(client): db transaction completed ?@NApr 23, 2025 2:32:10 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(e190e7c5-28a0-490d-99b9-c7de6ea505c6): Upload complete of 454 bytes in 1 chunks to http://localhost:42599/api/blob/upload-batch-data ?@NApr 23, 2025 2:32:10 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1745411528810) for http://localhost:42599/api/blob/PPHogjDxjkvCzVYdH%2FPqT%2BEVJ50nfcPnxxL9PAuW194%3D ?@NApr 23, 2025 2:32:10 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1745411528810http://localhost:42599/api/blob/PPHogjDxjkvCzVYdH%2FPqT%2BEVJ50nfcPnxxL9PAuW194%3D ?@NApr 23, 2025 2:32:10 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42599/api/blob/PPHogjDxjkvCzVYdH%2FPqT%2BEVJ50nfcPnxxL9PAuW194%3D) /tmp/junit12111668631047454110/client-server-httpfiles/persistent/ed2b1a93-904e-45a1-8f12-947ac7fdbfb3 -> /tmp/junit12111668631047454110/client-server-httpfiles/cache/ed2b1a93-904e-45a1-8f12-947ac7fdbfb3 ?@NApr 23, 2025 2:32:10 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(405151e6-0116-45b2-98f9-b9ebc3292a6a): Uploading 1654 bytes in 1 chunks to http://localhost:42599/api/blob/upload-batch-data starting from byte=0 ?@NApr 23, 2025 2:32:10 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42599/api/content/719727979095683072/_ustadmanifest.json ?@NApr 23, 2025 2:32:10 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42599/api/content/719727979095683072/_ustadmanifest.json ?@NApr 23, 2025 2:32:10 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@}FINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42599/api/content/719727979095683072/_ustadmanifest.json ?@NApr 23, 2025 2:32:10 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@xFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:42599/api/blob/upload-batch-data ?@NApr 23, 2025 2:32:10 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(405151e6-0116-45b2-98f9-b9ebc3292a6a) receive request ?@NApr 23, 2025 2:32:10 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(405151e6-0116-45b2-98f9-b9ebc3292a6a) receive request ?@NApr 23, 2025 2:32:10 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(405151e6-0116-45b2-98f9-b9ebc3292a6a) appended chunk (isFinal=true) to /tmp/junit12111668631047454110/server-tmproot-server/blob-upload-server/405151e6-0116-45b2-98f9-b9ebc3292a6a ?@NApr 23, 2025 2:32:10 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@DFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?@NApr 23, 2025 2:32:10 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42599/api/content/719727979095683072/_ustadmanifest.json to /tmp/junit12111668631047454110/server-server-httpfiles/tmpWork/7.tmp (integrity=sha256-J2Pf16UDthT2BCt2wYfsCemJAQxv2lvrPR1bKis5qRw=) ?@NApr 23, 2025 2:32:10 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@OFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?@NApr 23, 2025 2:32:10 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@BFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?@NApr 23, 2025 2:32:10 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FFINE: FINER UstadCache - UstadCache(client): db transaction completed ?@NApr 23, 2025 2:32:10 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(405151e6-0116-45b2-98f9-b9ebc3292a6a): Upload complete of 1654 bytes in 1 chunks to http://localhost:42599/api/blob/upload-batch-data ?@NApr 23, 2025 2:32:10 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1745411528811) for http://localhost:42599/api/content/719727979095683072/_ustadmanifest.json ?@NApr 23, 2025 2:32:10 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1745411528811http://localhost:42599/api/content/719727979095683072/_ustadmanifest.json ?@NApr 23, 2025 2:32:10 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42599/api/content/719727979095683072/_ustadmanifest.json) /tmp/junit12111668631047454110/client-server-httpfiles/persistent/2927106f-1fcb-465a-9132-b4633483df0e -> /tmp/junit12111668631047454110/client-server-httpfiles/cache/2927106f-1fcb-465a-9132-b4633483df0e ?@NApr 23, 2025 2:32:10 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINE: FINER TransferJobItemStatusUpdater$commit$invokeSuspend - TransferJobItemStatusUpdater: update status complete for 1 updates=1 ?@NApr 23, 2025 2:32:10 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #21 : SQLite Change Tracker: Changed tables=[TransferJob, TransferJobItem, OutgoingReplication] ?@NApr 23, 2025 2:32:10 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINE: FINER DoorLog - [NodeEventJdbcImplListenerSqlite - jdbc:sqlite::memory:] emitting 1 events com.ustadmobile.door.nodeevent.NodeEvent@346dd77 ?@NApr 23, 2025 2:32:10 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@oINFO: INFO BlobUploadClientUseCaseJvm$invoke$invokeSuspend - BlobUploadClientUseCaseJvm (#1): Upload Complete! ?@NApr 23, 2025 2:32:10 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@oINFO: INFO BlobUploadClientUseCaseJvm$invoke$invokeSuspend - BlobUploadClientUseCaseJvm (#1): Upload Complete! ?@NApr 23, 2025 2:32:10 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #22 : SQLite Change Tracker: Changed tables=[] ?@NApr 23, 2025 2:32:10 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINE: FINER XferTestClient$waitForContentUploadCompletion$invokeSuspend - XferTestClient: TransferJob #1 is complete(status = 21) ?@NApr 23, 2025 2:32:10 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42599/api/content/719727979095683072/_ustadmanifest.json ?@NApr 23, 2025 2:32:10 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42599/api/content/719727979095683072/_ustadmanifest.json ?@NApr 23, 2025 2:32:10 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@}FINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42599/api/content/719727979095683072/_ustadmanifest.json ?@NApr 23, 2025 2:32:10 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42599/api/content/719727979095683072/_ustadmanifest.json ?@NApr 23, 2025 2:32:10 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42599/api/content/719727979095683072/_ustadmanifest.json ?@NApr 23, 2025 2:32:10 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@}FINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42599/api/content/719727979095683072/_ustadmanifest.json ?@NApr 23, 2025 2:32:10 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42599/api/blob/Ap%2FaWwwwZjRYBKIwEGx2EGC%2FAz1u4U%2F62d%2FYj%2FO8QJQ%3D ?@NApr 23, 2025 2:32:10 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42599/api/blob/Ap%2FaWwwwZjRYBKIwEGx2EGC%2FAz1u4U%2F62d%2FYj%2FO8QJQ%3D ?@NApr 23, 2025 2:32:10 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42599/api/blob/Ap%2FaWwwwZjRYBKIwEGx2EGC%2FAz1u4U%2F62d%2FYj%2FO8QJQ%3D ?@NApr 23, 2025 2:32:10 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42599/api/blob/6%2BcWyQhOQwzysWkefC0X5vCHnGtpmL%2FoKqaXFekaMSc%3D ?@NApr 23, 2025 2:32:10 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42599/api/blob/6%2BcWyQhOQwzysWkefC0X5vCHnGtpmL%2FoKqaXFekaMSc%3D ?@NApr 23, 2025 2:32:10 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42599/api/blob/6%2BcWyQhOQwzysWkefC0X5vCHnGtpmL%2FoKqaXFekaMSc%3D ?@NApr 23, 2025 2:32:10 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42599/api/blob/BHSuwMVjvuX0%2FzKMhkyXeK3eAdARBuWUFC5XOVL18W4%3D ?@NApr 23, 2025 2:32:10 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42599/api/blob/BHSuwMVjvuX0%2FzKMhkyXeK3eAdARBuWUFC5XOVL18W4%3D ?@NApr 23, 2025 2:32:10 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:42599/UmAppDatabase/replication/message ?@NApr 23, 2025 2:32:10 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42599/api/blob/BHSuwMVjvuX0%2FzKMhkyXeK3eAdARBuWUFC5XOVL18W4%3D ?@NApr 23, 2025 2:32:10 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42599/api/blob/PPHogjDxjkvCzVYdH%2FPqT%2BEVJ50nfcPnxxL9PAuW194%3D ?@NApr 23, 2025 2:32:10 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42599/api/blob/PPHogjDxjkvCzVYdH%2FPqT%2BEVJ50nfcPnxxL9PAuW194%3D ?@NApr 23, 2025 2:32:10 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42599/api/blob/PPHogjDxjkvCzVYdH%2FPqT%2BEVJ50nfcPnxxL9PAuW194%3D ?@NApr 23, 2025 2:32:10 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42599/api/content/719727979095683072/_ustadmanifest.json ?@NApr 23, 2025 2:32:10 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42599/api/content/719727979095683072/_ustadmanifest.json ?@NApr 23, 2025 2:32:10 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@}FINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42599/api/content/719727979095683072/_ustadmanifest.json ?@NApr 23, 2025 2:32:10 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42599/api/blob/Ap%2FaWwwwZjRYBKIwEGx2EGC%2FAz1u4U%2F62d%2FYj%2FO8QJQ%3D ?@NApr 23, 2025 2:32:10 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42599/api/blob/Ap%2FaWwwwZjRYBKIwEGx2EGC%2FAz1u4U%2F62d%2FYj%2FO8QJQ%3D ?@NApr 23, 2025 2:32:10 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42599/api/blob/Ap%2FaWwwwZjRYBKIwEGx2EGC%2FAz1u4U%2F62d%2FYj%2FO8QJQ%3D ?@NApr 23, 2025 2:32:10 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42599/api/blob/6%2BcWyQhOQwzysWkefC0X5vCHnGtpmL%2FoKqaXFekaMSc%3D ?@NApr 23, 2025 2:32:10 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42599/api/blob/6%2BcWyQhOQwzysWkefC0X5vCHnGtpmL%2FoKqaXFekaMSc%3D ?@NApr 23, 2025 2:32:10 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42599/api/blob/6%2BcWyQhOQwzysWkefC0X5vCHnGtpmL%2FoKqaXFekaMSc%3D ?@NApr 23, 2025 2:32:10 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42599/api/blob/BHSuwMVjvuX0%2FzKMhkyXeK3eAdARBuWUFC5XOVL18W4%3D ?@NApr 23, 2025 2:32:10 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42599/api/blob/BHSuwMVjvuX0%2FzKMhkyXeK3eAdARBuWUFC5XOVL18W4%3D ?@NApr 23, 2025 2:32:10 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42599/api/blob/BHSuwMVjvuX0%2FzKMhkyXeK3eAdARBuWUFC5XOVL18W4%3D ?@NApr 23, 2025 2:32:10 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42599/api/blob/PPHogjDxjkvCzVYdH%2FPqT%2BEVJ50nfcPnxxL9PAuW194%3D ?@NApr 23, 2025 2:32:10 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42599/api/blob/PPHogjDxjkvCzVYdH%2FPqT%2BEVJ50nfcPnxxL9PAuW194%3D ?@NApr 23, 2025 2:32:10 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42599/api/blob/PPHogjDxjkvCzVYdH%2FPqT%2BEVJ50nfcPnxxL9PAuW194%3D ?@NApr 23, 2025 2:32:10 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #2 : SQLite Change Tracker: Changed tables=[ContentEntryVersion, ReplicationOperation] ?@NApr 23, 2025 2:32:10 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINE: FINER DoorLog - [NodeEventManager - jdbc:sqlite::memory:] receiveMessage with 1 replications: inserts done/transaction finished ?@NApr 23, 2025 2:32:10 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: GET http://localhost:42599/api/content/719727979095683072/_ustadmanifest.json ?@NApr 23, 2025 2:32:10 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42599/api/content/719727979095683072/_ustadmanifest.json ?@NApr 23, 2025 2:32:10 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42599/api/content/719727979095683072/_ustadmanifest.json ?@NApr 23, 2025 2:32:10 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@}FINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42599/api/content/719727979095683072/_ustadmanifest.json ?@NApr 23, 2025 2:32:10 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINE: FINER UstadCache - OKHttp-CacheInterceptor: HIT(valid) http://localhost:42599/api/content/719727979095683072/_ustadmanifest.json 200 OK (contentType=application/json, content-encoding=identity content-length=1654) ?@NApr 23, 2025 2:32:10 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINEST: FINEST UstadCache - UstadCache(client): add retention locks for http://localhost:42599/api/blob/Ap%2FaWwwwZjRYBKIwEGx2EGC%2FAz1u4U%2F62d%2FYj%2FO8QJQ%3D, http://localhost:42599/api/blob/6%2BcWyQhOQwzysWkefC0X5vCHnGtpmL%2FoKqaXFekaMSc%3D, http://localhost:42599/api/blob/BHSuwMVjvuX0%2FzKMhkyXeK3eAdARBuWUFC5XOVL18W4%3D, http://localhost:42599/api/blob/PPHogjDxjkvCzVYdH%2FPqT%2BEVJ50nfcPnxxL9PAuW194%3D, http://localhost:42599/api/content/719727979095683072/_ustadmanifest.json ?@NApr 23, 2025 2:32:10 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42599/api/blob/Ap%2FaWwwwZjRYBKIwEGx2EGC%2FAz1u4U%2F62d%2FYj%2FO8QJQ%3D) /tmp/junit12111668631047454110/server-server-httpfiles/cache/a1ac8a04-1bbe-4f7d-857d-ea276ec9d5db -> /tmp/junit12111668631047454110/server-server-httpfiles/persistent/a1ac8a04-1bbe-4f7d-857d-ea276ec9d5db ?@NApr 23, 2025 2:32:10 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42599/api/blob/6%2BcWyQhOQwzysWkefC0X5vCHnGtpmL%2FoKqaXFekaMSc%3D) /tmp/junit12111668631047454110/server-server-httpfiles/cache/915f45d0-c496-48a7-9efb-febd590cf708 -> /tmp/junit12111668631047454110/server-server-httpfiles/persistent/915f45d0-c496-48a7-9efb-febd590cf708 ?@NApr 23, 2025 2:32:10 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42599/api/blob/BHSuwMVjvuX0%2FzKMhkyXeK3eAdARBuWUFC5XOVL18W4%3D) /tmp/junit12111668631047454110/server-server-httpfiles/cache/c46a37cb-0dc2-4253-91cd-c6d4e9a07394 -> /tmp/junit12111668631047454110/server-server-httpfiles/persistent/c46a37cb-0dc2-4253-91cd-c6d4e9a07394 ?@NApr 23, 2025 2:32:10 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42599/api/blob/PPHogjDxjkvCzVYdH%2FPqT%2BEVJ50nfcPnxxL9PAuW194%3D) /tmp/junit12111668631047454110/server-server-httpfiles/cache/d9bbf6dc-792f-4da9-87d9-d273b3b977c1 -> /tmp/junit12111668631047454110/server-server-httpfiles/persistent/d9bbf6dc-792f-4da9-87d9-d273b3b977c1 ?@NApr 23, 2025 2:32:10 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42599/api/content/719727979095683072/_ustadmanifest.json) /tmp/junit12111668631047454110/server-server-httpfiles/cache/e795bbef-4637-4633-8ba4-2b7339d045fd -> /tmp/junit12111668631047454110/server-server-httpfiles/persistent/e795bbef-4637-4633-8ba4-2b7339d045fd ?@NApr 23, 2025 2:32:10 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #24 : SQLite Change Tracker: Changed tables=[OutgoingReplication] ?@NApr 23, 2025 2:32:10 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #7 : SQLite Change Tracker: Changed tables=[CacheLockJoin] ?@NApr 23, 2025 2:32:10 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINE: FINER DoorLog - [DoorEventSource@com.ustadmobile.door.sse.DoorEventSource@3ca9d3b2 - http://localhost:42599/UmAppDatabase/replication/sse?door-node=7807095109844132943%2Fe6e0057c-49a0-4ee8-8300-ec88126bf84f] close ?@NApr 23, 2025 2:32:10 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@>FINE: FINER DoorLog - Closed HikariDataSource connection pool ?@NApr 23, 2025 2:32:11 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@>FINE: FINER DoorLog - Closed HikariDataSource connection pool ?ANApr 23, 2025 2:32:11 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?A\INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete ?ANApr 23, 2025 2:32:11 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?A\INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete ?ANApr 23, 2025 2:32:11 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?A\INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete ?ANApr 23, 2025 2:32:11 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?A\INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete ?ANApr 23, 2025 2:32:11 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?A\INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete ?ANApr 23, 2025 2:32:11 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?A\INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete ?ANApr 23, 2025 2:32:11 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?A\INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete ?ANApr 23, 2025 2:32:11 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?A\INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete ?ANApr 23, 2025 2:32:11 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AFINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 : SQLite Change Tracker: Changed tables=[ContentEntryImportJob] ?ANApr 23, 2025 2:32:11 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AFINEST: FINEST ImportContentEntryUseCase$invoke$contentEntryVersionEntity$1$updaterJob$invokeSuspend - CompressVideo: update status = null ?ANApr 23, 2025 2:32:11 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AFINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #3 : SQLite Change Tracker: Changed tables=[ContentEntryImportJob] ?ANApr 23, 2025 2:32:11 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AFINE: FINER SaveLocalUrisAsBlobsUseCaseJvm$invoke$invokeSuspend - SaveLocalUrisAsBlobsUseCaseJvm Storing 4 local uris as blobs (http://localhost:39863/api/blob/Ap%2FaWwwwZjRYBKIwEGx2EGC%2FAz1u4U%2F62d%2FYj%2FO8QJQ%3D, http://localhost:39863/api/blob/6%2BcWyQhOQwzysWkefC0X5vCHnGtpmL%2FoKqaXFekaMSc%3D, http://localhost:39863/api/blob/BHSuwMVjvuX0%2FzKMhkyXeK3eAdARBuWUFC5XOVL18W4%3D, http://localhost:39863/api/blob/PPHogjDxjkvCzVYdH%2FPqT%2BEVJ50nfcPnxxL9PAuW194%3D) ?ANApr 23, 2025 2:32:11 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?ADFINE: FINER UstadCache - UstadCache(client): storerequest 4 entries ?ANApr 23, 2025 2:32:11 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:39863/api/blob/Ap%2FaWwwwZjRYBKIwEGx2EGC%2FAz1u4U%2F62d%2FYj%2FO8QJQ%3D to /tmp/junit14729255903493367694/client-server-httpfiles/tmpWork/1.tmp (integrity=sha256-Ap/aWwwwZjRYBKIwEGx2EGC/Az1u4U/62d/Yj/O8QJQ=) ?ANApr 23, 2025 2:32:11 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:39863/api/blob/6%2BcWyQhOQwzysWkefC0X5vCHnGtpmL%2FoKqaXFekaMSc%3D to /tmp/junit14729255903493367694/client-server-httpfiles/tmpWork/2.tmp (integrity=sha256-6+cWyQhOQwzysWkefC0X5vCHnGtpmL/oKqaXFekaMSc=) ?ANApr 23, 2025 2:32:11 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:39863/api/blob/BHSuwMVjvuX0%2FzKMhkyXeK3eAdARBuWUFC5XOVL18W4%3D to /tmp/junit14729255903493367694/client-server-httpfiles/tmpWork/3.tmp (integrity=sha256-BHSuwMVjvuX0/zKMhkyXeK3eAdARBuWUFC5XOVL18W4=) ?ANApr 23, 2025 2:32:11 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:39863/api/blob/PPHogjDxjkvCzVYdH%2FPqT%2BEVJ50nfcPnxxL9PAuW194%3D to /tmp/junit14729255903493367694/client-server-httpfiles/tmpWork/4.tmp (integrity=sha256-PPHogjDxjkvCzVYdH/PqT+EVJ50nfcPnxxL9PAuW194=) ?ANApr 23, 2025 2:32:11 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 4 entries ?ANApr 23, 2025 2:32:11 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?ABFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?ANApr 23, 2025 2:32:11 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?ANApr 23, 2025 2:32:11 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit14729255903493367694/client-tmproot-server/c2089394-0b54-46d8-abd0-6b48e6af40a1 ?ANApr 23, 2025 2:32:11 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit14729255903493367694/client-tmproot-server/59d04296-879d-46b5-bf30-212809e4a9a8 ?ANApr 23, 2025 2:32:11 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit14729255903493367694/client-tmproot-server/dc187d92-dc50-40dc-ac68-d4359cf321c0 ?ANApr 23, 2025 2:32:11 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit14729255903493367694/client-tmproot-server/b199215e-411f-41d6-9a32-10de311e5f0b ?ANApr 23, 2025 2:32:11 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?ADFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?ANApr 23, 2025 2:32:11 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:39863/api/content/719727990887612416/_ustadmanifest.json to /tmp/junit14729255903493367694/client-server-httpfiles/tmpWork/5.tmp (integrity=sha256-4DVbCFGFbav6LZGxzM+HVrPAqEzplYe5Q060k4c3QeY=) ?ANApr 23, 2025 2:32:11 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?ANApr 23, 2025 2:32:11 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?ABFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?ANApr 23, 2025 2:32:11 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?ANApr 23, 2025 2:32:11 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AFINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #4 : SQLite Change Tracker: Changed tables=[ContentEntryImportJob] ?ANApr 23, 2025 2:32:11 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AFINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #5 : SQLite Change Tracker: Changed tables=[ContentEntryVersion] ?ANApr 23, 2025 2:32:11 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: GET http://localhost:39863/api/content/719727990887612416/_ustadmanifest.json ?ANApr 23, 2025 2:32:11 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:39863/api/content/719727990887612416/_ustadmanifest.json ?ANApr 23, 2025 2:32:11 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:39863/api/content/719727990887612416/_ustadmanifest.json ?ANApr 23, 2025 2:32:11 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?A}FINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:39863/api/content/719727990887612416/_ustadmanifest.json ?ANApr 23, 2025 2:32:11 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AFINE: FINER UstadCache - OKHttp-CacheInterceptor: HIT(valid) http://localhost:39863/api/content/719727990887612416/_ustadmanifest.json 200 OK (contentType=application/json, content-encoding=identity content-length=1654) ?ANApr 23, 2025 2:32:11 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AFINEST: FINEST UstadCache - UstadCache(client): add retention locks for http://localhost:39863/api/blob/Ap%2FaWwwwZjRYBKIwEGx2EGC%2FAz1u4U%2F62d%2FYj%2FO8QJQ%3D, http://localhost:39863/api/blob/6%2BcWyQhOQwzysWkefC0X5vCHnGtpmL%2FoKqaXFekaMSc%3D, http://localhost:39863/api/blob/BHSuwMVjvuX0%2FzKMhkyXeK3eAdARBuWUFC5XOVL18W4%3D, http://localhost:39863/api/blob/PPHogjDxjkvCzVYdH%2FPqT%2BEVJ50nfcPnxxL9PAuW194%3D, http://localhost:39863/api/content/719727990887612416/_ustadmanifest.json ?ANApr 23, 2025 2:32:11 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:39863/api/blob/Ap%2FaWwwwZjRYBKIwEGx2EGC%2FAz1u4U%2F62d%2FYj%2FO8QJQ%3D) /tmp/junit14729255903493367694/client-server-httpfiles/cache/3b87117a-9a2d-4012-9cb7-612f0fe392ee -> /tmp/junit14729255903493367694/client-server-httpfiles/persistent/3b87117a-9a2d-4012-9cb7-612f0fe392ee ?ANApr 23, 2025 2:32:11 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:39863/api/blob/6%2BcWyQhOQwzysWkefC0X5vCHnGtpmL%2FoKqaXFekaMSc%3D) /tmp/junit14729255903493367694/client-server-httpfiles/cache/ef34bb52-0602-4faa-8d4d-f342491114fe -> /tmp/junit14729255903493367694/client-server-httpfiles/persistent/ef34bb52-0602-4faa-8d4d-f342491114fe ?ANApr 23, 2025 2:32:11 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:39863/api/blob/BHSuwMVjvuX0%2FzKMhkyXeK3eAdARBuWUFC5XOVL18W4%3D) /tmp/junit14729255903493367694/client-server-httpfiles/cache/387f4845-c302-42b1-b85d-3c916dba932f -> /tmp/junit14729255903493367694/client-server-httpfiles/persistent/387f4845-c302-42b1-b85d-3c916dba932f ?ANApr 23, 2025 2:32:11 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:39863/api/blob/PPHogjDxjkvCzVYdH%2FPqT%2BEVJ50nfcPnxxL9PAuW194%3D) /tmp/junit14729255903493367694/client-server-httpfiles/cache/b2935694-4747-4487-b7cd-674da5e28674 -> /tmp/junit14729255903493367694/client-server-httpfiles/persistent/b2935694-4747-4487-b7cd-674da5e28674 ?ANApr 23, 2025 2:32:11 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:39863/api/content/719727990887612416/_ustadmanifest.json) /tmp/junit14729255903493367694/client-server-httpfiles/cache/eee4177c-8c0c-42b8-84ab-42223b39ef92 -> /tmp/junit14729255903493367694/client-server-httpfiles/persistent/eee4177c-8c0c-42b8-84ab-42223b39ef92 ?ANApr 23, 2025 2:32:11 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:39863/api/blob/Ap%2FaWwwwZjRYBKIwEGx2EGC%2FAz1u4U%2F62d%2FYj%2FO8QJQ%3D ?ANApr 23, 2025 2:32:11 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:39863/api/blob/Ap%2FaWwwwZjRYBKIwEGx2EGC%2FAz1u4U%2F62d%2FYj%2FO8QJQ%3D ?ANApr 23, 2025 2:32:11 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:39863/api/blob/Ap%2FaWwwwZjRYBKIwEGx2EGC%2FAz1u4U%2F62d%2FYj%2FO8QJQ%3D ?ANApr 23, 2025 2:32:11 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:39863/api/blob/6%2BcWyQhOQwzysWkefC0X5vCHnGtpmL%2FoKqaXFekaMSc%3D ?ANApr 23, 2025 2:32:11 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:39863/api/blob/6%2BcWyQhOQwzysWkefC0X5vCHnGtpmL%2FoKqaXFekaMSc%3D ?ANApr 23, 2025 2:32:11 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:39863/api/blob/6%2BcWyQhOQwzysWkefC0X5vCHnGtpmL%2FoKqaXFekaMSc%3D ?ANApr 23, 2025 2:32:11 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:39863/api/blob/BHSuwMVjvuX0%2FzKMhkyXeK3eAdARBuWUFC5XOVL18W4%3D ?ANApr 23, 2025 2:32:11 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:39863/api/blob/BHSuwMVjvuX0%2FzKMhkyXeK3eAdARBuWUFC5XOVL18W4%3D ?ANApr 23, 2025 2:32:11 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:39863/api/blob/BHSuwMVjvuX0%2FzKMhkyXeK3eAdARBuWUFC5XOVL18W4%3D ?ANApr 23, 2025 2:32:11 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:39863/api/blob/PPHogjDxjkvCzVYdH%2FPqT%2BEVJ50nfcPnxxL9PAuW194%3D ?ANApr 23, 2025 2:32:11 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:39863/api/blob/PPHogjDxjkvCzVYdH%2FPqT%2BEVJ50nfcPnxxL9PAuW194%3D ?ANApr 23, 2025 2:32:11 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:39863/api/blob/PPHogjDxjkvCzVYdH%2FPqT%2BEVJ50nfcPnxxL9PAuW194%3D ?ANApr 23, 2025 2:32:11 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:39863/api/content/719727990887612416/_ustadmanifest.json ?ANApr 23, 2025 2:32:11 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:39863/api/content/719727990887612416/_ustadmanifest.json ?ANApr 23, 2025 2:32:11 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?A}FINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:39863/api/content/719727990887612416/_ustadmanifest.json ?ANApr 23, 2025 2:32:11 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AFINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #6 : SQLite Change Tracker: Changed tables=[TransferJob, TransferJobItem] ?ANApr 23, 2025 2:32:11 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AFINE: FINER EnqueueBlobUploadClientUseCaseJvm$invoke - EnqueueBlobUploadClientUseCase(fbaf7bdf-32e5-4b2e-838d-081d1090b70c): scheduled job #1 via quartz ?ANApr 23, 2025 2:32:11 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AFINE: FINER DoorLog - [DoorRepositoryReplicationClient - http://localhost:39863/UmAppDatabase/ - endpoint=http://localhost:39863/UmAppDatabase/] init ?ANApr 23, 2025 2:32:11 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:39863/UmAppDatabase/replication/ackAndGetPendingReplications ?ANApr 23, 2025 2:32:11 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: GET http://localhost:39863/UmAppDatabase/replication/sse?door-node=8447095072971418002%2F049cb27f-e536-4fd0-97ab-ca55cbbdfa95 ?ANApr 23, 2025 2:32:11 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:39863/UmAppDatabase/replication/sse?door-node=8447095072971418002%2F049cb27f-e536-4fd0-97ab-ca55cbbdfa95 ?ANApr 23, 2025 2:32:11 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:39863/UmAppDatabase/replication/sse?door-node=8447095072971418002%2F049cb27f-e536-4fd0-97ab-ca55cbbdfa95 ?ANApr 23, 2025 2:32:11 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AFINE: FINER UstadCache - UstadCache(client): MISS http://localhost:39863/UmAppDatabase/replication/sse?door-node=8447095072971418002%2F049cb27f-e536-4fd0-97ab-ca55cbbdfa95 ?ANApr 23, 2025 2:32:11 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AFINE: FINER UstadCache - OKHttp-CacheInterceptor: NOSTORE http://localhost:39863/UmAppDatabase/replication/sse?door-node=8447095072971418002%2F049cb27f-e536-4fd0-97ab-ca55cbbdfa95 200 OK (contentType=text/event-stream; charset=UTF-8, content-encoding=null content-length=-1) ?ANApr 23, 2025 2:32:11 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AFINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #8 : SQLite Change Tracker: Changed tables=[PendingRepositorySession] ?ANApr 23, 2025 2:32:11 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AZFINE: FINER BlobUploadClientUseCaseJvm$invoke - BlobUploadClientUseCaseJvm (#1): starting ?ANApr 23, 2025 2:32:11 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?A}FINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: GET http://localhost:39863/UmAppDatabase/replication/nodeId ?ANApr 23, 2025 2:32:11 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:39863/api/blob/Ap%2FaWwwwZjRYBKIwEGx2EGC%2FAz1u4U%2F62d%2FYj%2FO8QJQ%3D ?ANApr 23, 2025 2:32:11 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:39863/api/blob/Ap%2FaWwwwZjRYBKIwEGx2EGC%2FAz1u4U%2F62d%2FYj%2FO8QJQ%3D ?ANApr 23, 2025 2:32:11 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AmINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:39863/UmAppDatabase/replication/nodeId ?ANApr 23, 2025 2:32:11 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AmINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:39863/UmAppDatabase/replication/nodeId ?ANApr 23, 2025 2:32:11 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:39863/api/blob/Ap%2FaWwwwZjRYBKIwEGx2EGC%2FAz1u4U%2F62d%2FYj%2FO8QJQ%3D ?ANApr 23, 2025 2:32:11 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:39863/api/blob/6%2BcWyQhOQwzysWkefC0X5vCHnGtpmL%2FoKqaXFekaMSc%3D ?ANApr 23, 2025 2:32:11 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:39863/api/blob/6%2BcWyQhOQwzysWkefC0X5vCHnGtpmL%2FoKqaXFekaMSc%3D ?ANApr 23, 2025 2:32:11 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:39863/api/blob/6%2BcWyQhOQwzysWkefC0X5vCHnGtpmL%2FoKqaXFekaMSc%3D ?ANApr 23, 2025 2:32:11 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:39863/api/blob/BHSuwMVjvuX0%2FzKMhkyXeK3eAdARBuWUFC5XOVL18W4%3D ?ANApr 23, 2025 2:32:11 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:39863/api/blob/BHSuwMVjvuX0%2FzKMhkyXeK3eAdARBuWUFC5XOVL18W4%3D ?ANApr 23, 2025 2:32:11 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:39863/api/blob/BHSuwMVjvuX0%2FzKMhkyXeK3eAdARBuWUFC5XOVL18W4%3D ?ANApr 23, 2025 2:32:11 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AjFINE: FINER UstadCache - UstadCache(client): MISS http://localhost:39863/UmAppDatabase/replication/nodeId ?ANApr 23, 2025 2:32:11 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:39863/api/blob/PPHogjDxjkvCzVYdH%2FPqT%2BEVJ50nfcPnxxL9PAuW194%3D ?ANApr 23, 2025 2:32:11 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:39863/api/blob/PPHogjDxjkvCzVYdH%2FPqT%2BEVJ50nfcPnxxL9PAuW194%3D ?ANApr 23, 2025 2:32:11 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:39863/api/blob/PPHogjDxjkvCzVYdH%2FPqT%2BEVJ50nfcPnxxL9PAuW194%3D ?ANApr 23, 2025 2:32:11 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:39863/api/content/719727990887612416/_ustadmanifest.json ?ANApr 23, 2025 2:32:11 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:39863/api/content/719727990887612416/_ustadmanifest.json ?ANApr 23, 2025 2:32:11 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?A}FINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:39863/api/content/719727990887612416/_ustadmanifest.json ?ANApr 23, 2025 2:32:11 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AFINE: FINER UstadCache - OKHttp-CacheInterceptor: NOSTORE http://localhost:39863/UmAppDatabase/replication/nodeId 204 No Content (contentType=text/plain, content-encoding=null content-length=-1) ?ANApr 23, 2025 2:32:11 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:39863/api/blob/upload-init-batch ?ANApr 23, 2025 2:32:11 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AFINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #11 : SQLite Change Tracker: Changed tables=[PendingRepositorySession] ?ANApr 23, 2025 2:32:11 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AFINE: FINER BlobUploadServerUseCase$onStartUploadSession - BlobUploadServerUseCase#onStartUploadSession(upload fbaf7bdf-32e5-4b2e-838d-081d1090b70c): batch upload init: Client list 5 blobs. 5 uploads pending (0 partial) ?ANApr 23, 2025 2:32:11 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(7d22a43d-cb60-4a76-aa36-90c5d5f8d746): Uploading 461 bytes in 1 chunks to http://localhost:39863/api/blob/upload-batch-data starting from byte=0 ?ANApr 23, 2025 2:32:11 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:39863/api/blob/Ap%2FaWwwwZjRYBKIwEGx2EGC%2FAz1u4U%2F62d%2FYj%2FO8QJQ%3D ?ANApr 23, 2025 2:32:11 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:39863/api/blob/Ap%2FaWwwwZjRYBKIwEGx2EGC%2FAz1u4U%2F62d%2FYj%2FO8QJQ%3D ?ANApr 23, 2025 2:32:11 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:39863/api/blob/Ap%2FaWwwwZjRYBKIwEGx2EGC%2FAz1u4U%2F62d%2FYj%2FO8QJQ%3D ?ANApr 23, 2025 2:32:11 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:39863/api/blob/upload-batch-data ?ANApr 23, 2025 2:32:11 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AFINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #12 : SQLite Change Tracker: Changed tables=[] ?ANApr 23, 2025 2:32:11 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(7d22a43d-cb60-4a76-aa36-90c5d5f8d746) receive request ?ANApr 23, 2025 2:32:11 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(7d22a43d-cb60-4a76-aa36-90c5d5f8d746) receive request ?ANApr 23, 2025 2:32:11 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(7d22a43d-cb60-4a76-aa36-90c5d5f8d746) appended chunk (isFinal=true) to /tmp/junit14729255903493367694/server-tmproot-server/blob-upload-server/7d22a43d-cb60-4a76-aa36-90c5d5f8d746 ?ANApr 23, 2025 2:32:11 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?ADFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?ANApr 23, 2025 2:32:11 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:39863/api/blob/Ap%2FaWwwwZjRYBKIwEGx2EGC%2FAz1u4U%2F62d%2FYj%2FO8QJQ%3D to /tmp/junit14729255903493367694/server-server-httpfiles/tmpWork/1.tmp (integrity=sha256-Ap/aWwwwZjRYBKIwEGx2EGC/Az1u4U/62d/Yj/O8QJQ=) ?ANApr 23, 2025 2:32:11 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?ANApr 23, 2025 2:32:11 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?ABFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?ANApr 23, 2025 2:32:11 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?ANApr 23, 2025 2:32:11 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(7d22a43d-cb60-4a76-aa36-90c5d5f8d746): Upload complete of 461 bytes in 1 chunks to http://localhost:39863/api/blob/upload-batch-data ?ANApr 23, 2025 2:32:11 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1745411531315) for http://localhost:39863/api/blob/Ap%2FaWwwwZjRYBKIwEGx2EGC%2FAz1u4U%2F62d%2FYj%2FO8QJQ%3D ?ANApr 23, 2025 2:32:11 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1745411531315http://localhost:39863/api/blob/Ap%2FaWwwwZjRYBKIwEGx2EGC%2FAz1u4U%2F62d%2FYj%2FO8QJQ%3D ?ANApr 23, 2025 2:32:11 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:39863/api/blob/Ap%2FaWwwwZjRYBKIwEGx2EGC%2FAz1u4U%2F62d%2FYj%2FO8QJQ%3D) /tmp/junit14729255903493367694/client-server-httpfiles/persistent/3b87117a-9a2d-4012-9cb7-612f0fe392ee -> /tmp/junit14729255903493367694/client-server-httpfiles/cache/3b87117a-9a2d-4012-9cb7-612f0fe392ee ?ANApr 23, 2025 2:32:11 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(71a0aa0d-ac60-4bc4-9123-10efce3a29db): Uploading 210 bytes in 1 chunks to http://localhost:39863/api/blob/upload-batch-data starting from byte=0 ?ANApr 23, 2025 2:32:11 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:39863/api/blob/6%2BcWyQhOQwzysWkefC0X5vCHnGtpmL%2FoKqaXFekaMSc%3D ?ANApr 23, 2025 2:32:11 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:39863/api/blob/6%2BcWyQhOQwzysWkefC0X5vCHnGtpmL%2FoKqaXFekaMSc%3D ?ANApr 23, 2025 2:32:11 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:39863/api/blob/6%2BcWyQhOQwzysWkefC0X5vCHnGtpmL%2FoKqaXFekaMSc%3D ?ANApr 23, 2025 2:32:11 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:39863/api/blob/upload-batch-data ?ANApr 23, 2025 2:32:11 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(71a0aa0d-ac60-4bc4-9123-10efce3a29db) receive request ?ANApr 23, 2025 2:32:11 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(71a0aa0d-ac60-4bc4-9123-10efce3a29db) receive request ?ANApr 23, 2025 2:32:11 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(71a0aa0d-ac60-4bc4-9123-10efce3a29db) appended chunk (isFinal=true) to /tmp/junit14729255903493367694/server-tmproot-server/blob-upload-server/71a0aa0d-ac60-4bc4-9123-10efce3a29db ?ANApr 23, 2025 2:32:11 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?ADFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?ANApr 23, 2025 2:32:11 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:39863/api/blob/6%2BcWyQhOQwzysWkefC0X5vCHnGtpmL%2FoKqaXFekaMSc%3D to /tmp/junit14729255903493367694/server-server-httpfiles/tmpWork/2.tmp (integrity=sha256-6+cWyQhOQwzysWkefC0X5vCHnGtpmL/oKqaXFekaMSc=) ?ANApr 23, 2025 2:32:11 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?ANApr 23, 2025 2:32:11 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?ABFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?ANApr 23, 2025 2:32:11 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?ANApr 23, 2025 2:32:11 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(71a0aa0d-ac60-4bc4-9123-10efce3a29db): Upload complete of 210 bytes in 1 chunks to http://localhost:39863/api/blob/upload-batch-data ?ANApr 23, 2025 2:32:11 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1745411531316) for http://localhost:39863/api/blob/6%2BcWyQhOQwzysWkefC0X5vCHnGtpmL%2FoKqaXFekaMSc%3D ?ANApr 23, 2025 2:32:11 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1745411531316http://localhost:39863/api/blob/6%2BcWyQhOQwzysWkefC0X5vCHnGtpmL%2FoKqaXFekaMSc%3D ?ANApr 23, 2025 2:32:11 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:39863/api/blob/6%2BcWyQhOQwzysWkefC0X5vCHnGtpmL%2FoKqaXFekaMSc%3D) /tmp/junit14729255903493367694/client-server-httpfiles/persistent/ef34bb52-0602-4faa-8d4d-f342491114fe -> /tmp/junit14729255903493367694/client-server-httpfiles/cache/ef34bb52-0602-4faa-8d4d-f342491114fe ?ANApr 23, 2025 2:32:11 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(d682aa4b-b507-4e45-a735-1856b68dffd7): Uploading 127481 bytes in 1 chunks to http://localhost:39863/api/blob/upload-batch-data starting from byte=0 ?ANApr 23, 2025 2:32:11 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:39863/api/blob/BHSuwMVjvuX0%2FzKMhkyXeK3eAdARBuWUFC5XOVL18W4%3D ?ANApr 23, 2025 2:32:11 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:39863/api/blob/BHSuwMVjvuX0%2FzKMhkyXeK3eAdARBuWUFC5XOVL18W4%3D ?ANApr 23, 2025 2:32:11 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:39863/api/blob/BHSuwMVjvuX0%2FzKMhkyXeK3eAdARBuWUFC5XOVL18W4%3D ?ANApr 23, 2025 2:32:11 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:39863/api/blob/upload-batch-data ?ANApr 23, 2025 2:32:11 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(d682aa4b-b507-4e45-a735-1856b68dffd7) receive request ?ANApr 23, 2025 2:32:11 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(d682aa4b-b507-4e45-a735-1856b68dffd7) receive request ?ANApr 23, 2025 2:32:11 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(d682aa4b-b507-4e45-a735-1856b68dffd7) appended chunk (isFinal=true) to /tmp/junit14729255903493367694/server-tmproot-server/blob-upload-server/d682aa4b-b507-4e45-a735-1856b68dffd7 ?ANApr 23, 2025 2:32:11 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?ADFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?ANApr 23, 2025 2:32:11 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:39863/api/blob/BHSuwMVjvuX0%2FzKMhkyXeK3eAdARBuWUFC5XOVL18W4%3D to /tmp/junit14729255903493367694/server-server-httpfiles/tmpWork/3.tmp (integrity=sha256-BHSuwMVjvuX0/zKMhkyXeK3eAdARBuWUFC5XOVL18W4=) ?ANApr 23, 2025 2:32:11 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?ANApr 23, 2025 2:32:11 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?ABFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?ANApr 23, 2025 2:32:11 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?ANApr 23, 2025 2:32:11 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(d682aa4b-b507-4e45-a735-1856b68dffd7): Upload complete of 127481 bytes in 1 chunks to http://localhost:39863/api/blob/upload-batch-data ?ANApr 23, 2025 2:32:11 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1745411531317) for http://localhost:39863/api/blob/BHSuwMVjvuX0%2FzKMhkyXeK3eAdARBuWUFC5XOVL18W4%3D ?ANApr 23, 2025 2:32:11 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1745411531317http://localhost:39863/api/blob/BHSuwMVjvuX0%2FzKMhkyXeK3eAdARBuWUFC5XOVL18W4%3D ?ANApr 23, 2025 2:32:11 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:39863/api/blob/BHSuwMVjvuX0%2FzKMhkyXeK3eAdARBuWUFC5XOVL18W4%3D) /tmp/junit14729255903493367694/client-server-httpfiles/persistent/387f4845-c302-42b1-b85d-3c916dba932f -> /tmp/junit14729255903493367694/client-server-httpfiles/cache/387f4845-c302-42b1-b85d-3c916dba932f ?ANApr 23, 2025 2:32:11 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(02114225-2829-42f4-8753-4a2fb54612c2): Uploading 454 bytes in 1 chunks to http://localhost:39863/api/blob/upload-batch-data starting from byte=0 ?ANApr 23, 2025 2:32:11 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:39863/api/blob/PPHogjDxjkvCzVYdH%2FPqT%2BEVJ50nfcPnxxL9PAuW194%3D ?ANApr 23, 2025 2:32:11 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:39863/api/blob/PPHogjDxjkvCzVYdH%2FPqT%2BEVJ50nfcPnxxL9PAuW194%3D ?ANApr 23, 2025 2:32:11 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:39863/api/blob/PPHogjDxjkvCzVYdH%2FPqT%2BEVJ50nfcPnxxL9PAuW194%3D ?ANApr 23, 2025 2:32:11 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:39863/api/blob/upload-batch-data ?ANApr 23, 2025 2:32:11 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(02114225-2829-42f4-8753-4a2fb54612c2) receive request ?ANApr 23, 2025 2:32:11 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(02114225-2829-42f4-8753-4a2fb54612c2) receive request ?ANApr 23, 2025 2:32:11 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(02114225-2829-42f4-8753-4a2fb54612c2) appended chunk (isFinal=true) to /tmp/junit14729255903493367694/server-tmproot-server/blob-upload-server/02114225-2829-42f4-8753-4a2fb54612c2 ?ANApr 23, 2025 2:32:11 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?ADFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?ANApr 23, 2025 2:32:11 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:39863/api/blob/PPHogjDxjkvCzVYdH%2FPqT%2BEVJ50nfcPnxxL9PAuW194%3D to /tmp/junit14729255903493367694/server-server-httpfiles/tmpWork/4.tmp (integrity=sha256-PPHogjDxjkvCzVYdH/PqT+EVJ50nfcPnxxL9PAuW194=) ?ANApr 23, 2025 2:32:11 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?ANApr 23, 2025 2:32:11 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?ABFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?ANApr 23, 2025 2:32:11 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?ANApr 23, 2025 2:32:11 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(02114225-2829-42f4-8753-4a2fb54612c2): Upload complete of 454 bytes in 1 chunks to http://localhost:39863/api/blob/upload-batch-data ?ANApr 23, 2025 2:32:11 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1745411531318) for http://localhost:39863/api/blob/PPHogjDxjkvCzVYdH%2FPqT%2BEVJ50nfcPnxxL9PAuW194%3D ?ANApr 23, 2025 2:32:11 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1745411531318http://localhost:39863/api/blob/PPHogjDxjkvCzVYdH%2FPqT%2BEVJ50nfcPnxxL9PAuW194%3D ?ANApr 23, 2025 2:32:11 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:39863/api/blob/PPHogjDxjkvCzVYdH%2FPqT%2BEVJ50nfcPnxxL9PAuW194%3D) /tmp/junit14729255903493367694/client-server-httpfiles/persistent/b2935694-4747-4487-b7cd-674da5e28674 -> /tmp/junit14729255903493367694/client-server-httpfiles/cache/b2935694-4747-4487-b7cd-674da5e28674 ?ANApr 23, 2025 2:32:11 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(db4d47b7-04d9-439e-ad27-eadd9d7de1aa): Uploading 1654 bytes in 1 chunks to http://localhost:39863/api/blob/upload-batch-data starting from byte=0 ?ANApr 23, 2025 2:32:11 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:39863/api/content/719727990887612416/_ustadmanifest.json ?ANApr 23, 2025 2:32:11 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:39863/api/content/719727990887612416/_ustadmanifest.json ?ANApr 23, 2025 2:32:11 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?A}FINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:39863/api/content/719727990887612416/_ustadmanifest.json ?ANApr 23, 2025 2:32:11 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:39863/api/blob/upload-batch-data ?ANApr 23, 2025 2:32:11 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(db4d47b7-04d9-439e-ad27-eadd9d7de1aa) receive request ?ANApr 23, 2025 2:32:11 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(db4d47b7-04d9-439e-ad27-eadd9d7de1aa) receive request ?ANApr 23, 2025 2:32:11 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(db4d47b7-04d9-439e-ad27-eadd9d7de1aa) appended chunk (isFinal=true) to /tmp/junit14729255903493367694/server-tmproot-server/blob-upload-server/db4d47b7-04d9-439e-ad27-eadd9d7de1aa ?ANApr 23, 2025 2:32:11 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?ADFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?ANApr 23, 2025 2:32:11 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:39863/api/content/719727990887612416/_ustadmanifest.json to /tmp/junit14729255903493367694/server-server-httpfiles/tmpWork/5.tmp (integrity=sha256-4DVbCFGFbav6LZGxzM+HVrPAqEzplYe5Q060k4c3QeY=) ?ANApr 23, 2025 2:32:11 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?ANApr 23, 2025 2:32:11 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?ABFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?ANApr 23, 2025 2:32:11 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?ANApr 23, 2025 2:32:11 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(db4d47b7-04d9-439e-ad27-eadd9d7de1aa): Upload complete of 1654 bytes in 1 chunks to http://localhost:39863/api/blob/upload-batch-data ?ANApr 23, 2025 2:32:11 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1745411531319) for http://localhost:39863/api/content/719727990887612416/_ustadmanifest.json ?ANApr 23, 2025 2:32:11 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1745411531319http://localhost:39863/api/content/719727990887612416/_ustadmanifest.json ?ANApr 23, 2025 2:32:11 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:39863/api/content/719727990887612416/_ustadmanifest.json) /tmp/junit14729255903493367694/client-server-httpfiles/persistent/eee4177c-8c0c-42b8-84ab-42223b39ef92 -> /tmp/junit14729255903493367694/client-server-httpfiles/cache/eee4177c-8c0c-42b8-84ab-42223b39ef92 ?ANApr 23, 2025 2:32:11 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AFINE: FINER TransferJobItemStatusUpdater$commit$invokeSuspend - TransferJobItemStatusUpdater: update status complete for 1 updates=1 ?ANApr 23, 2025 2:32:11 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AFINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #13 : SQLite Change Tracker: Changed tables=[TransferJob, TransferJobItem, OutgoingReplication] ?ANApr 23, 2025 2:32:11 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AFINE: FINER DoorLog - [NodeEventJdbcImplListenerSqlite - jdbc:sqlite::memory:] emitting 1 events com.ustadmobile.door.nodeevent.NodeEvent@1715bf0b ?ANApr 23, 2025 2:32:11 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AoINFO: INFO BlobUploadClientUseCaseJvm$invoke$invokeSuspend - BlobUploadClientUseCaseJvm (#1): Upload Complete! ?ANApr 23, 2025 2:32:11 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AoINFO: INFO BlobUploadClientUseCaseJvm$invoke$invokeSuspend - BlobUploadClientUseCaseJvm (#1): Upload Complete! ?ANApr 23, 2025 2:32:11 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AFINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #14 : SQLite Change Tracker: Changed tables=[] ?ANApr 23, 2025 2:32:11 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:39863/UmAppDatabase/replication/message ?ANApr 23, 2025 2:32:11 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AFINE: FINER XferTestClient$waitForContentUploadCompletion$invokeSuspend - XferTestClient: TransferJob #1 is complete(status = 21) ?ANApr 23, 2025 2:32:11 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:39863/api/content/719727990887612416/_ustadmanifest.json ?ANApr 23, 2025 2:32:11 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:39863/api/content/719727990887612416/_ustadmanifest.json ?ANApr 23, 2025 2:32:11 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?A}FINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:39863/api/content/719727990887612416/_ustadmanifest.json ?ANApr 23, 2025 2:32:11 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:39863/api/content/719727990887612416/_ustadmanifest.json ?ANApr 23, 2025 2:32:11 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:39863/api/content/719727990887612416/_ustadmanifest.json ?ANApr 23, 2025 2:32:11 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?A}FINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:39863/api/content/719727990887612416/_ustadmanifest.json ?ANApr 23, 2025 2:32:11 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:39863/api/blob/Ap%2FaWwwwZjRYBKIwEGx2EGC%2FAz1u4U%2F62d%2FYj%2FO8QJQ%3D ?ANApr 23, 2025 2:32:11 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:39863/api/blob/Ap%2FaWwwwZjRYBKIwEGx2EGC%2FAz1u4U%2F62d%2FYj%2FO8QJQ%3D ?ANApr 23, 2025 2:32:11 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:39863/api/blob/Ap%2FaWwwwZjRYBKIwEGx2EGC%2FAz1u4U%2F62d%2FYj%2FO8QJQ%3D ?ANApr 23, 2025 2:32:11 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:39863/api/blob/6%2BcWyQhOQwzysWkefC0X5vCHnGtpmL%2FoKqaXFekaMSc%3D ?ANApr 23, 2025 2:32:11 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:39863/api/blob/6%2BcWyQhOQwzysWkefC0X5vCHnGtpmL%2FoKqaXFekaMSc%3D ?ANApr 23, 2025 2:32:11 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:39863/api/blob/6%2BcWyQhOQwzysWkefC0X5vCHnGtpmL%2FoKqaXFekaMSc%3D ?ANApr 23, 2025 2:32:11 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:39863/api/blob/BHSuwMVjvuX0%2FzKMhkyXeK3eAdARBuWUFC5XOVL18W4%3D ?ANApr 23, 2025 2:32:11 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:39863/api/blob/BHSuwMVjvuX0%2FzKMhkyXeK3eAdARBuWUFC5XOVL18W4%3D ?ANApr 23, 2025 2:32:11 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:39863/api/blob/BHSuwMVjvuX0%2FzKMhkyXeK3eAdARBuWUFC5XOVL18W4%3D ?ANApr 23, 2025 2:32:11 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:39863/api/blob/PPHogjDxjkvCzVYdH%2FPqT%2BEVJ50nfcPnxxL9PAuW194%3D ?ANApr 23, 2025 2:32:11 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:39863/api/blob/PPHogjDxjkvCzVYdH%2FPqT%2BEVJ50nfcPnxxL9PAuW194%3D ?ANApr 23, 2025 2:32:11 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:39863/api/blob/PPHogjDxjkvCzVYdH%2FPqT%2BEVJ50nfcPnxxL9PAuW194%3D ?ANApr 23, 2025 2:32:11 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:39863/api/content/719727990887612416/_ustadmanifest.json ?ANApr 23, 2025 2:32:11 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:39863/api/content/719727990887612416/_ustadmanifest.json ?ANApr 23, 2025 2:32:11 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?A}FINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:39863/api/content/719727990887612416/_ustadmanifest.json ?ANApr 23, 2025 2:32:11 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:39863/api/blob/Ap%2FaWwwwZjRYBKIwEGx2EGC%2FAz1u4U%2F62d%2FYj%2FO8QJQ%3D ?ANApr 23, 2025 2:32:11 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:39863/api/blob/Ap%2FaWwwwZjRYBKIwEGx2EGC%2FAz1u4U%2F62d%2FYj%2FO8QJQ%3D ?ANApr 23, 2025 2:32:11 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:39863/api/blob/Ap%2FaWwwwZjRYBKIwEGx2EGC%2FAz1u4U%2F62d%2FYj%2FO8QJQ%3D ?ANApr 23, 2025 2:32:11 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:39863/api/blob/6%2BcWyQhOQwzysWkefC0X5vCHnGtpmL%2FoKqaXFekaMSc%3D ?ANApr 23, 2025 2:32:11 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:39863/api/blob/6%2BcWyQhOQwzysWkefC0X5vCHnGtpmL%2FoKqaXFekaMSc%3D ?ANApr 23, 2025 2:32:11 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:39863/api/blob/6%2BcWyQhOQwzysWkefC0X5vCHnGtpmL%2FoKqaXFekaMSc%3D ?ANApr 23, 2025 2:32:11 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:39863/api/blob/BHSuwMVjvuX0%2FzKMhkyXeK3eAdARBuWUFC5XOVL18W4%3D ?ANApr 23, 2025 2:32:11 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:39863/api/blob/BHSuwMVjvuX0%2FzKMhkyXeK3eAdARBuWUFC5XOVL18W4%3D ?ANApr 23, 2025 2:32:11 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:39863/api/blob/BHSuwMVjvuX0%2FzKMhkyXeK3eAdARBuWUFC5XOVL18W4%3D ?ANApr 23, 2025 2:32:11 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:39863/api/blob/PPHogjDxjkvCzVYdH%2FPqT%2BEVJ50nfcPnxxL9PAuW194%3D ?ANApr 23, 2025 2:32:11 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:39863/api/blob/PPHogjDxjkvCzVYdH%2FPqT%2BEVJ50nfcPnxxL9PAuW194%3D ?ANApr 23, 2025 2:32:11 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:39863/api/blob/PPHogjDxjkvCzVYdH%2FPqT%2BEVJ50nfcPnxxL9PAuW194%3D ?ANApr 23, 2025 2:32:11 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AFINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #2 : SQLite Change Tracker: Changed tables=[ContentEntryVersion, ReplicationOperation] ?ANApr 23, 2025 2:32:11 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AFINE: FINER DoorLog - [NodeEventManager - jdbc:sqlite::memory:] receiveMessage with 1 replications: inserts done/transaction finished ?ANApr 23, 2025 2:32:11 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: GET http://localhost:39863/api/content/719727990887612416/_ustadmanifest.json ?ANApr 23, 2025 2:32:11 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:39863/api/content/719727990887612416/_ustadmanifest.json ?ANApr 23, 2025 2:32:11 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:39863/api/content/719727990887612416/_ustadmanifest.json ?ANApr 23, 2025 2:32:11 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?A}FINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:39863/api/content/719727990887612416/_ustadmanifest.json ?ANApr 23, 2025 2:32:11 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AFINE: FINER UstadCache - OKHttp-CacheInterceptor: HIT(valid) http://localhost:39863/api/content/719727990887612416/_ustadmanifest.json 200 OK (contentType=application/json, content-encoding=identity content-length=1654) ?ANApr 23, 2025 2:32:11 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AFINEST: FINEST UstadCache - UstadCache(client): add retention locks for http://localhost:39863/api/blob/Ap%2FaWwwwZjRYBKIwEGx2EGC%2FAz1u4U%2F62d%2FYj%2FO8QJQ%3D, http://localhost:39863/api/blob/6%2BcWyQhOQwzysWkefC0X5vCHnGtpmL%2FoKqaXFekaMSc%3D, http://localhost:39863/api/blob/BHSuwMVjvuX0%2FzKMhkyXeK3eAdARBuWUFC5XOVL18W4%3D, http://localhost:39863/api/blob/PPHogjDxjkvCzVYdH%2FPqT%2BEVJ50nfcPnxxL9PAuW194%3D, http://localhost:39863/api/content/719727990887612416/_ustadmanifest.json ?ANApr 23, 2025 2:32:11 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:39863/api/blob/Ap%2FaWwwwZjRYBKIwEGx2EGC%2FAz1u4U%2F62d%2FYj%2FO8QJQ%3D) /tmp/junit14729255903493367694/server-server-httpfiles/cache/7ec79648-8d33-46c7-8d4a-bc7663f0c9ac -> /tmp/junit14729255903493367694/server-server-httpfiles/persistent/7ec79648-8d33-46c7-8d4a-bc7663f0c9ac ?ANApr 23, 2025 2:32:11 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:39863/api/blob/6%2BcWyQhOQwzysWkefC0X5vCHnGtpmL%2FoKqaXFekaMSc%3D) /tmp/junit14729255903493367694/server-server-httpfiles/cache/0e08b3d1-b51f-4c42-833e-171bc27fb137 -> /tmp/junit14729255903493367694/server-server-httpfiles/persistent/0e08b3d1-b51f-4c42-833e-171bc27fb137 ?ANApr 23, 2025 2:32:11 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:39863/api/blob/BHSuwMVjvuX0%2FzKMhkyXeK3eAdARBuWUFC5XOVL18W4%3D) /tmp/junit14729255903493367694/server-server-httpfiles/cache/3a52d62f-250a-4098-a376-240b135258ed -> /tmp/junit14729255903493367694/server-server-httpfiles/persistent/3a52d62f-250a-4098-a376-240b135258ed ?ANApr 23, 2025 2:32:11 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:39863/api/blob/PPHogjDxjkvCzVYdH%2FPqT%2BEVJ50nfcPnxxL9PAuW194%3D) /tmp/junit14729255903493367694/server-server-httpfiles/cache/a8c8867e-c2af-409b-951e-43dd7de10905 -> /tmp/junit14729255903493367694/server-server-httpfiles/persistent/a8c8867e-c2af-409b-951e-43dd7de10905 ?ANApr 23, 2025 2:32:11 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:39863/api/content/719727990887612416/_ustadmanifest.json) /tmp/junit14729255903493367694/server-server-httpfiles/cache/8593ae99-79eb-45a2-b9fc-1591168f8e97 -> /tmp/junit14729255903493367694/server-server-httpfiles/persistent/8593ae99-79eb-45a2-b9fc-1591168f8e97 ?ANApr 23, 2025 2:32:11 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AFINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #16 : SQLite Change Tracker: Changed tables=[OutgoingReplication] ?ANApr 23, 2025 2:32:11 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AFINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #7 : SQLite Change Tracker: Changed tables=[CacheLockJoin] ?ANApr 23, 2025 2:32:11 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AFINE: FINER DoorLog - [DoorEventSource@com.ustadmobile.door.sse.DoorEventSource@51a5a8ba - http://localhost:39863/UmAppDatabase/replication/sse?door-node=8447095072971418002%2F049cb27f-e536-4fd0-97ab-ca55cbbdfa95] close ?ANApr 23, 2025 2:32:11 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?A>FINE: FINER DoorLog - Closed HikariDataSource connection pool ?ANApr 23, 2025 2:32:12 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?A>FINE: FINER DoorLog - Closed HikariDataSource connection pool ?BNApr 23, 2025 2:32:12 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?B\INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete ?BNApr 23, 2025 2:32:12 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?B\INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete ?BNApr 23, 2025 2:32:12 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?B\INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete ?BNApr 23, 2025 2:32:12 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?B\INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete ?BNApr 23, 2025 2:32:12 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?B\INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete ?BNApr 23, 2025 2:32:12 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?B\INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete ?BNApr 23, 2025 2:32:12 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?B\INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete ?BNApr 23, 2025 2:32:12 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?B\INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete ?BNApr 23, 2025 2:32:12 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 : SQLite Change Tracker: Changed tables=[ContentEntryImportJob] ?BNApr 23, 2025 2:32:12 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ImportContentEntryUseCase$invoke$contentEntryVersionEntity$1$updaterJob$invokeSuspend - CompressVideo: update status = null ?BNApr 23, 2025 2:32:12 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #3 : SQLite Change Tracker: Changed tables=[ContentEntryImportJob] ?BNApr 23, 2025 2:32:12 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BbFINE: FINER SaveLocalUrisAsBlobsUseCaseJvm$invoke$invokeSuspend - SaveLocalUrisAsBlobsUseCaseJvm Storing 151 local uris as blobs (http://localhost:46683/api/blob/T6uQJbiizni1qK8zT4b1x46g0ck9NyM05rMKufLI2FI%3D, http://localhost:46683/api/blob/bjwfnGlRbxR6w41vOplXXSsJlK%2FkQzJuwiG9Vdr2PBI%3D, http://localhost:46683/api/blob/GbEzhDlg2eOkUS0yhbQRdkYN7%2BExqlN1jS7v1KfVVxw%3D, http://localhost:46683/api/blob/ftJMBUMkAxFzcokVQ%2FDLankiEAkZ564HfB8%2Fr2dljcI%3D, http://localhost:46683/api/blob/4hns6PTT5KxFXvMc06fHtQV%2BpooQmTf8JrA8bpnukyI%3D, http://localhost:46683/api/blob/1nBB%2Fl1Q7vnvZxZDlo985rEw6qqqLOTUlrGNCjOuuHs%3D, http://localhost:46683/api/blob/e1pDIPug1Mj3kydkW0ucyHWi7GF6VX6Em4E5GOtzNJk%3D, http://localhost:46683/api/blob/yBLdyeR10%2BZdaKaztYnOWYoqW6u3r8VUd9WSFcSjikA%3D, http://localhost:46683/api/blob/%2F4Ku7WubtnAWlshNGyI9Lmgut4yJEXpDjObP6oxJiZU%3D, http://localhost:46683/api/blob/hNkB8eW5RIdaNUrvVRKRFRxo07hZCB8p7k8hiRJnOmU%3D, http://localhost:46683/api/blob/wNCC8cHq2llme5T359p2aAVxgnZy1xD02zehmxYfzrQ%3D, http://localhost:46683/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D, http://localhost:46683/api/blob/JakG3baTnxBZ0ygCbLpNeqUSpupufejv3CEJsk8lGjM%3D, http://localhost:46683/api/blob/Tyj1ZbAw3I%2BjTnYcRMap00SSDE8uimpYNpM%2FV1r5TQc%3D, http://localhost:46683/api/blob/5d4Gn7Lje7djT1HHt6jjcg%2BHKH9wgn2vEpJCSjuX6z4%3D, http://localhost:46683/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D, http://localhost:46683/api/blob/k65pd4r52nGCR800CqwX9ekYeR56pcNyD6PKQm5ECMY%3D, http://localhost:46683/api/blob/MZikNKgl2FhWpW23NSSFUT1wOPqRV060fcrD6oKsRao%3D, http://localhost:46683/api/blob/qGvsfW4NaWJUAV8k%2BjAgxyt68uSYkM8Zvl4iO07eQSw%3D, http://localhost:46683/api/blob/jT7lEK6lwyBhlTHcKRWFJqu7C0gPdwvq0cKmMsrO3o4%3D, http://localhost:46683/api/blob/Au%2B2IdPCR1K6fzgi%2BwM5XKVYY8AZh6QiVWhS%2FNgRMNU%3D, http://localhost:46683/api/blob/SQzRpZj429D6cW3daoNAw3eqvBYSS2ns7TItpaMlHT8%3D, http://localhost:46683/api/blob/WdACppPgOH8BBO0iigwsrmWMy17E3kScuTWoKjWTy%2Fw%3D, http://localhost:46683/api/blob/7vs8uqNXfk02HCNxgA9IXzTGWczwRxAXgvYRXQZHT3w%3D, http://localhost:46683/api/blob/b0rPNEXzpQ22OFjtaC11asx2j0%2BhLr7cAomd3VO69e0%3D, http://localhost:46683/api/blob/Oq8Qt4f%2FpNdOtT7Cz%2FP1buRr1KXcoKQUW%2BC9lCFg8YQ%3D, http://localhost:46683/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D, http://localhost:46683/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D, http://localhost:46683/api/blob/yzJGqJtjyxHYqHNh51kOeZtaOIra3Ks3%2B1GBRu4D0%2BQ%3D, http://localhost:46683/api/blob/b%2FpemT3AQtkcxWYfWDVJk2%2FkTkEqjdt%2BoehmTIE02AM%3D, http://localhost:46683/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D, http://localhost:46683/api/blob/mfov8Hrp8eJ57UpQUEJ%2B8RVeKjq45a8ngANpAaLYR6w%3D, http://localhost:46683/api/blob/7xF1FYDJR0vQb3gRCLf5zGPh50%2B3WuGOhPKs9utqGUE%3D, http://localhost:46683/api/blob/s%2BjWsJZ%2F9ShpZSiPQWSmovDOpcmVTDAObwrxxK3lcHc%3D, http://localhost:46683/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D, http://localhost:46683/api/blob/MpD8uvv86rzRXumzeeIEP9dkvgCqNH4BgNx%2Bu3BdkYQ%3D, http://localhost:46683/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D, http://localhost:46683/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D, http://localhost:46683/api/blob/s9HqB4agwbGesiE3QlUHeYBRLelpFY4r8WgsGxlH3Qo%3D, http://localhost:46683/api/blob/UKuxu3Hz%2BfGYRK1HeAzq8IUine8lfc8wmfa4xX1FqNk%3D, http://localhost:46683/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D, http://localhost:46683/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D, http://localhost:46683/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D, http://localhost:46683/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D, http://localhost:46683/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D, http://localhost:46683/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D, http://localhost:46683/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D, http://localhost:46683/api/blob/3NOfayEFEmNxtWcImQh5OHnRGSetW1NnAmZP8xt%2FTEE%3D, http://localhost:46683/api/blob/Rq39aiLMuqiP%2B0mPmeCr0C2QflhXTn%2F%2FNEPZaPtsh7s%3D, http://localhost:46683/api/blob/Rq39aiLMuqiP%2B0mPmeCr0C2QflhXTn%2F%2FNEPZaPtsh7s%3D, http://localhost:46683/api/blob/PjfwUp1%2Bw6kzto%2B92J5gCGOUXTWvFUUHmzECFE26ZTI%3D, http://localhost:46683/api/blob/h%2BjhrR%2B2SJw3n6swaOU2A8b3QZHrKvXk3vxMgmuJI48%3D, http://localhost:46683/api/blob/vGluaw0k9XeZTNkXi2DMNSp4SAI6Mpq0chcOqfhROgo%3D, http://localhost:46683/api/blob/2HtvcBRqQjS2JXOH5QQ9utn6ppsaI1mFBHfAO7S2ccI%3D, http://localhost:46683/api/blob/sHX8VAaCnEAbmKOODXx8XwsoiVmNERxdjjnDxegBg8s%3D, http://localhost:46683/api/blob/Io0MLdilHmozLkMugHE9pOBHQ0GoWK2Ad%2BKk1mN4QiY%3D, http://localhost:46683/api/blob/kTthmgm8PGGYjMHstF6NYIjf3CLWmwpKOi4l3MdMEtg%3D, http://localhost:46683/api/blob/eYHHnwyecTXEwTD51UOV4ep3iOXp7UijenqWFiHPj7w%3D, http://localhost:46683/api/blob/XNfsFzpMGtyUb4cp%2BZP4sbwRpfi%2BBGbF07psv2MPtA4%3D, http://localhost:46683/api/blob/GslQZC%2FV0B6kfy34jVZWRceF2QhHWG6YmuW5qqEmeu8%3D, http://localhost:46683/api/blob/mvg3xbJ3LnwZdOssam2%2BvdSJ1%2FLWFX7%2FlxFJVciB6lg%3D, http://localhost:46683/api/blob/MAqsHQLxvTtVgSONw2nt%2Bi52FKAKxkPqHKZN3dVehag%3D, http://localhost:46683/api/blob/iLrog15kL9bl86CzWtk92zSVko7oOALiUGQ8de0aZAE%3D, http://localhost:46683/api/blob/82XHZdU1kTgwewOyJbFyMVK0zesRRj2xRJpu92yJxx4%3D, http://localhost:46683/api/blob/Q%2Fy6R172KY9YPbOiNMSixqoh8QjGcQtM%2BrFsRKO2bE8%3D, http://localhost:46683/api/blob/vBVhVK0Ik2c9Bvwl%2BlAPy96DxOyTL2%2BkeUcQmCA%2Frq0%3D, http://localhost:46683/api/blob/vBVhVK0Ik2c9Bvwl%2BlAPy96DxOyTL2%2BkeUcQmCA%2Frq0%3D, http://localhost:46683/api/blob/%2Fx3Wsw8%2BwpZRU2JIVcrL33nrHQV17lCsxuRemUqet54%3D, http://localhost:46683/api/blob/8NYR%2FhsIIjp%2FPKQLuUNyeWjGcw9Ffd0e82E28xODp0k%3D, http://localhost:46683/api/blob/oPQ1dcUBafEmFbVhtQHHEJeUFzCkPST6bxu3%2BWONWHQ%3D, http://localhost:46683/api/blob/K2Fsusn6qjgL725CJL7ByzgpD7DwK1Hv1Qc9nUTRvs0%3D, http://localhost:46683/api/blob/cR3Bmvjb8RQpKsAuwqDiUYfIXyFSmzGtyfnorloVx0Y%3D, http://localhost:46683/api/blob/tnKOTsJNsJ1igF6lTizkpOyMKbYWZe%2BdVsGZzjKfNTc%3D, http://localhost:46683/api/blob/cTsr7j2oAImJK1yXqd0DLIulEmVnqZ5h5n0Tb5MbXdA%3D, http://localhost:46683/api/blob/mvg3xbJ3LnwZdOssam2%2BvdSJ1%2FLWFX7%2FlxFJVciB6lg%3D, http://localhost:46683/api/blob/lxzYcB9KSB%2FYkf7kHHM4ZRcTEbModiVoT3lAhJxL3mA%3D, http://localhost:46683/api/blob/Xl43QDLBGMM83V4fnX0WJXFd3Q96UrVudQC4xpaoApY%3D, http://localhost:46683/api/blob/vx6kIK92xNpSxNN78Ud5xEGiuWVgncmo8IDc9M8XCDQ%3D, http://localhost:46683/api/blob/Cxs1ShEiNfLO%2FU%2Fvt3ziCc6g7XCCt3cXpLKqS0NW9p0%3D, http://localhost:46683/api/blob/Cxs1ShEiNfLO%2FU%2Fvt3ziCc6g7XCCt3cXpLKqS0NW9p0%3D, http://localhost:46683/api/blob/hFJej7TOyIrYzsvgtguZHnlcWMcsq3KtS9FiLm3ykCo%3D, http://localhost:46683/api/blob/I9vIlkggX1UGSnA11062utk2y8IszUXgQgfJOO6C6so%3D, http://localhost:46683/api/blob/mvg3xbJ3LnwZdOssam2%2BvdSJ1%2FLWFX7%2FlxFJVciB6lg%3D, http://localhost:46683/api/blob/mvg3xbJ3LnwZdOssam2%2BvdSJ1%2FLWFX7%2FlxFJVciB6lg%3D, http://localhost:46683/api/blob/mvg3xbJ3LnwZdOssam2%2BvdSJ1%2FLWFX7%2FlxFJVciB6lg%3D, http://localhost:46683/api/blob/mvg3xbJ3LnwZdOssam2%2BvdSJ1%2FLWFX7%2FlxFJVciB6lg%3D, http://localhost:46683/api/blob/dlAewQPKn9t0EDFTEm5ltRQT%2BWrMBBErX1LZM6zfIc0%3D, http://localhost:46683/api/blob/ufoN52SamhFb3h2azBHykXR1pPhx5QzT55ir8wOLVBM%3D, http://localhost:46683/api/blob/8l%2BWWVo6WOTD7pS09FmTYwoB2tptGH20X90e5TTJGQ0%3D, http://localhost:46683/api/blob/%2BIRZ4%2F%2FV1GOWQ9KLtbzgE%2BNbhhRBycosRc64B97TKj4%3D, http://localhost:46683/api/blob/V%2BlxWB0nxel8r7ylMgw556l%2FVPsMO29I16T%2FDgO8NMQ%3D, http://localhost:46683/api/blob/uYW3KrfsznrSIuqFkNUXxHUg0ZmpkuJvVYdtP2k6nAk%3D, http://localhost:46683/api/blob/pLIQYQAGGG6QDQPjEpjz67VyhV5phLnyxGKkUWIhm88%3D, http://localhost:46683/api/blob/Wmgp%2B1s82IIY%2BjX9o7lYcOJS1QrGlZC0PpACTzQwl6M%3D, http://localhost:46683/api/blob/sHxTh3q3%2BdRVnFM3sxrWUzQpjAIWUYJijIDhezhkH6s%3D, http://localhost:46683/api/blob/Y3nFU5%2FVYE71u5aj3293uK2rbUrlZ%2FwwvObLZ8QhuYQ%3D, http://localhost:46683/api/blob/zBbaSmjEFvS6KUk8SEwgYyykdXC%2BUFyhY9%2F%2FLwqO8Z0%3D, http://localhost:46683/api/blob/u%2BLJFVTcY%2FMEnXDPx%2FjDr74kdKvSL0fNYsVaoucWMS0%3D, http://localhost:46683/api/blob/eo8K7m5KF0iRfYzWDplfji%2FfxUb9GlUHqqY6IuMrLc4%3D, http://localhost:46683/api/blob/%2FqULHYInAHdVBa5R1l938NaG9Ty3HotFmPBFK%2Fx8URU%3D, http://localhost:46683/api/blob/ym1yKJRZWSDtpc56Uj7RFG1W6oCf5N5WCmZbqjHEbE4%3D, http://localhost:46683/api/blob/C1W33ZET4v%2BaPIkE7LOO6lFWDtV5OqhnAlLv4wfGAUU%3D, http://localhost:46683/api/blob/jGvo9dP2a%2BkzienoeQzWSLnGKfWhYB2XjsFOuELmW28%3D, http://localhost:46683/api/blob/%2BF9Tlt29TsSXmyq%2FWyZ63J8R6bqXkujcv5KBRzPQ%2BWU%3D, http://localhost:46683/api/blob/xVHBEQCBRQcVQS1lvNmxfgZ0XXOkWfARY3xhEbjuloE%3D, http://localhost:46683/api/blob/EkHf%2FCGbd3loeNcgeAv6K4n2uKHvj3497sTVseG3xn0%3D, http://localhost:46683/api/blob/vOWepUFkWRq8r0%2BHZF7AzG8DLHriKMfWpiogMq%2FFD4s%3D, http://localhost:46683/api/blob/R0W8u8HlP%2FsgKWKJ2Q26%2FMLf5xdmrjzBL5IEPnV34JA%3D, http://localhost:46683/api/blob/yD2T%2FjRDP29LkBjiITr7231CnugE2Jo0BIRRyW5N0mE%3D, http://localhost:46683/api/blob/DMle631prFri4uxxxxdON0FHQFOdiUt%2BW%2F6%2FvFfKmKI%3D, http://localhost:46683/api/blob/Ai1kxiVYF40Fu81oXM2uPCv9vkRmufeI2MqmWrEigoQ%3D, http://localhost:46683/api/blob/MuzpZTkDFXpw0wwJdw%2FbBYCIsDKwWBU628LKd2p83po%3D, http://localhost:46683/api/blob/4zSTZMv%2FWKjpNfIWFmdBzDq%2BxpKgteLo5HBhbpkIMgg%3D, http://localhost:46683/api/blob/YuUHNreyN7U7%2BQZ5%2BzNNY1N11RsxVtHYZsqyJGBtmbQ%3D, http://localhost:46683/api/blob/6p3YvM8W7PtrV7LudBIoa%2Bq4QN3Y1SdaU02%2FGCeg0IM%3D, http://localhost:46683/api/blob/c6Dc1YGSLmG1CzWhxrYVgHpZEYf6VEA09YuKyjB6o44%3D, http://localhost:46683/api/blob/fAhuvZVtVYSUCOENltmx6R%2BSg0UZACwHQOMDNf9fYlY%3D, http://localhost:46683/api/blob/we47ND4nhwrjRI%2BYLyQ%2BHWLDKA0nvAypEBID7KE1sjM%3D, http://localhost:46683/api/blob/EDd6hjdyPU1Mt2vw3AA1ph%2BqFNUyZir%2BdXzbgA2ARyw%3D, http://localhost:46683/api/blob/WE8lrEOx7vAAZ6u4arUnr1yvMIbZP0FvaBy551jh88Y%3D, http://localhost:46683/api/blob/f86dDrhwRUQf6RCl7AldiyqZIf7UO05nYkIFIepSeao%3D, http://localhost:46683/api/blob/17pZuPthKwaraODIXZkgcqZCV0%2Buh%2F01t0UPA4EqtEs%3D, http://localhost:46683/api/blob/CmlVJmRSZLB7BmMKh27ly66%2FmbubmFKZNdWpB8De5X8%3D, http://localhost:46683/api/blob/nsmfXTJrTxUTogzM8u3%2BnLHfuNFK4hVP4tnH90njdqE%3D, http://localhost:46683/api/blob/GjqBgSSvm7XTUjdhXgppBT10y3S2AdiXOnCd1xl1AR4%3D, http://localhost:46683/api/blob/3l8y8J6DrWhQA1W7Shf%2BSPfKgZyc%2Bu%2Fb%2BbCekBx6f8g%3D, http://localhost:46683/api/blob/%2BpluXnN9d6MiNBWRNiCeM15nPresFv0BDtL1lIC9RI4%3D, http://localhost:46683/api/blob/5Ilriy7n1kwHjr0%2FXWzh4jhJPrT8xsZ1jrczKGatDiY%3D, http://localhost:46683/api/blob/EgapfpQkKZP4bsfj%2FK5PxfHKzTlIJAVzuAkZmNmg3MM%3D, http://localhost:46683/api/blob/QQhYT1gQF9x0oIMt0WRoLg3q4DbMidMg5%2FV3%2FOsnhog%3D, http://localhost:46683/api/blob/LnC2D3wwhrq34V1CB%2Bxg6EwLoaYhOVkplQkYTyRkqVA%3D, http://localhost:46683/api/blob/J2cr3iSclOBUxgDFRH12Icpmo32SS2pPkQejFFV9e3Y%3D, http://localhost:46683/api/blob/eARe8bkhihrOsDAQ7nvQs7HXU1%2Bi%2FpopDv%2BQ6UNWPcg%3D, http://localhost:46683/api/blob/3fCEhtExvRNHYfveM9cY5bbE17mYr8%2BdEFRgE5Tz8ZU%3D, http://localhost:46683/api/blob/NuX5jirPuFiJLnEJlD4dLnXRCsDkQMc2Vniko1v7nEo%3D, http://localhost:46683/api/blob/%2F3QD%2Bd53w6wqfHpE3dn2fWN85w9xo6rHAzwCGcivpko%3D, http://localhost:46683/api/blob/y4TDcAD4%2Fj5o4keZvggf698Cr9Oc7JZ%2BgGMax23qmVA%3D, http://localhost:46683/api/blob/UvNzyhHidciHBssZ%2FP%2B2l5FZbI1XAfmSJAplrILQ8gg%3D, http://localhost:46683/api/blob/ic4IoQBJDrNoYD6jzvjPUtyK2y2i0dmtWCW2k2Aa%2Fp8%3D, http://localhost:46683/api/blob/De2JgQ0Nt5adGTd%2BS3vvpLJVOZegId%2BlUNz28Tv2qPA%3D, http://localhost:46683/api/blob/AxtMakPRFNdMGeXBvbRcztWEo0HNZu9GkF7yCvsE3Zs%3D, http://localhost:46683/api/blob/JU9Nv2qFcpHwvSV4ps9ii7ATxDcpquEhDXTVT0iBUEo%3D, http://localhost:46683/api/blob/CdrdmkKdsdoH81%2B2cV0ipaFJ4y8Ng6Ujmj7K5QNYc94%3D, http://localhost:46683/api/blob/ZY4mAUHHRYo0qd1n7jqXrYhYnC75hzx4DLeYU%2FtZAhs%3D, http://localhost:46683/api/blob/kpeAot1GwrHfHslj4hcJEyVdiQvKVG3a0bQXx1ERn7o%3D, http://localhost:46683/api/blob/%2FEmb%2B%2FduVWkOJrRcZWoRMF6TTLig7Qm2uAa7A%2B78ghA%3D, http://localhost:46683/api/blob/lpSbYYTpxt5zyFPhLE5PlvwDpVyNc2B3kULVJzvg6%2B4%3D, http://localhost:46683/api/blob/rySbdfEfwrB779vaMkVIyj%2BABqAS%2BgtUUBu4dkB4J6A%3D, http://localhost:46683/api/blob/oJd6y005JyUgaUAFQ6GgvvLGzc467muipcNv7aXTB%2F0%3D, http://localhost:46683/api/blob/VYwTeujSQh1Gss7XDcPY61SmNUSlOTCzClVbdoYAHJE%3D, http://localhost:46683/api/blob/JVUTiGfvsBPpaY2QLvpiW%2Bx0rWNh6Tlj0QXu2TOSbGY%3D) ?BNApr 23, 2025 2:32:12 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): storerequest 151 entries ?BNApr 23, 2025 2:32:12 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:46683/api/blob/T6uQJbiizni1qK8zT4b1x46g0ck9NyM05rMKufLI2FI%3D to /tmp/junit1790034784138261936/client-server-httpfiles/tmpWork/1.tmp (integrity=sha256-T6uQJbiizni1qK8zT4b1x46g0ck9NyM05rMKufLI2FI=) ?BNApr 23, 2025 2:32:12 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:46683/api/blob/bjwfnGlRbxR6w41vOplXXSsJlK%2FkQzJuwiG9Vdr2PBI%3D to /tmp/junit1790034784138261936/client-server-httpfiles/tmpWork/2.tmp (integrity=sha256-bjwfnGlRbxR6w41vOplXXSsJlK/kQzJuwiG9Vdr2PBI=) ?BNApr 23, 2025 2:32:12 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:46683/api/blob/GbEzhDlg2eOkUS0yhbQRdkYN7%2BExqlN1jS7v1KfVVxw%3D to /tmp/junit1790034784138261936/client-server-httpfiles/tmpWork/3.tmp (integrity=sha256-GbEzhDlg2eOkUS0yhbQRdkYN7+ExqlN1jS7v1KfVVxw=) ?BNApr 23, 2025 2:32:12 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:46683/api/blob/ftJMBUMkAxFzcokVQ%2FDLankiEAkZ564HfB8%2Fr2dljcI%3D to /tmp/junit1790034784138261936/client-server-httpfiles/tmpWork/4.tmp (integrity=sha256-ftJMBUMkAxFzcokVQ/DLankiEAkZ564HfB8/r2dljcI=) ?BNApr 23, 2025 2:32:12 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:46683/api/blob/4hns6PTT5KxFXvMc06fHtQV%2BpooQmTf8JrA8bpnukyI%3D to /tmp/junit1790034784138261936/client-server-httpfiles/tmpWork/5.tmp (integrity=sha256-4hns6PTT5KxFXvMc06fHtQV+pooQmTf8JrA8bpnukyI=) ?BNApr 23, 2025 2:32:12 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:46683/api/blob/1nBB%2Fl1Q7vnvZxZDlo985rEw6qqqLOTUlrGNCjOuuHs%3D to /tmp/junit1790034784138261936/client-server-httpfiles/tmpWork/6.tmp (integrity=sha256-1nBB/l1Q7vnvZxZDlo985rEw6qqqLOTUlrGNCjOuuHs=) ?BNApr 23, 2025 2:32:12 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:46683/api/blob/e1pDIPug1Mj3kydkW0ucyHWi7GF6VX6Em4E5GOtzNJk%3D to /tmp/junit1790034784138261936/client-server-httpfiles/tmpWork/7.tmp (integrity=sha256-e1pDIPug1Mj3kydkW0ucyHWi7GF6VX6Em4E5GOtzNJk=) ?BNApr 23, 2025 2:32:12 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:46683/api/blob/yBLdyeR10%2BZdaKaztYnOWYoqW6u3r8VUd9WSFcSjikA%3D to /tmp/junit1790034784138261936/client-server-httpfiles/tmpWork/8.tmp (integrity=sha256-yBLdyeR10+ZdaKaztYnOWYoqW6u3r8VUd9WSFcSjikA=) ?BNApr 23, 2025 2:32:12 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:46683/api/blob/%2F4Ku7WubtnAWlshNGyI9Lmgut4yJEXpDjObP6oxJiZU%3D to /tmp/junit1790034784138261936/client-server-httpfiles/tmpWork/9.tmp (integrity=sha256-/4Ku7WubtnAWlshNGyI9Lmgut4yJEXpDjObP6oxJiZU=) ?BNApr 23, 2025 2:32:12 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:46683/api/blob/hNkB8eW5RIdaNUrvVRKRFRxo07hZCB8p7k8hiRJnOmU%3D to /tmp/junit1790034784138261936/client-server-httpfiles/tmpWork/10.tmp (integrity=sha256-hNkB8eW5RIdaNUrvVRKRFRxo07hZCB8p7k8hiRJnOmU=) ?BNApr 23, 2025 2:32:12 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:46683/api/blob/wNCC8cHq2llme5T359p2aAVxgnZy1xD02zehmxYfzrQ%3D to /tmp/junit1790034784138261936/client-server-httpfiles/tmpWork/11.tmp (integrity=sha256-wNCC8cHq2llme5T359p2aAVxgnZy1xD02zehmxYfzrQ=) ?BNApr 23, 2025 2:32:12 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:46683/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D to /tmp/junit1790034784138261936/client-server-httpfiles/tmpWork/12.tmp (integrity=sha256-nAy3BTCDSjZf/jjgTtYfskbTFa2CmbkLKYKabDi8pew=) ?BNApr 23, 2025 2:32:12 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:46683/api/blob/JakG3baTnxBZ0ygCbLpNeqUSpupufejv3CEJsk8lGjM%3D to /tmp/junit1790034784138261936/client-server-httpfiles/tmpWork/13.tmp (integrity=sha256-JakG3baTnxBZ0ygCbLpNeqUSpupufejv3CEJsk8lGjM=) ?BNApr 23, 2025 2:32:12 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:46683/api/blob/Tyj1ZbAw3I%2BjTnYcRMap00SSDE8uimpYNpM%2FV1r5TQc%3D to /tmp/junit1790034784138261936/client-server-httpfiles/tmpWork/14.tmp (integrity=sha256-Tyj1ZbAw3I+jTnYcRMap00SSDE8uimpYNpM/V1r5TQc=) ?BNApr 23, 2025 2:32:12 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:46683/api/blob/5d4Gn7Lje7djT1HHt6jjcg%2BHKH9wgn2vEpJCSjuX6z4%3D to /tmp/junit1790034784138261936/client-server-httpfiles/tmpWork/15.tmp (integrity=sha256-5d4Gn7Lje7djT1HHt6jjcg+HKH9wgn2vEpJCSjuX6z4=) ?BNApr 23, 2025 2:32:12 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:46683/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D to /tmp/junit1790034784138261936/client-server-httpfiles/tmpWork/16.tmp (integrity=sha256-nAy3BTCDSjZf/jjgTtYfskbTFa2CmbkLKYKabDi8pew=) ?BNApr 23, 2025 2:32:12 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:46683/api/blob/k65pd4r52nGCR800CqwX9ekYeR56pcNyD6PKQm5ECMY%3D to /tmp/junit1790034784138261936/client-server-httpfiles/tmpWork/17.tmp (integrity=sha256-k65pd4r52nGCR800CqwX9ekYeR56pcNyD6PKQm5ECMY=) ?BNApr 23, 2025 2:32:12 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:46683/api/blob/MZikNKgl2FhWpW23NSSFUT1wOPqRV060fcrD6oKsRao%3D to /tmp/junit1790034784138261936/client-server-httpfiles/tmpWork/18.tmp (integrity=sha256-MZikNKgl2FhWpW23NSSFUT1wOPqRV060fcrD6oKsRao=) ?BNApr 23, 2025 2:32:12 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:46683/api/blob/qGvsfW4NaWJUAV8k%2BjAgxyt68uSYkM8Zvl4iO07eQSw%3D to /tmp/junit1790034784138261936/client-server-httpfiles/tmpWork/19.tmp (integrity=sha256-qGvsfW4NaWJUAV8k+jAgxyt68uSYkM8Zvl4iO07eQSw=) ?BNApr 23, 2025 2:32:12 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:46683/api/blob/jT7lEK6lwyBhlTHcKRWFJqu7C0gPdwvq0cKmMsrO3o4%3D to /tmp/junit1790034784138261936/client-server-httpfiles/tmpWork/20.tmp (integrity=sha256-jT7lEK6lwyBhlTHcKRWFJqu7C0gPdwvq0cKmMsrO3o4=) ?BNApr 23, 2025 2:32:12 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:46683/api/blob/Au%2B2IdPCR1K6fzgi%2BwM5XKVYY8AZh6QiVWhS%2FNgRMNU%3D to /tmp/junit1790034784138261936/client-server-httpfiles/tmpWork/21.tmp (integrity=sha256-Au+2IdPCR1K6fzgi+wM5XKVYY8AZh6QiVWhS/NgRMNU=) ?BNApr 23, 2025 2:32:12 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:46683/api/blob/SQzRpZj429D6cW3daoNAw3eqvBYSS2ns7TItpaMlHT8%3D to /tmp/junit1790034784138261936/client-server-httpfiles/tmpWork/22.tmp (integrity=sha256-SQzRpZj429D6cW3daoNAw3eqvBYSS2ns7TItpaMlHT8=) ?BNApr 23, 2025 2:32:12 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:46683/api/blob/WdACppPgOH8BBO0iigwsrmWMy17E3kScuTWoKjWTy%2Fw%3D to /tmp/junit1790034784138261936/client-server-httpfiles/tmpWork/23.tmp (integrity=sha256-WdACppPgOH8BBO0iigwsrmWMy17E3kScuTWoKjWTy/w=) ?BNApr 23, 2025 2:32:12 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:46683/api/blob/7vs8uqNXfk02HCNxgA9IXzTGWczwRxAXgvYRXQZHT3w%3D to /tmp/junit1790034784138261936/client-server-httpfiles/tmpWork/24.tmp (integrity=sha256-7vs8uqNXfk02HCNxgA9IXzTGWczwRxAXgvYRXQZHT3w=) ?BNApr 23, 2025 2:32:12 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:46683/api/blob/b0rPNEXzpQ22OFjtaC11asx2j0%2BhLr7cAomd3VO69e0%3D to /tmp/junit1790034784138261936/client-server-httpfiles/tmpWork/25.tmp (integrity=sha256-b0rPNEXzpQ22OFjtaC11asx2j0+hLr7cAomd3VO69e0=) ?BNApr 23, 2025 2:32:12 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:46683/api/blob/Oq8Qt4f%2FpNdOtT7Cz%2FP1buRr1KXcoKQUW%2BC9lCFg8YQ%3D to /tmp/junit1790034784138261936/client-server-httpfiles/tmpWork/26.tmp (integrity=sha256-Oq8Qt4f/pNdOtT7Cz/P1buRr1KXcoKQUW+C9lCFg8YQ=) ?BNApr 23, 2025 2:32:12 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:46683/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D to /tmp/junit1790034784138261936/client-server-httpfiles/tmpWork/27.tmp (integrity=sha256-nAy3BTCDSjZf/jjgTtYfskbTFa2CmbkLKYKabDi8pew=) ?BNApr 23, 2025 2:32:12 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:46683/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D to /tmp/junit1790034784138261936/client-server-httpfiles/tmpWork/28.tmp (integrity=sha256-nAy3BTCDSjZf/jjgTtYfskbTFa2CmbkLKYKabDi8pew=) ?BNApr 23, 2025 2:32:12 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:46683/api/blob/yzJGqJtjyxHYqHNh51kOeZtaOIra3Ks3%2B1GBRu4D0%2BQ%3D to /tmp/junit1790034784138261936/client-server-httpfiles/tmpWork/29.tmp (integrity=sha256-yzJGqJtjyxHYqHNh51kOeZtaOIra3Ks3+1GBRu4D0+Q=) ?BNApr 23, 2025 2:32:12 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:46683/api/blob/b%2FpemT3AQtkcxWYfWDVJk2%2FkTkEqjdt%2BoehmTIE02AM%3D to /tmp/junit1790034784138261936/client-server-httpfiles/tmpWork/30.tmp (integrity=sha256-b/pemT3AQtkcxWYfWDVJk2/kTkEqjdt+oehmTIE02AM=) ?BNApr 23, 2025 2:32:12 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:46683/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D to /tmp/junit1790034784138261936/client-server-httpfiles/tmpWork/31.tmp (integrity=sha256-nAy3BTCDSjZf/jjgTtYfskbTFa2CmbkLKYKabDi8pew=) ?BNApr 23, 2025 2:32:12 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:46683/api/blob/mfov8Hrp8eJ57UpQUEJ%2B8RVeKjq45a8ngANpAaLYR6w%3D to /tmp/junit1790034784138261936/client-server-httpfiles/tmpWork/32.tmp (integrity=sha256-mfov8Hrp8eJ57UpQUEJ+8RVeKjq45a8ngANpAaLYR6w=) ?BNApr 23, 2025 2:32:12 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:46683/api/blob/7xF1FYDJR0vQb3gRCLf5zGPh50%2B3WuGOhPKs9utqGUE%3D to /tmp/junit1790034784138261936/client-server-httpfiles/tmpWork/33.tmp (integrity=sha256-7xF1FYDJR0vQb3gRCLf5zGPh50+3WuGOhPKs9utqGUE=) ?BNApr 23, 2025 2:32:12 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:46683/api/blob/s%2BjWsJZ%2F9ShpZSiPQWSmovDOpcmVTDAObwrxxK3lcHc%3D to /tmp/junit1790034784138261936/client-server-httpfiles/tmpWork/34.tmp (integrity=sha256-s+jWsJZ/9ShpZSiPQWSmovDOpcmVTDAObwrxxK3lcHc=) ?BNApr 23, 2025 2:32:12 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:46683/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D to /tmp/junit1790034784138261936/client-server-httpfiles/tmpWork/35.tmp (integrity=sha256-nAy3BTCDSjZf/jjgTtYfskbTFa2CmbkLKYKabDi8pew=) ?BNApr 23, 2025 2:32:12 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:46683/api/blob/MpD8uvv86rzRXumzeeIEP9dkvgCqNH4BgNx%2Bu3BdkYQ%3D to /tmp/junit1790034784138261936/client-server-httpfiles/tmpWork/36.tmp (integrity=sha256-MpD8uvv86rzRXumzeeIEP9dkvgCqNH4BgNx+u3BdkYQ=) ?BNApr 23, 2025 2:32:12 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:46683/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D to /tmp/junit1790034784138261936/client-server-httpfiles/tmpWork/37.tmp (integrity=sha256-nAy3BTCDSjZf/jjgTtYfskbTFa2CmbkLKYKabDi8pew=) ?BNApr 23, 2025 2:32:12 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:46683/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D to /tmp/junit1790034784138261936/client-server-httpfiles/tmpWork/38.tmp (integrity=sha256-nAy3BTCDSjZf/jjgTtYfskbTFa2CmbkLKYKabDi8pew=) ?BNApr 23, 2025 2:32:12 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:46683/api/blob/s9HqB4agwbGesiE3QlUHeYBRLelpFY4r8WgsGxlH3Qo%3D to /tmp/junit1790034784138261936/client-server-httpfiles/tmpWork/39.tmp (integrity=sha256-s9HqB4agwbGesiE3QlUHeYBRLelpFY4r8WgsGxlH3Qo=) ?BNApr 23, 2025 2:32:12 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:46683/api/blob/UKuxu3Hz%2BfGYRK1HeAzq8IUine8lfc8wmfa4xX1FqNk%3D to /tmp/junit1790034784138261936/client-server-httpfiles/tmpWork/40.tmp (integrity=sha256-UKuxu3Hz+fGYRK1HeAzq8IUine8lfc8wmfa4xX1FqNk=) ?BNApr 23, 2025 2:32:12 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:46683/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D to /tmp/junit1790034784138261936/client-server-httpfiles/tmpWork/41.tmp (integrity=sha256-nAy3BTCDSjZf/jjgTtYfskbTFa2CmbkLKYKabDi8pew=) ?BNApr 23, 2025 2:32:12 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:46683/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D to /tmp/junit1790034784138261936/client-server-httpfiles/tmpWork/42.tmp (integrity=sha256-nAy3BTCDSjZf/jjgTtYfskbTFa2CmbkLKYKabDi8pew=) ?BNApr 23, 2025 2:32:12 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:46683/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D to /tmp/junit1790034784138261936/client-server-httpfiles/tmpWork/43.tmp (integrity=sha256-nAy3BTCDSjZf/jjgTtYfskbTFa2CmbkLKYKabDi8pew=) ?BNApr 23, 2025 2:32:12 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:46683/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D to /tmp/junit1790034784138261936/client-server-httpfiles/tmpWork/44.tmp (integrity=sha256-nAy3BTCDSjZf/jjgTtYfskbTFa2CmbkLKYKabDi8pew=) ?BNApr 23, 2025 2:32:12 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:46683/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D to /tmp/junit1790034784138261936/client-server-httpfiles/tmpWork/45.tmp (integrity=sha256-nAy3BTCDSjZf/jjgTtYfskbTFa2CmbkLKYKabDi8pew=) ?BNApr 23, 2025 2:32:12 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:46683/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D to /tmp/junit1790034784138261936/client-server-httpfiles/tmpWork/46.tmp (integrity=sha256-nAy3BTCDSjZf/jjgTtYfskbTFa2CmbkLKYKabDi8pew=) ?BNApr 23, 2025 2:32:12 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:46683/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D to /tmp/junit1790034784138261936/client-server-httpfiles/tmpWork/47.tmp (integrity=sha256-nAy3BTCDSjZf/jjgTtYfskbTFa2CmbkLKYKabDi8pew=) ?BNApr 23, 2025 2:32:12 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:46683/api/blob/3NOfayEFEmNxtWcImQh5OHnRGSetW1NnAmZP8xt%2FTEE%3D to /tmp/junit1790034784138261936/client-server-httpfiles/tmpWork/48.tmp (integrity=sha256-3NOfayEFEmNxtWcImQh5OHnRGSetW1NnAmZP8xt/TEE=) ?BNApr 23, 2025 2:32:12 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:46683/api/blob/Rq39aiLMuqiP%2B0mPmeCr0C2QflhXTn%2F%2FNEPZaPtsh7s%3D to /tmp/junit1790034784138261936/client-server-httpfiles/tmpWork/49.tmp (integrity=sha256-Rq39aiLMuqiP+0mPmeCr0C2QflhXTn//NEPZaPtsh7s=) ?BNApr 23, 2025 2:32:12 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:46683/api/blob/Rq39aiLMuqiP%2B0mPmeCr0C2QflhXTn%2F%2FNEPZaPtsh7s%3D to /tmp/junit1790034784138261936/client-server-httpfiles/tmpWork/50.tmp (integrity=sha256-Rq39aiLMuqiP+0mPmeCr0C2QflhXTn//NEPZaPtsh7s=) ?BNApr 23, 2025 2:32:12 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:46683/api/blob/PjfwUp1%2Bw6kzto%2B92J5gCGOUXTWvFUUHmzECFE26ZTI%3D to /tmp/junit1790034784138261936/client-server-httpfiles/tmpWork/51.tmp (integrity=sha256-PjfwUp1+w6kzto+92J5gCGOUXTWvFUUHmzECFE26ZTI=) ?BNApr 23, 2025 2:32:12 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:46683/api/blob/h%2BjhrR%2B2SJw3n6swaOU2A8b3QZHrKvXk3vxMgmuJI48%3D to /tmp/junit1790034784138261936/client-server-httpfiles/tmpWork/52.tmp (integrity=sha256-h+jhrR+2SJw3n6swaOU2A8b3QZHrKvXk3vxMgmuJI48=) ?BNApr 23, 2025 2:32:12 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:46683/api/blob/vGluaw0k9XeZTNkXi2DMNSp4SAI6Mpq0chcOqfhROgo%3D to /tmp/junit1790034784138261936/client-server-httpfiles/tmpWork/53.tmp (integrity=sha256-vGluaw0k9XeZTNkXi2DMNSp4SAI6Mpq0chcOqfhROgo=) ?BNApr 23, 2025 2:32:12 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:46683/api/blob/2HtvcBRqQjS2JXOH5QQ9utn6ppsaI1mFBHfAO7S2ccI%3D to /tmp/junit1790034784138261936/client-server-httpfiles/tmpWork/54.tmp (integrity=sha256-2HtvcBRqQjS2JXOH5QQ9utn6ppsaI1mFBHfAO7S2ccI=) ?BNApr 23, 2025 2:32:12 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:46683/api/blob/sHX8VAaCnEAbmKOODXx8XwsoiVmNERxdjjnDxegBg8s%3D to /tmp/junit1790034784138261936/client-server-httpfiles/tmpWork/55.tmp (integrity=sha256-sHX8VAaCnEAbmKOODXx8XwsoiVmNERxdjjnDxegBg8s=) ?BNApr 23, 2025 2:32:12 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:46683/api/blob/Io0MLdilHmozLkMugHE9pOBHQ0GoWK2Ad%2BKk1mN4QiY%3D to /tmp/junit1790034784138261936/client-server-httpfiles/tmpWork/56.tmp (integrity=sha256-Io0MLdilHmozLkMugHE9pOBHQ0GoWK2Ad+Kk1mN4QiY=) ?BNApr 23, 2025 2:32:12 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:46683/api/blob/kTthmgm8PGGYjMHstF6NYIjf3CLWmwpKOi4l3MdMEtg%3D to /tmp/junit1790034784138261936/client-server-httpfiles/tmpWork/57.tmp (integrity=sha256-kTthmgm8PGGYjMHstF6NYIjf3CLWmwpKOi4l3MdMEtg=) ?BNApr 23, 2025 2:32:12 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:46683/api/blob/eYHHnwyecTXEwTD51UOV4ep3iOXp7UijenqWFiHPj7w%3D to /tmp/junit1790034784138261936/client-server-httpfiles/tmpWork/58.tmp (integrity=sha256-eYHHnwyecTXEwTD51UOV4ep3iOXp7UijenqWFiHPj7w=) ?BNApr 23, 2025 2:32:12 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:46683/api/blob/XNfsFzpMGtyUb4cp%2BZP4sbwRpfi%2BBGbF07psv2MPtA4%3D to /tmp/junit1790034784138261936/client-server-httpfiles/tmpWork/59.tmp (integrity=sha256-XNfsFzpMGtyUb4cp+ZP4sbwRpfi+BGbF07psv2MPtA4=) ?BNApr 23, 2025 2:32:12 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:46683/api/blob/GslQZC%2FV0B6kfy34jVZWRceF2QhHWG6YmuW5qqEmeu8%3D to /tmp/junit1790034784138261936/client-server-httpfiles/tmpWork/60.tmp (integrity=sha256-GslQZC/V0B6kfy34jVZWRceF2QhHWG6YmuW5qqEmeu8=) ?BNApr 23, 2025 2:32:12 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:46683/api/blob/mvg3xbJ3LnwZdOssam2%2BvdSJ1%2FLWFX7%2FlxFJVciB6lg%3D to /tmp/junit1790034784138261936/client-server-httpfiles/tmpWork/61.tmp (integrity=sha256-mvg3xbJ3LnwZdOssam2+vdSJ1/LWFX7/lxFJVciB6lg=) ?BNApr 23, 2025 2:32:12 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:46683/api/blob/MAqsHQLxvTtVgSONw2nt%2Bi52FKAKxkPqHKZN3dVehag%3D to /tmp/junit1790034784138261936/client-server-httpfiles/tmpWork/62.tmp (integrity=sha256-MAqsHQLxvTtVgSONw2nt+i52FKAKxkPqHKZN3dVehag=) ?BNApr 23, 2025 2:32:12 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:46683/api/blob/iLrog15kL9bl86CzWtk92zSVko7oOALiUGQ8de0aZAE%3D to /tmp/junit1790034784138261936/client-server-httpfiles/tmpWork/63.tmp (integrity=sha256-iLrog15kL9bl86CzWtk92zSVko7oOALiUGQ8de0aZAE=) ?BNApr 23, 2025 2:32:12 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:46683/api/blob/82XHZdU1kTgwewOyJbFyMVK0zesRRj2xRJpu92yJxx4%3D to /tmp/junit1790034784138261936/client-server-httpfiles/tmpWork/64.tmp (integrity=sha256-82XHZdU1kTgwewOyJbFyMVK0zesRRj2xRJpu92yJxx4=) ?BNApr 23, 2025 2:32:12 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:46683/api/blob/Q%2Fy6R172KY9YPbOiNMSixqoh8QjGcQtM%2BrFsRKO2bE8%3D to /tmp/junit1790034784138261936/client-server-httpfiles/tmpWork/65.tmp (integrity=sha256-Q/y6R172KY9YPbOiNMSixqoh8QjGcQtM+rFsRKO2bE8=) ?BNApr 23, 2025 2:32:12 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:46683/api/blob/vBVhVK0Ik2c9Bvwl%2BlAPy96DxOyTL2%2BkeUcQmCA%2Frq0%3D to /tmp/junit1790034784138261936/client-server-httpfiles/tmpWork/66.tmp (integrity=sha256-vBVhVK0Ik2c9Bvwl+lAPy96DxOyTL2+keUcQmCA/rq0=) ?BNApr 23, 2025 2:32:12 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:46683/api/blob/vBVhVK0Ik2c9Bvwl%2BlAPy96DxOyTL2%2BkeUcQmCA%2Frq0%3D to /tmp/junit1790034784138261936/client-server-httpfiles/tmpWork/67.tmp (integrity=sha256-vBVhVK0Ik2c9Bvwl+lAPy96DxOyTL2+keUcQmCA/rq0=) ?BNApr 23, 2025 2:32:12 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:46683/api/blob/%2Fx3Wsw8%2BwpZRU2JIVcrL33nrHQV17lCsxuRemUqet54%3D to /tmp/junit1790034784138261936/client-server-httpfiles/tmpWork/68.tmp (integrity=sha256-/x3Wsw8+wpZRU2JIVcrL33nrHQV17lCsxuRemUqet54=) ?BNApr 23, 2025 2:32:12 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:46683/api/blob/8NYR%2FhsIIjp%2FPKQLuUNyeWjGcw9Ffd0e82E28xODp0k%3D to /tmp/junit1790034784138261936/client-server-httpfiles/tmpWork/69.tmp (integrity=sha256-8NYR/hsIIjp/PKQLuUNyeWjGcw9Ffd0e82E28xODp0k=) ?BNApr 23, 2025 2:32:12 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:46683/api/blob/oPQ1dcUBafEmFbVhtQHHEJeUFzCkPST6bxu3%2BWONWHQ%3D to /tmp/junit1790034784138261936/client-server-httpfiles/tmpWork/70.tmp (integrity=sha256-oPQ1dcUBafEmFbVhtQHHEJeUFzCkPST6bxu3+WONWHQ=) ?BNApr 23, 2025 2:32:12 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:46683/api/blob/K2Fsusn6qjgL725CJL7ByzgpD7DwK1Hv1Qc9nUTRvs0%3D to /tmp/junit1790034784138261936/client-server-httpfiles/tmpWork/71.tmp (integrity=sha256-K2Fsusn6qjgL725CJL7ByzgpD7DwK1Hv1Qc9nUTRvs0=) ?BNApr 23, 2025 2:32:12 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:46683/api/blob/cR3Bmvjb8RQpKsAuwqDiUYfIXyFSmzGtyfnorloVx0Y%3D to /tmp/junit1790034784138261936/client-server-httpfiles/tmpWork/72.tmp (integrity=sha256-cR3Bmvjb8RQpKsAuwqDiUYfIXyFSmzGtyfnorloVx0Y=) ?BNApr 23, 2025 2:32:12 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:46683/api/blob/tnKOTsJNsJ1igF6lTizkpOyMKbYWZe%2BdVsGZzjKfNTc%3D to /tmp/junit1790034784138261936/client-server-httpfiles/tmpWork/73.tmp (integrity=sha256-tnKOTsJNsJ1igF6lTizkpOyMKbYWZe+dVsGZzjKfNTc=) ?BNApr 23, 2025 2:32:12 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:46683/api/blob/cTsr7j2oAImJK1yXqd0DLIulEmVnqZ5h5n0Tb5MbXdA%3D to /tmp/junit1790034784138261936/client-server-httpfiles/tmpWork/74.tmp (integrity=sha256-cTsr7j2oAImJK1yXqd0DLIulEmVnqZ5h5n0Tb5MbXdA=) ?BNApr 23, 2025 2:32:12 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:46683/api/blob/mvg3xbJ3LnwZdOssam2%2BvdSJ1%2FLWFX7%2FlxFJVciB6lg%3D to /tmp/junit1790034784138261936/client-server-httpfiles/tmpWork/75.tmp (integrity=sha256-mvg3xbJ3LnwZdOssam2+vdSJ1/LWFX7/lxFJVciB6lg=) ?BNApr 23, 2025 2:32:12 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:46683/api/blob/lxzYcB9KSB%2FYkf7kHHM4ZRcTEbModiVoT3lAhJxL3mA%3D to /tmp/junit1790034784138261936/client-server-httpfiles/tmpWork/76.tmp (integrity=sha256-lxzYcB9KSB/Ykf7kHHM4ZRcTEbModiVoT3lAhJxL3mA=) ?BNApr 23, 2025 2:32:12 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:46683/api/blob/Xl43QDLBGMM83V4fnX0WJXFd3Q96UrVudQC4xpaoApY%3D to /tmp/junit1790034784138261936/client-server-httpfiles/tmpWork/77.tmp (integrity=sha256-Xl43QDLBGMM83V4fnX0WJXFd3Q96UrVudQC4xpaoApY=) ?BNApr 23, 2025 2:32:12 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:46683/api/blob/vx6kIK92xNpSxNN78Ud5xEGiuWVgncmo8IDc9M8XCDQ%3D to /tmp/junit1790034784138261936/client-server-httpfiles/tmpWork/78.tmp (integrity=sha256-vx6kIK92xNpSxNN78Ud5xEGiuWVgncmo8IDc9M8XCDQ=) ?BNApr 23, 2025 2:32:12 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:46683/api/blob/Cxs1ShEiNfLO%2FU%2Fvt3ziCc6g7XCCt3cXpLKqS0NW9p0%3D to /tmp/junit1790034784138261936/client-server-httpfiles/tmpWork/79.tmp (integrity=sha256-Cxs1ShEiNfLO/U/vt3ziCc6g7XCCt3cXpLKqS0NW9p0=) ?BNApr 23, 2025 2:32:12 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:46683/api/blob/Cxs1ShEiNfLO%2FU%2Fvt3ziCc6g7XCCt3cXpLKqS0NW9p0%3D to /tmp/junit1790034784138261936/client-server-httpfiles/tmpWork/80.tmp (integrity=sha256-Cxs1ShEiNfLO/U/vt3ziCc6g7XCCt3cXpLKqS0NW9p0=) ?BNApr 23, 2025 2:32:12 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:46683/api/blob/hFJej7TOyIrYzsvgtguZHnlcWMcsq3KtS9FiLm3ykCo%3D to /tmp/junit1790034784138261936/client-server-httpfiles/tmpWork/81.tmp (integrity=sha256-hFJej7TOyIrYzsvgtguZHnlcWMcsq3KtS9FiLm3ykCo=) ?BNApr 23, 2025 2:32:12 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:46683/api/blob/I9vIlkggX1UGSnA11062utk2y8IszUXgQgfJOO6C6so%3D to /tmp/junit1790034784138261936/client-server-httpfiles/tmpWork/82.tmp (integrity=sha256-I9vIlkggX1UGSnA11062utk2y8IszUXgQgfJOO6C6so=) ?BNApr 23, 2025 2:32:12 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:46683/api/blob/mvg3xbJ3LnwZdOssam2%2BvdSJ1%2FLWFX7%2FlxFJVciB6lg%3D to /tmp/junit1790034784138261936/client-server-httpfiles/tmpWork/83.tmp (integrity=sha256-mvg3xbJ3LnwZdOssam2+vdSJ1/LWFX7/lxFJVciB6lg=) ?BNApr 23, 2025 2:32:12 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:46683/api/blob/mvg3xbJ3LnwZdOssam2%2BvdSJ1%2FLWFX7%2FlxFJVciB6lg%3D to /tmp/junit1790034784138261936/client-server-httpfiles/tmpWork/84.tmp (integrity=sha256-mvg3xbJ3LnwZdOssam2+vdSJ1/LWFX7/lxFJVciB6lg=) ?BNApr 23, 2025 2:32:12 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:46683/api/blob/mvg3xbJ3LnwZdOssam2%2BvdSJ1%2FLWFX7%2FlxFJVciB6lg%3D to /tmp/junit1790034784138261936/client-server-httpfiles/tmpWork/85.tmp (integrity=sha256-mvg3xbJ3LnwZdOssam2+vdSJ1/LWFX7/lxFJVciB6lg=) ?BNApr 23, 2025 2:32:12 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:46683/api/blob/mvg3xbJ3LnwZdOssam2%2BvdSJ1%2FLWFX7%2FlxFJVciB6lg%3D to /tmp/junit1790034784138261936/client-server-httpfiles/tmpWork/86.tmp (integrity=sha256-mvg3xbJ3LnwZdOssam2+vdSJ1/LWFX7/lxFJVciB6lg=) ?BNApr 23, 2025 2:32:12 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:46683/api/blob/dlAewQPKn9t0EDFTEm5ltRQT%2BWrMBBErX1LZM6zfIc0%3D to /tmp/junit1790034784138261936/client-server-httpfiles/tmpWork/87.tmp (integrity=sha256-dlAewQPKn9t0EDFTEm5ltRQT+WrMBBErX1LZM6zfIc0=) ?BNApr 23, 2025 2:32:12 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:46683/api/blob/ufoN52SamhFb3h2azBHykXR1pPhx5QzT55ir8wOLVBM%3D to /tmp/junit1790034784138261936/client-server-httpfiles/tmpWork/88.tmp (integrity=sha256-ufoN52SamhFb3h2azBHykXR1pPhx5QzT55ir8wOLVBM=) ?BNApr 23, 2025 2:32:12 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:46683/api/blob/8l%2BWWVo6WOTD7pS09FmTYwoB2tptGH20X90e5TTJGQ0%3D to /tmp/junit1790034784138261936/client-server-httpfiles/tmpWork/89.tmp (integrity=sha256-8l+WWVo6WOTD7pS09FmTYwoB2tptGH20X90e5TTJGQ0=) ?BNApr 23, 2025 2:32:12 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:46683/api/blob/%2BIRZ4%2F%2FV1GOWQ9KLtbzgE%2BNbhhRBycosRc64B97TKj4%3D to /tmp/junit1790034784138261936/client-server-httpfiles/tmpWork/90.tmp (integrity=sha256-+IRZ4//V1GOWQ9KLtbzgE+NbhhRBycosRc64B97TKj4=) ?BNApr 23, 2025 2:32:12 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:46683/api/blob/V%2BlxWB0nxel8r7ylMgw556l%2FVPsMO29I16T%2FDgO8NMQ%3D to /tmp/junit1790034784138261936/client-server-httpfiles/tmpWork/91.tmp (integrity=sha256-V+lxWB0nxel8r7ylMgw556l/VPsMO29I16T/DgO8NMQ=) ?BNApr 23, 2025 2:32:12 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:46683/api/blob/uYW3KrfsznrSIuqFkNUXxHUg0ZmpkuJvVYdtP2k6nAk%3D to /tmp/junit1790034784138261936/client-server-httpfiles/tmpWork/92.tmp (integrity=sha256-uYW3KrfsznrSIuqFkNUXxHUg0ZmpkuJvVYdtP2k6nAk=) ?BNApr 23, 2025 2:32:12 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:46683/api/blob/pLIQYQAGGG6QDQPjEpjz67VyhV5phLnyxGKkUWIhm88%3D to /tmp/junit1790034784138261936/client-server-httpfiles/tmpWork/93.tmp (integrity=sha256-pLIQYQAGGG6QDQPjEpjz67VyhV5phLnyxGKkUWIhm88=) ?BNApr 23, 2025 2:32:12 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:46683/api/blob/Wmgp%2B1s82IIY%2BjX9o7lYcOJS1QrGlZC0PpACTzQwl6M%3D to /tmp/junit1790034784138261936/client-server-httpfiles/tmpWork/94.tmp (integrity=sha256-Wmgp+1s82IIY+jX9o7lYcOJS1QrGlZC0PpACTzQwl6M=) ?BNApr 23, 2025 2:32:12 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:46683/api/blob/sHxTh3q3%2BdRVnFM3sxrWUzQpjAIWUYJijIDhezhkH6s%3D to /tmp/junit1790034784138261936/client-server-httpfiles/tmpWork/95.tmp (integrity=sha256-sHxTh3q3+dRVnFM3sxrWUzQpjAIWUYJijIDhezhkH6s=) ?BNApr 23, 2025 2:32:12 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:46683/api/blob/Y3nFU5%2FVYE71u5aj3293uK2rbUrlZ%2FwwvObLZ8QhuYQ%3D to /tmp/junit1790034784138261936/client-server-httpfiles/tmpWork/96.tmp (integrity=sha256-Y3nFU5/VYE71u5aj3293uK2rbUrlZ/wwvObLZ8QhuYQ=) ?BNApr 23, 2025 2:32:12 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:46683/api/blob/zBbaSmjEFvS6KUk8SEwgYyykdXC%2BUFyhY9%2F%2FLwqO8Z0%3D to /tmp/junit1790034784138261936/client-server-httpfiles/tmpWork/97.tmp (integrity=sha256-zBbaSmjEFvS6KUk8SEwgYyykdXC+UFyhY9//LwqO8Z0=) ?BNApr 23, 2025 2:32:12 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:46683/api/blob/u%2BLJFVTcY%2FMEnXDPx%2FjDr74kdKvSL0fNYsVaoucWMS0%3D to /tmp/junit1790034784138261936/client-server-httpfiles/tmpWork/98.tmp (integrity=sha256-u+LJFVTcY/MEnXDPx/jDr74kdKvSL0fNYsVaoucWMS0=) ?BNApr 23, 2025 2:32:12 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:46683/api/blob/eo8K7m5KF0iRfYzWDplfji%2FfxUb9GlUHqqY6IuMrLc4%3D to /tmp/junit1790034784138261936/client-server-httpfiles/tmpWork/99.tmp (integrity=sha256-eo8K7m5KF0iRfYzWDplfji/fxUb9GlUHqqY6IuMrLc4=) ?BNApr 23, 2025 2:32:12 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:46683/api/blob/%2FqULHYInAHdVBa5R1l938NaG9Ty3HotFmPBFK%2Fx8URU%3D to /tmp/junit1790034784138261936/client-server-httpfiles/tmpWork/100.tmp (integrity=sha256-/qULHYInAHdVBa5R1l938NaG9Ty3HotFmPBFK/x8URU=) ?BNApr 23, 2025 2:32:12 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:46683/api/blob/ym1yKJRZWSDtpc56Uj7RFG1W6oCf5N5WCmZbqjHEbE4%3D to /tmp/junit1790034784138261936/client-server-httpfiles/tmpWork/101.tmp (integrity=sha256-ym1yKJRZWSDtpc56Uj7RFG1W6oCf5N5WCmZbqjHEbE4=) ?BNApr 23, 2025 2:32:12 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:46683/api/blob/C1W33ZET4v%2BaPIkE7LOO6lFWDtV5OqhnAlLv4wfGAUU%3D to /tmp/junit1790034784138261936/client-server-httpfiles/tmpWork/102.tmp (integrity=sha256-C1W33ZET4v+aPIkE7LOO6lFWDtV5OqhnAlLv4wfGAUU=) ?BNApr 23, 2025 2:32:12 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:46683/api/blob/jGvo9dP2a%2BkzienoeQzWSLnGKfWhYB2XjsFOuELmW28%3D to /tmp/junit1790034784138261936/client-server-httpfiles/tmpWork/103.tmp (integrity=sha256-jGvo9dP2a+kzienoeQzWSLnGKfWhYB2XjsFOuELmW28=) ?BNApr 23, 2025 2:32:12 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:46683/api/blob/%2BF9Tlt29TsSXmyq%2FWyZ63J8R6bqXkujcv5KBRzPQ%2BWU%3D to /tmp/junit1790034784138261936/client-server-httpfiles/tmpWork/104.tmp (integrity=sha256-+F9Tlt29TsSXmyq/WyZ63J8R6bqXkujcv5KBRzPQ+WU=) ?BNApr 23, 2025 2:32:12 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:46683/api/blob/xVHBEQCBRQcVQS1lvNmxfgZ0XXOkWfARY3xhEbjuloE%3D to /tmp/junit1790034784138261936/client-server-httpfiles/tmpWork/105.tmp (integrity=sha256-xVHBEQCBRQcVQS1lvNmxfgZ0XXOkWfARY3xhEbjuloE=) ?BNApr 23, 2025 2:32:12 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:46683/api/blob/EkHf%2FCGbd3loeNcgeAv6K4n2uKHvj3497sTVseG3xn0%3D to /tmp/junit1790034784138261936/client-server-httpfiles/tmpWork/106.tmp (integrity=sha256-EkHf/CGbd3loeNcgeAv6K4n2uKHvj3497sTVseG3xn0=) ?BNApr 23, 2025 2:32:12 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:46683/api/blob/vOWepUFkWRq8r0%2BHZF7AzG8DLHriKMfWpiogMq%2FFD4s%3D to /tmp/junit1790034784138261936/client-server-httpfiles/tmpWork/107.tmp (integrity=sha256-vOWepUFkWRq8r0+HZF7AzG8DLHriKMfWpiogMq/FD4s=) ?BNApr 23, 2025 2:32:12 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:46683/api/blob/R0W8u8HlP%2FsgKWKJ2Q26%2FMLf5xdmrjzBL5IEPnV34JA%3D to /tmp/junit1790034784138261936/client-server-httpfiles/tmpWork/108.tmp (integrity=sha256-R0W8u8HlP/sgKWKJ2Q26/MLf5xdmrjzBL5IEPnV34JA=) ?BNApr 23, 2025 2:32:12 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:46683/api/blob/yD2T%2FjRDP29LkBjiITr7231CnugE2Jo0BIRRyW5N0mE%3D to /tmp/junit1790034784138261936/client-server-httpfiles/tmpWork/109.tmp (integrity=sha256-yD2T/jRDP29LkBjiITr7231CnugE2Jo0BIRRyW5N0mE=) ?BNApr 23, 2025 2:32:12 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:46683/api/blob/DMle631prFri4uxxxxdON0FHQFOdiUt%2BW%2F6%2FvFfKmKI%3D to /tmp/junit1790034784138261936/client-server-httpfiles/tmpWork/110.tmp (integrity=sha256-DMle631prFri4uxxxxdON0FHQFOdiUt+W/6/vFfKmKI=) ?BNApr 23, 2025 2:32:12 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:46683/api/blob/Ai1kxiVYF40Fu81oXM2uPCv9vkRmufeI2MqmWrEigoQ%3D to /tmp/junit1790034784138261936/client-server-httpfiles/tmpWork/111.tmp (integrity=sha256-Ai1kxiVYF40Fu81oXM2uPCv9vkRmufeI2MqmWrEigoQ=) ?BNApr 23, 2025 2:32:12 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:46683/api/blob/MuzpZTkDFXpw0wwJdw%2FbBYCIsDKwWBU628LKd2p83po%3D to /tmp/junit1790034784138261936/client-server-httpfiles/tmpWork/112.tmp (integrity=sha256-MuzpZTkDFXpw0wwJdw/bBYCIsDKwWBU628LKd2p83po=) ?BNApr 23, 2025 2:32:12 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:46683/api/blob/4zSTZMv%2FWKjpNfIWFmdBzDq%2BxpKgteLo5HBhbpkIMgg%3D to /tmp/junit1790034784138261936/client-server-httpfiles/tmpWork/113.tmp (integrity=sha256-4zSTZMv/WKjpNfIWFmdBzDq+xpKgteLo5HBhbpkIMgg=) ?BNApr 23, 2025 2:32:12 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:46683/api/blob/YuUHNreyN7U7%2BQZ5%2BzNNY1N11RsxVtHYZsqyJGBtmbQ%3D to /tmp/junit1790034784138261936/client-server-httpfiles/tmpWork/114.tmp (integrity=sha256-YuUHNreyN7U7+QZ5+zNNY1N11RsxVtHYZsqyJGBtmbQ=) ?BNApr 23, 2025 2:32:12 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:46683/api/blob/6p3YvM8W7PtrV7LudBIoa%2Bq4QN3Y1SdaU02%2FGCeg0IM%3D to /tmp/junit1790034784138261936/client-server-httpfiles/tmpWork/115.tmp (integrity=sha256-6p3YvM8W7PtrV7LudBIoa+q4QN3Y1SdaU02/GCeg0IM=) ?BNApr 23, 2025 2:32:12 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:46683/api/blob/c6Dc1YGSLmG1CzWhxrYVgHpZEYf6VEA09YuKyjB6o44%3D to /tmp/junit1790034784138261936/client-server-httpfiles/tmpWork/116.tmp (integrity=sha256-c6Dc1YGSLmG1CzWhxrYVgHpZEYf6VEA09YuKyjB6o44=) ?BNApr 23, 2025 2:32:12 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:46683/api/blob/fAhuvZVtVYSUCOENltmx6R%2BSg0UZACwHQOMDNf9fYlY%3D to /tmp/junit1790034784138261936/client-server-httpfiles/tmpWork/117.tmp (integrity=sha256-fAhuvZVtVYSUCOENltmx6R+Sg0UZACwHQOMDNf9fYlY=) ?BNApr 23, 2025 2:32:12 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:46683/api/blob/we47ND4nhwrjRI%2BYLyQ%2BHWLDKA0nvAypEBID7KE1sjM%3D to /tmp/junit1790034784138261936/client-server-httpfiles/tmpWork/118.tmp (integrity=sha256-we47ND4nhwrjRI+YLyQ+HWLDKA0nvAypEBID7KE1sjM=) ?BNApr 23, 2025 2:32:12 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:46683/api/blob/EDd6hjdyPU1Mt2vw3AA1ph%2BqFNUyZir%2BdXzbgA2ARyw%3D to /tmp/junit1790034784138261936/client-server-httpfiles/tmpWork/119.tmp (integrity=sha256-EDd6hjdyPU1Mt2vw3AA1ph+qFNUyZir+dXzbgA2ARyw=) ?BNApr 23, 2025 2:32:12 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:46683/api/blob/WE8lrEOx7vAAZ6u4arUnr1yvMIbZP0FvaBy551jh88Y%3D to /tmp/junit1790034784138261936/client-server-httpfiles/tmpWork/120.tmp (integrity=sha256-WE8lrEOx7vAAZ6u4arUnr1yvMIbZP0FvaBy551jh88Y=) ?BNApr 23, 2025 2:32:12 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:46683/api/blob/f86dDrhwRUQf6RCl7AldiyqZIf7UO05nYkIFIepSeao%3D to /tmp/junit1790034784138261936/client-server-httpfiles/tmpWork/121.tmp (integrity=sha256-f86dDrhwRUQf6RCl7AldiyqZIf7UO05nYkIFIepSeao=) ?BNApr 23, 2025 2:32:12 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:46683/api/blob/17pZuPthKwaraODIXZkgcqZCV0%2Buh%2F01t0UPA4EqtEs%3D to /tmp/junit1790034784138261936/client-server-httpfiles/tmpWork/122.tmp (integrity=sha256-17pZuPthKwaraODIXZkgcqZCV0+uh/01t0UPA4EqtEs=) ?BNApr 23, 2025 2:32:12 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:46683/api/blob/CmlVJmRSZLB7BmMKh27ly66%2FmbubmFKZNdWpB8De5X8%3D to /tmp/junit1790034784138261936/client-server-httpfiles/tmpWork/123.tmp (integrity=sha256-CmlVJmRSZLB7BmMKh27ly66/mbubmFKZNdWpB8De5X8=) ?BNApr 23, 2025 2:32:12 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:46683/api/blob/nsmfXTJrTxUTogzM8u3%2BnLHfuNFK4hVP4tnH90njdqE%3D to /tmp/junit1790034784138261936/client-server-httpfiles/tmpWork/124.tmp (integrity=sha256-nsmfXTJrTxUTogzM8u3+nLHfuNFK4hVP4tnH90njdqE=) ?BNApr 23, 2025 2:32:12 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:46683/api/blob/GjqBgSSvm7XTUjdhXgppBT10y3S2AdiXOnCd1xl1AR4%3D to /tmp/junit1790034784138261936/client-server-httpfiles/tmpWork/125.tmp (integrity=sha256-GjqBgSSvm7XTUjdhXgppBT10y3S2AdiXOnCd1xl1AR4=) ?BNApr 23, 2025 2:32:12 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:46683/api/blob/3l8y8J6DrWhQA1W7Shf%2BSPfKgZyc%2Bu%2Fb%2BbCekBx6f8g%3D to /tmp/junit1790034784138261936/client-server-httpfiles/tmpWork/126.tmp (integrity=sha256-3l8y8J6DrWhQA1W7Shf+SPfKgZyc+u/b+bCekBx6f8g=) ?BNApr 23, 2025 2:32:12 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:46683/api/blob/%2BpluXnN9d6MiNBWRNiCeM15nPresFv0BDtL1lIC9RI4%3D to /tmp/junit1790034784138261936/client-server-httpfiles/tmpWork/127.tmp (integrity=sha256-+pluXnN9d6MiNBWRNiCeM15nPresFv0BDtL1lIC9RI4=) ?BNApr 23, 2025 2:32:12 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:46683/api/blob/5Ilriy7n1kwHjr0%2FXWzh4jhJPrT8xsZ1jrczKGatDiY%3D to /tmp/junit1790034784138261936/client-server-httpfiles/tmpWork/128.tmp (integrity=sha256-5Ilriy7n1kwHjr0/XWzh4jhJPrT8xsZ1jrczKGatDiY=) ?BNApr 23, 2025 2:32:12 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:46683/api/blob/EgapfpQkKZP4bsfj%2FK5PxfHKzTlIJAVzuAkZmNmg3MM%3D to /tmp/junit1790034784138261936/client-server-httpfiles/tmpWork/129.tmp (integrity=sha256-EgapfpQkKZP4bsfj/K5PxfHKzTlIJAVzuAkZmNmg3MM=) ?BNApr 23, 2025 2:32:12 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:46683/api/blob/QQhYT1gQF9x0oIMt0WRoLg3q4DbMidMg5%2FV3%2FOsnhog%3D to /tmp/junit1790034784138261936/client-server-httpfiles/tmpWork/130.tmp (integrity=sha256-QQhYT1gQF9x0oIMt0WRoLg3q4DbMidMg5/V3/Osnhog=) ?BNApr 23, 2025 2:32:12 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:46683/api/blob/LnC2D3wwhrq34V1CB%2Bxg6EwLoaYhOVkplQkYTyRkqVA%3D to /tmp/junit1790034784138261936/client-server-httpfiles/tmpWork/131.tmp (integrity=sha256-LnC2D3wwhrq34V1CB+xg6EwLoaYhOVkplQkYTyRkqVA=) ?BNApr 23, 2025 2:32:12 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:46683/api/blob/J2cr3iSclOBUxgDFRH12Icpmo32SS2pPkQejFFV9e3Y%3D to /tmp/junit1790034784138261936/client-server-httpfiles/tmpWork/132.tmp (integrity=sha256-J2cr3iSclOBUxgDFRH12Icpmo32SS2pPkQejFFV9e3Y=) ?BNApr 23, 2025 2:32:12 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:46683/api/blob/eARe8bkhihrOsDAQ7nvQs7HXU1%2Bi%2FpopDv%2BQ6UNWPcg%3D to /tmp/junit1790034784138261936/client-server-httpfiles/tmpWork/133.tmp (integrity=sha256-eARe8bkhihrOsDAQ7nvQs7HXU1+i/popDv+Q6UNWPcg=) ?BNApr 23, 2025 2:32:12 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:46683/api/blob/3fCEhtExvRNHYfveM9cY5bbE17mYr8%2BdEFRgE5Tz8ZU%3D to /tmp/junit1790034784138261936/client-server-httpfiles/tmpWork/134.tmp (integrity=sha256-3fCEhtExvRNHYfveM9cY5bbE17mYr8+dEFRgE5Tz8ZU=) ?BNApr 23, 2025 2:32:12 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:46683/api/blob/NuX5jirPuFiJLnEJlD4dLnXRCsDkQMc2Vniko1v7nEo%3D to /tmp/junit1790034784138261936/client-server-httpfiles/tmpWork/135.tmp (integrity=sha256-NuX5jirPuFiJLnEJlD4dLnXRCsDkQMc2Vniko1v7nEo=) ?BNApr 23, 2025 2:32:12 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:46683/api/blob/%2F3QD%2Bd53w6wqfHpE3dn2fWN85w9xo6rHAzwCGcivpko%3D to /tmp/junit1790034784138261936/client-server-httpfiles/tmpWork/136.tmp (integrity=sha256-/3QD+d53w6wqfHpE3dn2fWN85w9xo6rHAzwCGcivpko=) ?BNApr 23, 2025 2:32:12 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:46683/api/blob/y4TDcAD4%2Fj5o4keZvggf698Cr9Oc7JZ%2BgGMax23qmVA%3D to /tmp/junit1790034784138261936/client-server-httpfiles/tmpWork/137.tmp (integrity=sha256-y4TDcAD4/j5o4keZvggf698Cr9Oc7JZ+gGMax23qmVA=) ?BNApr 23, 2025 2:32:12 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:46683/api/blob/UvNzyhHidciHBssZ%2FP%2B2l5FZbI1XAfmSJAplrILQ8gg%3D to /tmp/junit1790034784138261936/client-server-httpfiles/tmpWork/138.tmp (integrity=sha256-UvNzyhHidciHBssZ/P+2l5FZbI1XAfmSJAplrILQ8gg=) ?BNApr 23, 2025 2:32:12 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:46683/api/blob/ic4IoQBJDrNoYD6jzvjPUtyK2y2i0dmtWCW2k2Aa%2Fp8%3D to /tmp/junit1790034784138261936/client-server-httpfiles/tmpWork/139.tmp (integrity=sha256-ic4IoQBJDrNoYD6jzvjPUtyK2y2i0dmtWCW2k2Aa/p8=) ?BNApr 23, 2025 2:32:12 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:46683/api/blob/De2JgQ0Nt5adGTd%2BS3vvpLJVOZegId%2BlUNz28Tv2qPA%3D to /tmp/junit1790034784138261936/client-server-httpfiles/tmpWork/140.tmp (integrity=sha256-De2JgQ0Nt5adGTd+S3vvpLJVOZegId+lUNz28Tv2qPA=) ?BNApr 23, 2025 2:32:12 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:46683/api/blob/AxtMakPRFNdMGeXBvbRcztWEo0HNZu9GkF7yCvsE3Zs%3D to /tmp/junit1790034784138261936/client-server-httpfiles/tmpWork/141.tmp (integrity=sha256-AxtMakPRFNdMGeXBvbRcztWEo0HNZu9GkF7yCvsE3Zs=) ?BNApr 23, 2025 2:32:12 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:46683/api/blob/JU9Nv2qFcpHwvSV4ps9ii7ATxDcpquEhDXTVT0iBUEo%3D to /tmp/junit1790034784138261936/client-server-httpfiles/tmpWork/142.tmp (integrity=sha256-JU9Nv2qFcpHwvSV4ps9ii7ATxDcpquEhDXTVT0iBUEo=) ?BNApr 23, 2025 2:32:12 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:46683/api/blob/CdrdmkKdsdoH81%2B2cV0ipaFJ4y8Ng6Ujmj7K5QNYc94%3D to /tmp/junit1790034784138261936/client-server-httpfiles/tmpWork/143.tmp (integrity=sha256-CdrdmkKdsdoH81+2cV0ipaFJ4y8Ng6Ujmj7K5QNYc94=) ?BNApr 23, 2025 2:32:12 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:46683/api/blob/ZY4mAUHHRYo0qd1n7jqXrYhYnC75hzx4DLeYU%2FtZAhs%3D to /tmp/junit1790034784138261936/client-server-httpfiles/tmpWork/144.tmp (integrity=sha256-ZY4mAUHHRYo0qd1n7jqXrYhYnC75hzx4DLeYU/tZAhs=) ?BNApr 23, 2025 2:32:12 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:46683/api/blob/kpeAot1GwrHfHslj4hcJEyVdiQvKVG3a0bQXx1ERn7o%3D to /tmp/junit1790034784138261936/client-server-httpfiles/tmpWork/145.tmp (integrity=sha256-kpeAot1GwrHfHslj4hcJEyVdiQvKVG3a0bQXx1ERn7o=) ?BNApr 23, 2025 2:32:12 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:46683/api/blob/%2FEmb%2B%2FduVWkOJrRcZWoRMF6TTLig7Qm2uAa7A%2B78ghA%3D to /tmp/junit1790034784138261936/client-server-httpfiles/tmpWork/146.tmp (integrity=sha256-/Emb+/duVWkOJrRcZWoRMF6TTLig7Qm2uAa7A+78ghA=) ?BNApr 23, 2025 2:32:12 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:46683/api/blob/lpSbYYTpxt5zyFPhLE5PlvwDpVyNc2B3kULVJzvg6%2B4%3D to /tmp/junit1790034784138261936/client-server-httpfiles/tmpWork/147.tmp (integrity=sha256-lpSbYYTpxt5zyFPhLE5PlvwDpVyNc2B3kULVJzvg6+4=) ?BNApr 23, 2025 2:32:12 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:46683/api/blob/rySbdfEfwrB779vaMkVIyj%2BABqAS%2BgtUUBu4dkB4J6A%3D to /tmp/junit1790034784138261936/client-server-httpfiles/tmpWork/148.tmp (integrity=sha256-rySbdfEfwrB779vaMkVIyj+ABqAS+gtUUBu4dkB4J6A=) ?BNApr 23, 2025 2:32:12 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:46683/api/blob/oJd6y005JyUgaUAFQ6GgvvLGzc467muipcNv7aXTB%2F0%3D to /tmp/junit1790034784138261936/client-server-httpfiles/tmpWork/149.tmp (integrity=sha256-oJd6y005JyUgaUAFQ6GgvvLGzc467muipcNv7aXTB/0=) ?BNApr 23, 2025 2:32:12 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:46683/api/blob/VYwTeujSQh1Gss7XDcPY61SmNUSlOTCzClVbdoYAHJE%3D to /tmp/junit1790034784138261936/client-server-httpfiles/tmpWork/150.tmp (integrity=sha256-VYwTeujSQh1Gss7XDcPY61SmNUSlOTCzClVbdoYAHJE=) ?BNApr 23, 2025 2:32:12 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:46683/api/blob/JVUTiGfvsBPpaY2QLvpiW%2Bx0rWNh6Tlj0QXu2TOSbGY%3D to /tmp/junit1790034784138261936/client-server-httpfiles/tmpWork/151.tmp (integrity=sha256-JVUTiGfvsBPpaY2QLvpiW+x0rWNh6Tlj0QXu2TOSbGY=) ?BNApr 23, 2025 2:32:12 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BQFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 151 entries ?BNApr 23, 2025 2:32:12 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BNApr 23, 2025 2:32:12 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BNApr 23, 2025 2:32:12 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit1790034784138261936/client-tmproot-server/e432c949-a28e-4b41-b748-a3a001b1842b ?BNApr 23, 2025 2:32:12 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit1790034784138261936/client-tmproot-server/d84e759f-f423-4b9d-9304-679d0f7771d2 ?BNApr 23, 2025 2:32:12 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit1790034784138261936/client-tmproot-server/96264ea9-1ece-445f-8adb-19270198b326 ?BNApr 23, 2025 2:32:12 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit1790034784138261936/client-tmproot-server/accbdf9e-936a-483f-baf6-77774e6cf069 ?BNApr 23, 2025 2:32:12 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit1790034784138261936/client-tmproot-server/3e651777-033f-42d6-bda0-9835cc8d9e72 ?BNApr 23, 2025 2:32:12 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit1790034784138261936/client-tmproot-server/85249539-d208-45b2-a3de-041b3aabe686 ?BNApr 23, 2025 2:32:12 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit1790034784138261936/client-tmproot-server/ef119daf-5896-4944-85ff-5194b5541145 ?BNApr 23, 2025 2:32:12 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit1790034784138261936/client-tmproot-server/70f1c214-d546-4c32-ad90-90ea106f1aee ?BNApr 23, 2025 2:32:12 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit1790034784138261936/client-tmproot-server/4636548e-a686-42a3-b7ea-1f6d45e08bc4 ?BNApr 23, 2025 2:32:12 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit1790034784138261936/client-tmproot-server/d82117d6-bad3-4458-9e41-d31e91f2546f ?BNApr 23, 2025 2:32:12 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit1790034784138261936/client-tmproot-server/48179917-22de-49f8-8d50-1819df0d7480 ?BNApr 23, 2025 2:32:12 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit1790034784138261936/client-tmproot-server/f47fa9ca-172c-4cb5-8cc0-f89cebc1a87d ?BNApr 23, 2025 2:32:12 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit1790034784138261936/client-tmproot-server/d165a0ad-a9b4-45c3-bba0-66fa8cbb5bc0 ?BNApr 23, 2025 2:32:12 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit1790034784138261936/client-tmproot-server/686b6038-fd37-47a0-b146-670d5bd6e3e6 ?BNApr 23, 2025 2:32:12 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit1790034784138261936/client-tmproot-server/ef604542-8afb-4602-a932-24fd4f3e2571 ?BNApr 23, 2025 2:32:12 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit1790034784138261936/client-tmproot-server/c900b830-5816-4db7-b8c5-df27c838f506 ?BNApr 23, 2025 2:32:12 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit1790034784138261936/client-tmproot-server/ef451aef-2479-4100-a00e-020cc99dc7c2 ?BNApr 23, 2025 2:32:12 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit1790034784138261936/client-tmproot-server/b3ebedc2-9c82-4912-9d39-2867b3c5b277 ?BNApr 23, 2025 2:32:12 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit1790034784138261936/client-tmproot-server/c338c008-a9c9-4161-96ad-43bfe224c558 ?BNApr 23, 2025 2:32:12 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit1790034784138261936/client-tmproot-server/763b0a2c-b59a-4249-81f9-088b0d863b67 ?BNApr 23, 2025 2:32:12 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit1790034784138261936/client-tmproot-server/11aa4de4-3498-4c7d-89e5-2fcd51d49b61 ?BNApr 23, 2025 2:32:12 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit1790034784138261936/client-tmproot-server/280ed39d-35aa-4eb6-8034-a2fc6a258850 ?BNApr 23, 2025 2:32:12 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit1790034784138261936/client-tmproot-server/1eb6f1f1-9f98-4ae1-87f7-b1c876425938 ?BNApr 23, 2025 2:32:12 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit1790034784138261936/client-tmproot-server/c8f6a34e-239d-4027-98b1-1b441a6fff1f ?BNApr 23, 2025 2:32:12 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit1790034784138261936/client-tmproot-server/d07b2ee4-f2d3-432e-a8ee-1f7424de3f75 ?BNApr 23, 2025 2:32:12 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit1790034784138261936/client-tmproot-server/73ba9a1a-af2c-4ca7-a08d-50d3ea2ac8ca ?BNApr 23, 2025 2:32:12 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit1790034784138261936/client-tmproot-server/8d4326b7-430e-48a1-8a43-430fc7689702 ?BNApr 23, 2025 2:32:12 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit1790034784138261936/client-tmproot-server/5766c005-7ee1-4a27-a93e-4f5851ea74c8 ?BNApr 23, 2025 2:32:12 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit1790034784138261936/client-tmproot-server/a01a33a1-41b2-458e-91e5-afff045dd0a1 ?BNApr 23, 2025 2:32:12 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit1790034784138261936/client-tmproot-server/1b723f83-c941-4ada-a1aa-42607a33daf6 ?BNApr 23, 2025 2:32:12 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit1790034784138261936/client-tmproot-server/cb3591a4-248e-4766-8289-b56e15012014 ?BNApr 23, 2025 2:32:12 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit1790034784138261936/client-tmproot-server/7bb07751-2cd3-406d-abbd-3474a0f42e2a ?BNApr 23, 2025 2:32:12 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit1790034784138261936/client-tmproot-server/621fb4d1-d798-4f6b-9187-770eb0a4e584 ?BNApr 23, 2025 2:32:12 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit1790034784138261936/client-tmproot-server/46e4d2ea-6082-4d26-826d-e63579815f0f ?BNApr 23, 2025 2:32:12 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit1790034784138261936/client-tmproot-server/828184d3-58c0-451b-8920-6bd467f3f052 ?BNApr 23, 2025 2:32:12 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit1790034784138261936/client-tmproot-server/f54580ee-7aee-4357-b0f7-b2b0ef1494b2 ?BNApr 23, 2025 2:32:12 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit1790034784138261936/client-tmproot-server/fb65fcdf-cc97-4d4f-bca4-02a12ed7a3c8 ?BNApr 23, 2025 2:32:12 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit1790034784138261936/client-tmproot-server/5dab25a4-217a-4ac7-9c41-4e448f12a7e1 ?BNApr 23, 2025 2:32:12 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit1790034784138261936/client-tmproot-server/f81ab50e-1d70-4d78-977f-1ee4c11fff40 ?BNApr 23, 2025 2:32:12 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit1790034784138261936/client-tmproot-server/d21840bf-f5b5-42a6-82aa-9705b77516cf ?BNApr 23, 2025 2:32:12 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit1790034784138261936/client-tmproot-server/9d1bb068-4449-4312-8bcb-529431accf78 ?BNApr 23, 2025 2:32:12 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit1790034784138261936/client-tmproot-server/3aa36dd5-a9bf-4fc5-8fbe-f87bb0b81694 ?BNApr 23, 2025 2:32:12 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit1790034784138261936/client-tmproot-server/c5babce8-55b3-475d-9cf2-8361e0fcd89f ?BNApr 23, 2025 2:32:12 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit1790034784138261936/client-tmproot-server/9c1141bb-3213-47be-8ce9-265aefd2d743 ?BNApr 23, 2025 2:32:12 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit1790034784138261936/client-tmproot-server/418746cd-119d-4f09-b0aa-5082394707c0 ?BNApr 23, 2025 2:32:12 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit1790034784138261936/client-tmproot-server/e02ece95-3af6-4ee0-bb3e-ec7d90140650 ?BNApr 23, 2025 2:32:12 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit1790034784138261936/client-tmproot-server/220d4e0f-75c0-4bcd-873d-c43e9ac767d7 ?BNApr 23, 2025 2:32:12 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit1790034784138261936/client-tmproot-server/98c2e4f8-3bd1-45cf-a89a-e008b45dd638 ?BNApr 23, 2025 2:32:12 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit1790034784138261936/client-tmproot-server/751b75c0-ef16-4238-9828-995df47bc0a7 ?BNApr 23, 2025 2:32:12 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit1790034784138261936/client-tmproot-server/c87a7a38-a8eb-4beb-974e-d10c183253cd ?BNApr 23, 2025 2:32:12 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit1790034784138261936/client-tmproot-server/cc1c0670-5d32-4bfd-a077-863f893f4f04 ?BNApr 23, 2025 2:32:12 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit1790034784138261936/client-tmproot-server/2e296d82-e6d1-481d-aa30-0198ad239463 ?BNApr 23, 2025 2:32:12 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit1790034784138261936/client-tmproot-server/e3bdfd12-77e8-4f75-b2f5-c07bed165a79 ?BNApr 23, 2025 2:32:12 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit1790034784138261936/client-tmproot-server/f47510f9-b3ea-41f4-a8c4-b1a9569f39c3 ?BNApr 23, 2025 2:32:12 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit1790034784138261936/client-tmproot-server/a9c7243a-98e7-48a7-acf5-2184396af936 ?BNApr 23, 2025 2:32:12 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit1790034784138261936/client-tmproot-server/31922077-b67c-492c-8e8f-e8128641a6db ?BNApr 23, 2025 2:32:12 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit1790034784138261936/client-tmproot-server/c113621b-df89-4e35-82a8-d05cb1d6e42c ?BNApr 23, 2025 2:32:12 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit1790034784138261936/client-tmproot-server/21814cdd-9ff3-4476-8664-b124aa08b536 ?BNApr 23, 2025 2:32:12 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit1790034784138261936/client-tmproot-server/c50ae6db-b06c-409b-90e1-17b1b4ec37a1 ?BNApr 23, 2025 2:32:12 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit1790034784138261936/client-tmproot-server/243d97d2-b76c-4619-a3a3-47b923d027df ?BNApr 23, 2025 2:32:12 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit1790034784138261936/client-tmproot-server/4c5ab540-02f8-4933-aa15-62b464351050 ?BNApr 23, 2025 2:32:12 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit1790034784138261936/client-tmproot-server/e4b962c8-eadc-4e50-8db0-efa6628cc987 ?BNApr 23, 2025 2:32:12 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit1790034784138261936/client-tmproot-server/0f865e31-68ba-4f66-9911-20b8afc347eb ?BNApr 23, 2025 2:32:12 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit1790034784138261936/client-tmproot-server/6539c648-b1ce-4b63-aaae-fd7a6eaa6634 ?BNApr 23, 2025 2:32:12 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit1790034784138261936/client-tmproot-server/56cbbf18-b695-4a11-91b3-48cec4997035 ?BNApr 23, 2025 2:32:12 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit1790034784138261936/client-tmproot-server/193f17c0-0c1a-48f3-93f3-36f957f3e996 ?BNApr 23, 2025 2:32:12 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit1790034784138261936/client-tmproot-server/64ec0694-ee09-476f-aa85-cf9d39d4d2b3 ?BNApr 23, 2025 2:32:12 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit1790034784138261936/client-tmproot-server/05582535-20cf-4e36-90fc-dde39e45b0a2 ?BNApr 23, 2025 2:32:12 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit1790034784138261936/client-tmproot-server/f6c08d6c-c8ce-4fb1-9d8c-555be4baa6e0 ?BNApr 23, 2025 2:32:12 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit1790034784138261936/client-tmproot-server/8ba30fa8-abaf-46c8-adf1-b599a27e4a77 ?BNApr 23, 2025 2:32:12 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit1790034784138261936/client-tmproot-server/f7a2c4e2-86d8-4dab-8f16-350aaba93c1d ?BNApr 23, 2025 2:32:12 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit1790034784138261936/client-tmproot-server/a6819925-63a6-4ade-a0a9-89ee86e09299 ?BNApr 23, 2025 2:32:12 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit1790034784138261936/client-tmproot-server/a34e8cac-798f-4d42-87aa-2a845d7beb45 ?BNApr 23, 2025 2:32:12 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit1790034784138261936/client-tmproot-server/049b0c1f-cafb-4040-8c67-147aa1ae6031 ?BNApr 23, 2025 2:32:12 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit1790034784138261936/client-tmproot-server/61359cb1-c969-4770-9cc4-2872ca5e8778 ?BNApr 23, 2025 2:32:12 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit1790034784138261936/client-tmproot-server/86d79ad5-06d7-47ac-8a75-502d0c9e96f5 ?BNApr 23, 2025 2:32:12 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit1790034784138261936/client-tmproot-server/0de5f01b-08d4-43cf-bb7a-7a2a1ac41d33 ?BNApr 23, 2025 2:32:12 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit1790034784138261936/client-tmproot-server/bd7d823c-975e-4598-af87-59803af7e937 ?BNApr 23, 2025 2:32:12 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit1790034784138261936/client-tmproot-server/485f08ca-03a2-4abf-8731-671acf26a569 ?BNApr 23, 2025 2:32:12 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit1790034784138261936/client-tmproot-server/24f95ccf-498d-41d9-a68d-390211be5b56 ?BNApr 23, 2025 2:32:12 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit1790034784138261936/client-tmproot-server/48c0d16c-844a-4ea2-a6fb-93f83b5173ee ?BNApr 23, 2025 2:32:12 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit1790034784138261936/client-tmproot-server/5b502a7f-6ce0-432a-adcb-239557779014 ?BNApr 23, 2025 2:32:12 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit1790034784138261936/client-tmproot-server/8a1aed6a-e007-48c7-8ef6-56973a2c9ed2 ?BNApr 23, 2025 2:32:12 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit1790034784138261936/client-tmproot-server/85e39752-42be-4f0a-b47b-a438f931e491 ?BNApr 23, 2025 2:32:12 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit1790034784138261936/client-tmproot-server/38c0b8a9-b562-4ccc-a23c-99ad7dd3579f ?BNApr 23, 2025 2:32:12 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit1790034784138261936/client-tmproot-server/dbaf775c-6d88-4f7f-871c-6b7b2e6363c9 ?BNApr 23, 2025 2:32:12 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit1790034784138261936/client-tmproot-server/8f74430c-28a2-4f76-81c6-1beaf33f739e ?BNApr 23, 2025 2:32:12 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit1790034784138261936/client-tmproot-server/699391da-ffc2-4050-85b6-ef6a1b967c54 ?BNApr 23, 2025 2:32:12 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit1790034784138261936/client-tmproot-server/4e31cca4-a357-4bec-869b-a1804510940c ?BNApr 23, 2025 2:32:12 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit1790034784138261936/client-tmproot-server/812fe878-b979-46ed-8231-23d5f9f0061a ?BNApr 23, 2025 2:32:12 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit1790034784138261936/client-tmproot-server/16f139ea-083a-4e87-a056-1999600ac556 ?BNApr 23, 2025 2:32:12 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit1790034784138261936/client-tmproot-server/f8b83322-2434-45e9-b532-bd6d50b5b7d7 ?BNApr 23, 2025 2:32:12 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit1790034784138261936/client-tmproot-server/3091e5b5-d88c-40af-aea5-77a3486ff136 ?BNApr 23, 2025 2:32:12 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit1790034784138261936/client-tmproot-server/de8c42fc-334e-46c5-9874-9185057db0f5 ?BNApr 23, 2025 2:32:12 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit1790034784138261936/client-tmproot-server/195df6fa-cff9-4ee2-83ea-a3e655dc361b ?BNApr 23, 2025 2:32:12 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit1790034784138261936/client-tmproot-server/26baaf71-de97-43ee-818b-4d9da07ad173 ?BNApr 23, 2025 2:32:12 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit1790034784138261936/client-tmproot-server/c6f4299d-3774-4070-ba9d-19a9e4c661d2 ?BNApr 23, 2025 2:32:12 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit1790034784138261936/client-tmproot-server/9cbc9932-32e3-4a6a-b3fa-a5ea783104f1 ?BNApr 23, 2025 2:32:12 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit1790034784138261936/client-tmproot-server/08563292-e878-4dbd-889b-c7a4ec1832ab ?BNApr 23, 2025 2:32:12 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit1790034784138261936/client-tmproot-server/ae4fbff2-a4d3-4047-b1de-d39f67d6c82b ?BNApr 23, 2025 2:32:12 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit1790034784138261936/client-tmproot-server/a747dec7-53c9-49fc-93d2-8a816962d774 ?BNApr 23, 2025 2:32:12 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit1790034784138261936/client-tmproot-server/d8d16e0e-386a-49fe-bfbc-1724e6421598 ?BNApr 23, 2025 2:32:12 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit1790034784138261936/client-tmproot-server/13ce4fe5-6b69-4649-b98f-1153106f93f9 ?BNApr 23, 2025 2:32:12 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit1790034784138261936/client-tmproot-server/3842bffe-b4bd-472d-a1cd-1c83c1acd1bb ?BNApr 23, 2025 2:32:12 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit1790034784138261936/client-tmproot-server/50a6d09a-ee0e-4b60-857c-c7ff67fd07f8 ?BNApr 23, 2025 2:32:12 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit1790034784138261936/client-tmproot-server/125068c5-af62-4f65-bd6d-ea5de8b477dc ?BNApr 23, 2025 2:32:12 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit1790034784138261936/client-tmproot-server/e40f599a-8211-41a4-b06c-c58f73fe96af ?BNApr 23, 2025 2:32:12 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit1790034784138261936/client-tmproot-server/cbc3f2a6-be5b-4138-a0ef-4bdc4437d106 ?BNApr 23, 2025 2:32:12 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit1790034784138261936/client-tmproot-server/595896e8-9bec-4f0c-9bc7-3b6ab4124dc7 ?BNApr 23, 2025 2:32:12 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit1790034784138261936/client-tmproot-server/cfeb491a-38c2-4278-82e7-971ee6cd9077 ?BNApr 23, 2025 2:32:12 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit1790034784138261936/client-tmproot-server/df304aaa-e193-40ba-88ca-43ca515b75d5 ?BNApr 23, 2025 2:32:12 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit1790034784138261936/client-tmproot-server/c42c7551-384a-4a24-944a-a1c476395a2e ?BNApr 23, 2025 2:32:12 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit1790034784138261936/client-tmproot-server/595af034-b2f5-4268-9c05-389d0615bf9e ?BNApr 23, 2025 2:32:12 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit1790034784138261936/client-tmproot-server/f2d03be3-5086-42b8-9af2-fa2ec2132fb5 ?BNApr 23, 2025 2:32:12 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit1790034784138261936/client-tmproot-server/321d1066-81e0-49b4-b13f-77dfb2da1313 ?BNApr 23, 2025 2:32:12 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit1790034784138261936/client-tmproot-server/32c0c274-1c91-4230-9c94-2714c5330e10 ?BNApr 23, 2025 2:32:12 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit1790034784138261936/client-tmproot-server/1282ed97-6a3c-4790-862b-4ead9c71234e ?BNApr 23, 2025 2:32:12 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit1790034784138261936/client-tmproot-server/5a3edb9d-6d3d-42fd-9309-5a0cc8d18d4e ?BNApr 23, 2025 2:32:12 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit1790034784138261936/client-tmproot-server/b0d82de6-d2dc-4556-aa35-629058c61419 ?BNApr 23, 2025 2:32:12 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit1790034784138261936/client-tmproot-server/ba3d563e-c812-446d-b356-a28638b7024d ?BNApr 23, 2025 2:32:12 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit1790034784138261936/client-tmproot-server/3348d939-1ade-4113-a82b-8b0fbe1a6fa2 ?BNApr 23, 2025 2:32:12 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit1790034784138261936/client-tmproot-server/3031c88b-ef3c-44fe-b051-38111402346b ?BNApr 23, 2025 2:32:12 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit1790034784138261936/client-tmproot-server/1f062047-76bb-48dd-9366-ecf7c1b39cd8 ?BNApr 23, 2025 2:32:12 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit1790034784138261936/client-tmproot-server/9768eda2-c19a-4bd1-b0e2-4eb906192757 ?BNApr 23, 2025 2:32:12 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit1790034784138261936/client-tmproot-server/aa68dbd6-bbc3-4e35-ac4d-a2b5ccd16524 ?BNApr 23, 2025 2:32:12 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit1790034784138261936/client-tmproot-server/f06631b2-6494-4335-bab1-f77ff95c9603 ?BNApr 23, 2025 2:32:12 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit1790034784138261936/client-tmproot-server/14dc64c0-b177-43e5-aa4e-ec9f1903c407 ?BNApr 23, 2025 2:32:12 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit1790034784138261936/client-tmproot-server/79d412fd-a107-4a53-a44e-15aeaf0f57ec ?BNApr 23, 2025 2:32:12 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit1790034784138261936/client-tmproot-server/3cb7ff46-ce6e-483c-ab20-bf9f899f30d1 ?BNApr 23, 2025 2:32:12 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit1790034784138261936/client-tmproot-server/07b2d66d-ead1-43c9-8438-a0a54d3d3ad0 ?BNApr 23, 2025 2:32:12 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit1790034784138261936/client-tmproot-server/a7636766-f5ac-435a-a3ff-51bd545c2aa7 ?BNApr 23, 2025 2:32:12 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit1790034784138261936/client-tmproot-server/203e779b-d9c0-4407-9a45-af1abd0288bb ?BNApr 23, 2025 2:32:12 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit1790034784138261936/client-tmproot-server/715ed0f5-4283-48d4-a267-8c457282a320 ?BNApr 23, 2025 2:32:12 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit1790034784138261936/client-tmproot-server/02a57f03-fcc6-4671-85ea-e2ef070bd42c ?BNApr 23, 2025 2:32:12 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit1790034784138261936/client-tmproot-server/f4f625bf-a655-42c9-94e5-cb99c38790d0 ?BNApr 23, 2025 2:32:12 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit1790034784138261936/client-tmproot-server/0268014c-50cc-4100-8d4a-4389ffac80d7 ?BNApr 23, 2025 2:32:12 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit1790034784138261936/client-tmproot-server/54c25969-cce2-4cc9-a41b-095a90e4f440 ?BNApr 23, 2025 2:32:12 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit1790034784138261936/client-tmproot-server/031042e1-4f95-431e-8327-69314d4f00f5 ?BNApr 23, 2025 2:32:12 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit1790034784138261936/client-tmproot-server/c4f26c32-f18e-4306-96a7-7b4ccf62ebec ?BNApr 23, 2025 2:32:12 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit1790034784138261936/client-tmproot-server/28acc96c-b9a5-415e-a95e-634ec1711a54 ?BNApr 23, 2025 2:32:12 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit1790034784138261936/client-tmproot-server/5d867cca-435f-4f7a-a606-b94ba3ae92c2 ?BNApr 23, 2025 2:32:12 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit1790034784138261936/client-tmproot-server/df715b6b-cbdd-46b9-9637-ba50f92313f1 ?BNApr 23, 2025 2:32:12 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit1790034784138261936/client-tmproot-server/122aeff5-310c-47d2-bc7c-4e49ed85243d ?BNApr 23, 2025 2:32:12 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit1790034784138261936/client-tmproot-server/6b7f8044-4e81-48ee-b47b-cd61810e5a5d ?BNApr 23, 2025 2:32:12 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit1790034784138261936/client-tmproot-server/3648f382-8479-40f9-8421-7c746c0b56ab ?BNApr 23, 2025 2:32:12 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit1790034784138261936/client-tmproot-server/45d25e00-097d-4758-9dab-5ac697b32bc3 ?BNApr 23, 2025 2:32:12 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit1790034784138261936/client-tmproot-server/081bff83-ba96-47d2-b1aa-c5aa7be10f19 ?BNApr 23, 2025 2:32:12 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit1790034784138261936/client-tmproot-server/ce5ecb23-4f3b-43f7-ac33-35bc41fe7b72 ?BNApr 23, 2025 2:32:12 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit1790034784138261936/client-tmproot-server/2f058989-8eeb-401c-b7e8-c8b244787d4a ?BNApr 23, 2025 2:32:12 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit1790034784138261936/client-tmproot-server/29c3c82a-7ba2-4741-a522-279e61280c89 ?BNApr 23, 2025 2:32:12 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit1790034784138261936/client-tmproot-server/11755e1b-34b0-45dd-a491-0b6969ea48e7 ?BNApr 23, 2025 2:32:12 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER SaveLocalUrisAsBlobsUseCaseJvm$invoke$invokeSuspend - SaveLocalUrisAsBlobsUseCaseJvm Storing 22 local uris as blobs (http://localhost:46683/api/blob/z2ct%2BVoKX1r9xRSP%2FGYmKyUmhGtAlSmS7FrBHQz1i6E%3D, http://localhost:46683/api/blob/5djSGONTPUXLvVbL1YNge3qvQFN9YVYlb3QwlvbvfEU%3D, http://localhost:46683/api/blob/LWwdIdB4NUHFdmDaq2YoB5EqjWD9BIm2i0npsi3fE0o%3D, http://localhost:46683/api/blob/sy4b7%2F3q3vGmQUg9OE%2F4gm%2FnVaSA36EeIqyCcnYi4M8%3D, http://localhost:46683/api/blob/gQYVKIPGaIxZIIuE90qThxaJvZJZw2sECpusZyMP5ME%3D, http://localhost:46683/api/blob/yopZ8hFGsieV4Tw74UQx3ta7ZTBGwOr0lvzfSVdok8w%3D, http://localhost:46683/api/blob/p8QJ1CS%2FUy4JsZzAfC4gp9lblDmY9lv4EPY5LPA1jdo%3D, http://localhost:46683/api/blob/x8RELOMsvCzPJXs2%2BuGp6tUMSIzdxC%2FSRUta7acbbZ4%3D, http://localhost:46683/api/blob/2brsrAkktIi9NilQNTT8ppOc5Gbl17tffhdX0aeFCoI%3D, http://localhost:46683/api/blob/Pp8lPMJPMU%2Fg1eelJlUn1gggLBKxNX2QhrjbNVWCbyI%3D, http://localhost:46683/api/blob/47DEQpj8HBSa%2B%2FTImW%2B5JCeuQeRkm5NMpJWZG3hSuFU%3D, http://localhost:46683/api/blob/60oKn5%2FPS0PBO8N14aS8JzAQUMnMRqyMbkNBTnJTCH8%3D, http://localhost:46683/api/blob/xvUv8bQ7fzE4XXu73K9RYSkhe0GeeOPKqo3J2BlBH4c%3D, http://localhost:46683/api/blob/xiokJ09WttZwKc3d%2FhV6IqkEKeWLg9lWE0%2FbWOTxClg%3D, http://localhost:46683/api/blob/wWL1jZH9TMxilFxiMeVIUsPHWxbeFX5CJNJtHZ0Yv%2Bg%3D, http://localhost:46683/api/blob/QG6s8ffvRksUj4CoqMfqKsmzKCDVZOMJS4Z%2BhjD4sko%3D, http://localhost:46683/api/blob/Cs%2FL%2BOBmRgENBqKnXY5%2FOJ44hDv7z%2B18UB%2Bdln6zuFs%3D, http://localhost:46683/api/blob/HkkywhhDQrAzn7Dz6sRR9c4DiBK6MpCD86BkvtJB5SE%3D, http://localhost:46683/api/blob/kpaWI2p5pMdbuxPJnq3QBXQZedGFfh9o18RGgBafeb0%3D, http://localhost:46683/api/blob/3vWQ0f6tRdZRM4YjJSPrQBPdMi7QlJxHoeN4gO8VZXc%3D, http://localhost:46683/api/blob/lvpl17wtiXNsQEGVLgL5hcq22Jkm53kZrj6t5p3iWQ4%3D, http://localhost:46683/api/blob/0gUfpA5HMCps0QY%2BoMxb%2BJSq%2BoBIWs62g2C4f%2BxJCoU%3D) ?BNApr 23, 2025 2:32:12 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BEFINE: FINER UstadCache - UstadCache(client): storerequest 22 entries ?BNApr 23, 2025 2:32:12 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:46683/api/blob/z2ct%2BVoKX1r9xRSP%2FGYmKyUmhGtAlSmS7FrBHQz1i6E%3D to /tmp/junit1790034784138261936/client-server-httpfiles/tmpWork/152.tmp (integrity=sha256-z2ct+VoKX1r9xRSP/GYmKyUmhGtAlSmS7FrBHQz1i6E=) ?BNApr 23, 2025 2:32:12 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:46683/api/blob/5djSGONTPUXLvVbL1YNge3qvQFN9YVYlb3QwlvbvfEU%3D to /tmp/junit1790034784138261936/client-server-httpfiles/tmpWork/153.tmp (integrity=sha256-5djSGONTPUXLvVbL1YNge3qvQFN9YVYlb3QwlvbvfEU=) ?BNApr 23, 2025 2:32:12 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:46683/api/blob/LWwdIdB4NUHFdmDaq2YoB5EqjWD9BIm2i0npsi3fE0o%3D to /tmp/junit1790034784138261936/client-server-httpfiles/tmpWork/154.tmp (integrity=sha256-LWwdIdB4NUHFdmDaq2YoB5EqjWD9BIm2i0npsi3fE0o=) ?BNApr 23, 2025 2:32:12 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:46683/api/blob/sy4b7%2F3q3vGmQUg9OE%2F4gm%2FnVaSA36EeIqyCcnYi4M8%3D to /tmp/junit1790034784138261936/client-server-httpfiles/tmpWork/155.tmp (integrity=sha256-sy4b7/3q3vGmQUg9OE/4gm/nVaSA36EeIqyCcnYi4M8=) ?BNApr 23, 2025 2:32:12 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:46683/api/blob/gQYVKIPGaIxZIIuE90qThxaJvZJZw2sECpusZyMP5ME%3D to /tmp/junit1790034784138261936/client-server-httpfiles/tmpWork/156.tmp (integrity=sha256-gQYVKIPGaIxZIIuE90qThxaJvZJZw2sECpusZyMP5ME=) ?BNApr 23, 2025 2:32:12 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:46683/api/blob/yopZ8hFGsieV4Tw74UQx3ta7ZTBGwOr0lvzfSVdok8w%3D to /tmp/junit1790034784138261936/client-server-httpfiles/tmpWork/157.tmp (integrity=sha256-yopZ8hFGsieV4Tw74UQx3ta7ZTBGwOr0lvzfSVdok8w=) ?BNApr 23, 2025 2:32:12 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:46683/api/blob/p8QJ1CS%2FUy4JsZzAfC4gp9lblDmY9lv4EPY5LPA1jdo%3D to /tmp/junit1790034784138261936/client-server-httpfiles/tmpWork/158.tmp (integrity=sha256-p8QJ1CS/Uy4JsZzAfC4gp9lblDmY9lv4EPY5LPA1jdo=) ?BNApr 23, 2025 2:32:12 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:46683/api/blob/x8RELOMsvCzPJXs2%2BuGp6tUMSIzdxC%2FSRUta7acbbZ4%3D to /tmp/junit1790034784138261936/client-server-httpfiles/tmpWork/159.tmp (integrity=sha256-x8RELOMsvCzPJXs2+uGp6tUMSIzdxC/SRUta7acbbZ4=) ?BNApr 23, 2025 2:32:12 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:46683/api/blob/2brsrAkktIi9NilQNTT8ppOc5Gbl17tffhdX0aeFCoI%3D to /tmp/junit1790034784138261936/client-server-httpfiles/tmpWork/160.tmp (integrity=sha256-2brsrAkktIi9NilQNTT8ppOc5Gbl17tffhdX0aeFCoI=) ?BNApr 23, 2025 2:32:12 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:46683/api/blob/Pp8lPMJPMU%2Fg1eelJlUn1gggLBKxNX2QhrjbNVWCbyI%3D to /tmp/junit1790034784138261936/client-server-httpfiles/tmpWork/161.tmp (integrity=sha256-Pp8lPMJPMU/g1eelJlUn1gggLBKxNX2QhrjbNVWCbyI=) ?BNApr 23, 2025 2:32:12 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:46683/api/blob/47DEQpj8HBSa%2B%2FTImW%2B5JCeuQeRkm5NMpJWZG3hSuFU%3D to /tmp/junit1790034784138261936/client-server-httpfiles/tmpWork/162.tmp (integrity=sha256-47DEQpj8HBSa+/TImW+5JCeuQeRkm5NMpJWZG3hSuFU=) ?BNApr 23, 2025 2:32:12 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:46683/api/blob/60oKn5%2FPS0PBO8N14aS8JzAQUMnMRqyMbkNBTnJTCH8%3D to /tmp/junit1790034784138261936/client-server-httpfiles/tmpWork/163.tmp (integrity=sha256-60oKn5/PS0PBO8N14aS8JzAQUMnMRqyMbkNBTnJTCH8=) ?BNApr 23, 2025 2:32:12 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:46683/api/blob/xvUv8bQ7fzE4XXu73K9RYSkhe0GeeOPKqo3J2BlBH4c%3D to /tmp/junit1790034784138261936/client-server-httpfiles/tmpWork/164.tmp (integrity=sha256-xvUv8bQ7fzE4XXu73K9RYSkhe0GeeOPKqo3J2BlBH4c=) ?BNApr 23, 2025 2:32:12 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:46683/api/blob/xiokJ09WttZwKc3d%2FhV6IqkEKeWLg9lWE0%2FbWOTxClg%3D to /tmp/junit1790034784138261936/client-server-httpfiles/tmpWork/165.tmp (integrity=sha256-xiokJ09WttZwKc3d/hV6IqkEKeWLg9lWE0/bWOTxClg=) ?BNApr 23, 2025 2:32:12 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:46683/api/blob/wWL1jZH9TMxilFxiMeVIUsPHWxbeFX5CJNJtHZ0Yv%2Bg%3D to /tmp/junit1790034784138261936/client-server-httpfiles/tmpWork/166.tmp (integrity=sha256-wWL1jZH9TMxilFxiMeVIUsPHWxbeFX5CJNJtHZ0Yv+g=) ?BNApr 23, 2025 2:32:12 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:46683/api/blob/QG6s8ffvRksUj4CoqMfqKsmzKCDVZOMJS4Z%2BhjD4sko%3D to /tmp/junit1790034784138261936/client-server-httpfiles/tmpWork/167.tmp (integrity=sha256-QG6s8ffvRksUj4CoqMfqKsmzKCDVZOMJS4Z+hjD4sko=) ?BNApr 23, 2025 2:32:12 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:46683/api/blob/Cs%2FL%2BOBmRgENBqKnXY5%2FOJ44hDv7z%2B18UB%2Bdln6zuFs%3D to /tmp/junit1790034784138261936/client-server-httpfiles/tmpWork/168.tmp (integrity=sha256-Cs/L+OBmRgENBqKnXY5/OJ44hDv7z+18UB+dln6zuFs=) ?BNApr 23, 2025 2:32:12 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:46683/api/blob/HkkywhhDQrAzn7Dz6sRR9c4DiBK6MpCD86BkvtJB5SE%3D to /tmp/junit1790034784138261936/client-server-httpfiles/tmpWork/169.tmp (integrity=sha256-HkkywhhDQrAzn7Dz6sRR9c4DiBK6MpCD86BkvtJB5SE=) ?BNApr 23, 2025 2:32:12 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:46683/api/blob/kpaWI2p5pMdbuxPJnq3QBXQZedGFfh9o18RGgBafeb0%3D to /tmp/junit1790034784138261936/client-server-httpfiles/tmpWork/170.tmp (integrity=sha256-kpaWI2p5pMdbuxPJnq3QBXQZedGFfh9o18RGgBafeb0=) ?BNApr 23, 2025 2:32:12 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:46683/api/blob/3vWQ0f6tRdZRM4YjJSPrQBPdMi7QlJxHoeN4gO8VZXc%3D to /tmp/junit1790034784138261936/client-server-httpfiles/tmpWork/171.tmp (integrity=sha256-3vWQ0f6tRdZRM4YjJSPrQBPdMi7QlJxHoeN4gO8VZXc=) ?BNApr 23, 2025 2:32:12 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:46683/api/blob/lvpl17wtiXNsQEGVLgL5hcq22Jkm53kZrj6t5p3iWQ4%3D to /tmp/junit1790034784138261936/client-server-httpfiles/tmpWork/172.tmp (integrity=sha256-lvpl17wtiXNsQEGVLgL5hcq22Jkm53kZrj6t5p3iWQ4=) ?BNApr 23, 2025 2:32:12 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:46683/api/blob/0gUfpA5HMCps0QY%2BoMxb%2BJSq%2BoBIWs62g2C4f%2BxJCoU%3D to /tmp/junit1790034784138261936/client-server-httpfiles/tmpWork/173.tmp (integrity=sha256-0gUfpA5HMCps0QY+oMxb+JSq+oBIWs62g2C4f+xJCoU=) ?BNApr 23, 2025 2:32:12 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BPFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 22 entries ?BNApr 23, 2025 2:32:12 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BNApr 23, 2025 2:32:12 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BNApr 23, 2025 2:32:12 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit1790034784138261936/client-tmproot-server/contentimport/h5pimport-1745411532798/h5p-standalone/dist/h5p-standalone.d.ts ?BNApr 23, 2025 2:32:12 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit1790034784138261936/client-tmproot-server/contentimport/h5pimport-1745411532798/h5p-standalone/dist/h5p-integration.d.ts ?BNApr 23, 2025 2:32:12 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit1790034784138261936/client-tmproot-server/contentimport/h5pimport-1745411532798/h5p-standalone/dist/fonts/h5p-core-27.woff ?BNApr 23, 2025 2:32:12 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit1790034784138261936/client-tmproot-server/contentimport/h5pimport-1745411532798/h5p-standalone/dist/fonts/h5p-hub-publish.ttf ?BNApr 23, 2025 2:32:12 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit1790034784138261936/client-tmproot-server/contentimport/h5pimport-1745411532798/h5p-standalone/dist/fonts/h5p-hub-publish.eot ?BNApr 23, 2025 2:32:12 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit1790034784138261936/client-tmproot-server/contentimport/h5pimport-1745411532798/h5p-standalone/dist/fonts/h5p-hub-publish.woff ?BNApr 23, 2025 2:32:12 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit1790034784138261936/client-tmproot-server/contentimport/h5pimport-1745411532798/h5p-standalone/dist/fonts/h5p-core-27.eot ?BNApr 23, 2025 2:32:12 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit1790034784138261936/client-tmproot-server/contentimport/h5pimport-1745411532798/h5p-standalone/dist/fonts/h5p-core-27.ttf ?BNApr 23, 2025 2:32:12 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit1790034784138261936/client-tmproot-server/contentimport/h5pimport-1745411532798/h5p-standalone/dist/fonts/h5p-hub-publish.svg ?BNApr 23, 2025 2:32:12 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit1790034784138261936/client-tmproot-server/contentimport/h5pimport-1745411532798/h5p-standalone/dist/fonts/h5p-core-27.svg ?BNApr 23, 2025 2:32:12 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit1790034784138261936/client-tmproot-server/contentimport/h5pimport-1745411532798/h5p-standalone/dist/frame.d.ts ?BNApr 23, 2025 2:32:12 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit1790034784138261936/client-tmproot-server/contentimport/h5pimport-1745411532798/h5p-standalone/dist/main.bundle.js ?BNApr 23, 2025 2:32:12 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit1790034784138261936/client-tmproot-server/contentimport/h5pimport-1745411532798/h5p-standalone/dist/utils.d.ts ?BNApr 23, 2025 2:32:12 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit1790034784138261936/client-tmproot-server/contentimport/h5pimport-1745411532798/h5p-standalone/dist/styles/h5p-hub-registration.css ?BNApr 23, 2025 2:32:12 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit1790034784138261936/client-tmproot-server/contentimport/h5pimport-1745411532798/h5p-standalone/dist/styles/h5p.css ?BNApr 23, 2025 2:32:12 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit1790034784138261936/client-tmproot-server/contentimport/h5pimport-1745411532798/h5p-standalone/dist/styles/h5p-core-button.css ?BNApr 23, 2025 2:32:12 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit1790034784138261936/client-tmproot-server/contentimport/h5pimport-1745411532798/h5p-standalone/dist/styles/h5p-hub-sharing.css ?BNApr 23, 2025 2:32:12 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit1790034784138261936/client-tmproot-server/contentimport/h5pimport-1745411532798/h5p-standalone/dist/styles/h5p-confirmation-dialog.css ?BNApr 23, 2025 2:32:12 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit1790034784138261936/client-tmproot-server/contentimport/h5pimport-1745411532798/h5p-standalone/dist/styles/h5p-admin.css ?BNApr 23, 2025 2:32:12 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit1790034784138261936/client-tmproot-server/contentimport/h5pimport-1745411532798/h5p-standalone/dist/index.d.ts ?BNApr 23, 2025 2:32:12 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit1790034784138261936/client-tmproot-server/contentimport/h5pimport-1745411532798/h5p-standalone/dist/frame.bundle.js ?BNApr 23, 2025 2:32:12 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit1790034784138261936/client-tmproot-server/contentimport/h5pimport-1745411532798/h5p-standalone/README.md ?BNApr 23, 2025 2:32:12 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit1790034784138261936/client-tmproot-server/6f57d023-2749-4f1a-8959-ce91140a7a1f ?BNApr 23, 2025 2:32:12 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit1790034784138261936/client-tmproot-server/16096d64-bf79-4013-b9cf-67e745c7940d ?BNApr 23, 2025 2:32:12 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit1790034784138261936/client-tmproot-server/15d91900-e6e0-4691-8b9c-2b7cc3525594 ?BNApr 23, 2025 2:32:12 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit1790034784138261936/client-tmproot-server/a63a6cc8-833a-4a0a-961a-11f5184e706a ?BNApr 23, 2025 2:32:12 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit1790034784138261936/client-tmproot-server/aa3f7e45-795e-4255-97d9-2fd5bce4048b ?BNApr 23, 2025 2:32:12 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit1790034784138261936/client-tmproot-server/27d43d1d-3e11-4aa8-9554-85254f005b6a ?BNApr 23, 2025 2:32:12 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit1790034784138261936/client-tmproot-server/10a6035d-adab-48ca-beb0-3776bc7db6a5 ?BNApr 23, 2025 2:32:12 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit1790034784138261936/client-tmproot-server/eb5398c8-170f-4817-9017-f4184826a78a ?BNApr 23, 2025 2:32:12 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit1790034784138261936/client-tmproot-server/4399a15d-7fcf-4af2-8bf1-1fcdc896957d ?BNApr 23, 2025 2:32:12 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit1790034784138261936/client-tmproot-server/d3989442-ab73-476c-8d87-0a293afd99c0 ?BNApr 23, 2025 2:32:12 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit1790034784138261936/client-tmproot-server/c47f7081-7642-4fd8-a6a4-7a7751d7730c ?BNApr 23, 2025 2:32:12 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit1790034784138261936/client-tmproot-server/b8acc312-b022-4f92-b92e-f9aea933b1a1 ?BNApr 23, 2025 2:32:12 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit1790034784138261936/client-tmproot-server/1f21f244-816b-4a6e-b89d-4614d17a5cb7 ?BNApr 23, 2025 2:32:12 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit1790034784138261936/client-tmproot-server/bf1f2591-5633-4b97-b95b-72c8f8285eb7 ?BNApr 23, 2025 2:32:12 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit1790034784138261936/client-tmproot-server/8264f375-c0f7-45d9-b830-555705e73062 ?BNApr 23, 2025 2:32:12 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit1790034784138261936/client-tmproot-server/a53e2153-4a13-49c4-9183-3bba4e196bfd ?BNApr 23, 2025 2:32:12 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit1790034784138261936/client-tmproot-server/c86b3ba5-d01d-482a-b208-8868dff33f8f ?BNApr 23, 2025 2:32:12 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit1790034784138261936/client-tmproot-server/d6458946-b190-4fd2-8ae3-88e140754096 ?BNApr 23, 2025 2:32:12 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit1790034784138261936/client-tmproot-server/a62d33c6-379a-43cd-aed2-800a87964b9f ?BNApr 23, 2025 2:32:12 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit1790034784138261936/client-tmproot-server/79ce5d63-fd0f-40df-84aa-79e97b8e9bd2 ?BNApr 23, 2025 2:32:12 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit1790034784138261936/client-tmproot-server/dcb2c311-cfcc-4acc-a6cc-928dca257bbb ?BNApr 23, 2025 2:32:12 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit1790034784138261936/client-tmproot-server/0722c366-5b2b-4336-b3b0-c2603c185158 ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER SaveLocalUrisAsBlobsUseCaseJvm$invoke$invokeSuspend - SaveLocalUrisAsBlobsUseCaseJvm Storing 2 local uris as blobs (http://localhost:46683/api/blob/0zWQjjAb1k%2BvCeEvpXjWHop85BXoVhKUsw%2BqmHl0U%2B4%3D, http://localhost:46683/api/blob/EArfY4qBP1HFoEdjBizqqABDObYPmGCn5HWa0eEEElo%3D) ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 2 entries ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:46683/api/blob/0zWQjjAb1k%2BvCeEvpXjWHop85BXoVhKUsw%2BqmHl0U%2B4%3D to /tmp/junit1790034784138261936/client-server-httpfiles/tmpWork/174.tmp (integrity=sha256-0zWQjjAb1k+vCeEvpXjWHop85BXoVhKUsw+qmHl0U+4=) ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:46683/api/blob/EArfY4qBP1HFoEdjBizqqABDObYPmGCn5HWa0eEEElo%3D to /tmp/junit1790034784138261936/client-server-httpfiles/tmpWork/175.tmp (integrity=sha256-EArfY4qBP1HFoEdjBizqqABDObYPmGCn5HWa0eEEElo=) ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 2 entries ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit1790034784138261936/client-tmproot-server/contentimport/h5pimport-1745411532798/tincan.xml ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit1790034784138261936/client-tmproot-server/contentimport/h5pimport-1745411532798/index.html ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit1790034784138261936/client-tmproot-server/b18dd9e9-e200-4bc6-88bc-f3ddb9c6e4ed ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit1790034784138261936/client-tmproot-server/dde3588a-af40-4fbe-be09-0317b190cdad ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:46683/api/content/719727995853443072/_ustadmanifest.json to /tmp/junit1790034784138261936/client-server-httpfiles/tmpWork/176.tmp (integrity=sha256-LA71bLbmTRsel6OZwJKZVCBZNXUjq8CAYHeH7ccT/78=) ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #4 : SQLite Change Tracker: Changed tables=[ContentEntryImportJob] ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #5 : SQLite Change Tracker: Changed tables=[ContentEntryVersion] ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: GET http://localhost:46683/api/content/719727995853443072/_ustadmanifest.json ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/content/719727995853443072/_ustadmanifest.json ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/content/719727995853443072/_ustadmanifest.json ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?B}FINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/content/719727995853443072/_ustadmanifest.json ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - OKHttp-CacheInterceptor: HIT(valid) http://localhost:46683/api/content/719727995853443072/_ustadmanifest.json 200 OK (contentType=application/json, content-encoding=identity content-length=74602) ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BcFINEST: FINEST UstadCache - UstadCache(client): add retention locks for http://localhost:46683/api/blob/T6uQJbiizni1qK8zT4b1x46g0ck9NyM05rMKufLI2FI%3D, http://localhost:46683/api/blob/bjwfnGlRbxR6w41vOplXXSsJlK%2FkQzJuwiG9Vdr2PBI%3D, http://localhost:46683/api/blob/GbEzhDlg2eOkUS0yhbQRdkYN7%2BExqlN1jS7v1KfVVxw%3D, http://localhost:46683/api/blob/ftJMBUMkAxFzcokVQ%2FDLankiEAkZ564HfB8%2Fr2dljcI%3D, http://localhost:46683/api/blob/4hns6PTT5KxFXvMc06fHtQV%2BpooQmTf8JrA8bpnukyI%3D, http://localhost:46683/api/blob/1nBB%2Fl1Q7vnvZxZDlo985rEw6qqqLOTUlrGNCjOuuHs%3D, http://localhost:46683/api/blob/e1pDIPug1Mj3kydkW0ucyHWi7GF6VX6Em4E5GOtzNJk%3D, http://localhost:46683/api/blob/yBLdyeR10%2BZdaKaztYnOWYoqW6u3r8VUd9WSFcSjikA%3D, http://localhost:46683/api/blob/%2F4Ku7WubtnAWlshNGyI9Lmgut4yJEXpDjObP6oxJiZU%3D, http://localhost:46683/api/blob/hNkB8eW5RIdaNUrvVRKRFRxo07hZCB8p7k8hiRJnOmU%3D, http://localhost:46683/api/blob/wNCC8cHq2llme5T359p2aAVxgnZy1xD02zehmxYfzrQ%3D, http://localhost:46683/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D, http://localhost:46683/api/blob/JakG3baTnxBZ0ygCbLpNeqUSpupufejv3CEJsk8lGjM%3D, http://localhost:46683/api/blob/Tyj1ZbAw3I%2BjTnYcRMap00SSDE8uimpYNpM%2FV1r5TQc%3D, http://localhost:46683/api/blob/5d4Gn7Lje7djT1HHt6jjcg%2BHKH9wgn2vEpJCSjuX6z4%3D, http://localhost:46683/api/blob/k65pd4r52nGCR800CqwX9ekYeR56pcNyD6PKQm5ECMY%3D, http://localhost:46683/api/blob/MZikNKgl2FhWpW23NSSFUT1wOPqRV060fcrD6oKsRao%3D, http://localhost:46683/api/blob/qGvsfW4NaWJUAV8k%2BjAgxyt68uSYkM8Zvl4iO07eQSw%3D, http://localhost:46683/api/blob/jT7lEK6lwyBhlTHcKRWFJqu7C0gPdwvq0cKmMsrO3o4%3D, http://localhost:46683/api/blob/Au%2B2IdPCR1K6fzgi%2BwM5XKVYY8AZh6QiVWhS%2FNgRMNU%3D, http://localhost:46683/api/blob/SQzRpZj429D6cW3daoNAw3eqvBYSS2ns7TItpaMlHT8%3D, http://localhost:46683/api/blob/WdACppPgOH8BBO0iigwsrmWMy17E3kScuTWoKjWTy%2Fw%3D, http://localhost:46683/api/blob/7vs8uqNXfk02HCNxgA9IXzTGWczwRxAXgvYRXQZHT3w%3D, http://localhost:46683/api/blob/b0rPNEXzpQ22OFjtaC11asx2j0%2BhLr7cAomd3VO69e0%3D, http://localhost:46683/api/blob/Oq8Qt4f%2FpNdOtT7Cz%2FP1buRr1KXcoKQUW%2BC9lCFg8YQ%3D, http://localhost:46683/api/blob/yzJGqJtjyxHYqHNh51kOeZtaOIra3Ks3%2B1GBRu4D0%2BQ%3D, http://localhost:46683/api/blob/b%2FpemT3AQtkcxWYfWDVJk2%2FkTkEqjdt%2BoehmTIE02AM%3D, http://localhost:46683/api/blob/mfov8Hrp8eJ57UpQUEJ%2B8RVeKjq45a8ngANpAaLYR6w%3D, http://localhost:46683/api/blob/7xF1FYDJR0vQb3gRCLf5zGPh50%2B3WuGOhPKs9utqGUE%3D, http://localhost:46683/api/blob/s%2BjWsJZ%2F9ShpZSiPQWSmovDOpcmVTDAObwrxxK3lcHc%3D, http://localhost:46683/api/blob/MpD8uvv86rzRXumzeeIEP9dkvgCqNH4BgNx%2Bu3BdkYQ%3D, http://localhost:46683/api/blob/s9HqB4agwbGesiE3QlUHeYBRLelpFY4r8WgsGxlH3Qo%3D, http://localhost:46683/api/blob/UKuxu3Hz%2BfGYRK1HeAzq8IUine8lfc8wmfa4xX1FqNk%3D, http://localhost:46683/api/blob/3NOfayEFEmNxtWcImQh5OHnRGSetW1NnAmZP8xt%2FTEE%3D, http://localhost:46683/api/blob/Rq39aiLMuqiP%2B0mPmeCr0C2QflhXTn%2F%2FNEPZaPtsh7s%3D, http://localhost:46683/api/blob/PjfwUp1%2Bw6kzto%2B92J5gCGOUXTWvFUUHmzECFE26ZTI%3D, http://localhost:46683/api/blob/h%2BjhrR%2B2SJw3n6swaOU2A8b3QZHrKvXk3vxMgmuJI48%3D, http://localhost:46683/api/blob/vGluaw0k9XeZTNkXi2DMNSp4SAI6Mpq0chcOqfhROgo%3D, http://localhost:46683/api/blob/2HtvcBRqQjS2JXOH5QQ9utn6ppsaI1mFBHfAO7S2ccI%3D, http://localhost:46683/api/blob/sHX8VAaCnEAbmKOODXx8XwsoiVmNERxdjjnDxegBg8s%3D, http://localhost:46683/api/blob/Io0MLdilHmozLkMugHE9pOBHQ0GoWK2Ad%2BKk1mN4QiY%3D, http://localhost:46683/api/blob/kTthmgm8PGGYjMHstF6NYIjf3CLWmwpKOi4l3MdMEtg%3D, http://localhost:46683/api/blob/eYHHnwyecTXEwTD51UOV4ep3iOXp7UijenqWFiHPj7w%3D, http://localhost:46683/api/blob/XNfsFzpMGtyUb4cp%2BZP4sbwRpfi%2BBGbF07psv2MPtA4%3D, http://localhost:46683/api/blob/GslQZC%2FV0B6kfy34jVZWRceF2QhHWG6YmuW5qqEmeu8%3D, http://localhost:46683/api/blob/mvg3xbJ3LnwZdOssam2%2BvdSJ1%2FLWFX7%2FlxFJVciB6lg%3D, http://localhost:46683/api/blob/MAqsHQLxvTtVgSONw2nt%2Bi52FKAKxkPqHKZN3dVehag%3D, http://localhost:46683/api/blob/iLrog15kL9bl86CzWtk92zSVko7oOALiUGQ8de0aZAE%3D, http://localhost:46683/api/blob/82XHZdU1kTgwewOyJbFyMVK0zesRRj2xRJpu92yJxx4%3D, http://localhost:46683/api/blob/Q%2Fy6R172KY9YPbOiNMSixqoh8QjGcQtM%2BrFsRKO2bE8%3D, http://localhost:46683/api/blob/vBVhVK0Ik2c9Bvwl%2BlAPy96DxOyTL2%2BkeUcQmCA%2Frq0%3D, http://localhost:46683/api/blob/%2Fx3Wsw8%2BwpZRU2JIVcrL33nrHQV17lCsxuRemUqet54%3D, http://localhost:46683/api/blob/8NYR%2FhsIIjp%2FPKQLuUNyeWjGcw9Ffd0e82E28xODp0k%3D, http://localhost:46683/api/blob/oPQ1dcUBafEmFbVhtQHHEJeUFzCkPST6bxu3%2BWONWHQ%3D, http://localhost:46683/api/blob/K2Fsusn6qjgL725CJL7ByzgpD7DwK1Hv1Qc9nUTRvs0%3D, http://localhost:46683/api/blob/cR3Bmvjb8RQpKsAuwqDiUYfIXyFSmzGtyfnorloVx0Y%3D, http://localhost:46683/api/blob/tnKOTsJNsJ1igF6lTizkpOyMKbYWZe%2BdVsGZzjKfNTc%3D, http://localhost:46683/api/blob/cTsr7j2oAImJK1yXqd0DLIulEmVnqZ5h5n0Tb5MbXdA%3D, http://localhost:46683/api/blob/lxzYcB9KSB%2FYkf7kHHM4ZRcTEbModiVoT3lAhJxL3mA%3D, http://localhost:46683/api/blob/Xl43QDLBGMM83V4fnX0WJXFd3Q96UrVudQC4xpaoApY%3D, http://localhost:46683/api/blob/vx6kIK92xNpSxNN78Ud5xEGiuWVgncmo8IDc9M8XCDQ%3D, http://localhost:46683/api/blob/Cxs1ShEiNfLO%2FU%2Fvt3ziCc6g7XCCt3cXpLKqS0NW9p0%3D, http://localhost:46683/api/blob/hFJej7TOyIrYzsvgtguZHnlcWMcsq3KtS9FiLm3ykCo%3D, http://localhost:46683/api/blob/I9vIlkggX1UGSnA11062utk2y8IszUXgQgfJOO6C6so%3D, http://localhost:46683/api/blob/dlAewQPKn9t0EDFTEm5ltRQT%2BWrMBBErX1LZM6zfIc0%3D, http://localhost:46683/api/blob/ufoN52SamhFb3h2azBHykXR1pPhx5QzT55ir8wOLVBM%3D, http://localhost:46683/api/blob/8l%2BWWVo6WOTD7pS09FmTYwoB2tptGH20X90e5TTJGQ0%3D, http://localhost:46683/api/blob/%2BIRZ4%2F%2FV1GOWQ9KLtbzgE%2BNbhhRBycosRc64B97TKj4%3D, http://localhost:46683/api/blob/V%2BlxWB0nxel8r7ylMgw556l%2FVPsMO29I16T%2FDgO8NMQ%3D, http://localhost:46683/api/blob/uYW3KrfsznrSIuqFkNUXxHUg0ZmpkuJvVYdtP2k6nAk%3D, http://localhost:46683/api/blob/pLIQYQAGGG6QDQPjEpjz67VyhV5phLnyxGKkUWIhm88%3D, http://localhost:46683/api/blob/Wmgp%2B1s82IIY%2BjX9o7lYcOJS1QrGlZC0PpACTzQwl6M%3D, http://localhost:46683/api/blob/sHxTh3q3%2BdRVnFM3sxrWUzQpjAIWUYJijIDhezhkH6s%3D, http://localhost:46683/api/blob/Y3nFU5%2FVYE71u5aj3293uK2rbUrlZ%2FwwvObLZ8QhuYQ%3D, http://localhost:46683/api/blob/zBbaSmjEFvS6KUk8SEwgYyykdXC%2BUFyhY9%2F%2FLwqO8Z0%3D, http://localhost:46683/api/blob/u%2BLJFVTcY%2FMEnXDPx%2FjDr74kdKvSL0fNYsVaoucWMS0%3D, http://localhost:46683/api/blob/eo8K7m5KF0iRfYzWDplfji%2FfxUb9GlUHqqY6IuMrLc4%3D, http://localhost:46683/api/blob/%2FqULHYInAHdVBa5R1l938NaG9Ty3HotFmPBFK%2Fx8URU%3D, http://localhost:46683/api/blob/ym1yKJRZWSDtpc56Uj7RFG1W6oCf5N5WCmZbqjHEbE4%3D, http://localhost:46683/api/blob/C1W33ZET4v%2BaPIkE7LOO6lFWDtV5OqhnAlLv4wfGAUU%3D, http://localhost:46683/api/blob/jGvo9dP2a%2BkzienoeQzWSLnGKfWhYB2XjsFOuELmW28%3D, http://localhost:46683/api/blob/%2BF9Tlt29TsSXmyq%2FWyZ63J8R6bqXkujcv5KBRzPQ%2BWU%3D, http://localhost:46683/api/blob/xVHBEQCBRQcVQS1lvNmxfgZ0XXOkWfARY3xhEbjuloE%3D, http://localhost:46683/api/blob/EkHf%2FCGbd3loeNcgeAv6K4n2uKHvj3497sTVseG3xn0%3D, http://localhost:46683/api/blob/vOWepUFkWRq8r0%2BHZF7AzG8DLHriKMfWpiogMq%2FFD4s%3D, http://localhost:46683/api/blob/R0W8u8HlP%2FsgKWKJ2Q26%2FMLf5xdmrjzBL5IEPnV34JA%3D, http://localhost:46683/api/blob/yD2T%2FjRDP29LkBjiITr7231CnugE2Jo0BIRRyW5N0mE%3D, http://localhost:46683/api/blob/DMle631prFri4uxxxxdON0FHQFOdiUt%2BW%2F6%2FvFfKmKI%3D, http://localhost:46683/api/blob/Ai1kxiVYF40Fu81oXM2uPCv9vkRmufeI2MqmWrEigoQ%3D, http://localhost:46683/api/blob/MuzpZTkDFXpw0wwJdw%2FbBYCIsDKwWBU628LKd2p83po%3D, http://localhost:46683/api/blob/4zSTZMv%2FWKjpNfIWFmdBzDq%2BxpKgteLo5HBhbpkIMgg%3D, http://localhost:46683/api/blob/YuUHNreyN7U7%2BQZ5%2BzNNY1N11RsxVtHYZsqyJGBtmbQ%3D, http://localhost:46683/api/blob/6p3YvM8W7PtrV7LudBIoa%2Bq4QN3Y1SdaU02%2FGCeg0IM%3D, http://localhost:46683/api/blob/c6Dc1YGSLmG1CzWhxrYVgHpZEYf6VEA09YuKyjB6o44%3D, http://localhost:46683/api/blob/fAhuvZVtVYSUCOENltmx6R%2BSg0UZACwHQOMDNf9fYlY%3D, http://localhost:46683/api/blob/we47ND4nhwrjRI%2BYLyQ%2BHWLDKA0nvAypEBID7KE1sjM%3D, http://localhost:46683/api/blob/EDd6hjdyPU1Mt2vw3AA1ph%2BqFNUyZir%2BdXzbgA2ARyw%3D, http://localhost:46683/api/blob/WE8lrEOx7vAAZ6u4arUnr1yvMIbZP0FvaBy551jh88Y%3D, http://localhost:46683/api/blob/f86dDrhwRUQf6RCl7AldiyqZIf7UO05nYkIFIepSeao%3D, http://localhost:46683/api/blob/17pZuPthKwaraODIXZkgcqZCV0%2Buh%2F01t0UPA4EqtEs%3D, http://localhost:46683/api/blob/CmlVJmRSZLB7BmMKh27ly66%2FmbubmFKZNdWpB8De5X8%3D, http://localhost:46683/api/blob/nsmfXTJrTxUTogzM8u3%2BnLHfuNFK4hVP4tnH90njdqE%3D, http://localhost:46683/api/blob/GjqBgSSvm7XTUjdhXgppBT10y3S2AdiXOnCd1xl1AR4%3D, http://localhost:46683/api/blob/3l8y8J6DrWhQA1W7Shf%2BSPfKgZyc%2Bu%2Fb%2BbCekBx6f8g%3D, http://localhost:46683/api/blob/%2BpluXnN9d6MiNBWRNiCeM15nPresFv0BDtL1lIC9RI4%3D, http://localhost:46683/api/blob/5Ilriy7n1kwHjr0%2FXWzh4jhJPrT8xsZ1jrczKGatDiY%3D, http://localhost:46683/api/blob/EgapfpQkKZP4bsfj%2FK5PxfHKzTlIJAVzuAkZmNmg3MM%3D, http://localhost:46683/api/blob/QQhYT1gQF9x0oIMt0WRoLg3q4DbMidMg5%2FV3%2FOsnhog%3D, http://localhost:46683/api/blob/LnC2D3wwhrq34V1CB%2Bxg6EwLoaYhOVkplQkYTyRkqVA%3D, http://localhost:46683/api/blob/J2cr3iSclOBUxgDFRH12Icpmo32SS2pPkQejFFV9e3Y%3D, http://localhost:46683/api/blob/eARe8bkhihrOsDAQ7nvQs7HXU1%2Bi%2FpopDv%2BQ6UNWPcg%3D, http://localhost:46683/api/blob/3fCEhtExvRNHYfveM9cY5bbE17mYr8%2BdEFRgE5Tz8ZU%3D, http://localhost:46683/api/blob/NuX5jirPuFiJLnEJlD4dLnXRCsDkQMc2Vniko1v7nEo%3D, http://localhost:46683/api/blob/%2F3QD%2Bd53w6wqfHpE3dn2fWN85w9xo6rHAzwCGcivpko%3D, http://localhost:46683/api/blob/y4TDcAD4%2Fj5o4keZvggf698Cr9Oc7JZ%2BgGMax23qmVA%3D, http://localhost:46683/api/blob/UvNzyhHidciHBssZ%2FP%2B2l5FZbI1XAfmSJAplrILQ8gg%3D, http://localhost:46683/api/blob/ic4IoQBJDrNoYD6jzvjPUtyK2y2i0dmtWCW2k2Aa%2Fp8%3D, http://localhost:46683/api/blob/De2JgQ0Nt5adGTd%2BS3vvpLJVOZegId%2BlUNz28Tv2qPA%3D, http://localhost:46683/api/blob/AxtMakPRFNdMGeXBvbRcztWEo0HNZu9GkF7yCvsE3Zs%3D, http://localhost:46683/api/blob/JU9Nv2qFcpHwvSV4ps9ii7ATxDcpquEhDXTVT0iBUEo%3D, http://localhost:46683/api/blob/CdrdmkKdsdoH81%2B2cV0ipaFJ4y8Ng6Ujmj7K5QNYc94%3D, http://localhost:46683/api/blob/ZY4mAUHHRYo0qd1n7jqXrYhYnC75hzx4DLeYU%2FtZAhs%3D, http://localhost:46683/api/blob/kpeAot1GwrHfHslj4hcJEyVdiQvKVG3a0bQXx1ERn7o%3D, http://localhost:46683/api/blob/%2FEmb%2B%2FduVWkOJrRcZWoRMF6TTLig7Qm2uAa7A%2B78ghA%3D, http://localhost:46683/api/blob/lpSbYYTpxt5zyFPhLE5PlvwDpVyNc2B3kULVJzvg6%2B4%3D, http://localhost:46683/api/blob/rySbdfEfwrB779vaMkVIyj%2BABqAS%2BgtUUBu4dkB4J6A%3D, http://localhost:46683/api/blob/oJd6y005JyUgaUAFQ6GgvvLGzc467muipcNv7aXTB%2F0%3D, http://localhost:46683/api/blob/VYwTeujSQh1Gss7XDcPY61SmNUSlOTCzClVbdoYAHJE%3D, http://localhost:46683/api/blob/JVUTiGfvsBPpaY2QLvpiW%2Bx0rWNh6Tlj0QXu2TOSbGY%3D, http://localhost:46683/api/blob/z2ct%2BVoKX1r9xRSP%2FGYmKyUmhGtAlSmS7FrBHQz1i6E%3D, http://localhost:46683/api/blob/5djSGONTPUXLvVbL1YNge3qvQFN9YVYlb3QwlvbvfEU%3D, http://localhost:46683/api/blob/LWwdIdB4NUHFdmDaq2YoB5EqjWD9BIm2i0npsi3fE0o%3D, http://localhost:46683/api/blob/sy4b7%2F3q3vGmQUg9OE%2F4gm%2FnVaSA36EeIqyCcnYi4M8%3D, http://localhost:46683/api/blob/gQYVKIPGaIxZIIuE90qThxaJvZJZw2sECpusZyMP5ME%3D, http://localhost:46683/api/blob/yopZ8hFGsieV4Tw74UQx3ta7ZTBGwOr0lvzfSVdok8w%3D, http://localhost:46683/api/blob/p8QJ1CS%2FUy4JsZzAfC4gp9lblDmY9lv4EPY5LPA1jdo%3D, http://localhost:46683/api/blob/x8RELOMsvCzPJXs2%2BuGp6tUMSIzdxC%2FSRUta7acbbZ4%3D, http://localhost:46683/api/blob/2brsrAkktIi9NilQNTT8ppOc5Gbl17tffhdX0aeFCoI%3D, http://localhost:46683/api/blob/Pp8lPMJPMU%2Fg1eelJlUn1gggLBKxNX2QhrjbNVWCbyI%3D, http://localhost:46683/api/blob/47DEQpj8HBSa%2B%2FTImW%2B5JCeuQeRkm5NMpJWZG3hSuFU%3D, http://localhost:46683/api/blob/60oKn5%2FPS0PBO8N14aS8JzAQUMnMRqyMbkNBTnJTCH8%3D, http://localhost:46683/api/blob/xvUv8bQ7fzE4XXu73K9RYSkhe0GeeOPKqo3J2BlBH4c%3D, http://localhost:46683/api/blob/xiokJ09WttZwKc3d%2FhV6IqkEKeWLg9lWE0%2FbWOTxClg%3D, http://localhost:46683/api/blob/wWL1jZH9TMxilFxiMeVIUsPHWxbeFX5CJNJtHZ0Yv%2Bg%3D, http://localhost:46683/api/blob/QG6s8ffvRksUj4CoqMfqKsmzKCDVZOMJS4Z%2BhjD4sko%3D, http://localhost:46683/api/blob/Cs%2FL%2BOBmRgENBqKnXY5%2FOJ44hDv7z%2B18UB%2Bdln6zuFs%3D, http://localhost:46683/api/blob/HkkywhhDQrAzn7Dz6sRR9c4DiBK6MpCD86BkvtJB5SE%3D, http://localhost:46683/api/blob/kpaWI2p5pMdbuxPJnq3QBXQZedGFfh9o18RGgBafeb0%3D, http://localhost:46683/api/blob/3vWQ0f6tRdZRM4YjJSPrQBPdMi7QlJxHoeN4gO8VZXc%3D, http://localhost:46683/api/blob/lvpl17wtiXNsQEGVLgL5hcq22Jkm53kZrj6t5p3iWQ4%3D, http://localhost:46683/api/blob/0gUfpA5HMCps0QY%2BoMxb%2BJSq%2BoBIWs62g2C4f%2BxJCoU%3D, http://localhost:46683/api/blob/0zWQjjAb1k%2BvCeEvpXjWHop85BXoVhKUsw%2BqmHl0U%2B4%3D, http://localhost:46683/api/blob/EArfY4qBP1HFoEdjBizqqABDObYPmGCn5HWa0eEEElo%3D, http://localhost:46683/api/content/719727995853443072/_ustadmanifest.json ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/T6uQJbiizni1qK8zT4b1x46g0ck9NyM05rMKufLI2FI%3D) /tmp/junit1790034784138261936/client-server-httpfiles/cache/daf99075-0b9c-4603-9486-8582582474f5 -> /tmp/junit1790034784138261936/client-server-httpfiles/persistent/daf99075-0b9c-4603-9486-8582582474f5 ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/bjwfnGlRbxR6w41vOplXXSsJlK%2FkQzJuwiG9Vdr2PBI%3D) /tmp/junit1790034784138261936/client-server-httpfiles/cache/578bc233-2eb4-4d3c-9d0d-968b5341b805 -> /tmp/junit1790034784138261936/client-server-httpfiles/persistent/578bc233-2eb4-4d3c-9d0d-968b5341b805 ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/GbEzhDlg2eOkUS0yhbQRdkYN7%2BExqlN1jS7v1KfVVxw%3D) /tmp/junit1790034784138261936/client-server-httpfiles/cache/76680b7f-3b93-472c-a725-826f08b11b4e -> /tmp/junit1790034784138261936/client-server-httpfiles/persistent/76680b7f-3b93-472c-a725-826f08b11b4e ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/ftJMBUMkAxFzcokVQ%2FDLankiEAkZ564HfB8%2Fr2dljcI%3D) /tmp/junit1790034784138261936/client-server-httpfiles/cache/45d17185-70c6-4a2f-a9bf-2bdafcdd4cb5 -> /tmp/junit1790034784138261936/client-server-httpfiles/persistent/45d17185-70c6-4a2f-a9bf-2bdafcdd4cb5 ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/4hns6PTT5KxFXvMc06fHtQV%2BpooQmTf8JrA8bpnukyI%3D) /tmp/junit1790034784138261936/client-server-httpfiles/cache/bd5f7305-d1db-4c98-a9aa-c94171bd4e0f -> /tmp/junit1790034784138261936/client-server-httpfiles/persistent/bd5f7305-d1db-4c98-a9aa-c94171bd4e0f ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/1nBB%2Fl1Q7vnvZxZDlo985rEw6qqqLOTUlrGNCjOuuHs%3D) /tmp/junit1790034784138261936/client-server-httpfiles/cache/95cb74fd-9523-44ad-9fee-ac0e69edc715 -> /tmp/junit1790034784138261936/client-server-httpfiles/persistent/95cb74fd-9523-44ad-9fee-ac0e69edc715 ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/e1pDIPug1Mj3kydkW0ucyHWi7GF6VX6Em4E5GOtzNJk%3D) /tmp/junit1790034784138261936/client-server-httpfiles/cache/af6a5476-6be7-4259-a9dc-6854f20357e2 -> /tmp/junit1790034784138261936/client-server-httpfiles/persistent/af6a5476-6be7-4259-a9dc-6854f20357e2 ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/yBLdyeR10%2BZdaKaztYnOWYoqW6u3r8VUd9WSFcSjikA%3D) /tmp/junit1790034784138261936/client-server-httpfiles/cache/f402c788-07ce-4a81-88f4-7f3eb6d6edf9 -> /tmp/junit1790034784138261936/client-server-httpfiles/persistent/f402c788-07ce-4a81-88f4-7f3eb6d6edf9 ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/%2F4Ku7WubtnAWlshNGyI9Lmgut4yJEXpDjObP6oxJiZU%3D) /tmp/junit1790034784138261936/client-server-httpfiles/cache/b73ad401-814a-4b96-b3fe-7db295555235 -> /tmp/junit1790034784138261936/client-server-httpfiles/persistent/b73ad401-814a-4b96-b3fe-7db295555235 ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/hNkB8eW5RIdaNUrvVRKRFRxo07hZCB8p7k8hiRJnOmU%3D) /tmp/junit1790034784138261936/client-server-httpfiles/cache/e0e2a56e-78a9-4b4a-9c15-974e568dca9f -> /tmp/junit1790034784138261936/client-server-httpfiles/persistent/e0e2a56e-78a9-4b4a-9c15-974e568dca9f ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/wNCC8cHq2llme5T359p2aAVxgnZy1xD02zehmxYfzrQ%3D) /tmp/junit1790034784138261936/client-server-httpfiles/cache/e105f7d6-d90e-4f76-831c-3a556db0632b -> /tmp/junit1790034784138261936/client-server-httpfiles/persistent/e105f7d6-d90e-4f76-831c-3a556db0632b ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D) /tmp/junit1790034784138261936/client-server-httpfiles/cache/063fd9e7-871d-488d-be49-8e08e1e2be90 -> /tmp/junit1790034784138261936/client-server-httpfiles/persistent/063fd9e7-871d-488d-be49-8e08e1e2be90 ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/JakG3baTnxBZ0ygCbLpNeqUSpupufejv3CEJsk8lGjM%3D) /tmp/junit1790034784138261936/client-server-httpfiles/cache/ec40b883-2d86-4843-a7fd-e0c9d37bf055 -> /tmp/junit1790034784138261936/client-server-httpfiles/persistent/ec40b883-2d86-4843-a7fd-e0c9d37bf055 ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/Tyj1ZbAw3I%2BjTnYcRMap00SSDE8uimpYNpM%2FV1r5TQc%3D) /tmp/junit1790034784138261936/client-server-httpfiles/cache/7e03340f-6e4d-466f-a7a9-342db5376895 -> /tmp/junit1790034784138261936/client-server-httpfiles/persistent/7e03340f-6e4d-466f-a7a9-342db5376895 ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/5d4Gn7Lje7djT1HHt6jjcg%2BHKH9wgn2vEpJCSjuX6z4%3D) /tmp/junit1790034784138261936/client-server-httpfiles/cache/4ad4faad-d4ee-49d1-83ac-db1d903f1e78 -> /tmp/junit1790034784138261936/client-server-httpfiles/persistent/4ad4faad-d4ee-49d1-83ac-db1d903f1e78 ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/k65pd4r52nGCR800CqwX9ekYeR56pcNyD6PKQm5ECMY%3D) /tmp/junit1790034784138261936/client-server-httpfiles/cache/18f49f05-7743-4b2e-9885-ff349eb220b5 -> /tmp/junit1790034784138261936/client-server-httpfiles/persistent/18f49f05-7743-4b2e-9885-ff349eb220b5 ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/MZikNKgl2FhWpW23NSSFUT1wOPqRV060fcrD6oKsRao%3D) /tmp/junit1790034784138261936/client-server-httpfiles/cache/137ddd1c-8fe8-4a94-ac47-487b17469b7d -> /tmp/junit1790034784138261936/client-server-httpfiles/persistent/137ddd1c-8fe8-4a94-ac47-487b17469b7d ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/qGvsfW4NaWJUAV8k%2BjAgxyt68uSYkM8Zvl4iO07eQSw%3D) /tmp/junit1790034784138261936/client-server-httpfiles/cache/7ba056a4-93e9-4b4e-848f-affd49464cf7 -> /tmp/junit1790034784138261936/client-server-httpfiles/persistent/7ba056a4-93e9-4b4e-848f-affd49464cf7 ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/jT7lEK6lwyBhlTHcKRWFJqu7C0gPdwvq0cKmMsrO3o4%3D) /tmp/junit1790034784138261936/client-server-httpfiles/cache/2890fcfc-ce4c-4f1f-9b2a-e5e1e5e179ba -> /tmp/junit1790034784138261936/client-server-httpfiles/persistent/2890fcfc-ce4c-4f1f-9b2a-e5e1e5e179ba ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/Au%2B2IdPCR1K6fzgi%2BwM5XKVYY8AZh6QiVWhS%2FNgRMNU%3D) /tmp/junit1790034784138261936/client-server-httpfiles/cache/43fbffa8-609c-4cd3-8bd1-9d762c793ddb -> /tmp/junit1790034784138261936/client-server-httpfiles/persistent/43fbffa8-609c-4cd3-8bd1-9d762c793ddb ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/SQzRpZj429D6cW3daoNAw3eqvBYSS2ns7TItpaMlHT8%3D) /tmp/junit1790034784138261936/client-server-httpfiles/cache/a10829c8-094b-4b48-b547-c97a2a22d140 -> /tmp/junit1790034784138261936/client-server-httpfiles/persistent/a10829c8-094b-4b48-b547-c97a2a22d140 ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/WdACppPgOH8BBO0iigwsrmWMy17E3kScuTWoKjWTy%2Fw%3D) /tmp/junit1790034784138261936/client-server-httpfiles/cache/c09c9024-bc7a-4688-b85e-60cd0d17208f -> /tmp/junit1790034784138261936/client-server-httpfiles/persistent/c09c9024-bc7a-4688-b85e-60cd0d17208f ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/7vs8uqNXfk02HCNxgA9IXzTGWczwRxAXgvYRXQZHT3w%3D) /tmp/junit1790034784138261936/client-server-httpfiles/cache/d85f52de-b853-4d7c-a908-bc3a960ca72c -> /tmp/junit1790034784138261936/client-server-httpfiles/persistent/d85f52de-b853-4d7c-a908-bc3a960ca72c ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/b0rPNEXzpQ22OFjtaC11asx2j0%2BhLr7cAomd3VO69e0%3D) /tmp/junit1790034784138261936/client-server-httpfiles/cache/a5ea447a-6342-4d00-8fde-d704cae7e63f -> /tmp/junit1790034784138261936/client-server-httpfiles/persistent/a5ea447a-6342-4d00-8fde-d704cae7e63f ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/Oq8Qt4f%2FpNdOtT7Cz%2FP1buRr1KXcoKQUW%2BC9lCFg8YQ%3D) /tmp/junit1790034784138261936/client-server-httpfiles/cache/26e38759-5ab5-42a9-b7a2-439ce8853af1 -> /tmp/junit1790034784138261936/client-server-httpfiles/persistent/26e38759-5ab5-42a9-b7a2-439ce8853af1 ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/yzJGqJtjyxHYqHNh51kOeZtaOIra3Ks3%2B1GBRu4D0%2BQ%3D) /tmp/junit1790034784138261936/client-server-httpfiles/cache/78fa5272-0a3d-4e0d-ae44-85eb2dc56971 -> /tmp/junit1790034784138261936/client-server-httpfiles/persistent/78fa5272-0a3d-4e0d-ae44-85eb2dc56971 ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/b%2FpemT3AQtkcxWYfWDVJk2%2FkTkEqjdt%2BoehmTIE02AM%3D) /tmp/junit1790034784138261936/client-server-httpfiles/cache/a8e85b31-3270-4df6-ba91-5caf17d39f36 -> /tmp/junit1790034784138261936/client-server-httpfiles/persistent/a8e85b31-3270-4df6-ba91-5caf17d39f36 ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/mfov8Hrp8eJ57UpQUEJ%2B8RVeKjq45a8ngANpAaLYR6w%3D) /tmp/junit1790034784138261936/client-server-httpfiles/cache/d178a90f-3fd2-49f6-a2cf-e100c26fa58b -> /tmp/junit1790034784138261936/client-server-httpfiles/persistent/d178a90f-3fd2-49f6-a2cf-e100c26fa58b ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/7xF1FYDJR0vQb3gRCLf5zGPh50%2B3WuGOhPKs9utqGUE%3D) /tmp/junit1790034784138261936/client-server-httpfiles/cache/f20b3f7e-f3dc-4a17-8d1f-8ff01898335c -> /tmp/junit1790034784138261936/client-server-httpfiles/persistent/f20b3f7e-f3dc-4a17-8d1f-8ff01898335c ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/s%2BjWsJZ%2F9ShpZSiPQWSmovDOpcmVTDAObwrxxK3lcHc%3D) /tmp/junit1790034784138261936/client-server-httpfiles/cache/2c2ad200-3299-4c7d-851a-d1e4063755ea -> /tmp/junit1790034784138261936/client-server-httpfiles/persistent/2c2ad200-3299-4c7d-851a-d1e4063755ea ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/MpD8uvv86rzRXumzeeIEP9dkvgCqNH4BgNx%2Bu3BdkYQ%3D) /tmp/junit1790034784138261936/client-server-httpfiles/cache/328c55e1-351a-499c-a785-6e12325a342e -> /tmp/junit1790034784138261936/client-server-httpfiles/persistent/328c55e1-351a-499c-a785-6e12325a342e ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/s9HqB4agwbGesiE3QlUHeYBRLelpFY4r8WgsGxlH3Qo%3D) /tmp/junit1790034784138261936/client-server-httpfiles/cache/1250d2d8-9f0f-460c-9ffc-c9db7d293050 -> /tmp/junit1790034784138261936/client-server-httpfiles/persistent/1250d2d8-9f0f-460c-9ffc-c9db7d293050 ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/UKuxu3Hz%2BfGYRK1HeAzq8IUine8lfc8wmfa4xX1FqNk%3D) /tmp/junit1790034784138261936/client-server-httpfiles/cache/9e114ba2-bd90-44c8-b062-015362c2782f -> /tmp/junit1790034784138261936/client-server-httpfiles/persistent/9e114ba2-bd90-44c8-b062-015362c2782f ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/3NOfayEFEmNxtWcImQh5OHnRGSetW1NnAmZP8xt%2FTEE%3D) /tmp/junit1790034784138261936/client-server-httpfiles/cache/f1c04a48-aae5-432b-82af-a9c6f4e1bd0e -> /tmp/junit1790034784138261936/client-server-httpfiles/persistent/f1c04a48-aae5-432b-82af-a9c6f4e1bd0e ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/Rq39aiLMuqiP%2B0mPmeCr0C2QflhXTn%2F%2FNEPZaPtsh7s%3D) /tmp/junit1790034784138261936/client-server-httpfiles/cache/a4e4483d-2088-449e-8240-29660e340aeb -> /tmp/junit1790034784138261936/client-server-httpfiles/persistent/a4e4483d-2088-449e-8240-29660e340aeb ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/PjfwUp1%2Bw6kzto%2B92J5gCGOUXTWvFUUHmzECFE26ZTI%3D) /tmp/junit1790034784138261936/client-server-httpfiles/cache/eebd3e81-8535-4bf8-be6d-e380335abcff -> /tmp/junit1790034784138261936/client-server-httpfiles/persistent/eebd3e81-8535-4bf8-be6d-e380335abcff ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/h%2BjhrR%2B2SJw3n6swaOU2A8b3QZHrKvXk3vxMgmuJI48%3D) /tmp/junit1790034784138261936/client-server-httpfiles/cache/3b3aae66-f9be-4e83-ba17-ff0a96f37ae5 -> /tmp/junit1790034784138261936/client-server-httpfiles/persistent/3b3aae66-f9be-4e83-ba17-ff0a96f37ae5 ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/vGluaw0k9XeZTNkXi2DMNSp4SAI6Mpq0chcOqfhROgo%3D) /tmp/junit1790034784138261936/client-server-httpfiles/cache/ed174109-066a-4fbb-a4ca-461e79674470 -> /tmp/junit1790034784138261936/client-server-httpfiles/persistent/ed174109-066a-4fbb-a4ca-461e79674470 ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/2HtvcBRqQjS2JXOH5QQ9utn6ppsaI1mFBHfAO7S2ccI%3D) /tmp/junit1790034784138261936/client-server-httpfiles/cache/e4211257-485a-4a51-924a-93221e576c58 -> /tmp/junit1790034784138261936/client-server-httpfiles/persistent/e4211257-485a-4a51-924a-93221e576c58 ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/sHX8VAaCnEAbmKOODXx8XwsoiVmNERxdjjnDxegBg8s%3D) /tmp/junit1790034784138261936/client-server-httpfiles/cache/8781c7af-e618-4be9-a704-ee5eefba751c -> /tmp/junit1790034784138261936/client-server-httpfiles/persistent/8781c7af-e618-4be9-a704-ee5eefba751c ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/Io0MLdilHmozLkMugHE9pOBHQ0GoWK2Ad%2BKk1mN4QiY%3D) /tmp/junit1790034784138261936/client-server-httpfiles/cache/747baa19-9a17-44fb-abb4-1a267be40780 -> /tmp/junit1790034784138261936/client-server-httpfiles/persistent/747baa19-9a17-44fb-abb4-1a267be40780 ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/kTthmgm8PGGYjMHstF6NYIjf3CLWmwpKOi4l3MdMEtg%3D) /tmp/junit1790034784138261936/client-server-httpfiles/cache/82cc6342-c42f-4e95-a87d-a0e600963450 -> /tmp/junit1790034784138261936/client-server-httpfiles/persistent/82cc6342-c42f-4e95-a87d-a0e600963450 ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/eYHHnwyecTXEwTD51UOV4ep3iOXp7UijenqWFiHPj7w%3D) /tmp/junit1790034784138261936/client-server-httpfiles/cache/29c942eb-af0a-4222-bcd8-663d72ff0fb6 -> /tmp/junit1790034784138261936/client-server-httpfiles/persistent/29c942eb-af0a-4222-bcd8-663d72ff0fb6 ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/XNfsFzpMGtyUb4cp%2BZP4sbwRpfi%2BBGbF07psv2MPtA4%3D) /tmp/junit1790034784138261936/client-server-httpfiles/cache/07102fec-b342-4d6a-87b8-2d8677cd267a -> /tmp/junit1790034784138261936/client-server-httpfiles/persistent/07102fec-b342-4d6a-87b8-2d8677cd267a ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/GslQZC%2FV0B6kfy34jVZWRceF2QhHWG6YmuW5qqEmeu8%3D) /tmp/junit1790034784138261936/client-server-httpfiles/cache/f5e93b72-28c3-46cc-99e9-1217040f362f -> /tmp/junit1790034784138261936/client-server-httpfiles/persistent/f5e93b72-28c3-46cc-99e9-1217040f362f ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/mvg3xbJ3LnwZdOssam2%2BvdSJ1%2FLWFX7%2FlxFJVciB6lg%3D) /tmp/junit1790034784138261936/client-server-httpfiles/cache/966824df-c225-4dac-9675-b37f18b883ae -> /tmp/junit1790034784138261936/client-server-httpfiles/persistent/966824df-c225-4dac-9675-b37f18b883ae ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/MAqsHQLxvTtVgSONw2nt%2Bi52FKAKxkPqHKZN3dVehag%3D) /tmp/junit1790034784138261936/client-server-httpfiles/cache/8cd76be0-f7e6-47a8-be1f-37ac1ac6dffa -> /tmp/junit1790034784138261936/client-server-httpfiles/persistent/8cd76be0-f7e6-47a8-be1f-37ac1ac6dffa ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/iLrog15kL9bl86CzWtk92zSVko7oOALiUGQ8de0aZAE%3D) /tmp/junit1790034784138261936/client-server-httpfiles/cache/1deaf88d-dec4-466e-ae8d-df002b75f13d -> /tmp/junit1790034784138261936/client-server-httpfiles/persistent/1deaf88d-dec4-466e-ae8d-df002b75f13d ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/82XHZdU1kTgwewOyJbFyMVK0zesRRj2xRJpu92yJxx4%3D) /tmp/junit1790034784138261936/client-server-httpfiles/cache/0d9a4f24-e8a8-4730-be74-220eeb0f29e6 -> /tmp/junit1790034784138261936/client-server-httpfiles/persistent/0d9a4f24-e8a8-4730-be74-220eeb0f29e6 ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/Q%2Fy6R172KY9YPbOiNMSixqoh8QjGcQtM%2BrFsRKO2bE8%3D) /tmp/junit1790034784138261936/client-server-httpfiles/cache/43bc6825-5790-412a-921c-50ec79339b13 -> /tmp/junit1790034784138261936/client-server-httpfiles/persistent/43bc6825-5790-412a-921c-50ec79339b13 ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/vBVhVK0Ik2c9Bvwl%2BlAPy96DxOyTL2%2BkeUcQmCA%2Frq0%3D) /tmp/junit1790034784138261936/client-server-httpfiles/cache/0fa40673-aedb-4653-b468-bd228811a423 -> /tmp/junit1790034784138261936/client-server-httpfiles/persistent/0fa40673-aedb-4653-b468-bd228811a423 ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/%2Fx3Wsw8%2BwpZRU2JIVcrL33nrHQV17lCsxuRemUqet54%3D) /tmp/junit1790034784138261936/client-server-httpfiles/cache/a81d5f54-67dc-40ba-8c25-116714d94237 -> /tmp/junit1790034784138261936/client-server-httpfiles/persistent/a81d5f54-67dc-40ba-8c25-116714d94237 ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/8NYR%2FhsIIjp%2FPKQLuUNyeWjGcw9Ffd0e82E28xODp0k%3D) /tmp/junit1790034784138261936/client-server-httpfiles/cache/e6518300-a776-46ca-9e74-8819dab21695 -> /tmp/junit1790034784138261936/client-server-httpfiles/persistent/e6518300-a776-46ca-9e74-8819dab21695 ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/oPQ1dcUBafEmFbVhtQHHEJeUFzCkPST6bxu3%2BWONWHQ%3D) /tmp/junit1790034784138261936/client-server-httpfiles/cache/9b1ca387-068e-45a9-99c1-e542c7ae8e01 -> /tmp/junit1790034784138261936/client-server-httpfiles/persistent/9b1ca387-068e-45a9-99c1-e542c7ae8e01 ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/K2Fsusn6qjgL725CJL7ByzgpD7DwK1Hv1Qc9nUTRvs0%3D) /tmp/junit1790034784138261936/client-server-httpfiles/cache/804fdabb-4f43-4033-81d5-fe5df81b0169 -> /tmp/junit1790034784138261936/client-server-httpfiles/persistent/804fdabb-4f43-4033-81d5-fe5df81b0169 ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/cR3Bmvjb8RQpKsAuwqDiUYfIXyFSmzGtyfnorloVx0Y%3D) /tmp/junit1790034784138261936/client-server-httpfiles/cache/03348983-5d69-4ee1-ac3a-67b68b31c9e2 -> /tmp/junit1790034784138261936/client-server-httpfiles/persistent/03348983-5d69-4ee1-ac3a-67b68b31c9e2 ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/tnKOTsJNsJ1igF6lTizkpOyMKbYWZe%2BdVsGZzjKfNTc%3D) /tmp/junit1790034784138261936/client-server-httpfiles/cache/985d66a2-20cb-4402-b727-0c1b5df7e10c -> /tmp/junit1790034784138261936/client-server-httpfiles/persistent/985d66a2-20cb-4402-b727-0c1b5df7e10c ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/cTsr7j2oAImJK1yXqd0DLIulEmVnqZ5h5n0Tb5MbXdA%3D) /tmp/junit1790034784138261936/client-server-httpfiles/cache/78ba83b2-d28e-46ff-989e-2b57789afe61 -> /tmp/junit1790034784138261936/client-server-httpfiles/persistent/78ba83b2-d28e-46ff-989e-2b57789afe61 ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/lxzYcB9KSB%2FYkf7kHHM4ZRcTEbModiVoT3lAhJxL3mA%3D) /tmp/junit1790034784138261936/client-server-httpfiles/cache/f7746f6b-d262-4c2d-ad68-26a6665cc2f2 -> /tmp/junit1790034784138261936/client-server-httpfiles/persistent/f7746f6b-d262-4c2d-ad68-26a6665cc2f2 ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/Xl43QDLBGMM83V4fnX0WJXFd3Q96UrVudQC4xpaoApY%3D) /tmp/junit1790034784138261936/client-server-httpfiles/cache/8b5dce1e-c81e-41dc-b3c6-73899ee68800 -> /tmp/junit1790034784138261936/client-server-httpfiles/persistent/8b5dce1e-c81e-41dc-b3c6-73899ee68800 ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/vx6kIK92xNpSxNN78Ud5xEGiuWVgncmo8IDc9M8XCDQ%3D) /tmp/junit1790034784138261936/client-server-httpfiles/cache/5d0d14d9-6a1e-4464-bcb9-d4cc76762901 -> /tmp/junit1790034784138261936/client-server-httpfiles/persistent/5d0d14d9-6a1e-4464-bcb9-d4cc76762901 ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/Cxs1ShEiNfLO%2FU%2Fvt3ziCc6g7XCCt3cXpLKqS0NW9p0%3D) /tmp/junit1790034784138261936/client-server-httpfiles/cache/6c7c8f16-665b-4684-80f6-6917ba20dbf6 -> /tmp/junit1790034784138261936/client-server-httpfiles/persistent/6c7c8f16-665b-4684-80f6-6917ba20dbf6 ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/hFJej7TOyIrYzsvgtguZHnlcWMcsq3KtS9FiLm3ykCo%3D) /tmp/junit1790034784138261936/client-server-httpfiles/cache/d468ca1f-32b2-49df-82d5-94c881653a07 -> /tmp/junit1790034784138261936/client-server-httpfiles/persistent/d468ca1f-32b2-49df-82d5-94c881653a07 ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/I9vIlkggX1UGSnA11062utk2y8IszUXgQgfJOO6C6so%3D) /tmp/junit1790034784138261936/client-server-httpfiles/cache/426c32a2-ddea-4672-ba50-3d2367c31008 -> /tmp/junit1790034784138261936/client-server-httpfiles/persistent/426c32a2-ddea-4672-ba50-3d2367c31008 ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/dlAewQPKn9t0EDFTEm5ltRQT%2BWrMBBErX1LZM6zfIc0%3D) /tmp/junit1790034784138261936/client-server-httpfiles/cache/47dcd89f-65cf-43fe-aa5c-3100d228c9c0 -> /tmp/junit1790034784138261936/client-server-httpfiles/persistent/47dcd89f-65cf-43fe-aa5c-3100d228c9c0 ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/ufoN52SamhFb3h2azBHykXR1pPhx5QzT55ir8wOLVBM%3D) /tmp/junit1790034784138261936/client-server-httpfiles/cache/3a81b535-1006-4bf6-a6cd-4c027174938e -> /tmp/junit1790034784138261936/client-server-httpfiles/persistent/3a81b535-1006-4bf6-a6cd-4c027174938e ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/8l%2BWWVo6WOTD7pS09FmTYwoB2tptGH20X90e5TTJGQ0%3D) /tmp/junit1790034784138261936/client-server-httpfiles/cache/def7564e-6d72-42da-ad51-823d116d8771 -> /tmp/junit1790034784138261936/client-server-httpfiles/persistent/def7564e-6d72-42da-ad51-823d116d8771 ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/%2BIRZ4%2F%2FV1GOWQ9KLtbzgE%2BNbhhRBycosRc64B97TKj4%3D) /tmp/junit1790034784138261936/client-server-httpfiles/cache/e5c22522-4259-483f-a9ee-28b1ed6d8134 -> /tmp/junit1790034784138261936/client-server-httpfiles/persistent/e5c22522-4259-483f-a9ee-28b1ed6d8134 ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/V%2BlxWB0nxel8r7ylMgw556l%2FVPsMO29I16T%2FDgO8NMQ%3D) /tmp/junit1790034784138261936/client-server-httpfiles/cache/893e0a76-adb2-431c-b424-5a6b5a7bd6b6 -> /tmp/junit1790034784138261936/client-server-httpfiles/persistent/893e0a76-adb2-431c-b424-5a6b5a7bd6b6 ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/uYW3KrfsznrSIuqFkNUXxHUg0ZmpkuJvVYdtP2k6nAk%3D) /tmp/junit1790034784138261936/client-server-httpfiles/cache/9500e80a-3fa1-4aa1-83b7-c2575d37b100 -> /tmp/junit1790034784138261936/client-server-httpfiles/persistent/9500e80a-3fa1-4aa1-83b7-c2575d37b100 ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/pLIQYQAGGG6QDQPjEpjz67VyhV5phLnyxGKkUWIhm88%3D) /tmp/junit1790034784138261936/client-server-httpfiles/cache/22d1a859-09e8-463e-9b2e-335e904d4817 -> /tmp/junit1790034784138261936/client-server-httpfiles/persistent/22d1a859-09e8-463e-9b2e-335e904d4817 ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/Wmgp%2B1s82IIY%2BjX9o7lYcOJS1QrGlZC0PpACTzQwl6M%3D) /tmp/junit1790034784138261936/client-server-httpfiles/cache/a7b1bb31-bf46-4c44-bfea-3026855a1fa4 -> /tmp/junit1790034784138261936/client-server-httpfiles/persistent/a7b1bb31-bf46-4c44-bfea-3026855a1fa4 ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/sHxTh3q3%2BdRVnFM3sxrWUzQpjAIWUYJijIDhezhkH6s%3D) /tmp/junit1790034784138261936/client-server-httpfiles/cache/3593b7dd-3d23-4c35-ba4e-081e399d90d3 -> /tmp/junit1790034784138261936/client-server-httpfiles/persistent/3593b7dd-3d23-4c35-ba4e-081e399d90d3 ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/Y3nFU5%2FVYE71u5aj3293uK2rbUrlZ%2FwwvObLZ8QhuYQ%3D) /tmp/junit1790034784138261936/client-server-httpfiles/cache/1c2681df-04e0-4dcb-a422-64b797161bbb -> /tmp/junit1790034784138261936/client-server-httpfiles/persistent/1c2681df-04e0-4dcb-a422-64b797161bbb ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/zBbaSmjEFvS6KUk8SEwgYyykdXC%2BUFyhY9%2F%2FLwqO8Z0%3D) /tmp/junit1790034784138261936/client-server-httpfiles/cache/b276adf6-4379-4265-a94c-78f4a6acaba4 -> /tmp/junit1790034784138261936/client-server-httpfiles/persistent/b276adf6-4379-4265-a94c-78f4a6acaba4 ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/u%2BLJFVTcY%2FMEnXDPx%2FjDr74kdKvSL0fNYsVaoucWMS0%3D) /tmp/junit1790034784138261936/client-server-httpfiles/cache/ce2bd768-161c-4861-8587-c0fd6c55152c -> /tmp/junit1790034784138261936/client-server-httpfiles/persistent/ce2bd768-161c-4861-8587-c0fd6c55152c ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/eo8K7m5KF0iRfYzWDplfji%2FfxUb9GlUHqqY6IuMrLc4%3D) /tmp/junit1790034784138261936/client-server-httpfiles/cache/91d69f96-1c26-4e21-95aa-7de2a4ad6c79 -> /tmp/junit1790034784138261936/client-server-httpfiles/persistent/91d69f96-1c26-4e21-95aa-7de2a4ad6c79 ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/%2FqULHYInAHdVBa5R1l938NaG9Ty3HotFmPBFK%2Fx8URU%3D) /tmp/junit1790034784138261936/client-server-httpfiles/cache/c738dc9d-5b16-4d11-b04b-cd0baeb55c19 -> /tmp/junit1790034784138261936/client-server-httpfiles/persistent/c738dc9d-5b16-4d11-b04b-cd0baeb55c19 ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/ym1yKJRZWSDtpc56Uj7RFG1W6oCf5N5WCmZbqjHEbE4%3D) /tmp/junit1790034784138261936/client-server-httpfiles/cache/a46fb423-e8e4-43a9-9f99-c6514ae8d9f5 -> /tmp/junit1790034784138261936/client-server-httpfiles/persistent/a46fb423-e8e4-43a9-9f99-c6514ae8d9f5 ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/C1W33ZET4v%2BaPIkE7LOO6lFWDtV5OqhnAlLv4wfGAUU%3D) /tmp/junit1790034784138261936/client-server-httpfiles/cache/026b6113-c622-483d-a0aa-79b845c152ea -> /tmp/junit1790034784138261936/client-server-httpfiles/persistent/026b6113-c622-483d-a0aa-79b845c152ea ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/jGvo9dP2a%2BkzienoeQzWSLnGKfWhYB2XjsFOuELmW28%3D) /tmp/junit1790034784138261936/client-server-httpfiles/cache/ee7d25cb-527f-47c4-9dbb-df1275253ba3 -> /tmp/junit1790034784138261936/client-server-httpfiles/persistent/ee7d25cb-527f-47c4-9dbb-df1275253ba3 ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/%2BF9Tlt29TsSXmyq%2FWyZ63J8R6bqXkujcv5KBRzPQ%2BWU%3D) /tmp/junit1790034784138261936/client-server-httpfiles/cache/2e6d60b4-5417-4694-a86e-f5dc64fab1b9 -> /tmp/junit1790034784138261936/client-server-httpfiles/persistent/2e6d60b4-5417-4694-a86e-f5dc64fab1b9 ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/xVHBEQCBRQcVQS1lvNmxfgZ0XXOkWfARY3xhEbjuloE%3D) /tmp/junit1790034784138261936/client-server-httpfiles/cache/717e67a4-660f-46b2-9092-ac8353fa8bee -> /tmp/junit1790034784138261936/client-server-httpfiles/persistent/717e67a4-660f-46b2-9092-ac8353fa8bee ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/EkHf%2FCGbd3loeNcgeAv6K4n2uKHvj3497sTVseG3xn0%3D) /tmp/junit1790034784138261936/client-server-httpfiles/cache/943d87fc-431a-439a-b133-12f8c0e96307 -> /tmp/junit1790034784138261936/client-server-httpfiles/persistent/943d87fc-431a-439a-b133-12f8c0e96307 ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/vOWepUFkWRq8r0%2BHZF7AzG8DLHriKMfWpiogMq%2FFD4s%3D) /tmp/junit1790034784138261936/client-server-httpfiles/cache/542a0b42-857b-4e1f-b45a-33382977027f -> /tmp/junit1790034784138261936/client-server-httpfiles/persistent/542a0b42-857b-4e1f-b45a-33382977027f ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/R0W8u8HlP%2FsgKWKJ2Q26%2FMLf5xdmrjzBL5IEPnV34JA%3D) /tmp/junit1790034784138261936/client-server-httpfiles/cache/7ccf328c-cc74-468e-864c-4709b8a05729 -> /tmp/junit1790034784138261936/client-server-httpfiles/persistent/7ccf328c-cc74-468e-864c-4709b8a05729 ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/yD2T%2FjRDP29LkBjiITr7231CnugE2Jo0BIRRyW5N0mE%3D) /tmp/junit1790034784138261936/client-server-httpfiles/cache/9bcb5c43-bffb-46d8-9435-90ab165a9cfb -> /tmp/junit1790034784138261936/client-server-httpfiles/persistent/9bcb5c43-bffb-46d8-9435-90ab165a9cfb ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/DMle631prFri4uxxxxdON0FHQFOdiUt%2BW%2F6%2FvFfKmKI%3D) /tmp/junit1790034784138261936/client-server-httpfiles/cache/f23c6903-7cc6-4de0-9022-335f39592a0e -> /tmp/junit1790034784138261936/client-server-httpfiles/persistent/f23c6903-7cc6-4de0-9022-335f39592a0e ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/Ai1kxiVYF40Fu81oXM2uPCv9vkRmufeI2MqmWrEigoQ%3D) /tmp/junit1790034784138261936/client-server-httpfiles/cache/54b652ee-a9eb-4951-8fc0-0cabe5399161 -> /tmp/junit1790034784138261936/client-server-httpfiles/persistent/54b652ee-a9eb-4951-8fc0-0cabe5399161 ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/MuzpZTkDFXpw0wwJdw%2FbBYCIsDKwWBU628LKd2p83po%3D) /tmp/junit1790034784138261936/client-server-httpfiles/cache/4cba8ed0-4c84-4194-9667-7260c9ad8798 -> /tmp/junit1790034784138261936/client-server-httpfiles/persistent/4cba8ed0-4c84-4194-9667-7260c9ad8798 ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/4zSTZMv%2FWKjpNfIWFmdBzDq%2BxpKgteLo5HBhbpkIMgg%3D) /tmp/junit1790034784138261936/client-server-httpfiles/cache/ff112c74-969c-4c00-9616-53da8da6f64d -> /tmp/junit1790034784138261936/client-server-httpfiles/persistent/ff112c74-969c-4c00-9616-53da8da6f64d ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/YuUHNreyN7U7%2BQZ5%2BzNNY1N11RsxVtHYZsqyJGBtmbQ%3D) /tmp/junit1790034784138261936/client-server-httpfiles/cache/b8d5785f-6cee-4e34-b764-e310d84eb30b -> /tmp/junit1790034784138261936/client-server-httpfiles/persistent/b8d5785f-6cee-4e34-b764-e310d84eb30b ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/6p3YvM8W7PtrV7LudBIoa%2Bq4QN3Y1SdaU02%2FGCeg0IM%3D) /tmp/junit1790034784138261936/client-server-httpfiles/cache/d612ea96-9302-4e4c-9237-da72e3b36253 -> /tmp/junit1790034784138261936/client-server-httpfiles/persistent/d612ea96-9302-4e4c-9237-da72e3b36253 ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/c6Dc1YGSLmG1CzWhxrYVgHpZEYf6VEA09YuKyjB6o44%3D) /tmp/junit1790034784138261936/client-server-httpfiles/cache/833271e9-fb19-4c37-9e6b-3afe0a25b45a -> /tmp/junit1790034784138261936/client-server-httpfiles/persistent/833271e9-fb19-4c37-9e6b-3afe0a25b45a ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/fAhuvZVtVYSUCOENltmx6R%2BSg0UZACwHQOMDNf9fYlY%3D) /tmp/junit1790034784138261936/client-server-httpfiles/cache/7d872faf-29e6-4fcb-ad07-7df66c76a4d1 -> /tmp/junit1790034784138261936/client-server-httpfiles/persistent/7d872faf-29e6-4fcb-ad07-7df66c76a4d1 ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/we47ND4nhwrjRI%2BYLyQ%2BHWLDKA0nvAypEBID7KE1sjM%3D) /tmp/junit1790034784138261936/client-server-httpfiles/cache/ae6ad6b6-e98e-434c-86e6-3e223cf1218b -> /tmp/junit1790034784138261936/client-server-httpfiles/persistent/ae6ad6b6-e98e-434c-86e6-3e223cf1218b ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/EDd6hjdyPU1Mt2vw3AA1ph%2BqFNUyZir%2BdXzbgA2ARyw%3D) /tmp/junit1790034784138261936/client-server-httpfiles/cache/889bc73d-9d64-44c7-a62a-9e3a50d9f789 -> /tmp/junit1790034784138261936/client-server-httpfiles/persistent/889bc73d-9d64-44c7-a62a-9e3a50d9f789 ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/WE8lrEOx7vAAZ6u4arUnr1yvMIbZP0FvaBy551jh88Y%3D) /tmp/junit1790034784138261936/client-server-httpfiles/cache/95fec23d-ec0c-4ae8-a061-56f0f09560e8 -> /tmp/junit1790034784138261936/client-server-httpfiles/persistent/95fec23d-ec0c-4ae8-a061-56f0f09560e8 ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/f86dDrhwRUQf6RCl7AldiyqZIf7UO05nYkIFIepSeao%3D) /tmp/junit1790034784138261936/client-server-httpfiles/cache/8e66f05a-b0f1-41f6-873a-5f9514ec753d -> /tmp/junit1790034784138261936/client-server-httpfiles/persistent/8e66f05a-b0f1-41f6-873a-5f9514ec753d ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/17pZuPthKwaraODIXZkgcqZCV0%2Buh%2F01t0UPA4EqtEs%3D) /tmp/junit1790034784138261936/client-server-httpfiles/cache/75e155b1-1942-4bf9-9654-a378950e47c6 -> /tmp/junit1790034784138261936/client-server-httpfiles/persistent/75e155b1-1942-4bf9-9654-a378950e47c6 ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/CmlVJmRSZLB7BmMKh27ly66%2FmbubmFKZNdWpB8De5X8%3D) /tmp/junit1790034784138261936/client-server-httpfiles/cache/d552865d-44fa-4cab-a5fa-4b59c0210b03 -> /tmp/junit1790034784138261936/client-server-httpfiles/persistent/d552865d-44fa-4cab-a5fa-4b59c0210b03 ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/nsmfXTJrTxUTogzM8u3%2BnLHfuNFK4hVP4tnH90njdqE%3D) /tmp/junit1790034784138261936/client-server-httpfiles/cache/3861e64b-8e49-45a7-bdcd-6def06655378 -> /tmp/junit1790034784138261936/client-server-httpfiles/persistent/3861e64b-8e49-45a7-bdcd-6def06655378 ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/GjqBgSSvm7XTUjdhXgppBT10y3S2AdiXOnCd1xl1AR4%3D) /tmp/junit1790034784138261936/client-server-httpfiles/cache/fd776012-5673-4cca-8eb8-7be7e7d1bd00 -> /tmp/junit1790034784138261936/client-server-httpfiles/persistent/fd776012-5673-4cca-8eb8-7be7e7d1bd00 ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/3l8y8J6DrWhQA1W7Shf%2BSPfKgZyc%2Bu%2Fb%2BbCekBx6f8g%3D) /tmp/junit1790034784138261936/client-server-httpfiles/cache/fad60e59-caef-4368-bf9f-111afc212ca5 -> /tmp/junit1790034784138261936/client-server-httpfiles/persistent/fad60e59-caef-4368-bf9f-111afc212ca5 ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/%2BpluXnN9d6MiNBWRNiCeM15nPresFv0BDtL1lIC9RI4%3D) /tmp/junit1790034784138261936/client-server-httpfiles/cache/3a83daad-42bc-4698-8bde-1cc64ecb6779 -> /tmp/junit1790034784138261936/client-server-httpfiles/persistent/3a83daad-42bc-4698-8bde-1cc64ecb6779 ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/5Ilriy7n1kwHjr0%2FXWzh4jhJPrT8xsZ1jrczKGatDiY%3D) /tmp/junit1790034784138261936/client-server-httpfiles/cache/0707b0d1-a997-4053-b1ba-7156e7d9b5f7 -> /tmp/junit1790034784138261936/client-server-httpfiles/persistent/0707b0d1-a997-4053-b1ba-7156e7d9b5f7 ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/EgapfpQkKZP4bsfj%2FK5PxfHKzTlIJAVzuAkZmNmg3MM%3D) /tmp/junit1790034784138261936/client-server-httpfiles/cache/ae766f69-d918-49a3-ae42-bf151b4344dd -> /tmp/junit1790034784138261936/client-server-httpfiles/persistent/ae766f69-d918-49a3-ae42-bf151b4344dd ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/QQhYT1gQF9x0oIMt0WRoLg3q4DbMidMg5%2FV3%2FOsnhog%3D) /tmp/junit1790034784138261936/client-server-httpfiles/cache/00a2f252-bfa9-49fb-960f-0dd46915623c -> /tmp/junit1790034784138261936/client-server-httpfiles/persistent/00a2f252-bfa9-49fb-960f-0dd46915623c ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/LnC2D3wwhrq34V1CB%2Bxg6EwLoaYhOVkplQkYTyRkqVA%3D) /tmp/junit1790034784138261936/client-server-httpfiles/cache/3a2be86a-242b-434b-aa49-006781b955e0 -> /tmp/junit1790034784138261936/client-server-httpfiles/persistent/3a2be86a-242b-434b-aa49-006781b955e0 ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/J2cr3iSclOBUxgDFRH12Icpmo32SS2pPkQejFFV9e3Y%3D) /tmp/junit1790034784138261936/client-server-httpfiles/cache/1f1e9fd3-cbe2-4950-ba0c-c7e503c4bbf2 -> /tmp/junit1790034784138261936/client-server-httpfiles/persistent/1f1e9fd3-cbe2-4950-ba0c-c7e503c4bbf2 ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/eARe8bkhihrOsDAQ7nvQs7HXU1%2Bi%2FpopDv%2BQ6UNWPcg%3D) /tmp/junit1790034784138261936/client-server-httpfiles/cache/86d95d12-ae08-43a7-abd1-ff9648e62607 -> /tmp/junit1790034784138261936/client-server-httpfiles/persistent/86d95d12-ae08-43a7-abd1-ff9648e62607 ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/3fCEhtExvRNHYfveM9cY5bbE17mYr8%2BdEFRgE5Tz8ZU%3D) /tmp/junit1790034784138261936/client-server-httpfiles/cache/216a70fd-fe6f-45f6-b7e2-da6fd7844b90 -> /tmp/junit1790034784138261936/client-server-httpfiles/persistent/216a70fd-fe6f-45f6-b7e2-da6fd7844b90 ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/NuX5jirPuFiJLnEJlD4dLnXRCsDkQMc2Vniko1v7nEo%3D) /tmp/junit1790034784138261936/client-server-httpfiles/cache/8e490bce-66c6-416e-b5d3-e9c1b3163f4f -> /tmp/junit1790034784138261936/client-server-httpfiles/persistent/8e490bce-66c6-416e-b5d3-e9c1b3163f4f ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/%2F3QD%2Bd53w6wqfHpE3dn2fWN85w9xo6rHAzwCGcivpko%3D) /tmp/junit1790034784138261936/client-server-httpfiles/cache/09e37325-2de4-479a-b427-3310db4cbab5 -> /tmp/junit1790034784138261936/client-server-httpfiles/persistent/09e37325-2de4-479a-b427-3310db4cbab5 ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/y4TDcAD4%2Fj5o4keZvggf698Cr9Oc7JZ%2BgGMax23qmVA%3D) /tmp/junit1790034784138261936/client-server-httpfiles/cache/44d9d364-9eaa-4796-af45-a775dbdf19cc -> /tmp/junit1790034784138261936/client-server-httpfiles/persistent/44d9d364-9eaa-4796-af45-a775dbdf19cc ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/UvNzyhHidciHBssZ%2FP%2B2l5FZbI1XAfmSJAplrILQ8gg%3D) /tmp/junit1790034784138261936/client-server-httpfiles/cache/f4425a28-9abf-4431-a293-d8f8f6bc88fd -> /tmp/junit1790034784138261936/client-server-httpfiles/persistent/f4425a28-9abf-4431-a293-d8f8f6bc88fd ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/ic4IoQBJDrNoYD6jzvjPUtyK2y2i0dmtWCW2k2Aa%2Fp8%3D) /tmp/junit1790034784138261936/client-server-httpfiles/cache/7ed549f2-2eb7-45ad-873c-3573c35004ac -> /tmp/junit1790034784138261936/client-server-httpfiles/persistent/7ed549f2-2eb7-45ad-873c-3573c35004ac ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/De2JgQ0Nt5adGTd%2BS3vvpLJVOZegId%2BlUNz28Tv2qPA%3D) /tmp/junit1790034784138261936/client-server-httpfiles/cache/3d24b69f-0114-41ac-bb9a-c70a64c4e81c -> /tmp/junit1790034784138261936/client-server-httpfiles/persistent/3d24b69f-0114-41ac-bb9a-c70a64c4e81c ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/AxtMakPRFNdMGeXBvbRcztWEo0HNZu9GkF7yCvsE3Zs%3D) /tmp/junit1790034784138261936/client-server-httpfiles/cache/b9038935-b901-4022-b6ff-ad7e1965d644 -> /tmp/junit1790034784138261936/client-server-httpfiles/persistent/b9038935-b901-4022-b6ff-ad7e1965d644 ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/JU9Nv2qFcpHwvSV4ps9ii7ATxDcpquEhDXTVT0iBUEo%3D) /tmp/junit1790034784138261936/client-server-httpfiles/cache/1206b3db-a814-42fc-b997-da4d7f6074a1 -> /tmp/junit1790034784138261936/client-server-httpfiles/persistent/1206b3db-a814-42fc-b997-da4d7f6074a1 ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/CdrdmkKdsdoH81%2B2cV0ipaFJ4y8Ng6Ujmj7K5QNYc94%3D) /tmp/junit1790034784138261936/client-server-httpfiles/cache/8762f7fa-e949-4674-9ada-380704d84790 -> /tmp/junit1790034784138261936/client-server-httpfiles/persistent/8762f7fa-e949-4674-9ada-380704d84790 ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/ZY4mAUHHRYo0qd1n7jqXrYhYnC75hzx4DLeYU%2FtZAhs%3D) /tmp/junit1790034784138261936/client-server-httpfiles/cache/f33ac1ea-92b3-47a1-81a9-0266b0709d66 -> /tmp/junit1790034784138261936/client-server-httpfiles/persistent/f33ac1ea-92b3-47a1-81a9-0266b0709d66 ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/kpeAot1GwrHfHslj4hcJEyVdiQvKVG3a0bQXx1ERn7o%3D) /tmp/junit1790034784138261936/client-server-httpfiles/cache/0e40b035-df09-4bf0-a17d-b5cf4f978d9b -> /tmp/junit1790034784138261936/client-server-httpfiles/persistent/0e40b035-df09-4bf0-a17d-b5cf4f978d9b ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/%2FEmb%2B%2FduVWkOJrRcZWoRMF6TTLig7Qm2uAa7A%2B78ghA%3D) /tmp/junit1790034784138261936/client-server-httpfiles/cache/df666b27-057c-468f-928d-2d31f5ca2943 -> /tmp/junit1790034784138261936/client-server-httpfiles/persistent/df666b27-057c-468f-928d-2d31f5ca2943 ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/lpSbYYTpxt5zyFPhLE5PlvwDpVyNc2B3kULVJzvg6%2B4%3D) /tmp/junit1790034784138261936/client-server-httpfiles/cache/c03fa7c9-b184-4998-9c98-3aaed9683a8d -> /tmp/junit1790034784138261936/client-server-httpfiles/persistent/c03fa7c9-b184-4998-9c98-3aaed9683a8d ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/rySbdfEfwrB779vaMkVIyj%2BABqAS%2BgtUUBu4dkB4J6A%3D) /tmp/junit1790034784138261936/client-server-httpfiles/cache/c0c6a0cf-694a-4d52-a6d5-de5056ca22f6 -> /tmp/junit1790034784138261936/client-server-httpfiles/persistent/c0c6a0cf-694a-4d52-a6d5-de5056ca22f6 ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/oJd6y005JyUgaUAFQ6GgvvLGzc467muipcNv7aXTB%2F0%3D) /tmp/junit1790034784138261936/client-server-httpfiles/cache/5c8806b9-c0d8-441e-99c0-2ece4e48cc50 -> /tmp/junit1790034784138261936/client-server-httpfiles/persistent/5c8806b9-c0d8-441e-99c0-2ece4e48cc50 ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/VYwTeujSQh1Gss7XDcPY61SmNUSlOTCzClVbdoYAHJE%3D) /tmp/junit1790034784138261936/client-server-httpfiles/cache/7bd6f89e-71e1-4099-bd52-0af5fb9aaf4c -> /tmp/junit1790034784138261936/client-server-httpfiles/persistent/7bd6f89e-71e1-4099-bd52-0af5fb9aaf4c ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/JVUTiGfvsBPpaY2QLvpiW%2Bx0rWNh6Tlj0QXu2TOSbGY%3D) /tmp/junit1790034784138261936/client-server-httpfiles/cache/4d2625a8-4bd1-4d95-aaf3-abbfec8db866 -> /tmp/junit1790034784138261936/client-server-httpfiles/persistent/4d2625a8-4bd1-4d95-aaf3-abbfec8db866 ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/z2ct%2BVoKX1r9xRSP%2FGYmKyUmhGtAlSmS7FrBHQz1i6E%3D) /tmp/junit1790034784138261936/client-server-httpfiles/cache/e1d21895-a8bd-4af9-855d-af53127ea536 -> /tmp/junit1790034784138261936/client-server-httpfiles/persistent/e1d21895-a8bd-4af9-855d-af53127ea536 ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/5djSGONTPUXLvVbL1YNge3qvQFN9YVYlb3QwlvbvfEU%3D) /tmp/junit1790034784138261936/client-server-httpfiles/cache/5678a254-302f-4f3f-91dc-b092dc249646 -> /tmp/junit1790034784138261936/client-server-httpfiles/persistent/5678a254-302f-4f3f-91dc-b092dc249646 ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/LWwdIdB4NUHFdmDaq2YoB5EqjWD9BIm2i0npsi3fE0o%3D) /tmp/junit1790034784138261936/client-server-httpfiles/cache/10e14be8-1832-4298-a5c8-018f3e8b8e6e -> /tmp/junit1790034784138261936/client-server-httpfiles/persistent/10e14be8-1832-4298-a5c8-018f3e8b8e6e ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/sy4b7%2F3q3vGmQUg9OE%2F4gm%2FnVaSA36EeIqyCcnYi4M8%3D) /tmp/junit1790034784138261936/client-server-httpfiles/cache/8a4fb31e-1836-4f78-b81f-bf224138cf04 -> /tmp/junit1790034784138261936/client-server-httpfiles/persistent/8a4fb31e-1836-4f78-b81f-bf224138cf04 ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/gQYVKIPGaIxZIIuE90qThxaJvZJZw2sECpusZyMP5ME%3D) /tmp/junit1790034784138261936/client-server-httpfiles/cache/b419d913-8ba8-4a5b-80bf-75fd29834267 -> /tmp/junit1790034784138261936/client-server-httpfiles/persistent/b419d913-8ba8-4a5b-80bf-75fd29834267 ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/yopZ8hFGsieV4Tw74UQx3ta7ZTBGwOr0lvzfSVdok8w%3D) /tmp/junit1790034784138261936/client-server-httpfiles/cache/7879cf96-6ba4-49d6-b7be-79201f94f878 -> /tmp/junit1790034784138261936/client-server-httpfiles/persistent/7879cf96-6ba4-49d6-b7be-79201f94f878 ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/p8QJ1CS%2FUy4JsZzAfC4gp9lblDmY9lv4EPY5LPA1jdo%3D) /tmp/junit1790034784138261936/client-server-httpfiles/cache/ae0d12c0-fdeb-4279-b273-e30c73fc61ec -> /tmp/junit1790034784138261936/client-server-httpfiles/persistent/ae0d12c0-fdeb-4279-b273-e30c73fc61ec ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/x8RELOMsvCzPJXs2%2BuGp6tUMSIzdxC%2FSRUta7acbbZ4%3D) /tmp/junit1790034784138261936/client-server-httpfiles/cache/0df4d9de-8c63-4e2d-b2fa-170d4373db5c -> /tmp/junit1790034784138261936/client-server-httpfiles/persistent/0df4d9de-8c63-4e2d-b2fa-170d4373db5c ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/2brsrAkktIi9NilQNTT8ppOc5Gbl17tffhdX0aeFCoI%3D) /tmp/junit1790034784138261936/client-server-httpfiles/cache/110a7523-9e13-44d1-99fd-4454f9b03b97 -> /tmp/junit1790034784138261936/client-server-httpfiles/persistent/110a7523-9e13-44d1-99fd-4454f9b03b97 ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/Pp8lPMJPMU%2Fg1eelJlUn1gggLBKxNX2QhrjbNVWCbyI%3D) /tmp/junit1790034784138261936/client-server-httpfiles/cache/8f256f03-c483-4e8f-8fc4-666db6db6bce -> /tmp/junit1790034784138261936/client-server-httpfiles/persistent/8f256f03-c483-4e8f-8fc4-666db6db6bce ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/47DEQpj8HBSa%2B%2FTImW%2B5JCeuQeRkm5NMpJWZG3hSuFU%3D) /tmp/junit1790034784138261936/client-server-httpfiles/cache/ffdce745-cfd1-4a4b-8328-de5df48b9ff3 -> /tmp/junit1790034784138261936/client-server-httpfiles/persistent/ffdce745-cfd1-4a4b-8328-de5df48b9ff3 ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/60oKn5%2FPS0PBO8N14aS8JzAQUMnMRqyMbkNBTnJTCH8%3D) /tmp/junit1790034784138261936/client-server-httpfiles/cache/c0800f1a-d179-4092-beb6-a5115dd95a1f -> /tmp/junit1790034784138261936/client-server-httpfiles/persistent/c0800f1a-d179-4092-beb6-a5115dd95a1f ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/xvUv8bQ7fzE4XXu73K9RYSkhe0GeeOPKqo3J2BlBH4c%3D) /tmp/junit1790034784138261936/client-server-httpfiles/cache/a8f6e7b3-cf93-47ac-8caf-0634a64b2eca -> /tmp/junit1790034784138261936/client-server-httpfiles/persistent/a8f6e7b3-cf93-47ac-8caf-0634a64b2eca ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/xiokJ09WttZwKc3d%2FhV6IqkEKeWLg9lWE0%2FbWOTxClg%3D) /tmp/junit1790034784138261936/client-server-httpfiles/cache/14e6b48c-abe3-469f-9695-8333b6e38d3a -> /tmp/junit1790034784138261936/client-server-httpfiles/persistent/14e6b48c-abe3-469f-9695-8333b6e38d3a ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/wWL1jZH9TMxilFxiMeVIUsPHWxbeFX5CJNJtHZ0Yv%2Bg%3D) /tmp/junit1790034784138261936/client-server-httpfiles/cache/6af82611-fff8-4f17-bd8d-ae4f23035be1 -> /tmp/junit1790034784138261936/client-server-httpfiles/persistent/6af82611-fff8-4f17-bd8d-ae4f23035be1 ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/QG6s8ffvRksUj4CoqMfqKsmzKCDVZOMJS4Z%2BhjD4sko%3D) /tmp/junit1790034784138261936/client-server-httpfiles/cache/7924f0a9-5bb8-4cbd-a66c-7d79d099579f -> /tmp/junit1790034784138261936/client-server-httpfiles/persistent/7924f0a9-5bb8-4cbd-a66c-7d79d099579f ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/Cs%2FL%2BOBmRgENBqKnXY5%2FOJ44hDv7z%2B18UB%2Bdln6zuFs%3D) /tmp/junit1790034784138261936/client-server-httpfiles/cache/fb38d547-83c1-4fa5-a0cd-fb41ed05fc23 -> /tmp/junit1790034784138261936/client-server-httpfiles/persistent/fb38d547-83c1-4fa5-a0cd-fb41ed05fc23 ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/HkkywhhDQrAzn7Dz6sRR9c4DiBK6MpCD86BkvtJB5SE%3D) /tmp/junit1790034784138261936/client-server-httpfiles/cache/d0e5935b-a8ec-4b1b-9644-b80b6a687bff -> /tmp/junit1790034784138261936/client-server-httpfiles/persistent/d0e5935b-a8ec-4b1b-9644-b80b6a687bff ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/kpaWI2p5pMdbuxPJnq3QBXQZedGFfh9o18RGgBafeb0%3D) /tmp/junit1790034784138261936/client-server-httpfiles/cache/580cda6d-4c78-45c0-94e9-41b4e35aad70 -> /tmp/junit1790034784138261936/client-server-httpfiles/persistent/580cda6d-4c78-45c0-94e9-41b4e35aad70 ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/3vWQ0f6tRdZRM4YjJSPrQBPdMi7QlJxHoeN4gO8VZXc%3D) /tmp/junit1790034784138261936/client-server-httpfiles/cache/141b0789-9ea0-4f9c-85a4-440e063b9e2f -> /tmp/junit1790034784138261936/client-server-httpfiles/persistent/141b0789-9ea0-4f9c-85a4-440e063b9e2f ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/lvpl17wtiXNsQEGVLgL5hcq22Jkm53kZrj6t5p3iWQ4%3D) /tmp/junit1790034784138261936/client-server-httpfiles/cache/c8b637de-a627-4874-8dd5-950266e0c413 -> /tmp/junit1790034784138261936/client-server-httpfiles/persistent/c8b637de-a627-4874-8dd5-950266e0c413 ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/0gUfpA5HMCps0QY%2BoMxb%2BJSq%2BoBIWs62g2C4f%2BxJCoU%3D) /tmp/junit1790034784138261936/client-server-httpfiles/cache/ae48f901-7d41-4d55-bc06-e9230cd3346f -> /tmp/junit1790034784138261936/client-server-httpfiles/persistent/ae48f901-7d41-4d55-bc06-e9230cd3346f ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/0zWQjjAb1k%2BvCeEvpXjWHop85BXoVhKUsw%2BqmHl0U%2B4%3D) /tmp/junit1790034784138261936/client-server-httpfiles/cache/f27f948f-073a-425d-8ce4-84137d9d2c3e -> /tmp/junit1790034784138261936/client-server-httpfiles/persistent/f27f948f-073a-425d-8ce4-84137d9d2c3e ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/EArfY4qBP1HFoEdjBizqqABDObYPmGCn5HWa0eEEElo%3D) /tmp/junit1790034784138261936/client-server-httpfiles/cache/4285cdba-9372-48f1-9b4d-dd211ae242b3 -> /tmp/junit1790034784138261936/client-server-httpfiles/persistent/4285cdba-9372-48f1-9b4d-dd211ae242b3 ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/content/719727995853443072/_ustadmanifest.json) /tmp/junit1790034784138261936/client-server-httpfiles/cache/28023022-9be4-4aa5-9424-335927e186a4 -> /tmp/junit1790034784138261936/client-server-httpfiles/persistent/28023022-9be4-4aa5-9424-335927e186a4 ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/T6uQJbiizni1qK8zT4b1x46g0ck9NyM05rMKufLI2FI%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/T6uQJbiizni1qK8zT4b1x46g0ck9NyM05rMKufLI2FI%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/T6uQJbiizni1qK8zT4b1x46g0ck9NyM05rMKufLI2FI%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/bjwfnGlRbxR6w41vOplXXSsJlK%2FkQzJuwiG9Vdr2PBI%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/bjwfnGlRbxR6w41vOplXXSsJlK%2FkQzJuwiG9Vdr2PBI%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/bjwfnGlRbxR6w41vOplXXSsJlK%2FkQzJuwiG9Vdr2PBI%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/GbEzhDlg2eOkUS0yhbQRdkYN7%2BExqlN1jS7v1KfVVxw%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/GbEzhDlg2eOkUS0yhbQRdkYN7%2BExqlN1jS7v1KfVVxw%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/GbEzhDlg2eOkUS0yhbQRdkYN7%2BExqlN1jS7v1KfVVxw%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/ftJMBUMkAxFzcokVQ%2FDLankiEAkZ564HfB8%2Fr2dljcI%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/ftJMBUMkAxFzcokVQ%2FDLankiEAkZ564HfB8%2Fr2dljcI%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/ftJMBUMkAxFzcokVQ%2FDLankiEAkZ564HfB8%2Fr2dljcI%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/4hns6PTT5KxFXvMc06fHtQV%2BpooQmTf8JrA8bpnukyI%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/4hns6PTT5KxFXvMc06fHtQV%2BpooQmTf8JrA8bpnukyI%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/4hns6PTT5KxFXvMc06fHtQV%2BpooQmTf8JrA8bpnukyI%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/1nBB%2Fl1Q7vnvZxZDlo985rEw6qqqLOTUlrGNCjOuuHs%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/1nBB%2Fl1Q7vnvZxZDlo985rEw6qqqLOTUlrGNCjOuuHs%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/1nBB%2Fl1Q7vnvZxZDlo985rEw6qqqLOTUlrGNCjOuuHs%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/e1pDIPug1Mj3kydkW0ucyHWi7GF6VX6Em4E5GOtzNJk%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/e1pDIPug1Mj3kydkW0ucyHWi7GF6VX6Em4E5GOtzNJk%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/e1pDIPug1Mj3kydkW0ucyHWi7GF6VX6Em4E5GOtzNJk%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/yBLdyeR10%2BZdaKaztYnOWYoqW6u3r8VUd9WSFcSjikA%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/yBLdyeR10%2BZdaKaztYnOWYoqW6u3r8VUd9WSFcSjikA%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/yBLdyeR10%2BZdaKaztYnOWYoqW6u3r8VUd9WSFcSjikA%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/%2F4Ku7WubtnAWlshNGyI9Lmgut4yJEXpDjObP6oxJiZU%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/%2F4Ku7WubtnAWlshNGyI9Lmgut4yJEXpDjObP6oxJiZU%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/%2F4Ku7WubtnAWlshNGyI9Lmgut4yJEXpDjObP6oxJiZU%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/hNkB8eW5RIdaNUrvVRKRFRxo07hZCB8p7k8hiRJnOmU%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/hNkB8eW5RIdaNUrvVRKRFRxo07hZCB8p7k8hiRJnOmU%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/hNkB8eW5RIdaNUrvVRKRFRxo07hZCB8p7k8hiRJnOmU%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/wNCC8cHq2llme5T359p2aAVxgnZy1xD02zehmxYfzrQ%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/wNCC8cHq2llme5T359p2aAVxgnZy1xD02zehmxYfzrQ%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/wNCC8cHq2llme5T359p2aAVxgnZy1xD02zehmxYfzrQ%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/JakG3baTnxBZ0ygCbLpNeqUSpupufejv3CEJsk8lGjM%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/JakG3baTnxBZ0ygCbLpNeqUSpupufejv3CEJsk8lGjM%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/JakG3baTnxBZ0ygCbLpNeqUSpupufejv3CEJsk8lGjM%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/Tyj1ZbAw3I%2BjTnYcRMap00SSDE8uimpYNpM%2FV1r5TQc%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/Tyj1ZbAw3I%2BjTnYcRMap00SSDE8uimpYNpM%2FV1r5TQc%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/Tyj1ZbAw3I%2BjTnYcRMap00SSDE8uimpYNpM%2FV1r5TQc%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/5d4Gn7Lje7djT1HHt6jjcg%2BHKH9wgn2vEpJCSjuX6z4%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/5d4Gn7Lje7djT1HHt6jjcg%2BHKH9wgn2vEpJCSjuX6z4%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/5d4Gn7Lje7djT1HHt6jjcg%2BHKH9wgn2vEpJCSjuX6z4%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/k65pd4r52nGCR800CqwX9ekYeR56pcNyD6PKQm5ECMY%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/k65pd4r52nGCR800CqwX9ekYeR56pcNyD6PKQm5ECMY%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/k65pd4r52nGCR800CqwX9ekYeR56pcNyD6PKQm5ECMY%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/MZikNKgl2FhWpW23NSSFUT1wOPqRV060fcrD6oKsRao%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/MZikNKgl2FhWpW23NSSFUT1wOPqRV060fcrD6oKsRao%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/MZikNKgl2FhWpW23NSSFUT1wOPqRV060fcrD6oKsRao%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/qGvsfW4NaWJUAV8k%2BjAgxyt68uSYkM8Zvl4iO07eQSw%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/qGvsfW4NaWJUAV8k%2BjAgxyt68uSYkM8Zvl4iO07eQSw%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/qGvsfW4NaWJUAV8k%2BjAgxyt68uSYkM8Zvl4iO07eQSw%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/jT7lEK6lwyBhlTHcKRWFJqu7C0gPdwvq0cKmMsrO3o4%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/jT7lEK6lwyBhlTHcKRWFJqu7C0gPdwvq0cKmMsrO3o4%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/jT7lEK6lwyBhlTHcKRWFJqu7C0gPdwvq0cKmMsrO3o4%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/Au%2B2IdPCR1K6fzgi%2BwM5XKVYY8AZh6QiVWhS%2FNgRMNU%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/Au%2B2IdPCR1K6fzgi%2BwM5XKVYY8AZh6QiVWhS%2FNgRMNU%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/Au%2B2IdPCR1K6fzgi%2BwM5XKVYY8AZh6QiVWhS%2FNgRMNU%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/SQzRpZj429D6cW3daoNAw3eqvBYSS2ns7TItpaMlHT8%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/SQzRpZj429D6cW3daoNAw3eqvBYSS2ns7TItpaMlHT8%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/SQzRpZj429D6cW3daoNAw3eqvBYSS2ns7TItpaMlHT8%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/WdACppPgOH8BBO0iigwsrmWMy17E3kScuTWoKjWTy%2Fw%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/WdACppPgOH8BBO0iigwsrmWMy17E3kScuTWoKjWTy%2Fw%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/WdACppPgOH8BBO0iigwsrmWMy17E3kScuTWoKjWTy%2Fw%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/7vs8uqNXfk02HCNxgA9IXzTGWczwRxAXgvYRXQZHT3w%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/7vs8uqNXfk02HCNxgA9IXzTGWczwRxAXgvYRXQZHT3w%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/7vs8uqNXfk02HCNxgA9IXzTGWczwRxAXgvYRXQZHT3w%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/b0rPNEXzpQ22OFjtaC11asx2j0%2BhLr7cAomd3VO69e0%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/b0rPNEXzpQ22OFjtaC11asx2j0%2BhLr7cAomd3VO69e0%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/b0rPNEXzpQ22OFjtaC11asx2j0%2BhLr7cAomd3VO69e0%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/Oq8Qt4f%2FpNdOtT7Cz%2FP1buRr1KXcoKQUW%2BC9lCFg8YQ%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/Oq8Qt4f%2FpNdOtT7Cz%2FP1buRr1KXcoKQUW%2BC9lCFg8YQ%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/Oq8Qt4f%2FpNdOtT7Cz%2FP1buRr1KXcoKQUW%2BC9lCFg8YQ%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/yzJGqJtjyxHYqHNh51kOeZtaOIra3Ks3%2B1GBRu4D0%2BQ%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/yzJGqJtjyxHYqHNh51kOeZtaOIra3Ks3%2B1GBRu4D0%2BQ%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/yzJGqJtjyxHYqHNh51kOeZtaOIra3Ks3%2B1GBRu4D0%2BQ%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/b%2FpemT3AQtkcxWYfWDVJk2%2FkTkEqjdt%2BoehmTIE02AM%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/b%2FpemT3AQtkcxWYfWDVJk2%2FkTkEqjdt%2BoehmTIE02AM%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/b%2FpemT3AQtkcxWYfWDVJk2%2FkTkEqjdt%2BoehmTIE02AM%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/mfov8Hrp8eJ57UpQUEJ%2B8RVeKjq45a8ngANpAaLYR6w%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/mfov8Hrp8eJ57UpQUEJ%2B8RVeKjq45a8ngANpAaLYR6w%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/mfov8Hrp8eJ57UpQUEJ%2B8RVeKjq45a8ngANpAaLYR6w%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/7xF1FYDJR0vQb3gRCLf5zGPh50%2B3WuGOhPKs9utqGUE%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/7xF1FYDJR0vQb3gRCLf5zGPh50%2B3WuGOhPKs9utqGUE%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/7xF1FYDJR0vQb3gRCLf5zGPh50%2B3WuGOhPKs9utqGUE%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/s%2BjWsJZ%2F9ShpZSiPQWSmovDOpcmVTDAObwrxxK3lcHc%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/s%2BjWsJZ%2F9ShpZSiPQWSmovDOpcmVTDAObwrxxK3lcHc%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/s%2BjWsJZ%2F9ShpZSiPQWSmovDOpcmVTDAObwrxxK3lcHc%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/MpD8uvv86rzRXumzeeIEP9dkvgCqNH4BgNx%2Bu3BdkYQ%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/MpD8uvv86rzRXumzeeIEP9dkvgCqNH4BgNx%2Bu3BdkYQ%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/MpD8uvv86rzRXumzeeIEP9dkvgCqNH4BgNx%2Bu3BdkYQ%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/s9HqB4agwbGesiE3QlUHeYBRLelpFY4r8WgsGxlH3Qo%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/s9HqB4agwbGesiE3QlUHeYBRLelpFY4r8WgsGxlH3Qo%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/s9HqB4agwbGesiE3QlUHeYBRLelpFY4r8WgsGxlH3Qo%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/UKuxu3Hz%2BfGYRK1HeAzq8IUine8lfc8wmfa4xX1FqNk%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/UKuxu3Hz%2BfGYRK1HeAzq8IUine8lfc8wmfa4xX1FqNk%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/UKuxu3Hz%2BfGYRK1HeAzq8IUine8lfc8wmfa4xX1FqNk%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/3NOfayEFEmNxtWcImQh5OHnRGSetW1NnAmZP8xt%2FTEE%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/3NOfayEFEmNxtWcImQh5OHnRGSetW1NnAmZP8xt%2FTEE%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/3NOfayEFEmNxtWcImQh5OHnRGSetW1NnAmZP8xt%2FTEE%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/Rq39aiLMuqiP%2B0mPmeCr0C2QflhXTn%2F%2FNEPZaPtsh7s%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/Rq39aiLMuqiP%2B0mPmeCr0C2QflhXTn%2F%2FNEPZaPtsh7s%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/Rq39aiLMuqiP%2B0mPmeCr0C2QflhXTn%2F%2FNEPZaPtsh7s%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/PjfwUp1%2Bw6kzto%2B92J5gCGOUXTWvFUUHmzECFE26ZTI%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/PjfwUp1%2Bw6kzto%2B92J5gCGOUXTWvFUUHmzECFE26ZTI%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/PjfwUp1%2Bw6kzto%2B92J5gCGOUXTWvFUUHmzECFE26ZTI%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/h%2BjhrR%2B2SJw3n6swaOU2A8b3QZHrKvXk3vxMgmuJI48%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/h%2BjhrR%2B2SJw3n6swaOU2A8b3QZHrKvXk3vxMgmuJI48%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/h%2BjhrR%2B2SJw3n6swaOU2A8b3QZHrKvXk3vxMgmuJI48%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/vGluaw0k9XeZTNkXi2DMNSp4SAI6Mpq0chcOqfhROgo%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/vGluaw0k9XeZTNkXi2DMNSp4SAI6Mpq0chcOqfhROgo%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/vGluaw0k9XeZTNkXi2DMNSp4SAI6Mpq0chcOqfhROgo%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/2HtvcBRqQjS2JXOH5QQ9utn6ppsaI1mFBHfAO7S2ccI%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/2HtvcBRqQjS2JXOH5QQ9utn6ppsaI1mFBHfAO7S2ccI%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/2HtvcBRqQjS2JXOH5QQ9utn6ppsaI1mFBHfAO7S2ccI%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/sHX8VAaCnEAbmKOODXx8XwsoiVmNERxdjjnDxegBg8s%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/sHX8VAaCnEAbmKOODXx8XwsoiVmNERxdjjnDxegBg8s%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/sHX8VAaCnEAbmKOODXx8XwsoiVmNERxdjjnDxegBg8s%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/Io0MLdilHmozLkMugHE9pOBHQ0GoWK2Ad%2BKk1mN4QiY%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/Io0MLdilHmozLkMugHE9pOBHQ0GoWK2Ad%2BKk1mN4QiY%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/Io0MLdilHmozLkMugHE9pOBHQ0GoWK2Ad%2BKk1mN4QiY%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/kTthmgm8PGGYjMHstF6NYIjf3CLWmwpKOi4l3MdMEtg%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/kTthmgm8PGGYjMHstF6NYIjf3CLWmwpKOi4l3MdMEtg%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/kTthmgm8PGGYjMHstF6NYIjf3CLWmwpKOi4l3MdMEtg%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/eYHHnwyecTXEwTD51UOV4ep3iOXp7UijenqWFiHPj7w%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/eYHHnwyecTXEwTD51UOV4ep3iOXp7UijenqWFiHPj7w%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/eYHHnwyecTXEwTD51UOV4ep3iOXp7UijenqWFiHPj7w%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/XNfsFzpMGtyUb4cp%2BZP4sbwRpfi%2BBGbF07psv2MPtA4%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/XNfsFzpMGtyUb4cp%2BZP4sbwRpfi%2BBGbF07psv2MPtA4%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/XNfsFzpMGtyUb4cp%2BZP4sbwRpfi%2BBGbF07psv2MPtA4%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/GslQZC%2FV0B6kfy34jVZWRceF2QhHWG6YmuW5qqEmeu8%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/GslQZC%2FV0B6kfy34jVZWRceF2QhHWG6YmuW5qqEmeu8%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/GslQZC%2FV0B6kfy34jVZWRceF2QhHWG6YmuW5qqEmeu8%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/mvg3xbJ3LnwZdOssam2%2BvdSJ1%2FLWFX7%2FlxFJVciB6lg%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/mvg3xbJ3LnwZdOssam2%2BvdSJ1%2FLWFX7%2FlxFJVciB6lg%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/mvg3xbJ3LnwZdOssam2%2BvdSJ1%2FLWFX7%2FlxFJVciB6lg%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/MAqsHQLxvTtVgSONw2nt%2Bi52FKAKxkPqHKZN3dVehag%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/MAqsHQLxvTtVgSONw2nt%2Bi52FKAKxkPqHKZN3dVehag%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/MAqsHQLxvTtVgSONw2nt%2Bi52FKAKxkPqHKZN3dVehag%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/iLrog15kL9bl86CzWtk92zSVko7oOALiUGQ8de0aZAE%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/iLrog15kL9bl86CzWtk92zSVko7oOALiUGQ8de0aZAE%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/iLrog15kL9bl86CzWtk92zSVko7oOALiUGQ8de0aZAE%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/82XHZdU1kTgwewOyJbFyMVK0zesRRj2xRJpu92yJxx4%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/82XHZdU1kTgwewOyJbFyMVK0zesRRj2xRJpu92yJxx4%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/82XHZdU1kTgwewOyJbFyMVK0zesRRj2xRJpu92yJxx4%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/Q%2Fy6R172KY9YPbOiNMSixqoh8QjGcQtM%2BrFsRKO2bE8%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/Q%2Fy6R172KY9YPbOiNMSixqoh8QjGcQtM%2BrFsRKO2bE8%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/Q%2Fy6R172KY9YPbOiNMSixqoh8QjGcQtM%2BrFsRKO2bE8%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/vBVhVK0Ik2c9Bvwl%2BlAPy96DxOyTL2%2BkeUcQmCA%2Frq0%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/vBVhVK0Ik2c9Bvwl%2BlAPy96DxOyTL2%2BkeUcQmCA%2Frq0%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/vBVhVK0Ik2c9Bvwl%2BlAPy96DxOyTL2%2BkeUcQmCA%2Frq0%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/%2Fx3Wsw8%2BwpZRU2JIVcrL33nrHQV17lCsxuRemUqet54%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/%2Fx3Wsw8%2BwpZRU2JIVcrL33nrHQV17lCsxuRemUqet54%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/%2Fx3Wsw8%2BwpZRU2JIVcrL33nrHQV17lCsxuRemUqet54%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/8NYR%2FhsIIjp%2FPKQLuUNyeWjGcw9Ffd0e82E28xODp0k%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/8NYR%2FhsIIjp%2FPKQLuUNyeWjGcw9Ffd0e82E28xODp0k%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/8NYR%2FhsIIjp%2FPKQLuUNyeWjGcw9Ffd0e82E28xODp0k%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/oPQ1dcUBafEmFbVhtQHHEJeUFzCkPST6bxu3%2BWONWHQ%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/oPQ1dcUBafEmFbVhtQHHEJeUFzCkPST6bxu3%2BWONWHQ%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/oPQ1dcUBafEmFbVhtQHHEJeUFzCkPST6bxu3%2BWONWHQ%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/K2Fsusn6qjgL725CJL7ByzgpD7DwK1Hv1Qc9nUTRvs0%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/K2Fsusn6qjgL725CJL7ByzgpD7DwK1Hv1Qc9nUTRvs0%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/K2Fsusn6qjgL725CJL7ByzgpD7DwK1Hv1Qc9nUTRvs0%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/cR3Bmvjb8RQpKsAuwqDiUYfIXyFSmzGtyfnorloVx0Y%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/cR3Bmvjb8RQpKsAuwqDiUYfIXyFSmzGtyfnorloVx0Y%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/cR3Bmvjb8RQpKsAuwqDiUYfIXyFSmzGtyfnorloVx0Y%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/tnKOTsJNsJ1igF6lTizkpOyMKbYWZe%2BdVsGZzjKfNTc%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/tnKOTsJNsJ1igF6lTizkpOyMKbYWZe%2BdVsGZzjKfNTc%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/tnKOTsJNsJ1igF6lTizkpOyMKbYWZe%2BdVsGZzjKfNTc%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/cTsr7j2oAImJK1yXqd0DLIulEmVnqZ5h5n0Tb5MbXdA%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/cTsr7j2oAImJK1yXqd0DLIulEmVnqZ5h5n0Tb5MbXdA%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/cTsr7j2oAImJK1yXqd0DLIulEmVnqZ5h5n0Tb5MbXdA%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/lxzYcB9KSB%2FYkf7kHHM4ZRcTEbModiVoT3lAhJxL3mA%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/lxzYcB9KSB%2FYkf7kHHM4ZRcTEbModiVoT3lAhJxL3mA%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/lxzYcB9KSB%2FYkf7kHHM4ZRcTEbModiVoT3lAhJxL3mA%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/Xl43QDLBGMM83V4fnX0WJXFd3Q96UrVudQC4xpaoApY%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/Xl43QDLBGMM83V4fnX0WJXFd3Q96UrVudQC4xpaoApY%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/Xl43QDLBGMM83V4fnX0WJXFd3Q96UrVudQC4xpaoApY%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/vx6kIK92xNpSxNN78Ud5xEGiuWVgncmo8IDc9M8XCDQ%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/vx6kIK92xNpSxNN78Ud5xEGiuWVgncmo8IDc9M8XCDQ%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/vx6kIK92xNpSxNN78Ud5xEGiuWVgncmo8IDc9M8XCDQ%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/Cxs1ShEiNfLO%2FU%2Fvt3ziCc6g7XCCt3cXpLKqS0NW9p0%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/Cxs1ShEiNfLO%2FU%2Fvt3ziCc6g7XCCt3cXpLKqS0NW9p0%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/Cxs1ShEiNfLO%2FU%2Fvt3ziCc6g7XCCt3cXpLKqS0NW9p0%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/hFJej7TOyIrYzsvgtguZHnlcWMcsq3KtS9FiLm3ykCo%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/hFJej7TOyIrYzsvgtguZHnlcWMcsq3KtS9FiLm3ykCo%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/hFJej7TOyIrYzsvgtguZHnlcWMcsq3KtS9FiLm3ykCo%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/I9vIlkggX1UGSnA11062utk2y8IszUXgQgfJOO6C6so%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/I9vIlkggX1UGSnA11062utk2y8IszUXgQgfJOO6C6so%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/I9vIlkggX1UGSnA11062utk2y8IszUXgQgfJOO6C6so%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/dlAewQPKn9t0EDFTEm5ltRQT%2BWrMBBErX1LZM6zfIc0%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/dlAewQPKn9t0EDFTEm5ltRQT%2BWrMBBErX1LZM6zfIc0%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/dlAewQPKn9t0EDFTEm5ltRQT%2BWrMBBErX1LZM6zfIc0%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/ufoN52SamhFb3h2azBHykXR1pPhx5QzT55ir8wOLVBM%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/ufoN52SamhFb3h2azBHykXR1pPhx5QzT55ir8wOLVBM%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/ufoN52SamhFb3h2azBHykXR1pPhx5QzT55ir8wOLVBM%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/8l%2BWWVo6WOTD7pS09FmTYwoB2tptGH20X90e5TTJGQ0%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/8l%2BWWVo6WOTD7pS09FmTYwoB2tptGH20X90e5TTJGQ0%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/8l%2BWWVo6WOTD7pS09FmTYwoB2tptGH20X90e5TTJGQ0%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/%2BIRZ4%2F%2FV1GOWQ9KLtbzgE%2BNbhhRBycosRc64B97TKj4%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/%2BIRZ4%2F%2FV1GOWQ9KLtbzgE%2BNbhhRBycosRc64B97TKj4%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/%2BIRZ4%2F%2FV1GOWQ9KLtbzgE%2BNbhhRBycosRc64B97TKj4%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/V%2BlxWB0nxel8r7ylMgw556l%2FVPsMO29I16T%2FDgO8NMQ%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/V%2BlxWB0nxel8r7ylMgw556l%2FVPsMO29I16T%2FDgO8NMQ%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/V%2BlxWB0nxel8r7ylMgw556l%2FVPsMO29I16T%2FDgO8NMQ%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/uYW3KrfsznrSIuqFkNUXxHUg0ZmpkuJvVYdtP2k6nAk%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/uYW3KrfsznrSIuqFkNUXxHUg0ZmpkuJvVYdtP2k6nAk%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/uYW3KrfsznrSIuqFkNUXxHUg0ZmpkuJvVYdtP2k6nAk%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/pLIQYQAGGG6QDQPjEpjz67VyhV5phLnyxGKkUWIhm88%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/pLIQYQAGGG6QDQPjEpjz67VyhV5phLnyxGKkUWIhm88%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/pLIQYQAGGG6QDQPjEpjz67VyhV5phLnyxGKkUWIhm88%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/Wmgp%2B1s82IIY%2BjX9o7lYcOJS1QrGlZC0PpACTzQwl6M%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/Wmgp%2B1s82IIY%2BjX9o7lYcOJS1QrGlZC0PpACTzQwl6M%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/Wmgp%2B1s82IIY%2BjX9o7lYcOJS1QrGlZC0PpACTzQwl6M%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/sHxTh3q3%2BdRVnFM3sxrWUzQpjAIWUYJijIDhezhkH6s%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/sHxTh3q3%2BdRVnFM3sxrWUzQpjAIWUYJijIDhezhkH6s%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/sHxTh3q3%2BdRVnFM3sxrWUzQpjAIWUYJijIDhezhkH6s%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/Y3nFU5%2FVYE71u5aj3293uK2rbUrlZ%2FwwvObLZ8QhuYQ%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/Y3nFU5%2FVYE71u5aj3293uK2rbUrlZ%2FwwvObLZ8QhuYQ%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/Y3nFU5%2FVYE71u5aj3293uK2rbUrlZ%2FwwvObLZ8QhuYQ%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/zBbaSmjEFvS6KUk8SEwgYyykdXC%2BUFyhY9%2F%2FLwqO8Z0%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/zBbaSmjEFvS6KUk8SEwgYyykdXC%2BUFyhY9%2F%2FLwqO8Z0%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/zBbaSmjEFvS6KUk8SEwgYyykdXC%2BUFyhY9%2F%2FLwqO8Z0%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/u%2BLJFVTcY%2FMEnXDPx%2FjDr74kdKvSL0fNYsVaoucWMS0%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/u%2BLJFVTcY%2FMEnXDPx%2FjDr74kdKvSL0fNYsVaoucWMS0%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/u%2BLJFVTcY%2FMEnXDPx%2FjDr74kdKvSL0fNYsVaoucWMS0%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/eo8K7m5KF0iRfYzWDplfji%2FfxUb9GlUHqqY6IuMrLc4%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/eo8K7m5KF0iRfYzWDplfji%2FfxUb9GlUHqqY6IuMrLc4%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/eo8K7m5KF0iRfYzWDplfji%2FfxUb9GlUHqqY6IuMrLc4%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/%2FqULHYInAHdVBa5R1l938NaG9Ty3HotFmPBFK%2Fx8URU%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/%2FqULHYInAHdVBa5R1l938NaG9Ty3HotFmPBFK%2Fx8URU%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/%2FqULHYInAHdVBa5R1l938NaG9Ty3HotFmPBFK%2Fx8URU%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/ym1yKJRZWSDtpc56Uj7RFG1W6oCf5N5WCmZbqjHEbE4%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/ym1yKJRZWSDtpc56Uj7RFG1W6oCf5N5WCmZbqjHEbE4%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/ym1yKJRZWSDtpc56Uj7RFG1W6oCf5N5WCmZbqjHEbE4%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/C1W33ZET4v%2BaPIkE7LOO6lFWDtV5OqhnAlLv4wfGAUU%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/C1W33ZET4v%2BaPIkE7LOO6lFWDtV5OqhnAlLv4wfGAUU%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/C1W33ZET4v%2BaPIkE7LOO6lFWDtV5OqhnAlLv4wfGAUU%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/jGvo9dP2a%2BkzienoeQzWSLnGKfWhYB2XjsFOuELmW28%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/jGvo9dP2a%2BkzienoeQzWSLnGKfWhYB2XjsFOuELmW28%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/jGvo9dP2a%2BkzienoeQzWSLnGKfWhYB2XjsFOuELmW28%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/%2BF9Tlt29TsSXmyq%2FWyZ63J8R6bqXkujcv5KBRzPQ%2BWU%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/%2BF9Tlt29TsSXmyq%2FWyZ63J8R6bqXkujcv5KBRzPQ%2BWU%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/%2BF9Tlt29TsSXmyq%2FWyZ63J8R6bqXkujcv5KBRzPQ%2BWU%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/xVHBEQCBRQcVQS1lvNmxfgZ0XXOkWfARY3xhEbjuloE%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/xVHBEQCBRQcVQS1lvNmxfgZ0XXOkWfARY3xhEbjuloE%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/xVHBEQCBRQcVQS1lvNmxfgZ0XXOkWfARY3xhEbjuloE%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/EkHf%2FCGbd3loeNcgeAv6K4n2uKHvj3497sTVseG3xn0%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/EkHf%2FCGbd3loeNcgeAv6K4n2uKHvj3497sTVseG3xn0%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/EkHf%2FCGbd3loeNcgeAv6K4n2uKHvj3497sTVseG3xn0%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/vOWepUFkWRq8r0%2BHZF7AzG8DLHriKMfWpiogMq%2FFD4s%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/vOWepUFkWRq8r0%2BHZF7AzG8DLHriKMfWpiogMq%2FFD4s%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/vOWepUFkWRq8r0%2BHZF7AzG8DLHriKMfWpiogMq%2FFD4s%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/R0W8u8HlP%2FsgKWKJ2Q26%2FMLf5xdmrjzBL5IEPnV34JA%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/R0W8u8HlP%2FsgKWKJ2Q26%2FMLf5xdmrjzBL5IEPnV34JA%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/R0W8u8HlP%2FsgKWKJ2Q26%2FMLf5xdmrjzBL5IEPnV34JA%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/yD2T%2FjRDP29LkBjiITr7231CnugE2Jo0BIRRyW5N0mE%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/yD2T%2FjRDP29LkBjiITr7231CnugE2Jo0BIRRyW5N0mE%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/yD2T%2FjRDP29LkBjiITr7231CnugE2Jo0BIRRyW5N0mE%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/DMle631prFri4uxxxxdON0FHQFOdiUt%2BW%2F6%2FvFfKmKI%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/DMle631prFri4uxxxxdON0FHQFOdiUt%2BW%2F6%2FvFfKmKI%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/DMle631prFri4uxxxxdON0FHQFOdiUt%2BW%2F6%2FvFfKmKI%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/Ai1kxiVYF40Fu81oXM2uPCv9vkRmufeI2MqmWrEigoQ%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/Ai1kxiVYF40Fu81oXM2uPCv9vkRmufeI2MqmWrEigoQ%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/Ai1kxiVYF40Fu81oXM2uPCv9vkRmufeI2MqmWrEigoQ%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/MuzpZTkDFXpw0wwJdw%2FbBYCIsDKwWBU628LKd2p83po%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/MuzpZTkDFXpw0wwJdw%2FbBYCIsDKwWBU628LKd2p83po%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/MuzpZTkDFXpw0wwJdw%2FbBYCIsDKwWBU628LKd2p83po%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/4zSTZMv%2FWKjpNfIWFmdBzDq%2BxpKgteLo5HBhbpkIMgg%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/4zSTZMv%2FWKjpNfIWFmdBzDq%2BxpKgteLo5HBhbpkIMgg%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/4zSTZMv%2FWKjpNfIWFmdBzDq%2BxpKgteLo5HBhbpkIMgg%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/YuUHNreyN7U7%2BQZ5%2BzNNY1N11RsxVtHYZsqyJGBtmbQ%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/YuUHNreyN7U7%2BQZ5%2BzNNY1N11RsxVtHYZsqyJGBtmbQ%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/YuUHNreyN7U7%2BQZ5%2BzNNY1N11RsxVtHYZsqyJGBtmbQ%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/6p3YvM8W7PtrV7LudBIoa%2Bq4QN3Y1SdaU02%2FGCeg0IM%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/6p3YvM8W7PtrV7LudBIoa%2Bq4QN3Y1SdaU02%2FGCeg0IM%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/6p3YvM8W7PtrV7LudBIoa%2Bq4QN3Y1SdaU02%2FGCeg0IM%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/c6Dc1YGSLmG1CzWhxrYVgHpZEYf6VEA09YuKyjB6o44%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/c6Dc1YGSLmG1CzWhxrYVgHpZEYf6VEA09YuKyjB6o44%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/c6Dc1YGSLmG1CzWhxrYVgHpZEYf6VEA09YuKyjB6o44%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/fAhuvZVtVYSUCOENltmx6R%2BSg0UZACwHQOMDNf9fYlY%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/fAhuvZVtVYSUCOENltmx6R%2BSg0UZACwHQOMDNf9fYlY%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/fAhuvZVtVYSUCOENltmx6R%2BSg0UZACwHQOMDNf9fYlY%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/we47ND4nhwrjRI%2BYLyQ%2BHWLDKA0nvAypEBID7KE1sjM%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/we47ND4nhwrjRI%2BYLyQ%2BHWLDKA0nvAypEBID7KE1sjM%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/we47ND4nhwrjRI%2BYLyQ%2BHWLDKA0nvAypEBID7KE1sjM%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/EDd6hjdyPU1Mt2vw3AA1ph%2BqFNUyZir%2BdXzbgA2ARyw%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/EDd6hjdyPU1Mt2vw3AA1ph%2BqFNUyZir%2BdXzbgA2ARyw%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/EDd6hjdyPU1Mt2vw3AA1ph%2BqFNUyZir%2BdXzbgA2ARyw%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/WE8lrEOx7vAAZ6u4arUnr1yvMIbZP0FvaBy551jh88Y%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/WE8lrEOx7vAAZ6u4arUnr1yvMIbZP0FvaBy551jh88Y%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/WE8lrEOx7vAAZ6u4arUnr1yvMIbZP0FvaBy551jh88Y%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/f86dDrhwRUQf6RCl7AldiyqZIf7UO05nYkIFIepSeao%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/f86dDrhwRUQf6RCl7AldiyqZIf7UO05nYkIFIepSeao%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/f86dDrhwRUQf6RCl7AldiyqZIf7UO05nYkIFIepSeao%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/17pZuPthKwaraODIXZkgcqZCV0%2Buh%2F01t0UPA4EqtEs%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/17pZuPthKwaraODIXZkgcqZCV0%2Buh%2F01t0UPA4EqtEs%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/17pZuPthKwaraODIXZkgcqZCV0%2Buh%2F01t0UPA4EqtEs%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/CmlVJmRSZLB7BmMKh27ly66%2FmbubmFKZNdWpB8De5X8%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/CmlVJmRSZLB7BmMKh27ly66%2FmbubmFKZNdWpB8De5X8%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/CmlVJmRSZLB7BmMKh27ly66%2FmbubmFKZNdWpB8De5X8%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/nsmfXTJrTxUTogzM8u3%2BnLHfuNFK4hVP4tnH90njdqE%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/nsmfXTJrTxUTogzM8u3%2BnLHfuNFK4hVP4tnH90njdqE%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/nsmfXTJrTxUTogzM8u3%2BnLHfuNFK4hVP4tnH90njdqE%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/GjqBgSSvm7XTUjdhXgppBT10y3S2AdiXOnCd1xl1AR4%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/GjqBgSSvm7XTUjdhXgppBT10y3S2AdiXOnCd1xl1AR4%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/GjqBgSSvm7XTUjdhXgppBT10y3S2AdiXOnCd1xl1AR4%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/3l8y8J6DrWhQA1W7Shf%2BSPfKgZyc%2Bu%2Fb%2BbCekBx6f8g%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/3l8y8J6DrWhQA1W7Shf%2BSPfKgZyc%2Bu%2Fb%2BbCekBx6f8g%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/3l8y8J6DrWhQA1W7Shf%2BSPfKgZyc%2Bu%2Fb%2BbCekBx6f8g%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/%2BpluXnN9d6MiNBWRNiCeM15nPresFv0BDtL1lIC9RI4%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/%2BpluXnN9d6MiNBWRNiCeM15nPresFv0BDtL1lIC9RI4%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/%2BpluXnN9d6MiNBWRNiCeM15nPresFv0BDtL1lIC9RI4%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/5Ilriy7n1kwHjr0%2FXWzh4jhJPrT8xsZ1jrczKGatDiY%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/5Ilriy7n1kwHjr0%2FXWzh4jhJPrT8xsZ1jrczKGatDiY%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/5Ilriy7n1kwHjr0%2FXWzh4jhJPrT8xsZ1jrczKGatDiY%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/EgapfpQkKZP4bsfj%2FK5PxfHKzTlIJAVzuAkZmNmg3MM%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/EgapfpQkKZP4bsfj%2FK5PxfHKzTlIJAVzuAkZmNmg3MM%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/EgapfpQkKZP4bsfj%2FK5PxfHKzTlIJAVzuAkZmNmg3MM%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/QQhYT1gQF9x0oIMt0WRoLg3q4DbMidMg5%2FV3%2FOsnhog%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/QQhYT1gQF9x0oIMt0WRoLg3q4DbMidMg5%2FV3%2FOsnhog%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/QQhYT1gQF9x0oIMt0WRoLg3q4DbMidMg5%2FV3%2FOsnhog%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/LnC2D3wwhrq34V1CB%2Bxg6EwLoaYhOVkplQkYTyRkqVA%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/LnC2D3wwhrq34V1CB%2Bxg6EwLoaYhOVkplQkYTyRkqVA%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/LnC2D3wwhrq34V1CB%2Bxg6EwLoaYhOVkplQkYTyRkqVA%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/J2cr3iSclOBUxgDFRH12Icpmo32SS2pPkQejFFV9e3Y%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/J2cr3iSclOBUxgDFRH12Icpmo32SS2pPkQejFFV9e3Y%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/J2cr3iSclOBUxgDFRH12Icpmo32SS2pPkQejFFV9e3Y%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/eARe8bkhihrOsDAQ7nvQs7HXU1%2Bi%2FpopDv%2BQ6UNWPcg%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/eARe8bkhihrOsDAQ7nvQs7HXU1%2Bi%2FpopDv%2BQ6UNWPcg%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/eARe8bkhihrOsDAQ7nvQs7HXU1%2Bi%2FpopDv%2BQ6UNWPcg%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/3fCEhtExvRNHYfveM9cY5bbE17mYr8%2BdEFRgE5Tz8ZU%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/3fCEhtExvRNHYfveM9cY5bbE17mYr8%2BdEFRgE5Tz8ZU%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/3fCEhtExvRNHYfveM9cY5bbE17mYr8%2BdEFRgE5Tz8ZU%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/NuX5jirPuFiJLnEJlD4dLnXRCsDkQMc2Vniko1v7nEo%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/NuX5jirPuFiJLnEJlD4dLnXRCsDkQMc2Vniko1v7nEo%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/NuX5jirPuFiJLnEJlD4dLnXRCsDkQMc2Vniko1v7nEo%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/%2F3QD%2Bd53w6wqfHpE3dn2fWN85w9xo6rHAzwCGcivpko%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/%2F3QD%2Bd53w6wqfHpE3dn2fWN85w9xo6rHAzwCGcivpko%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/%2F3QD%2Bd53w6wqfHpE3dn2fWN85w9xo6rHAzwCGcivpko%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/y4TDcAD4%2Fj5o4keZvggf698Cr9Oc7JZ%2BgGMax23qmVA%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/y4TDcAD4%2Fj5o4keZvggf698Cr9Oc7JZ%2BgGMax23qmVA%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/y4TDcAD4%2Fj5o4keZvggf698Cr9Oc7JZ%2BgGMax23qmVA%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/UvNzyhHidciHBssZ%2FP%2B2l5FZbI1XAfmSJAplrILQ8gg%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/UvNzyhHidciHBssZ%2FP%2B2l5FZbI1XAfmSJAplrILQ8gg%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/UvNzyhHidciHBssZ%2FP%2B2l5FZbI1XAfmSJAplrILQ8gg%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/ic4IoQBJDrNoYD6jzvjPUtyK2y2i0dmtWCW2k2Aa%2Fp8%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/ic4IoQBJDrNoYD6jzvjPUtyK2y2i0dmtWCW2k2Aa%2Fp8%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/ic4IoQBJDrNoYD6jzvjPUtyK2y2i0dmtWCW2k2Aa%2Fp8%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/De2JgQ0Nt5adGTd%2BS3vvpLJVOZegId%2BlUNz28Tv2qPA%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/De2JgQ0Nt5adGTd%2BS3vvpLJVOZegId%2BlUNz28Tv2qPA%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/De2JgQ0Nt5adGTd%2BS3vvpLJVOZegId%2BlUNz28Tv2qPA%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/AxtMakPRFNdMGeXBvbRcztWEo0HNZu9GkF7yCvsE3Zs%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/AxtMakPRFNdMGeXBvbRcztWEo0HNZu9GkF7yCvsE3Zs%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/AxtMakPRFNdMGeXBvbRcztWEo0HNZu9GkF7yCvsE3Zs%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/JU9Nv2qFcpHwvSV4ps9ii7ATxDcpquEhDXTVT0iBUEo%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/JU9Nv2qFcpHwvSV4ps9ii7ATxDcpquEhDXTVT0iBUEo%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/JU9Nv2qFcpHwvSV4ps9ii7ATxDcpquEhDXTVT0iBUEo%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/CdrdmkKdsdoH81%2B2cV0ipaFJ4y8Ng6Ujmj7K5QNYc94%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/CdrdmkKdsdoH81%2B2cV0ipaFJ4y8Ng6Ujmj7K5QNYc94%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/CdrdmkKdsdoH81%2B2cV0ipaFJ4y8Ng6Ujmj7K5QNYc94%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/ZY4mAUHHRYo0qd1n7jqXrYhYnC75hzx4DLeYU%2FtZAhs%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/ZY4mAUHHRYo0qd1n7jqXrYhYnC75hzx4DLeYU%2FtZAhs%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/ZY4mAUHHRYo0qd1n7jqXrYhYnC75hzx4DLeYU%2FtZAhs%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/kpeAot1GwrHfHslj4hcJEyVdiQvKVG3a0bQXx1ERn7o%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/kpeAot1GwrHfHslj4hcJEyVdiQvKVG3a0bQXx1ERn7o%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/kpeAot1GwrHfHslj4hcJEyVdiQvKVG3a0bQXx1ERn7o%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/%2FEmb%2B%2FduVWkOJrRcZWoRMF6TTLig7Qm2uAa7A%2B78ghA%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/%2FEmb%2B%2FduVWkOJrRcZWoRMF6TTLig7Qm2uAa7A%2B78ghA%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/%2FEmb%2B%2FduVWkOJrRcZWoRMF6TTLig7Qm2uAa7A%2B78ghA%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/lpSbYYTpxt5zyFPhLE5PlvwDpVyNc2B3kULVJzvg6%2B4%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/lpSbYYTpxt5zyFPhLE5PlvwDpVyNc2B3kULVJzvg6%2B4%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/lpSbYYTpxt5zyFPhLE5PlvwDpVyNc2B3kULVJzvg6%2B4%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/rySbdfEfwrB779vaMkVIyj%2BABqAS%2BgtUUBu4dkB4J6A%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/rySbdfEfwrB779vaMkVIyj%2BABqAS%2BgtUUBu4dkB4J6A%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/rySbdfEfwrB779vaMkVIyj%2BABqAS%2BgtUUBu4dkB4J6A%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/oJd6y005JyUgaUAFQ6GgvvLGzc467muipcNv7aXTB%2F0%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/oJd6y005JyUgaUAFQ6GgvvLGzc467muipcNv7aXTB%2F0%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/oJd6y005JyUgaUAFQ6GgvvLGzc467muipcNv7aXTB%2F0%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/VYwTeujSQh1Gss7XDcPY61SmNUSlOTCzClVbdoYAHJE%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/VYwTeujSQh1Gss7XDcPY61SmNUSlOTCzClVbdoYAHJE%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/VYwTeujSQh1Gss7XDcPY61SmNUSlOTCzClVbdoYAHJE%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/JVUTiGfvsBPpaY2QLvpiW%2Bx0rWNh6Tlj0QXu2TOSbGY%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/JVUTiGfvsBPpaY2QLvpiW%2Bx0rWNh6Tlj0QXu2TOSbGY%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/JVUTiGfvsBPpaY2QLvpiW%2Bx0rWNh6Tlj0QXu2TOSbGY%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/z2ct%2BVoKX1r9xRSP%2FGYmKyUmhGtAlSmS7FrBHQz1i6E%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/z2ct%2BVoKX1r9xRSP%2FGYmKyUmhGtAlSmS7FrBHQz1i6E%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/z2ct%2BVoKX1r9xRSP%2FGYmKyUmhGtAlSmS7FrBHQz1i6E%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/5djSGONTPUXLvVbL1YNge3qvQFN9YVYlb3QwlvbvfEU%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/5djSGONTPUXLvVbL1YNge3qvQFN9YVYlb3QwlvbvfEU%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/5djSGONTPUXLvVbL1YNge3qvQFN9YVYlb3QwlvbvfEU%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/LWwdIdB4NUHFdmDaq2YoB5EqjWD9BIm2i0npsi3fE0o%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/LWwdIdB4NUHFdmDaq2YoB5EqjWD9BIm2i0npsi3fE0o%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/LWwdIdB4NUHFdmDaq2YoB5EqjWD9BIm2i0npsi3fE0o%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/sy4b7%2F3q3vGmQUg9OE%2F4gm%2FnVaSA36EeIqyCcnYi4M8%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/sy4b7%2F3q3vGmQUg9OE%2F4gm%2FnVaSA36EeIqyCcnYi4M8%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/sy4b7%2F3q3vGmQUg9OE%2F4gm%2FnVaSA36EeIqyCcnYi4M8%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/gQYVKIPGaIxZIIuE90qThxaJvZJZw2sECpusZyMP5ME%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/gQYVKIPGaIxZIIuE90qThxaJvZJZw2sECpusZyMP5ME%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/gQYVKIPGaIxZIIuE90qThxaJvZJZw2sECpusZyMP5ME%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/yopZ8hFGsieV4Tw74UQx3ta7ZTBGwOr0lvzfSVdok8w%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/yopZ8hFGsieV4Tw74UQx3ta7ZTBGwOr0lvzfSVdok8w%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/yopZ8hFGsieV4Tw74UQx3ta7ZTBGwOr0lvzfSVdok8w%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/p8QJ1CS%2FUy4JsZzAfC4gp9lblDmY9lv4EPY5LPA1jdo%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/p8QJ1CS%2FUy4JsZzAfC4gp9lblDmY9lv4EPY5LPA1jdo%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/p8QJ1CS%2FUy4JsZzAfC4gp9lblDmY9lv4EPY5LPA1jdo%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/x8RELOMsvCzPJXs2%2BuGp6tUMSIzdxC%2FSRUta7acbbZ4%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/x8RELOMsvCzPJXs2%2BuGp6tUMSIzdxC%2FSRUta7acbbZ4%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/x8RELOMsvCzPJXs2%2BuGp6tUMSIzdxC%2FSRUta7acbbZ4%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/2brsrAkktIi9NilQNTT8ppOc5Gbl17tffhdX0aeFCoI%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/2brsrAkktIi9NilQNTT8ppOc5Gbl17tffhdX0aeFCoI%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/2brsrAkktIi9NilQNTT8ppOc5Gbl17tffhdX0aeFCoI%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/Pp8lPMJPMU%2Fg1eelJlUn1gggLBKxNX2QhrjbNVWCbyI%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/Pp8lPMJPMU%2Fg1eelJlUn1gggLBKxNX2QhrjbNVWCbyI%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/Pp8lPMJPMU%2Fg1eelJlUn1gggLBKxNX2QhrjbNVWCbyI%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/47DEQpj8HBSa%2B%2FTImW%2B5JCeuQeRkm5NMpJWZG3hSuFU%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/47DEQpj8HBSa%2B%2FTImW%2B5JCeuQeRkm5NMpJWZG3hSuFU%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/47DEQpj8HBSa%2B%2FTImW%2B5JCeuQeRkm5NMpJWZG3hSuFU%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/60oKn5%2FPS0PBO8N14aS8JzAQUMnMRqyMbkNBTnJTCH8%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/60oKn5%2FPS0PBO8N14aS8JzAQUMnMRqyMbkNBTnJTCH8%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/60oKn5%2FPS0PBO8N14aS8JzAQUMnMRqyMbkNBTnJTCH8%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/xvUv8bQ7fzE4XXu73K9RYSkhe0GeeOPKqo3J2BlBH4c%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/xvUv8bQ7fzE4XXu73K9RYSkhe0GeeOPKqo3J2BlBH4c%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/xvUv8bQ7fzE4XXu73K9RYSkhe0GeeOPKqo3J2BlBH4c%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/xiokJ09WttZwKc3d%2FhV6IqkEKeWLg9lWE0%2FbWOTxClg%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/xiokJ09WttZwKc3d%2FhV6IqkEKeWLg9lWE0%2FbWOTxClg%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/xiokJ09WttZwKc3d%2FhV6IqkEKeWLg9lWE0%2FbWOTxClg%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/wWL1jZH9TMxilFxiMeVIUsPHWxbeFX5CJNJtHZ0Yv%2Bg%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/wWL1jZH9TMxilFxiMeVIUsPHWxbeFX5CJNJtHZ0Yv%2Bg%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/wWL1jZH9TMxilFxiMeVIUsPHWxbeFX5CJNJtHZ0Yv%2Bg%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/QG6s8ffvRksUj4CoqMfqKsmzKCDVZOMJS4Z%2BhjD4sko%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/QG6s8ffvRksUj4CoqMfqKsmzKCDVZOMJS4Z%2BhjD4sko%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/QG6s8ffvRksUj4CoqMfqKsmzKCDVZOMJS4Z%2BhjD4sko%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/Cs%2FL%2BOBmRgENBqKnXY5%2FOJ44hDv7z%2B18UB%2Bdln6zuFs%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/Cs%2FL%2BOBmRgENBqKnXY5%2FOJ44hDv7z%2B18UB%2Bdln6zuFs%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/Cs%2FL%2BOBmRgENBqKnXY5%2FOJ44hDv7z%2B18UB%2Bdln6zuFs%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/HkkywhhDQrAzn7Dz6sRR9c4DiBK6MpCD86BkvtJB5SE%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/HkkywhhDQrAzn7Dz6sRR9c4DiBK6MpCD86BkvtJB5SE%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/HkkywhhDQrAzn7Dz6sRR9c4DiBK6MpCD86BkvtJB5SE%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/kpaWI2p5pMdbuxPJnq3QBXQZedGFfh9o18RGgBafeb0%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/kpaWI2p5pMdbuxPJnq3QBXQZedGFfh9o18RGgBafeb0%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/kpaWI2p5pMdbuxPJnq3QBXQZedGFfh9o18RGgBafeb0%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/3vWQ0f6tRdZRM4YjJSPrQBPdMi7QlJxHoeN4gO8VZXc%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/3vWQ0f6tRdZRM4YjJSPrQBPdMi7QlJxHoeN4gO8VZXc%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/3vWQ0f6tRdZRM4YjJSPrQBPdMi7QlJxHoeN4gO8VZXc%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/lvpl17wtiXNsQEGVLgL5hcq22Jkm53kZrj6t5p3iWQ4%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/lvpl17wtiXNsQEGVLgL5hcq22Jkm53kZrj6t5p3iWQ4%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/lvpl17wtiXNsQEGVLgL5hcq22Jkm53kZrj6t5p3iWQ4%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/0gUfpA5HMCps0QY%2BoMxb%2BJSq%2BoBIWs62g2C4f%2BxJCoU%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/0gUfpA5HMCps0QY%2BoMxb%2BJSq%2BoBIWs62g2C4f%2BxJCoU%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/0gUfpA5HMCps0QY%2BoMxb%2BJSq%2BoBIWs62g2C4f%2BxJCoU%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/0zWQjjAb1k%2BvCeEvpXjWHop85BXoVhKUsw%2BqmHl0U%2B4%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/0zWQjjAb1k%2BvCeEvpXjWHop85BXoVhKUsw%2BqmHl0U%2B4%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/0zWQjjAb1k%2BvCeEvpXjWHop85BXoVhKUsw%2BqmHl0U%2B4%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/EArfY4qBP1HFoEdjBizqqABDObYPmGCn5HWa0eEEElo%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/EArfY4qBP1HFoEdjBizqqABDObYPmGCn5HWa0eEEElo%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/EArfY4qBP1HFoEdjBizqqABDObYPmGCn5HWa0eEEElo%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/content/719727995853443072/_ustadmanifest.json ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/content/719727995853443072/_ustadmanifest.json ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?B}FINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/content/719727995853443072/_ustadmanifest.json ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #6 : SQLite Change Tracker: Changed tables=[TransferJob, TransferJobItem] ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER EnqueueBlobUploadClientUseCaseJvm$invoke - EnqueueBlobUploadClientUseCase(183bfa6f-1fa5-4420-928c-77abc2f4de55): scheduled job #1 via quartz ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DoorLog - [DoorRepositoryReplicationClient - http://localhost:46683/UmAppDatabase/ - endpoint=http://localhost:46683/UmAppDatabase/] init ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:46683/UmAppDatabase/replication/ackAndGetPendingReplications ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: GET http://localhost:46683/UmAppDatabase/replication/sse?door-node=6041139237879781950%2F0c7edf9d-e03b-4c45-96b5-3bef85ac89f7 ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/UmAppDatabase/replication/sse?door-node=6041139237879781950%2F0c7edf9d-e03b-4c45-96b5-3bef85ac89f7 ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/UmAppDatabase/replication/sse?door-node=6041139237879781950%2F0c7edf9d-e03b-4c45-96b5-3bef85ac89f7 ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): MISS http://localhost:46683/UmAppDatabase/replication/sse?door-node=6041139237879781950%2F0c7edf9d-e03b-4c45-96b5-3bef85ac89f7 ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #8 : SQLite Change Tracker: Changed tables=[PendingRepositorySession] ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BZFINE: FINER BlobUploadClientUseCaseJvm$invoke - BlobUploadClientUseCaseJvm (#1): starting ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/T6uQJbiizni1qK8zT4b1x46g0ck9NyM05rMKufLI2FI%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/T6uQJbiizni1qK8zT4b1x46g0ck9NyM05rMKufLI2FI%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/T6uQJbiizni1qK8zT4b1x46g0ck9NyM05rMKufLI2FI%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/bjwfnGlRbxR6w41vOplXXSsJlK%2FkQzJuwiG9Vdr2PBI%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/bjwfnGlRbxR6w41vOplXXSsJlK%2FkQzJuwiG9Vdr2PBI%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/bjwfnGlRbxR6w41vOplXXSsJlK%2FkQzJuwiG9Vdr2PBI%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/GbEzhDlg2eOkUS0yhbQRdkYN7%2BExqlN1jS7v1KfVVxw%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/GbEzhDlg2eOkUS0yhbQRdkYN7%2BExqlN1jS7v1KfVVxw%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/GbEzhDlg2eOkUS0yhbQRdkYN7%2BExqlN1jS7v1KfVVxw%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/ftJMBUMkAxFzcokVQ%2FDLankiEAkZ564HfB8%2Fr2dljcI%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/ftJMBUMkAxFzcokVQ%2FDLankiEAkZ564HfB8%2Fr2dljcI%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/ftJMBUMkAxFzcokVQ%2FDLankiEAkZ564HfB8%2Fr2dljcI%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/4hns6PTT5KxFXvMc06fHtQV%2BpooQmTf8JrA8bpnukyI%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/4hns6PTT5KxFXvMc06fHtQV%2BpooQmTf8JrA8bpnukyI%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/4hns6PTT5KxFXvMc06fHtQV%2BpooQmTf8JrA8bpnukyI%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/1nBB%2Fl1Q7vnvZxZDlo985rEw6qqqLOTUlrGNCjOuuHs%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/1nBB%2Fl1Q7vnvZxZDlo985rEw6qqqLOTUlrGNCjOuuHs%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/1nBB%2Fl1Q7vnvZxZDlo985rEw6qqqLOTUlrGNCjOuuHs%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/e1pDIPug1Mj3kydkW0ucyHWi7GF6VX6Em4E5GOtzNJk%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/e1pDIPug1Mj3kydkW0ucyHWi7GF6VX6Em4E5GOtzNJk%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/e1pDIPug1Mj3kydkW0ucyHWi7GF6VX6Em4E5GOtzNJk%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/yBLdyeR10%2BZdaKaztYnOWYoqW6u3r8VUd9WSFcSjikA%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/yBLdyeR10%2BZdaKaztYnOWYoqW6u3r8VUd9WSFcSjikA%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/yBLdyeR10%2BZdaKaztYnOWYoqW6u3r8VUd9WSFcSjikA%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/%2F4Ku7WubtnAWlshNGyI9Lmgut4yJEXpDjObP6oxJiZU%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/%2F4Ku7WubtnAWlshNGyI9Lmgut4yJEXpDjObP6oxJiZU%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/%2F4Ku7WubtnAWlshNGyI9Lmgut4yJEXpDjObP6oxJiZU%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/hNkB8eW5RIdaNUrvVRKRFRxo07hZCB8p7k8hiRJnOmU%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/hNkB8eW5RIdaNUrvVRKRFRxo07hZCB8p7k8hiRJnOmU%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/hNkB8eW5RIdaNUrvVRKRFRxo07hZCB8p7k8hiRJnOmU%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/wNCC8cHq2llme5T359p2aAVxgnZy1xD02zehmxYfzrQ%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/wNCC8cHq2llme5T359p2aAVxgnZy1xD02zehmxYfzrQ%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/wNCC8cHq2llme5T359p2aAVxgnZy1xD02zehmxYfzrQ%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/JakG3baTnxBZ0ygCbLpNeqUSpupufejv3CEJsk8lGjM%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/JakG3baTnxBZ0ygCbLpNeqUSpupufejv3CEJsk8lGjM%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/JakG3baTnxBZ0ygCbLpNeqUSpupufejv3CEJsk8lGjM%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/Tyj1ZbAw3I%2BjTnYcRMap00SSDE8uimpYNpM%2FV1r5TQc%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/Tyj1ZbAw3I%2BjTnYcRMap00SSDE8uimpYNpM%2FV1r5TQc%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/Tyj1ZbAw3I%2BjTnYcRMap00SSDE8uimpYNpM%2FV1r5TQc%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/5d4Gn7Lje7djT1HHt6jjcg%2BHKH9wgn2vEpJCSjuX6z4%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/5d4Gn7Lje7djT1HHt6jjcg%2BHKH9wgn2vEpJCSjuX6z4%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/5d4Gn7Lje7djT1HHt6jjcg%2BHKH9wgn2vEpJCSjuX6z4%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/k65pd4r52nGCR800CqwX9ekYeR56pcNyD6PKQm5ECMY%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/k65pd4r52nGCR800CqwX9ekYeR56pcNyD6PKQm5ECMY%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/k65pd4r52nGCR800CqwX9ekYeR56pcNyD6PKQm5ECMY%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/MZikNKgl2FhWpW23NSSFUT1wOPqRV060fcrD6oKsRao%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/MZikNKgl2FhWpW23NSSFUT1wOPqRV060fcrD6oKsRao%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/MZikNKgl2FhWpW23NSSFUT1wOPqRV060fcrD6oKsRao%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/qGvsfW4NaWJUAV8k%2BjAgxyt68uSYkM8Zvl4iO07eQSw%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/qGvsfW4NaWJUAV8k%2BjAgxyt68uSYkM8Zvl4iO07eQSw%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/qGvsfW4NaWJUAV8k%2BjAgxyt68uSYkM8Zvl4iO07eQSw%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/jT7lEK6lwyBhlTHcKRWFJqu7C0gPdwvq0cKmMsrO3o4%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/jT7lEK6lwyBhlTHcKRWFJqu7C0gPdwvq0cKmMsrO3o4%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/jT7lEK6lwyBhlTHcKRWFJqu7C0gPdwvq0cKmMsrO3o4%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/Au%2B2IdPCR1K6fzgi%2BwM5XKVYY8AZh6QiVWhS%2FNgRMNU%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/Au%2B2IdPCR1K6fzgi%2BwM5XKVYY8AZh6QiVWhS%2FNgRMNU%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/Au%2B2IdPCR1K6fzgi%2BwM5XKVYY8AZh6QiVWhS%2FNgRMNU%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/SQzRpZj429D6cW3daoNAw3eqvBYSS2ns7TItpaMlHT8%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/SQzRpZj429D6cW3daoNAw3eqvBYSS2ns7TItpaMlHT8%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/SQzRpZj429D6cW3daoNAw3eqvBYSS2ns7TItpaMlHT8%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/WdACppPgOH8BBO0iigwsrmWMy17E3kScuTWoKjWTy%2Fw%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/WdACppPgOH8BBO0iigwsrmWMy17E3kScuTWoKjWTy%2Fw%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/WdACppPgOH8BBO0iigwsrmWMy17E3kScuTWoKjWTy%2Fw%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/7vs8uqNXfk02HCNxgA9IXzTGWczwRxAXgvYRXQZHT3w%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/7vs8uqNXfk02HCNxgA9IXzTGWczwRxAXgvYRXQZHT3w%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/7vs8uqNXfk02HCNxgA9IXzTGWczwRxAXgvYRXQZHT3w%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/b0rPNEXzpQ22OFjtaC11asx2j0%2BhLr7cAomd3VO69e0%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/b0rPNEXzpQ22OFjtaC11asx2j0%2BhLr7cAomd3VO69e0%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/b0rPNEXzpQ22OFjtaC11asx2j0%2BhLr7cAomd3VO69e0%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/Oq8Qt4f%2FpNdOtT7Cz%2FP1buRr1KXcoKQUW%2BC9lCFg8YQ%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/Oq8Qt4f%2FpNdOtT7Cz%2FP1buRr1KXcoKQUW%2BC9lCFg8YQ%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/Oq8Qt4f%2FpNdOtT7Cz%2FP1buRr1KXcoKQUW%2BC9lCFg8YQ%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/yzJGqJtjyxHYqHNh51kOeZtaOIra3Ks3%2B1GBRu4D0%2BQ%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/yzJGqJtjyxHYqHNh51kOeZtaOIra3Ks3%2B1GBRu4D0%2BQ%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/yzJGqJtjyxHYqHNh51kOeZtaOIra3Ks3%2B1GBRu4D0%2BQ%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/b%2FpemT3AQtkcxWYfWDVJk2%2FkTkEqjdt%2BoehmTIE02AM%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/b%2FpemT3AQtkcxWYfWDVJk2%2FkTkEqjdt%2BoehmTIE02AM%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/b%2FpemT3AQtkcxWYfWDVJk2%2FkTkEqjdt%2BoehmTIE02AM%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/mfov8Hrp8eJ57UpQUEJ%2B8RVeKjq45a8ngANpAaLYR6w%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/mfov8Hrp8eJ57UpQUEJ%2B8RVeKjq45a8ngANpAaLYR6w%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/mfov8Hrp8eJ57UpQUEJ%2B8RVeKjq45a8ngANpAaLYR6w%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/7xF1FYDJR0vQb3gRCLf5zGPh50%2B3WuGOhPKs9utqGUE%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/7xF1FYDJR0vQb3gRCLf5zGPh50%2B3WuGOhPKs9utqGUE%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/7xF1FYDJR0vQb3gRCLf5zGPh50%2B3WuGOhPKs9utqGUE%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/s%2BjWsJZ%2F9ShpZSiPQWSmovDOpcmVTDAObwrxxK3lcHc%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/s%2BjWsJZ%2F9ShpZSiPQWSmovDOpcmVTDAObwrxxK3lcHc%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/s%2BjWsJZ%2F9ShpZSiPQWSmovDOpcmVTDAObwrxxK3lcHc%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/MpD8uvv86rzRXumzeeIEP9dkvgCqNH4BgNx%2Bu3BdkYQ%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/MpD8uvv86rzRXumzeeIEP9dkvgCqNH4BgNx%2Bu3BdkYQ%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/MpD8uvv86rzRXumzeeIEP9dkvgCqNH4BgNx%2Bu3BdkYQ%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/s9HqB4agwbGesiE3QlUHeYBRLelpFY4r8WgsGxlH3Qo%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/s9HqB4agwbGesiE3QlUHeYBRLelpFY4r8WgsGxlH3Qo%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/s9HqB4agwbGesiE3QlUHeYBRLelpFY4r8WgsGxlH3Qo%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/UKuxu3Hz%2BfGYRK1HeAzq8IUine8lfc8wmfa4xX1FqNk%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/UKuxu3Hz%2BfGYRK1HeAzq8IUine8lfc8wmfa4xX1FqNk%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/UKuxu3Hz%2BfGYRK1HeAzq8IUine8lfc8wmfa4xX1FqNk%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/3NOfayEFEmNxtWcImQh5OHnRGSetW1NnAmZP8xt%2FTEE%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/3NOfayEFEmNxtWcImQh5OHnRGSetW1NnAmZP8xt%2FTEE%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/3NOfayEFEmNxtWcImQh5OHnRGSetW1NnAmZP8xt%2FTEE%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/Rq39aiLMuqiP%2B0mPmeCr0C2QflhXTn%2F%2FNEPZaPtsh7s%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/Rq39aiLMuqiP%2B0mPmeCr0C2QflhXTn%2F%2FNEPZaPtsh7s%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/Rq39aiLMuqiP%2B0mPmeCr0C2QflhXTn%2F%2FNEPZaPtsh7s%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/PjfwUp1%2Bw6kzto%2B92J5gCGOUXTWvFUUHmzECFE26ZTI%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?B}FINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: GET http://localhost:46683/UmAppDatabase/replication/nodeId ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BmINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/UmAppDatabase/replication/nodeId ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BmINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/UmAppDatabase/replication/nodeId ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/PjfwUp1%2Bw6kzto%2B92J5gCGOUXTWvFUUHmzECFE26ZTI%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/PjfwUp1%2Bw6kzto%2B92J5gCGOUXTWvFUUHmzECFE26ZTI%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/h%2BjhrR%2B2SJw3n6swaOU2A8b3QZHrKvXk3vxMgmuJI48%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/h%2BjhrR%2B2SJw3n6swaOU2A8b3QZHrKvXk3vxMgmuJI48%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/h%2BjhrR%2B2SJw3n6swaOU2A8b3QZHrKvXk3vxMgmuJI48%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/vGluaw0k9XeZTNkXi2DMNSp4SAI6Mpq0chcOqfhROgo%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/vGluaw0k9XeZTNkXi2DMNSp4SAI6Mpq0chcOqfhROgo%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/vGluaw0k9XeZTNkXi2DMNSp4SAI6Mpq0chcOqfhROgo%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BjFINE: FINER UstadCache - UstadCache(client): MISS http://localhost:46683/UmAppDatabase/replication/nodeId ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/2HtvcBRqQjS2JXOH5QQ9utn6ppsaI1mFBHfAO7S2ccI%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/2HtvcBRqQjS2JXOH5QQ9utn6ppsaI1mFBHfAO7S2ccI%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/2HtvcBRqQjS2JXOH5QQ9utn6ppsaI1mFBHfAO7S2ccI%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/sHX8VAaCnEAbmKOODXx8XwsoiVmNERxdjjnDxegBg8s%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/sHX8VAaCnEAbmKOODXx8XwsoiVmNERxdjjnDxegBg8s%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/sHX8VAaCnEAbmKOODXx8XwsoiVmNERxdjjnDxegBg8s%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/Io0MLdilHmozLkMugHE9pOBHQ0GoWK2Ad%2BKk1mN4QiY%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/Io0MLdilHmozLkMugHE9pOBHQ0GoWK2Ad%2BKk1mN4QiY%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/Io0MLdilHmozLkMugHE9pOBHQ0GoWK2Ad%2BKk1mN4QiY%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/kTthmgm8PGGYjMHstF6NYIjf3CLWmwpKOi4l3MdMEtg%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/kTthmgm8PGGYjMHstF6NYIjf3CLWmwpKOi4l3MdMEtg%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/kTthmgm8PGGYjMHstF6NYIjf3CLWmwpKOi4l3MdMEtg%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/eYHHnwyecTXEwTD51UOV4ep3iOXp7UijenqWFiHPj7w%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/eYHHnwyecTXEwTD51UOV4ep3iOXp7UijenqWFiHPj7w%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/eYHHnwyecTXEwTD51UOV4ep3iOXp7UijenqWFiHPj7w%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/XNfsFzpMGtyUb4cp%2BZP4sbwRpfi%2BBGbF07psv2MPtA4%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/XNfsFzpMGtyUb4cp%2BZP4sbwRpfi%2BBGbF07psv2MPtA4%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/XNfsFzpMGtyUb4cp%2BZP4sbwRpfi%2BBGbF07psv2MPtA4%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/GslQZC%2FV0B6kfy34jVZWRceF2QhHWG6YmuW5qqEmeu8%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/GslQZC%2FV0B6kfy34jVZWRceF2QhHWG6YmuW5qqEmeu8%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - OKHttp-CacheInterceptor: NOSTORE http://localhost:46683/UmAppDatabase/replication/sse?door-node=6041139237879781950%2F0c7edf9d-e03b-4c45-96b5-3bef85ac89f7 200 OK (contentType=text/event-stream; charset=UTF-8, content-encoding=null content-length=-1) ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/GslQZC%2FV0B6kfy34jVZWRceF2QhHWG6YmuW5qqEmeu8%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/mvg3xbJ3LnwZdOssam2%2BvdSJ1%2FLWFX7%2FlxFJVciB6lg%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/mvg3xbJ3LnwZdOssam2%2BvdSJ1%2FLWFX7%2FlxFJVciB6lg%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/mvg3xbJ3LnwZdOssam2%2BvdSJ1%2FLWFX7%2FlxFJVciB6lg%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/MAqsHQLxvTtVgSONw2nt%2Bi52FKAKxkPqHKZN3dVehag%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/MAqsHQLxvTtVgSONw2nt%2Bi52FKAKxkPqHKZN3dVehag%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/MAqsHQLxvTtVgSONw2nt%2Bi52FKAKxkPqHKZN3dVehag%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/iLrog15kL9bl86CzWtk92zSVko7oOALiUGQ8de0aZAE%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/iLrog15kL9bl86CzWtk92zSVko7oOALiUGQ8de0aZAE%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/iLrog15kL9bl86CzWtk92zSVko7oOALiUGQ8de0aZAE%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/82XHZdU1kTgwewOyJbFyMVK0zesRRj2xRJpu92yJxx4%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/82XHZdU1kTgwewOyJbFyMVK0zesRRj2xRJpu92yJxx4%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/82XHZdU1kTgwewOyJbFyMVK0zesRRj2xRJpu92yJxx4%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/Q%2Fy6R172KY9YPbOiNMSixqoh8QjGcQtM%2BrFsRKO2bE8%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/Q%2Fy6R172KY9YPbOiNMSixqoh8QjGcQtM%2BrFsRKO2bE8%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/Q%2Fy6R172KY9YPbOiNMSixqoh8QjGcQtM%2BrFsRKO2bE8%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/vBVhVK0Ik2c9Bvwl%2BlAPy96DxOyTL2%2BkeUcQmCA%2Frq0%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/vBVhVK0Ik2c9Bvwl%2BlAPy96DxOyTL2%2BkeUcQmCA%2Frq0%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/vBVhVK0Ik2c9Bvwl%2BlAPy96DxOyTL2%2BkeUcQmCA%2Frq0%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/%2Fx3Wsw8%2BwpZRU2JIVcrL33nrHQV17lCsxuRemUqet54%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/%2Fx3Wsw8%2BwpZRU2JIVcrL33nrHQV17lCsxuRemUqet54%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/%2Fx3Wsw8%2BwpZRU2JIVcrL33nrHQV17lCsxuRemUqet54%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/8NYR%2FhsIIjp%2FPKQLuUNyeWjGcw9Ffd0e82E28xODp0k%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/8NYR%2FhsIIjp%2FPKQLuUNyeWjGcw9Ffd0e82E28xODp0k%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/8NYR%2FhsIIjp%2FPKQLuUNyeWjGcw9Ffd0e82E28xODp0k%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/oPQ1dcUBafEmFbVhtQHHEJeUFzCkPST6bxu3%2BWONWHQ%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/oPQ1dcUBafEmFbVhtQHHEJeUFzCkPST6bxu3%2BWONWHQ%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/oPQ1dcUBafEmFbVhtQHHEJeUFzCkPST6bxu3%2BWONWHQ%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/K2Fsusn6qjgL725CJL7ByzgpD7DwK1Hv1Qc9nUTRvs0%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/K2Fsusn6qjgL725CJL7ByzgpD7DwK1Hv1Qc9nUTRvs0%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/K2Fsusn6qjgL725CJL7ByzgpD7DwK1Hv1Qc9nUTRvs0%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/cR3Bmvjb8RQpKsAuwqDiUYfIXyFSmzGtyfnorloVx0Y%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/cR3Bmvjb8RQpKsAuwqDiUYfIXyFSmzGtyfnorloVx0Y%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/cR3Bmvjb8RQpKsAuwqDiUYfIXyFSmzGtyfnorloVx0Y%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/tnKOTsJNsJ1igF6lTizkpOyMKbYWZe%2BdVsGZzjKfNTc%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/tnKOTsJNsJ1igF6lTizkpOyMKbYWZe%2BdVsGZzjKfNTc%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/tnKOTsJNsJ1igF6lTizkpOyMKbYWZe%2BdVsGZzjKfNTc%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/cTsr7j2oAImJK1yXqd0DLIulEmVnqZ5h5n0Tb5MbXdA%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/cTsr7j2oAImJK1yXqd0DLIulEmVnqZ5h5n0Tb5MbXdA%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/cTsr7j2oAImJK1yXqd0DLIulEmVnqZ5h5n0Tb5MbXdA%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/lxzYcB9KSB%2FYkf7kHHM4ZRcTEbModiVoT3lAhJxL3mA%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/lxzYcB9KSB%2FYkf7kHHM4ZRcTEbModiVoT3lAhJxL3mA%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/lxzYcB9KSB%2FYkf7kHHM4ZRcTEbModiVoT3lAhJxL3mA%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/Xl43QDLBGMM83V4fnX0WJXFd3Q96UrVudQC4xpaoApY%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/Xl43QDLBGMM83V4fnX0WJXFd3Q96UrVudQC4xpaoApY%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/Xl43QDLBGMM83V4fnX0WJXFd3Q96UrVudQC4xpaoApY%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/vx6kIK92xNpSxNN78Ud5xEGiuWVgncmo8IDc9M8XCDQ%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/vx6kIK92xNpSxNN78Ud5xEGiuWVgncmo8IDc9M8XCDQ%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/vx6kIK92xNpSxNN78Ud5xEGiuWVgncmo8IDc9M8XCDQ%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/Cxs1ShEiNfLO%2FU%2Fvt3ziCc6g7XCCt3cXpLKqS0NW9p0%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/Cxs1ShEiNfLO%2FU%2Fvt3ziCc6g7XCCt3cXpLKqS0NW9p0%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/Cxs1ShEiNfLO%2FU%2Fvt3ziCc6g7XCCt3cXpLKqS0NW9p0%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/hFJej7TOyIrYzsvgtguZHnlcWMcsq3KtS9FiLm3ykCo%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/hFJej7TOyIrYzsvgtguZHnlcWMcsq3KtS9FiLm3ykCo%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/hFJej7TOyIrYzsvgtguZHnlcWMcsq3KtS9FiLm3ykCo%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/I9vIlkggX1UGSnA11062utk2y8IszUXgQgfJOO6C6so%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/I9vIlkggX1UGSnA11062utk2y8IszUXgQgfJOO6C6so%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/I9vIlkggX1UGSnA11062utk2y8IszUXgQgfJOO6C6so%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/dlAewQPKn9t0EDFTEm5ltRQT%2BWrMBBErX1LZM6zfIc0%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/dlAewQPKn9t0EDFTEm5ltRQT%2BWrMBBErX1LZM6zfIc0%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/dlAewQPKn9t0EDFTEm5ltRQT%2BWrMBBErX1LZM6zfIc0%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - OKHttp-CacheInterceptor: NOSTORE http://localhost:46683/UmAppDatabase/replication/nodeId 204 No Content (contentType=text/plain, content-encoding=null content-length=-1) ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/ufoN52SamhFb3h2azBHykXR1pPhx5QzT55ir8wOLVBM%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/ufoN52SamhFb3h2azBHykXR1pPhx5QzT55ir8wOLVBM%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/ufoN52SamhFb3h2azBHykXR1pPhx5QzT55ir8wOLVBM%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/8l%2BWWVo6WOTD7pS09FmTYwoB2tptGH20X90e5TTJGQ0%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/8l%2BWWVo6WOTD7pS09FmTYwoB2tptGH20X90e5TTJGQ0%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/8l%2BWWVo6WOTD7pS09FmTYwoB2tptGH20X90e5TTJGQ0%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/%2BIRZ4%2F%2FV1GOWQ9KLtbzgE%2BNbhhRBycosRc64B97TKj4%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/%2BIRZ4%2F%2FV1GOWQ9KLtbzgE%2BNbhhRBycosRc64B97TKj4%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/%2BIRZ4%2F%2FV1GOWQ9KLtbzgE%2BNbhhRBycosRc64B97TKj4%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/V%2BlxWB0nxel8r7ylMgw556l%2FVPsMO29I16T%2FDgO8NMQ%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/V%2BlxWB0nxel8r7ylMgw556l%2FVPsMO29I16T%2FDgO8NMQ%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/V%2BlxWB0nxel8r7ylMgw556l%2FVPsMO29I16T%2FDgO8NMQ%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/uYW3KrfsznrSIuqFkNUXxHUg0ZmpkuJvVYdtP2k6nAk%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/uYW3KrfsznrSIuqFkNUXxHUg0ZmpkuJvVYdtP2k6nAk%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/uYW3KrfsznrSIuqFkNUXxHUg0ZmpkuJvVYdtP2k6nAk%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/pLIQYQAGGG6QDQPjEpjz67VyhV5phLnyxGKkUWIhm88%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/pLIQYQAGGG6QDQPjEpjz67VyhV5phLnyxGKkUWIhm88%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/pLIQYQAGGG6QDQPjEpjz67VyhV5phLnyxGKkUWIhm88%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/Wmgp%2B1s82IIY%2BjX9o7lYcOJS1QrGlZC0PpACTzQwl6M%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/Wmgp%2B1s82IIY%2BjX9o7lYcOJS1QrGlZC0PpACTzQwl6M%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/Wmgp%2B1s82IIY%2BjX9o7lYcOJS1QrGlZC0PpACTzQwl6M%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/sHxTh3q3%2BdRVnFM3sxrWUzQpjAIWUYJijIDhezhkH6s%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/sHxTh3q3%2BdRVnFM3sxrWUzQpjAIWUYJijIDhezhkH6s%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/sHxTh3q3%2BdRVnFM3sxrWUzQpjAIWUYJijIDhezhkH6s%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/Y3nFU5%2FVYE71u5aj3293uK2rbUrlZ%2FwwvObLZ8QhuYQ%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/Y3nFU5%2FVYE71u5aj3293uK2rbUrlZ%2FwwvObLZ8QhuYQ%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/Y3nFU5%2FVYE71u5aj3293uK2rbUrlZ%2FwwvObLZ8QhuYQ%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/zBbaSmjEFvS6KUk8SEwgYyykdXC%2BUFyhY9%2F%2FLwqO8Z0%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/zBbaSmjEFvS6KUk8SEwgYyykdXC%2BUFyhY9%2F%2FLwqO8Z0%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/zBbaSmjEFvS6KUk8SEwgYyykdXC%2BUFyhY9%2F%2FLwqO8Z0%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/u%2BLJFVTcY%2FMEnXDPx%2FjDr74kdKvSL0fNYsVaoucWMS0%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/u%2BLJFVTcY%2FMEnXDPx%2FjDr74kdKvSL0fNYsVaoucWMS0%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/u%2BLJFVTcY%2FMEnXDPx%2FjDr74kdKvSL0fNYsVaoucWMS0%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/eo8K7m5KF0iRfYzWDplfji%2FfxUb9GlUHqqY6IuMrLc4%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/eo8K7m5KF0iRfYzWDplfji%2FfxUb9GlUHqqY6IuMrLc4%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/eo8K7m5KF0iRfYzWDplfji%2FfxUb9GlUHqqY6IuMrLc4%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/%2FqULHYInAHdVBa5R1l938NaG9Ty3HotFmPBFK%2Fx8URU%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/%2FqULHYInAHdVBa5R1l938NaG9Ty3HotFmPBFK%2Fx8URU%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/%2FqULHYInAHdVBa5R1l938NaG9Ty3HotFmPBFK%2Fx8URU%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/ym1yKJRZWSDtpc56Uj7RFG1W6oCf5N5WCmZbqjHEbE4%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/ym1yKJRZWSDtpc56Uj7RFG1W6oCf5N5WCmZbqjHEbE4%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/ym1yKJRZWSDtpc56Uj7RFG1W6oCf5N5WCmZbqjHEbE4%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/C1W33ZET4v%2BaPIkE7LOO6lFWDtV5OqhnAlLv4wfGAUU%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/C1W33ZET4v%2BaPIkE7LOO6lFWDtV5OqhnAlLv4wfGAUU%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/C1W33ZET4v%2BaPIkE7LOO6lFWDtV5OqhnAlLv4wfGAUU%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/jGvo9dP2a%2BkzienoeQzWSLnGKfWhYB2XjsFOuELmW28%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/jGvo9dP2a%2BkzienoeQzWSLnGKfWhYB2XjsFOuELmW28%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/jGvo9dP2a%2BkzienoeQzWSLnGKfWhYB2XjsFOuELmW28%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/%2BF9Tlt29TsSXmyq%2FWyZ63J8R6bqXkujcv5KBRzPQ%2BWU%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/%2BF9Tlt29TsSXmyq%2FWyZ63J8R6bqXkujcv5KBRzPQ%2BWU%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/%2BF9Tlt29TsSXmyq%2FWyZ63J8R6bqXkujcv5KBRzPQ%2BWU%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/xVHBEQCBRQcVQS1lvNmxfgZ0XXOkWfARY3xhEbjuloE%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/xVHBEQCBRQcVQS1lvNmxfgZ0XXOkWfARY3xhEbjuloE%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/xVHBEQCBRQcVQS1lvNmxfgZ0XXOkWfARY3xhEbjuloE%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/EkHf%2FCGbd3loeNcgeAv6K4n2uKHvj3497sTVseG3xn0%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/EkHf%2FCGbd3loeNcgeAv6K4n2uKHvj3497sTVseG3xn0%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/EkHf%2FCGbd3loeNcgeAv6K4n2uKHvj3497sTVseG3xn0%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/vOWepUFkWRq8r0%2BHZF7AzG8DLHriKMfWpiogMq%2FFD4s%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/vOWepUFkWRq8r0%2BHZF7AzG8DLHriKMfWpiogMq%2FFD4s%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/vOWepUFkWRq8r0%2BHZF7AzG8DLHriKMfWpiogMq%2FFD4s%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/R0W8u8HlP%2FsgKWKJ2Q26%2FMLf5xdmrjzBL5IEPnV34JA%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/R0W8u8HlP%2FsgKWKJ2Q26%2FMLf5xdmrjzBL5IEPnV34JA%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/R0W8u8HlP%2FsgKWKJ2Q26%2FMLf5xdmrjzBL5IEPnV34JA%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/yD2T%2FjRDP29LkBjiITr7231CnugE2Jo0BIRRyW5N0mE%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/yD2T%2FjRDP29LkBjiITr7231CnugE2Jo0BIRRyW5N0mE%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/yD2T%2FjRDP29LkBjiITr7231CnugE2Jo0BIRRyW5N0mE%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/DMle631prFri4uxxxxdON0FHQFOdiUt%2BW%2F6%2FvFfKmKI%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/DMle631prFri4uxxxxdON0FHQFOdiUt%2BW%2F6%2FvFfKmKI%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/DMle631prFri4uxxxxdON0FHQFOdiUt%2BW%2F6%2FvFfKmKI%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/Ai1kxiVYF40Fu81oXM2uPCv9vkRmufeI2MqmWrEigoQ%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/Ai1kxiVYF40Fu81oXM2uPCv9vkRmufeI2MqmWrEigoQ%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/Ai1kxiVYF40Fu81oXM2uPCv9vkRmufeI2MqmWrEigoQ%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/MuzpZTkDFXpw0wwJdw%2FbBYCIsDKwWBU628LKd2p83po%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/MuzpZTkDFXpw0wwJdw%2FbBYCIsDKwWBU628LKd2p83po%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/MuzpZTkDFXpw0wwJdw%2FbBYCIsDKwWBU628LKd2p83po%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/4zSTZMv%2FWKjpNfIWFmdBzDq%2BxpKgteLo5HBhbpkIMgg%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/4zSTZMv%2FWKjpNfIWFmdBzDq%2BxpKgteLo5HBhbpkIMgg%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/4zSTZMv%2FWKjpNfIWFmdBzDq%2BxpKgteLo5HBhbpkIMgg%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/YuUHNreyN7U7%2BQZ5%2BzNNY1N11RsxVtHYZsqyJGBtmbQ%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/YuUHNreyN7U7%2BQZ5%2BzNNY1N11RsxVtHYZsqyJGBtmbQ%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/YuUHNreyN7U7%2BQZ5%2BzNNY1N11RsxVtHYZsqyJGBtmbQ%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/6p3YvM8W7PtrV7LudBIoa%2Bq4QN3Y1SdaU02%2FGCeg0IM%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/6p3YvM8W7PtrV7LudBIoa%2Bq4QN3Y1SdaU02%2FGCeg0IM%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/6p3YvM8W7PtrV7LudBIoa%2Bq4QN3Y1SdaU02%2FGCeg0IM%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/c6Dc1YGSLmG1CzWhxrYVgHpZEYf6VEA09YuKyjB6o44%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/c6Dc1YGSLmG1CzWhxrYVgHpZEYf6VEA09YuKyjB6o44%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/c6Dc1YGSLmG1CzWhxrYVgHpZEYf6VEA09YuKyjB6o44%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/fAhuvZVtVYSUCOENltmx6R%2BSg0UZACwHQOMDNf9fYlY%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/fAhuvZVtVYSUCOENltmx6R%2BSg0UZACwHQOMDNf9fYlY%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/fAhuvZVtVYSUCOENltmx6R%2BSg0UZACwHQOMDNf9fYlY%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/we47ND4nhwrjRI%2BYLyQ%2BHWLDKA0nvAypEBID7KE1sjM%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/we47ND4nhwrjRI%2BYLyQ%2BHWLDKA0nvAypEBID7KE1sjM%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/we47ND4nhwrjRI%2BYLyQ%2BHWLDKA0nvAypEBID7KE1sjM%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/EDd6hjdyPU1Mt2vw3AA1ph%2BqFNUyZir%2BdXzbgA2ARyw%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/EDd6hjdyPU1Mt2vw3AA1ph%2BqFNUyZir%2BdXzbgA2ARyw%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/EDd6hjdyPU1Mt2vw3AA1ph%2BqFNUyZir%2BdXzbgA2ARyw%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/WE8lrEOx7vAAZ6u4arUnr1yvMIbZP0FvaBy551jh88Y%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/WE8lrEOx7vAAZ6u4arUnr1yvMIbZP0FvaBy551jh88Y%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/WE8lrEOx7vAAZ6u4arUnr1yvMIbZP0FvaBy551jh88Y%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/f86dDrhwRUQf6RCl7AldiyqZIf7UO05nYkIFIepSeao%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/f86dDrhwRUQf6RCl7AldiyqZIf7UO05nYkIFIepSeao%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/f86dDrhwRUQf6RCl7AldiyqZIf7UO05nYkIFIepSeao%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #11 : SQLite Change Tracker: Changed tables=[PendingRepositorySession] ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/17pZuPthKwaraODIXZkgcqZCV0%2Buh%2F01t0UPA4EqtEs%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/17pZuPthKwaraODIXZkgcqZCV0%2Buh%2F01t0UPA4EqtEs%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/17pZuPthKwaraODIXZkgcqZCV0%2Buh%2F01t0UPA4EqtEs%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/CmlVJmRSZLB7BmMKh27ly66%2FmbubmFKZNdWpB8De5X8%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/CmlVJmRSZLB7BmMKh27ly66%2FmbubmFKZNdWpB8De5X8%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/CmlVJmRSZLB7BmMKh27ly66%2FmbubmFKZNdWpB8De5X8%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/nsmfXTJrTxUTogzM8u3%2BnLHfuNFK4hVP4tnH90njdqE%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/nsmfXTJrTxUTogzM8u3%2BnLHfuNFK4hVP4tnH90njdqE%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/nsmfXTJrTxUTogzM8u3%2BnLHfuNFK4hVP4tnH90njdqE%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/GjqBgSSvm7XTUjdhXgppBT10y3S2AdiXOnCd1xl1AR4%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/GjqBgSSvm7XTUjdhXgppBT10y3S2AdiXOnCd1xl1AR4%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/GjqBgSSvm7XTUjdhXgppBT10y3S2AdiXOnCd1xl1AR4%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/3l8y8J6DrWhQA1W7Shf%2BSPfKgZyc%2Bu%2Fb%2BbCekBx6f8g%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/3l8y8J6DrWhQA1W7Shf%2BSPfKgZyc%2Bu%2Fb%2BbCekBx6f8g%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/3l8y8J6DrWhQA1W7Shf%2BSPfKgZyc%2Bu%2Fb%2BbCekBx6f8g%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/%2BpluXnN9d6MiNBWRNiCeM15nPresFv0BDtL1lIC9RI4%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/%2BpluXnN9d6MiNBWRNiCeM15nPresFv0BDtL1lIC9RI4%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/%2BpluXnN9d6MiNBWRNiCeM15nPresFv0BDtL1lIC9RI4%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/5Ilriy7n1kwHjr0%2FXWzh4jhJPrT8xsZ1jrczKGatDiY%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/5Ilriy7n1kwHjr0%2FXWzh4jhJPrT8xsZ1jrczKGatDiY%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/5Ilriy7n1kwHjr0%2FXWzh4jhJPrT8xsZ1jrczKGatDiY%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/EgapfpQkKZP4bsfj%2FK5PxfHKzTlIJAVzuAkZmNmg3MM%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/EgapfpQkKZP4bsfj%2FK5PxfHKzTlIJAVzuAkZmNmg3MM%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/EgapfpQkKZP4bsfj%2FK5PxfHKzTlIJAVzuAkZmNmg3MM%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/QQhYT1gQF9x0oIMt0WRoLg3q4DbMidMg5%2FV3%2FOsnhog%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/QQhYT1gQF9x0oIMt0WRoLg3q4DbMidMg5%2FV3%2FOsnhog%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/QQhYT1gQF9x0oIMt0WRoLg3q4DbMidMg5%2FV3%2FOsnhog%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/LnC2D3wwhrq34V1CB%2Bxg6EwLoaYhOVkplQkYTyRkqVA%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/LnC2D3wwhrq34V1CB%2Bxg6EwLoaYhOVkplQkYTyRkqVA%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/LnC2D3wwhrq34V1CB%2Bxg6EwLoaYhOVkplQkYTyRkqVA%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/J2cr3iSclOBUxgDFRH12Icpmo32SS2pPkQejFFV9e3Y%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/J2cr3iSclOBUxgDFRH12Icpmo32SS2pPkQejFFV9e3Y%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/J2cr3iSclOBUxgDFRH12Icpmo32SS2pPkQejFFV9e3Y%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/eARe8bkhihrOsDAQ7nvQs7HXU1%2Bi%2FpopDv%2BQ6UNWPcg%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/eARe8bkhihrOsDAQ7nvQs7HXU1%2Bi%2FpopDv%2BQ6UNWPcg%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/eARe8bkhihrOsDAQ7nvQs7HXU1%2Bi%2FpopDv%2BQ6UNWPcg%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/3fCEhtExvRNHYfveM9cY5bbE17mYr8%2BdEFRgE5Tz8ZU%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/3fCEhtExvRNHYfveM9cY5bbE17mYr8%2BdEFRgE5Tz8ZU%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/3fCEhtExvRNHYfveM9cY5bbE17mYr8%2BdEFRgE5Tz8ZU%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/NuX5jirPuFiJLnEJlD4dLnXRCsDkQMc2Vniko1v7nEo%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/NuX5jirPuFiJLnEJlD4dLnXRCsDkQMc2Vniko1v7nEo%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/NuX5jirPuFiJLnEJlD4dLnXRCsDkQMc2Vniko1v7nEo%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/%2F3QD%2Bd53w6wqfHpE3dn2fWN85w9xo6rHAzwCGcivpko%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/%2F3QD%2Bd53w6wqfHpE3dn2fWN85w9xo6rHAzwCGcivpko%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/%2F3QD%2Bd53w6wqfHpE3dn2fWN85w9xo6rHAzwCGcivpko%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/y4TDcAD4%2Fj5o4keZvggf698Cr9Oc7JZ%2BgGMax23qmVA%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/y4TDcAD4%2Fj5o4keZvggf698Cr9Oc7JZ%2BgGMax23qmVA%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/y4TDcAD4%2Fj5o4keZvggf698Cr9Oc7JZ%2BgGMax23qmVA%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/UvNzyhHidciHBssZ%2FP%2B2l5FZbI1XAfmSJAplrILQ8gg%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/UvNzyhHidciHBssZ%2FP%2B2l5FZbI1XAfmSJAplrILQ8gg%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/UvNzyhHidciHBssZ%2FP%2B2l5FZbI1XAfmSJAplrILQ8gg%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/ic4IoQBJDrNoYD6jzvjPUtyK2y2i0dmtWCW2k2Aa%2Fp8%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/ic4IoQBJDrNoYD6jzvjPUtyK2y2i0dmtWCW2k2Aa%2Fp8%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/ic4IoQBJDrNoYD6jzvjPUtyK2y2i0dmtWCW2k2Aa%2Fp8%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/De2JgQ0Nt5adGTd%2BS3vvpLJVOZegId%2BlUNz28Tv2qPA%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/De2JgQ0Nt5adGTd%2BS3vvpLJVOZegId%2BlUNz28Tv2qPA%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/De2JgQ0Nt5adGTd%2BS3vvpLJVOZegId%2BlUNz28Tv2qPA%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/AxtMakPRFNdMGeXBvbRcztWEo0HNZu9GkF7yCvsE3Zs%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/AxtMakPRFNdMGeXBvbRcztWEo0HNZu9GkF7yCvsE3Zs%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/AxtMakPRFNdMGeXBvbRcztWEo0HNZu9GkF7yCvsE3Zs%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/JU9Nv2qFcpHwvSV4ps9ii7ATxDcpquEhDXTVT0iBUEo%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/JU9Nv2qFcpHwvSV4ps9ii7ATxDcpquEhDXTVT0iBUEo%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/JU9Nv2qFcpHwvSV4ps9ii7ATxDcpquEhDXTVT0iBUEo%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/CdrdmkKdsdoH81%2B2cV0ipaFJ4y8Ng6Ujmj7K5QNYc94%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/CdrdmkKdsdoH81%2B2cV0ipaFJ4y8Ng6Ujmj7K5QNYc94%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/CdrdmkKdsdoH81%2B2cV0ipaFJ4y8Ng6Ujmj7K5QNYc94%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/ZY4mAUHHRYo0qd1n7jqXrYhYnC75hzx4DLeYU%2FtZAhs%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/ZY4mAUHHRYo0qd1n7jqXrYhYnC75hzx4DLeYU%2FtZAhs%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/ZY4mAUHHRYo0qd1n7jqXrYhYnC75hzx4DLeYU%2FtZAhs%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/kpeAot1GwrHfHslj4hcJEyVdiQvKVG3a0bQXx1ERn7o%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/kpeAot1GwrHfHslj4hcJEyVdiQvKVG3a0bQXx1ERn7o%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/kpeAot1GwrHfHslj4hcJEyVdiQvKVG3a0bQXx1ERn7o%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/%2FEmb%2B%2FduVWkOJrRcZWoRMF6TTLig7Qm2uAa7A%2B78ghA%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/%2FEmb%2B%2FduVWkOJrRcZWoRMF6TTLig7Qm2uAa7A%2B78ghA%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/%2FEmb%2B%2FduVWkOJrRcZWoRMF6TTLig7Qm2uAa7A%2B78ghA%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/lpSbYYTpxt5zyFPhLE5PlvwDpVyNc2B3kULVJzvg6%2B4%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/lpSbYYTpxt5zyFPhLE5PlvwDpVyNc2B3kULVJzvg6%2B4%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/lpSbYYTpxt5zyFPhLE5PlvwDpVyNc2B3kULVJzvg6%2B4%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/rySbdfEfwrB779vaMkVIyj%2BABqAS%2BgtUUBu4dkB4J6A%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/rySbdfEfwrB779vaMkVIyj%2BABqAS%2BgtUUBu4dkB4J6A%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/rySbdfEfwrB779vaMkVIyj%2BABqAS%2BgtUUBu4dkB4J6A%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/oJd6y005JyUgaUAFQ6GgvvLGzc467muipcNv7aXTB%2F0%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/oJd6y005JyUgaUAFQ6GgvvLGzc467muipcNv7aXTB%2F0%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/oJd6y005JyUgaUAFQ6GgvvLGzc467muipcNv7aXTB%2F0%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/VYwTeujSQh1Gss7XDcPY61SmNUSlOTCzClVbdoYAHJE%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/VYwTeujSQh1Gss7XDcPY61SmNUSlOTCzClVbdoYAHJE%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/VYwTeujSQh1Gss7XDcPY61SmNUSlOTCzClVbdoYAHJE%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/JVUTiGfvsBPpaY2QLvpiW%2Bx0rWNh6Tlj0QXu2TOSbGY%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/JVUTiGfvsBPpaY2QLvpiW%2Bx0rWNh6Tlj0QXu2TOSbGY%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/JVUTiGfvsBPpaY2QLvpiW%2Bx0rWNh6Tlj0QXu2TOSbGY%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/z2ct%2BVoKX1r9xRSP%2FGYmKyUmhGtAlSmS7FrBHQz1i6E%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/z2ct%2BVoKX1r9xRSP%2FGYmKyUmhGtAlSmS7FrBHQz1i6E%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/z2ct%2BVoKX1r9xRSP%2FGYmKyUmhGtAlSmS7FrBHQz1i6E%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/5djSGONTPUXLvVbL1YNge3qvQFN9YVYlb3QwlvbvfEU%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/5djSGONTPUXLvVbL1YNge3qvQFN9YVYlb3QwlvbvfEU%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/5djSGONTPUXLvVbL1YNge3qvQFN9YVYlb3QwlvbvfEU%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/LWwdIdB4NUHFdmDaq2YoB5EqjWD9BIm2i0npsi3fE0o%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/LWwdIdB4NUHFdmDaq2YoB5EqjWD9BIm2i0npsi3fE0o%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/LWwdIdB4NUHFdmDaq2YoB5EqjWD9BIm2i0npsi3fE0o%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/sy4b7%2F3q3vGmQUg9OE%2F4gm%2FnVaSA36EeIqyCcnYi4M8%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/sy4b7%2F3q3vGmQUg9OE%2F4gm%2FnVaSA36EeIqyCcnYi4M8%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/sy4b7%2F3q3vGmQUg9OE%2F4gm%2FnVaSA36EeIqyCcnYi4M8%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/gQYVKIPGaIxZIIuE90qThxaJvZJZw2sECpusZyMP5ME%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/gQYVKIPGaIxZIIuE90qThxaJvZJZw2sECpusZyMP5ME%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/gQYVKIPGaIxZIIuE90qThxaJvZJZw2sECpusZyMP5ME%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/yopZ8hFGsieV4Tw74UQx3ta7ZTBGwOr0lvzfSVdok8w%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/yopZ8hFGsieV4Tw74UQx3ta7ZTBGwOr0lvzfSVdok8w%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/yopZ8hFGsieV4Tw74UQx3ta7ZTBGwOr0lvzfSVdok8w%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/p8QJ1CS%2FUy4JsZzAfC4gp9lblDmY9lv4EPY5LPA1jdo%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/p8QJ1CS%2FUy4JsZzAfC4gp9lblDmY9lv4EPY5LPA1jdo%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/p8QJ1CS%2FUy4JsZzAfC4gp9lblDmY9lv4EPY5LPA1jdo%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/x8RELOMsvCzPJXs2%2BuGp6tUMSIzdxC%2FSRUta7acbbZ4%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/x8RELOMsvCzPJXs2%2BuGp6tUMSIzdxC%2FSRUta7acbbZ4%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/x8RELOMsvCzPJXs2%2BuGp6tUMSIzdxC%2FSRUta7acbbZ4%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/2brsrAkktIi9NilQNTT8ppOc5Gbl17tffhdX0aeFCoI%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/2brsrAkktIi9NilQNTT8ppOc5Gbl17tffhdX0aeFCoI%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/2brsrAkktIi9NilQNTT8ppOc5Gbl17tffhdX0aeFCoI%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/Pp8lPMJPMU%2Fg1eelJlUn1gggLBKxNX2QhrjbNVWCbyI%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/Pp8lPMJPMU%2Fg1eelJlUn1gggLBKxNX2QhrjbNVWCbyI%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/Pp8lPMJPMU%2Fg1eelJlUn1gggLBKxNX2QhrjbNVWCbyI%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/47DEQpj8HBSa%2B%2FTImW%2B5JCeuQeRkm5NMpJWZG3hSuFU%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/47DEQpj8HBSa%2B%2FTImW%2B5JCeuQeRkm5NMpJWZG3hSuFU%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/47DEQpj8HBSa%2B%2FTImW%2B5JCeuQeRkm5NMpJWZG3hSuFU%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/60oKn5%2FPS0PBO8N14aS8JzAQUMnMRqyMbkNBTnJTCH8%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/60oKn5%2FPS0PBO8N14aS8JzAQUMnMRqyMbkNBTnJTCH8%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/60oKn5%2FPS0PBO8N14aS8JzAQUMnMRqyMbkNBTnJTCH8%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/xvUv8bQ7fzE4XXu73K9RYSkhe0GeeOPKqo3J2BlBH4c%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/xvUv8bQ7fzE4XXu73K9RYSkhe0GeeOPKqo3J2BlBH4c%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/xvUv8bQ7fzE4XXu73K9RYSkhe0GeeOPKqo3J2BlBH4c%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/xiokJ09WttZwKc3d%2FhV6IqkEKeWLg9lWE0%2FbWOTxClg%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/xiokJ09WttZwKc3d%2FhV6IqkEKeWLg9lWE0%2FbWOTxClg%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/xiokJ09WttZwKc3d%2FhV6IqkEKeWLg9lWE0%2FbWOTxClg%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/wWL1jZH9TMxilFxiMeVIUsPHWxbeFX5CJNJtHZ0Yv%2Bg%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/wWL1jZH9TMxilFxiMeVIUsPHWxbeFX5CJNJtHZ0Yv%2Bg%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/wWL1jZH9TMxilFxiMeVIUsPHWxbeFX5CJNJtHZ0Yv%2Bg%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/QG6s8ffvRksUj4CoqMfqKsmzKCDVZOMJS4Z%2BhjD4sko%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/QG6s8ffvRksUj4CoqMfqKsmzKCDVZOMJS4Z%2BhjD4sko%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/QG6s8ffvRksUj4CoqMfqKsmzKCDVZOMJS4Z%2BhjD4sko%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/Cs%2FL%2BOBmRgENBqKnXY5%2FOJ44hDv7z%2B18UB%2Bdln6zuFs%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/Cs%2FL%2BOBmRgENBqKnXY5%2FOJ44hDv7z%2B18UB%2Bdln6zuFs%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/Cs%2FL%2BOBmRgENBqKnXY5%2FOJ44hDv7z%2B18UB%2Bdln6zuFs%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/HkkywhhDQrAzn7Dz6sRR9c4DiBK6MpCD86BkvtJB5SE%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/HkkywhhDQrAzn7Dz6sRR9c4DiBK6MpCD86BkvtJB5SE%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/HkkywhhDQrAzn7Dz6sRR9c4DiBK6MpCD86BkvtJB5SE%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/kpaWI2p5pMdbuxPJnq3QBXQZedGFfh9o18RGgBafeb0%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/kpaWI2p5pMdbuxPJnq3QBXQZedGFfh9o18RGgBafeb0%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/kpaWI2p5pMdbuxPJnq3QBXQZedGFfh9o18RGgBafeb0%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/3vWQ0f6tRdZRM4YjJSPrQBPdMi7QlJxHoeN4gO8VZXc%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/3vWQ0f6tRdZRM4YjJSPrQBPdMi7QlJxHoeN4gO8VZXc%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/3vWQ0f6tRdZRM4YjJSPrQBPdMi7QlJxHoeN4gO8VZXc%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #12 : SQLite Change Tracker: Changed tables=[] ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/lvpl17wtiXNsQEGVLgL5hcq22Jkm53kZrj6t5p3iWQ4%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/lvpl17wtiXNsQEGVLgL5hcq22Jkm53kZrj6t5p3iWQ4%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/lvpl17wtiXNsQEGVLgL5hcq22Jkm53kZrj6t5p3iWQ4%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/0gUfpA5HMCps0QY%2BoMxb%2BJSq%2BoBIWs62g2C4f%2BxJCoU%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/0gUfpA5HMCps0QY%2BoMxb%2BJSq%2BoBIWs62g2C4f%2BxJCoU%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/0gUfpA5HMCps0QY%2BoMxb%2BJSq%2BoBIWs62g2C4f%2BxJCoU%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/0zWQjjAb1k%2BvCeEvpXjWHop85BXoVhKUsw%2BqmHl0U%2B4%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/0zWQjjAb1k%2BvCeEvpXjWHop85BXoVhKUsw%2BqmHl0U%2B4%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/0zWQjjAb1k%2BvCeEvpXjWHop85BXoVhKUsw%2BqmHl0U%2B4%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/EArfY4qBP1HFoEdjBizqqABDObYPmGCn5HWa0eEEElo%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/EArfY4qBP1HFoEdjBizqqABDObYPmGCn5HWa0eEEElo%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/EArfY4qBP1HFoEdjBizqqABDObYPmGCn5HWa0eEEElo%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/content/719727995853443072/_ustadmanifest.json ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/content/719727995853443072/_ustadmanifest.json ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?B}FINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/content/719727995853443072/_ustadmanifest.json ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:46683/api/blob/upload-init-batch ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadServerUseCase$onStartUploadSession - BlobUploadServerUseCase#onStartUploadSession(upload 183bfa6f-1fa5-4420-928c-77abc2f4de55): batch upload init: Client list 154 blobs. 154 uploads pending (0 partial) ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(11332742-c2e1-4850-8af4-cc0522b4f17b): Uploading 6915 bytes in 1 chunks to http://localhost:46683/api/blob/upload-batch-data starting from byte=0 ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/T6uQJbiizni1qK8zT4b1x46g0ck9NyM05rMKufLI2FI%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/T6uQJbiizni1qK8zT4b1x46g0ck9NyM05rMKufLI2FI%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/T6uQJbiizni1qK8zT4b1x46g0ck9NyM05rMKufLI2FI%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:46683/api/blob/upload-batch-data ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(11332742-c2e1-4850-8af4-cc0522b4f17b) receive request ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(11332742-c2e1-4850-8af4-cc0522b4f17b) receive request ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(11332742-c2e1-4850-8af4-cc0522b4f17b) appended chunk (isFinal=true) to /tmp/junit1790034784138261936/server-tmproot-server/blob-upload-server/11332742-c2e1-4850-8af4-cc0522b4f17b ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:46683/api/blob/T6uQJbiizni1qK8zT4b1x46g0ck9NyM05rMKufLI2FI%3D to /tmp/junit1790034784138261936/server-server-httpfiles/tmpWork/1.tmp (integrity=sha256-T6uQJbiizni1qK8zT4b1x46g0ck9NyM05rMKufLI2FI=) ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(11332742-c2e1-4850-8af4-cc0522b4f17b): Upload complete of 6915 bytes in 1 chunks to http://localhost:46683/api/blob/upload-batch-data ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1745411532745) for http://localhost:46683/api/blob/T6uQJbiizni1qK8zT4b1x46g0ck9NyM05rMKufLI2FI%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1745411532745http://localhost:46683/api/blob/T6uQJbiizni1qK8zT4b1x46g0ck9NyM05rMKufLI2FI%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/T6uQJbiizni1qK8zT4b1x46g0ck9NyM05rMKufLI2FI%3D) /tmp/junit1790034784138261936/client-server-httpfiles/persistent/daf99075-0b9c-4603-9486-8582582474f5 -> /tmp/junit1790034784138261936/client-server-httpfiles/cache/daf99075-0b9c-4603-9486-8582582474f5 ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(73270390-31a8-416f-b343-d8f0a99e4a3f): Uploading 8632 bytes in 1 chunks to http://localhost:46683/api/blob/upload-batch-data starting from byte=0 ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/bjwfnGlRbxR6w41vOplXXSsJlK%2FkQzJuwiG9Vdr2PBI%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/bjwfnGlRbxR6w41vOplXXSsJlK%2FkQzJuwiG9Vdr2PBI%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/bjwfnGlRbxR6w41vOplXXSsJlK%2FkQzJuwiG9Vdr2PBI%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:46683/api/blob/upload-batch-data ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(73270390-31a8-416f-b343-d8f0a99e4a3f) receive request ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(73270390-31a8-416f-b343-d8f0a99e4a3f) receive request ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(73270390-31a8-416f-b343-d8f0a99e4a3f) appended chunk (isFinal=true) to /tmp/junit1790034784138261936/server-tmproot-server/blob-upload-server/73270390-31a8-416f-b343-d8f0a99e4a3f ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:46683/api/blob/bjwfnGlRbxR6w41vOplXXSsJlK%2FkQzJuwiG9Vdr2PBI%3D to /tmp/junit1790034784138261936/server-server-httpfiles/tmpWork/2.tmp (integrity=sha256-bjwfnGlRbxR6w41vOplXXSsJlK/kQzJuwiG9Vdr2PBI=) ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(73270390-31a8-416f-b343-d8f0a99e4a3f): Upload complete of 8632 bytes in 1 chunks to http://localhost:46683/api/blob/upload-batch-data ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1745411532746) for http://localhost:46683/api/blob/bjwfnGlRbxR6w41vOplXXSsJlK%2FkQzJuwiG9Vdr2PBI%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1745411532746http://localhost:46683/api/blob/bjwfnGlRbxR6w41vOplXXSsJlK%2FkQzJuwiG9Vdr2PBI%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/bjwfnGlRbxR6w41vOplXXSsJlK%2FkQzJuwiG9Vdr2PBI%3D) /tmp/junit1790034784138261936/client-server-httpfiles/persistent/578bc233-2eb4-4d3c-9d0d-968b5341b805 -> /tmp/junit1790034784138261936/client-server-httpfiles/cache/578bc233-2eb4-4d3c-9d0d-968b5341b805 ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(34548dcb-365f-43d5-a9ab-1f56ca047743): Uploading 607 bytes in 1 chunks to http://localhost:46683/api/blob/upload-batch-data starting from byte=0 ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/GbEzhDlg2eOkUS0yhbQRdkYN7%2BExqlN1jS7v1KfVVxw%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/GbEzhDlg2eOkUS0yhbQRdkYN7%2BExqlN1jS7v1KfVVxw%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/GbEzhDlg2eOkUS0yhbQRdkYN7%2BExqlN1jS7v1KfVVxw%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:46683/api/blob/upload-batch-data ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(34548dcb-365f-43d5-a9ab-1f56ca047743) receive request ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(34548dcb-365f-43d5-a9ab-1f56ca047743) receive request ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(34548dcb-365f-43d5-a9ab-1f56ca047743) appended chunk (isFinal=true) to /tmp/junit1790034784138261936/server-tmproot-server/blob-upload-server/34548dcb-365f-43d5-a9ab-1f56ca047743 ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:46683/api/blob/GbEzhDlg2eOkUS0yhbQRdkYN7%2BExqlN1jS7v1KfVVxw%3D to /tmp/junit1790034784138261936/server-server-httpfiles/tmpWork/3.tmp (integrity=sha256-GbEzhDlg2eOkUS0yhbQRdkYN7+ExqlN1jS7v1KfVVxw=) ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(34548dcb-365f-43d5-a9ab-1f56ca047743): Upload complete of 607 bytes in 1 chunks to http://localhost:46683/api/blob/upload-batch-data ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1745411532747) for http://localhost:46683/api/blob/GbEzhDlg2eOkUS0yhbQRdkYN7%2BExqlN1jS7v1KfVVxw%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1745411532747http://localhost:46683/api/blob/GbEzhDlg2eOkUS0yhbQRdkYN7%2BExqlN1jS7v1KfVVxw%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/GbEzhDlg2eOkUS0yhbQRdkYN7%2BExqlN1jS7v1KfVVxw%3D) /tmp/junit1790034784138261936/client-server-httpfiles/persistent/76680b7f-3b93-472c-a725-826f08b11b4e -> /tmp/junit1790034784138261936/client-server-httpfiles/cache/76680b7f-3b93-472c-a725-826f08b11b4e ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(814a04fc-cbcc-4b7d-a557-974f819abde0): Uploading 109688 bytes in 1 chunks to http://localhost:46683/api/blob/upload-batch-data starting from byte=0 ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/ftJMBUMkAxFzcokVQ%2FDLankiEAkZ564HfB8%2Fr2dljcI%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/ftJMBUMkAxFzcokVQ%2FDLankiEAkZ564HfB8%2Fr2dljcI%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/ftJMBUMkAxFzcokVQ%2FDLankiEAkZ564HfB8%2Fr2dljcI%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:46683/api/blob/upload-batch-data ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(814a04fc-cbcc-4b7d-a557-974f819abde0) receive request ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(814a04fc-cbcc-4b7d-a557-974f819abde0) receive request ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(814a04fc-cbcc-4b7d-a557-974f819abde0) appended chunk (isFinal=true) to /tmp/junit1790034784138261936/server-tmproot-server/blob-upload-server/814a04fc-cbcc-4b7d-a557-974f819abde0 ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:46683/api/blob/ftJMBUMkAxFzcokVQ%2FDLankiEAkZ564HfB8%2Fr2dljcI%3D to /tmp/junit1790034784138261936/server-server-httpfiles/tmpWork/4.tmp (integrity=sha256-ftJMBUMkAxFzcokVQ/DLankiEAkZ564HfB8/r2dljcI=) ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(814a04fc-cbcc-4b7d-a557-974f819abde0): Upload complete of 109688 bytes in 1 chunks to http://localhost:46683/api/blob/upload-batch-data ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1745411532748) for http://localhost:46683/api/blob/ftJMBUMkAxFzcokVQ%2FDLankiEAkZ564HfB8%2Fr2dljcI%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1745411532748http://localhost:46683/api/blob/ftJMBUMkAxFzcokVQ%2FDLankiEAkZ564HfB8%2Fr2dljcI%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/ftJMBUMkAxFzcokVQ%2FDLankiEAkZ564HfB8%2Fr2dljcI%3D) /tmp/junit1790034784138261936/client-server-httpfiles/persistent/45d17185-70c6-4a2f-a9bf-2bdafcdd4cb5 -> /tmp/junit1790034784138261936/client-server-httpfiles/cache/45d17185-70c6-4a2f-a9bf-2bdafcdd4cb5 ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(1e06801a-6f21-4f14-a4d0-8624b356131c): Uploading 70807 bytes in 1 chunks to http://localhost:46683/api/blob/upload-batch-data starting from byte=0 ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/4hns6PTT5KxFXvMc06fHtQV%2BpooQmTf8JrA8bpnukyI%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/4hns6PTT5KxFXvMc06fHtQV%2BpooQmTf8JrA8bpnukyI%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/4hns6PTT5KxFXvMc06fHtQV%2BpooQmTf8JrA8bpnukyI%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:46683/api/blob/upload-batch-data ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(1e06801a-6f21-4f14-a4d0-8624b356131c) receive request ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(1e06801a-6f21-4f14-a4d0-8624b356131c) receive request ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(1e06801a-6f21-4f14-a4d0-8624b356131c) appended chunk (isFinal=true) to /tmp/junit1790034784138261936/server-tmproot-server/blob-upload-server/1e06801a-6f21-4f14-a4d0-8624b356131c ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:46683/api/blob/4hns6PTT5KxFXvMc06fHtQV%2BpooQmTf8JrA8bpnukyI%3D to /tmp/junit1790034784138261936/server-server-httpfiles/tmpWork/5.tmp (integrity=sha256-4hns6PTT5KxFXvMc06fHtQV+pooQmTf8JrA8bpnukyI=) ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(1e06801a-6f21-4f14-a4d0-8624b356131c): Upload complete of 70807 bytes in 1 chunks to http://localhost:46683/api/blob/upload-batch-data ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1745411532749) for http://localhost:46683/api/blob/4hns6PTT5KxFXvMc06fHtQV%2BpooQmTf8JrA8bpnukyI%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1745411532749http://localhost:46683/api/blob/4hns6PTT5KxFXvMc06fHtQV%2BpooQmTf8JrA8bpnukyI%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/4hns6PTT5KxFXvMc06fHtQV%2BpooQmTf8JrA8bpnukyI%3D) /tmp/junit1790034784138261936/client-server-httpfiles/persistent/bd5f7305-d1db-4c98-a9aa-c94171bd4e0f -> /tmp/junit1790034784138261936/client-server-httpfiles/cache/bd5f7305-d1db-4c98-a9aa-c94171bd4e0f ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(a0cdd943-b3ca-4b98-9c5b-b6c424da11e3): Uploading 365616 bytes in 1 chunks to http://localhost:46683/api/blob/upload-batch-data starting from byte=0 ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/1nBB%2Fl1Q7vnvZxZDlo985rEw6qqqLOTUlrGNCjOuuHs%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/1nBB%2Fl1Q7vnvZxZDlo985rEw6qqqLOTUlrGNCjOuuHs%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/1nBB%2Fl1Q7vnvZxZDlo985rEw6qqqLOTUlrGNCjOuuHs%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:46683/api/blob/upload-batch-data ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(a0cdd943-b3ca-4b98-9c5b-b6c424da11e3) receive request ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(a0cdd943-b3ca-4b98-9c5b-b6c424da11e3) receive request ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(a0cdd943-b3ca-4b98-9c5b-b6c424da11e3) appended chunk (isFinal=true) to /tmp/junit1790034784138261936/server-tmproot-server/blob-upload-server/a0cdd943-b3ca-4b98-9c5b-b6c424da11e3 ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:46683/api/blob/1nBB%2Fl1Q7vnvZxZDlo985rEw6qqqLOTUlrGNCjOuuHs%3D to /tmp/junit1790034784138261936/server-server-httpfiles/tmpWork/6.tmp (integrity=sha256-1nBB/l1Q7vnvZxZDlo985rEw6qqqLOTUlrGNCjOuuHs=) ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(a0cdd943-b3ca-4b98-9c5b-b6c424da11e3): Upload complete of 365616 bytes in 1 chunks to http://localhost:46683/api/blob/upload-batch-data ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1745411532750) for http://localhost:46683/api/blob/1nBB%2Fl1Q7vnvZxZDlo985rEw6qqqLOTUlrGNCjOuuHs%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1745411532750http://localhost:46683/api/blob/1nBB%2Fl1Q7vnvZxZDlo985rEw6qqqLOTUlrGNCjOuuHs%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/1nBB%2Fl1Q7vnvZxZDlo985rEw6qqqLOTUlrGNCjOuuHs%3D) /tmp/junit1790034784138261936/client-server-httpfiles/persistent/95cb74fd-9523-44ad-9fee-ac0e69edc715 -> /tmp/junit1790034784138261936/client-server-httpfiles/cache/95cb74fd-9523-44ad-9fee-ac0e69edc715 ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(cfa26381-33f4-44ac-9827-c9fbc5dcfd24): Uploading 142072 bytes in 1 chunks to http://localhost:46683/api/blob/upload-batch-data starting from byte=0 ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/e1pDIPug1Mj3kydkW0ucyHWi7GF6VX6Em4E5GOtzNJk%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/e1pDIPug1Mj3kydkW0ucyHWi7GF6VX6Em4E5GOtzNJk%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/e1pDIPug1Mj3kydkW0ucyHWi7GF6VX6Em4E5GOtzNJk%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:46683/api/blob/upload-batch-data ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(cfa26381-33f4-44ac-9827-c9fbc5dcfd24) receive request ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(cfa26381-33f4-44ac-9827-c9fbc5dcfd24) receive request ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(cfa26381-33f4-44ac-9827-c9fbc5dcfd24) appended chunk (isFinal=true) to /tmp/junit1790034784138261936/server-tmproot-server/blob-upload-server/cfa26381-33f4-44ac-9827-c9fbc5dcfd24 ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:46683/api/blob/e1pDIPug1Mj3kydkW0ucyHWi7GF6VX6Em4E5GOtzNJk%3D to /tmp/junit1790034784138261936/server-server-httpfiles/tmpWork/7.tmp (integrity=sha256-e1pDIPug1Mj3kydkW0ucyHWi7GF6VX6Em4E5GOtzNJk=) ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(cfa26381-33f4-44ac-9827-c9fbc5dcfd24): Upload complete of 142072 bytes in 1 chunks to http://localhost:46683/api/blob/upload-batch-data ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1745411532751) for http://localhost:46683/api/blob/e1pDIPug1Mj3kydkW0ucyHWi7GF6VX6Em4E5GOtzNJk%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1745411532751http://localhost:46683/api/blob/e1pDIPug1Mj3kydkW0ucyHWi7GF6VX6Em4E5GOtzNJk%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/e1pDIPug1Mj3kydkW0ucyHWi7GF6VX6Em4E5GOtzNJk%3D) /tmp/junit1790034784138261936/client-server-httpfiles/persistent/af6a5476-6be7-4259-a9dc-6854f20357e2 -> /tmp/junit1790034784138261936/client-server-httpfiles/cache/af6a5476-6be7-4259-a9dc-6854f20357e2 ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(9819aedb-7cbc-4fd4-9333-06b24cefcf7b): Uploading 83588 bytes in 1 chunks to http://localhost:46683/api/blob/upload-batch-data starting from byte=0 ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/yBLdyeR10%2BZdaKaztYnOWYoqW6u3r8VUd9WSFcSjikA%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/yBLdyeR10%2BZdaKaztYnOWYoqW6u3r8VUd9WSFcSjikA%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/yBLdyeR10%2BZdaKaztYnOWYoqW6u3r8VUd9WSFcSjikA%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:46683/api/blob/upload-batch-data ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(9819aedb-7cbc-4fd4-9333-06b24cefcf7b) receive request ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(9819aedb-7cbc-4fd4-9333-06b24cefcf7b) receive request ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(9819aedb-7cbc-4fd4-9333-06b24cefcf7b) appended chunk (isFinal=true) to /tmp/junit1790034784138261936/server-tmproot-server/blob-upload-server/9819aedb-7cbc-4fd4-9333-06b24cefcf7b ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:46683/api/blob/yBLdyeR10%2BZdaKaztYnOWYoqW6u3r8VUd9WSFcSjikA%3D to /tmp/junit1790034784138261936/server-server-httpfiles/tmpWork/8.tmp (integrity=sha256-yBLdyeR10+ZdaKaztYnOWYoqW6u3r8VUd9WSFcSjikA=) ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(9819aedb-7cbc-4fd4-9333-06b24cefcf7b): Upload complete of 83588 bytes in 1 chunks to http://localhost:46683/api/blob/upload-batch-data ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1745411532752) for http://localhost:46683/api/blob/yBLdyeR10%2BZdaKaztYnOWYoqW6u3r8VUd9WSFcSjikA%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1745411532752http://localhost:46683/api/blob/yBLdyeR10%2BZdaKaztYnOWYoqW6u3r8VUd9WSFcSjikA%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/yBLdyeR10%2BZdaKaztYnOWYoqW6u3r8VUd9WSFcSjikA%3D) /tmp/junit1790034784138261936/client-server-httpfiles/persistent/f402c788-07ce-4a81-88f4-7f3eb6d6edf9 -> /tmp/junit1790034784138261936/client-server-httpfiles/cache/f402c788-07ce-4a81-88f4-7f3eb6d6edf9 ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(3cec4098-e5d6-4fbd-a2ef-167bd8aca40b): Uploading 66624 bytes in 1 chunks to http://localhost:46683/api/blob/upload-batch-data starting from byte=0 ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/%2F4Ku7WubtnAWlshNGyI9Lmgut4yJEXpDjObP6oxJiZU%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/%2F4Ku7WubtnAWlshNGyI9Lmgut4yJEXpDjObP6oxJiZU%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/%2F4Ku7WubtnAWlshNGyI9Lmgut4yJEXpDjObP6oxJiZU%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:46683/api/blob/upload-batch-data ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #13 : SQLite Change Tracker: Changed tables=[TransferJobItem] ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(3cec4098-e5d6-4fbd-a2ef-167bd8aca40b) receive request ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(3cec4098-e5d6-4fbd-a2ef-167bd8aca40b) receive request ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(3cec4098-e5d6-4fbd-a2ef-167bd8aca40b) appended chunk (isFinal=true) to /tmp/junit1790034784138261936/server-tmproot-server/blob-upload-server/3cec4098-e5d6-4fbd-a2ef-167bd8aca40b ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:46683/api/blob/%2F4Ku7WubtnAWlshNGyI9Lmgut4yJEXpDjObP6oxJiZU%3D to /tmp/junit1790034784138261936/server-server-httpfiles/tmpWork/9.tmp (integrity=sha256-/4Ku7WubtnAWlshNGyI9Lmgut4yJEXpDjObP6oxJiZU=) ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(3cec4098-e5d6-4fbd-a2ef-167bd8aca40b): Upload complete of 66624 bytes in 1 chunks to http://localhost:46683/api/blob/upload-batch-data ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1745411532753) for http://localhost:46683/api/blob/%2F4Ku7WubtnAWlshNGyI9Lmgut4yJEXpDjObP6oxJiZU%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1745411532753http://localhost:46683/api/blob/%2F4Ku7WubtnAWlshNGyI9Lmgut4yJEXpDjObP6oxJiZU%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/%2F4Ku7WubtnAWlshNGyI9Lmgut4yJEXpDjObP6oxJiZU%3D) /tmp/junit1790034784138261936/client-server-httpfiles/persistent/b73ad401-814a-4b96-b3fe-7db295555235 -> /tmp/junit1790034784138261936/client-server-httpfiles/cache/b73ad401-814a-4b96-b3fe-7db295555235 ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(33dd3cfb-2b18-4073-8921-e197e87f111c): Uploading 27420 bytes in 1 chunks to http://localhost:46683/api/blob/upload-batch-data starting from byte=0 ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/hNkB8eW5RIdaNUrvVRKRFRxo07hZCB8p7k8hiRJnOmU%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/hNkB8eW5RIdaNUrvVRKRFRxo07hZCB8p7k8hiRJnOmU%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/hNkB8eW5RIdaNUrvVRKRFRxo07hZCB8p7k8hiRJnOmU%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:46683/api/blob/upload-batch-data ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(33dd3cfb-2b18-4073-8921-e197e87f111c) receive request ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(33dd3cfb-2b18-4073-8921-e197e87f111c) receive request ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(33dd3cfb-2b18-4073-8921-e197e87f111c) appended chunk (isFinal=true) to /tmp/junit1790034784138261936/server-tmproot-server/blob-upload-server/33dd3cfb-2b18-4073-8921-e197e87f111c ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:46683/api/blob/hNkB8eW5RIdaNUrvVRKRFRxo07hZCB8p7k8hiRJnOmU%3D to /tmp/junit1790034784138261936/server-server-httpfiles/tmpWork/10.tmp (integrity=sha256-hNkB8eW5RIdaNUrvVRKRFRxo07hZCB8p7k8hiRJnOmU=) ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(33dd3cfb-2b18-4073-8921-e197e87f111c): Upload complete of 27420 bytes in 1 chunks to http://localhost:46683/api/blob/upload-batch-data ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1745411532754) for http://localhost:46683/api/blob/hNkB8eW5RIdaNUrvVRKRFRxo07hZCB8p7k8hiRJnOmU%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1745411532754http://localhost:46683/api/blob/hNkB8eW5RIdaNUrvVRKRFRxo07hZCB8p7k8hiRJnOmU%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/hNkB8eW5RIdaNUrvVRKRFRxo07hZCB8p7k8hiRJnOmU%3D) /tmp/junit1790034784138261936/client-server-httpfiles/persistent/e0e2a56e-78a9-4b4a-9c15-974e568dca9f -> /tmp/junit1790034784138261936/client-server-httpfiles/cache/e0e2a56e-78a9-4b4a-9c15-974e568dca9f ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(66731cf5-8d9a-4583-b295-bd4ec6018b26): Uploading 290 bytes in 1 chunks to http://localhost:46683/api/blob/upload-batch-data starting from byte=0 ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/wNCC8cHq2llme5T359p2aAVxgnZy1xD02zehmxYfzrQ%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/wNCC8cHq2llme5T359p2aAVxgnZy1xD02zehmxYfzrQ%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/wNCC8cHq2llme5T359p2aAVxgnZy1xD02zehmxYfzrQ%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:46683/api/blob/upload-batch-data ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(66731cf5-8d9a-4583-b295-bd4ec6018b26) receive request ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(66731cf5-8d9a-4583-b295-bd4ec6018b26) receive request ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(66731cf5-8d9a-4583-b295-bd4ec6018b26) appended chunk (isFinal=true) to /tmp/junit1790034784138261936/server-tmproot-server/blob-upload-server/66731cf5-8d9a-4583-b295-bd4ec6018b26 ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:46683/api/blob/wNCC8cHq2llme5T359p2aAVxgnZy1xD02zehmxYfzrQ%3D to /tmp/junit1790034784138261936/server-server-httpfiles/tmpWork/11.tmp (integrity=sha256-wNCC8cHq2llme5T359p2aAVxgnZy1xD02zehmxYfzrQ=) ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(66731cf5-8d9a-4583-b295-bd4ec6018b26): Upload complete of 290 bytes in 1 chunks to http://localhost:46683/api/blob/upload-batch-data ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1745411532755) for http://localhost:46683/api/blob/wNCC8cHq2llme5T359p2aAVxgnZy1xD02zehmxYfzrQ%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1745411532755http://localhost:46683/api/blob/wNCC8cHq2llme5T359p2aAVxgnZy1xD02zehmxYfzrQ%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/wNCC8cHq2llme5T359p2aAVxgnZy1xD02zehmxYfzrQ%3D) /tmp/junit1790034784138261936/client-server-httpfiles/persistent/e105f7d6-d90e-4f76-831c-3a556db0632b -> /tmp/junit1790034784138261936/client-server-httpfiles/cache/e105f7d6-d90e-4f76-831c-3a556db0632b ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(384cc1ff-2f7b-4889-ac06-b0fcebc6bcbb): Uploading 1085 bytes in 1 chunks to http://localhost:46683/api/blob/upload-batch-data starting from byte=0 ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:46683/api/blob/upload-batch-data ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(384cc1ff-2f7b-4889-ac06-b0fcebc6bcbb) receive request ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(384cc1ff-2f7b-4889-ac06-b0fcebc6bcbb) receive request ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(384cc1ff-2f7b-4889-ac06-b0fcebc6bcbb) appended chunk (isFinal=true) to /tmp/junit1790034784138261936/server-tmproot-server/blob-upload-server/384cc1ff-2f7b-4889-ac06-b0fcebc6bcbb ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:46683/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D to /tmp/junit1790034784138261936/server-server-httpfiles/tmpWork/12.tmp (integrity=sha256-nAy3BTCDSjZf/jjgTtYfskbTFa2CmbkLKYKabDi8pew=) ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(384cc1ff-2f7b-4889-ac06-b0fcebc6bcbb): Upload complete of 1085 bytes in 1 chunks to http://localhost:46683/api/blob/upload-batch-data ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1745411532756) for http://localhost:46683/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1745411532756http://localhost:46683/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D) /tmp/junit1790034784138261936/client-server-httpfiles/persistent/063fd9e7-871d-488d-be49-8e08e1e2be90 -> /tmp/junit1790034784138261936/client-server-httpfiles/cache/063fd9e7-871d-488d-be49-8e08e1e2be90 ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(bcbce3e8-a42d-49ff-ab6a-ae11cee112dc): Uploading 1325 bytes in 1 chunks to http://localhost:46683/api/blob/upload-batch-data starting from byte=0 ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/JakG3baTnxBZ0ygCbLpNeqUSpupufejv3CEJsk8lGjM%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/JakG3baTnxBZ0ygCbLpNeqUSpupufejv3CEJsk8lGjM%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/JakG3baTnxBZ0ygCbLpNeqUSpupufejv3CEJsk8lGjM%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:46683/api/blob/upload-batch-data ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(bcbce3e8-a42d-49ff-ab6a-ae11cee112dc) receive request ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(bcbce3e8-a42d-49ff-ab6a-ae11cee112dc) receive request ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(bcbce3e8-a42d-49ff-ab6a-ae11cee112dc) appended chunk (isFinal=true) to /tmp/junit1790034784138261936/server-tmproot-server/blob-upload-server/bcbce3e8-a42d-49ff-ab6a-ae11cee112dc ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:46683/api/blob/JakG3baTnxBZ0ygCbLpNeqUSpupufejv3CEJsk8lGjM%3D to /tmp/junit1790034784138261936/server-server-httpfiles/tmpWork/13.tmp (integrity=sha256-JakG3baTnxBZ0ygCbLpNeqUSpupufejv3CEJsk8lGjM=) ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(bcbce3e8-a42d-49ff-ab6a-ae11cee112dc): Upload complete of 1325 bytes in 1 chunks to http://localhost:46683/api/blob/upload-batch-data ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1745411532757) for http://localhost:46683/api/blob/JakG3baTnxBZ0ygCbLpNeqUSpupufejv3CEJsk8lGjM%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1745411532757http://localhost:46683/api/blob/JakG3baTnxBZ0ygCbLpNeqUSpupufejv3CEJsk8lGjM%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/JakG3baTnxBZ0ygCbLpNeqUSpupufejv3CEJsk8lGjM%3D) /tmp/junit1790034784138261936/client-server-httpfiles/persistent/ec40b883-2d86-4843-a7fd-e0c9d37bf055 -> /tmp/junit1790034784138261936/client-server-httpfiles/cache/ec40b883-2d86-4843-a7fd-e0c9d37bf055 ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(ccf88416-6802-43f0-a3bc-ad79d67218e8): Uploading 1760 bytes in 1 chunks to http://localhost:46683/api/blob/upload-batch-data starting from byte=0 ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/Tyj1ZbAw3I%2BjTnYcRMap00SSDE8uimpYNpM%2FV1r5TQc%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/Tyj1ZbAw3I%2BjTnYcRMap00SSDE8uimpYNpM%2FV1r5TQc%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/Tyj1ZbAw3I%2BjTnYcRMap00SSDE8uimpYNpM%2FV1r5TQc%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:46683/api/blob/upload-batch-data ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(ccf88416-6802-43f0-a3bc-ad79d67218e8) receive request ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(ccf88416-6802-43f0-a3bc-ad79d67218e8) receive request ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(ccf88416-6802-43f0-a3bc-ad79d67218e8) appended chunk (isFinal=true) to /tmp/junit1790034784138261936/server-tmproot-server/blob-upload-server/ccf88416-6802-43f0-a3bc-ad79d67218e8 ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:46683/api/blob/Tyj1ZbAw3I%2BjTnYcRMap00SSDE8uimpYNpM%2FV1r5TQc%3D to /tmp/junit1790034784138261936/server-server-httpfiles/tmpWork/14.tmp (integrity=sha256-Tyj1ZbAw3I+jTnYcRMap00SSDE8uimpYNpM/V1r5TQc=) ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(ccf88416-6802-43f0-a3bc-ad79d67218e8): Upload complete of 1760 bytes in 1 chunks to http://localhost:46683/api/blob/upload-batch-data ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1745411532758) for http://localhost:46683/api/blob/Tyj1ZbAw3I%2BjTnYcRMap00SSDE8uimpYNpM%2FV1r5TQc%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1745411532758http://localhost:46683/api/blob/Tyj1ZbAw3I%2BjTnYcRMap00SSDE8uimpYNpM%2FV1r5TQc%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/Tyj1ZbAw3I%2BjTnYcRMap00SSDE8uimpYNpM%2FV1r5TQc%3D) /tmp/junit1790034784138261936/client-server-httpfiles/persistent/7e03340f-6e4d-466f-a7a9-342db5376895 -> /tmp/junit1790034784138261936/client-server-httpfiles/cache/7e03340f-6e4d-466f-a7a9-342db5376895 ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(3f52bb1c-c271-4bc1-b3cd-9cdb5cd7b4a8): Uploading 1079 bytes in 1 chunks to http://localhost:46683/api/blob/upload-batch-data starting from byte=0 ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/5d4Gn7Lje7djT1HHt6jjcg%2BHKH9wgn2vEpJCSjuX6z4%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/5d4Gn7Lje7djT1HHt6jjcg%2BHKH9wgn2vEpJCSjuX6z4%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/5d4Gn7Lje7djT1HHt6jjcg%2BHKH9wgn2vEpJCSjuX6z4%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:46683/api/blob/upload-batch-data ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(3f52bb1c-c271-4bc1-b3cd-9cdb5cd7b4a8) receive request ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(3f52bb1c-c271-4bc1-b3cd-9cdb5cd7b4a8) receive request ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(3f52bb1c-c271-4bc1-b3cd-9cdb5cd7b4a8) appended chunk (isFinal=true) to /tmp/junit1790034784138261936/server-tmproot-server/blob-upload-server/3f52bb1c-c271-4bc1-b3cd-9cdb5cd7b4a8 ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:46683/api/blob/5d4Gn7Lje7djT1HHt6jjcg%2BHKH9wgn2vEpJCSjuX6z4%3D to /tmp/junit1790034784138261936/server-server-httpfiles/tmpWork/15.tmp (integrity=sha256-5d4Gn7Lje7djT1HHt6jjcg+HKH9wgn2vEpJCSjuX6z4=) ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(3f52bb1c-c271-4bc1-b3cd-9cdb5cd7b4a8): Upload complete of 1079 bytes in 1 chunks to http://localhost:46683/api/blob/upload-batch-data ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1745411532759) for http://localhost:46683/api/blob/5d4Gn7Lje7djT1HHt6jjcg%2BHKH9wgn2vEpJCSjuX6z4%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1745411532759http://localhost:46683/api/blob/5d4Gn7Lje7djT1HHt6jjcg%2BHKH9wgn2vEpJCSjuX6z4%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/5d4Gn7Lje7djT1HHt6jjcg%2BHKH9wgn2vEpJCSjuX6z4%3D) /tmp/junit1790034784138261936/client-server-httpfiles/persistent/4ad4faad-d4ee-49d1-83ac-db1d903f1e78 -> /tmp/junit1790034784138261936/client-server-httpfiles/cache/4ad4faad-d4ee-49d1-83ac-db1d903f1e78 ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(16f99b66-2dca-427a-8f86-e22232c43f10): Uploading 1244 bytes in 1 chunks to http://localhost:46683/api/blob/upload-batch-data starting from byte=0 ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/k65pd4r52nGCR800CqwX9ekYeR56pcNyD6PKQm5ECMY%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/k65pd4r52nGCR800CqwX9ekYeR56pcNyD6PKQm5ECMY%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/k65pd4r52nGCR800CqwX9ekYeR56pcNyD6PKQm5ECMY%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:46683/api/blob/upload-batch-data ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(16f99b66-2dca-427a-8f86-e22232c43f10) receive request ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(16f99b66-2dca-427a-8f86-e22232c43f10) receive request ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(16f99b66-2dca-427a-8f86-e22232c43f10) appended chunk (isFinal=true) to /tmp/junit1790034784138261936/server-tmproot-server/blob-upload-server/16f99b66-2dca-427a-8f86-e22232c43f10 ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:46683/api/blob/k65pd4r52nGCR800CqwX9ekYeR56pcNyD6PKQm5ECMY%3D to /tmp/junit1790034784138261936/server-server-httpfiles/tmpWork/16.tmp (integrity=sha256-k65pd4r52nGCR800CqwX9ekYeR56pcNyD6PKQm5ECMY=) ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(16f99b66-2dca-427a-8f86-e22232c43f10): Upload complete of 1244 bytes in 1 chunks to http://localhost:46683/api/blob/upload-batch-data ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1745411532760) for http://localhost:46683/api/blob/k65pd4r52nGCR800CqwX9ekYeR56pcNyD6PKQm5ECMY%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1745411532760http://localhost:46683/api/blob/k65pd4r52nGCR800CqwX9ekYeR56pcNyD6PKQm5ECMY%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/k65pd4r52nGCR800CqwX9ekYeR56pcNyD6PKQm5ECMY%3D) /tmp/junit1790034784138261936/client-server-httpfiles/persistent/18f49f05-7743-4b2e-9885-ff349eb220b5 -> /tmp/junit1790034784138261936/client-server-httpfiles/cache/18f49f05-7743-4b2e-9885-ff349eb220b5 ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(b5bf2d43-1f0a-4aaa-804b-5f20d81f677a): Uploading 1155 bytes in 1 chunks to http://localhost:46683/api/blob/upload-batch-data starting from byte=0 ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/MZikNKgl2FhWpW23NSSFUT1wOPqRV060fcrD6oKsRao%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/MZikNKgl2FhWpW23NSSFUT1wOPqRV060fcrD6oKsRao%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/MZikNKgl2FhWpW23NSSFUT1wOPqRV060fcrD6oKsRao%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:46683/api/blob/upload-batch-data ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(b5bf2d43-1f0a-4aaa-804b-5f20d81f677a) receive request ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(b5bf2d43-1f0a-4aaa-804b-5f20d81f677a) receive request ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(b5bf2d43-1f0a-4aaa-804b-5f20d81f677a) appended chunk (isFinal=true) to /tmp/junit1790034784138261936/server-tmproot-server/blob-upload-server/b5bf2d43-1f0a-4aaa-804b-5f20d81f677a ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:46683/api/blob/MZikNKgl2FhWpW23NSSFUT1wOPqRV060fcrD6oKsRao%3D to /tmp/junit1790034784138261936/server-server-httpfiles/tmpWork/17.tmp (integrity=sha256-MZikNKgl2FhWpW23NSSFUT1wOPqRV060fcrD6oKsRao=) ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(b5bf2d43-1f0a-4aaa-804b-5f20d81f677a): Upload complete of 1155 bytes in 1 chunks to http://localhost:46683/api/blob/upload-batch-data ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1745411532761) for http://localhost:46683/api/blob/MZikNKgl2FhWpW23NSSFUT1wOPqRV060fcrD6oKsRao%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1745411532761http://localhost:46683/api/blob/MZikNKgl2FhWpW23NSSFUT1wOPqRV060fcrD6oKsRao%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/MZikNKgl2FhWpW23NSSFUT1wOPqRV060fcrD6oKsRao%3D) /tmp/junit1790034784138261936/client-server-httpfiles/persistent/137ddd1c-8fe8-4a94-ac47-487b17469b7d -> /tmp/junit1790034784138261936/client-server-httpfiles/cache/137ddd1c-8fe8-4a94-ac47-487b17469b7d ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(f08a4559-36c0-4e20-9691-0474db7f7a6a): Uploading 1293 bytes in 1 chunks to http://localhost:46683/api/blob/upload-batch-data starting from byte=0 ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/qGvsfW4NaWJUAV8k%2BjAgxyt68uSYkM8Zvl4iO07eQSw%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/qGvsfW4NaWJUAV8k%2BjAgxyt68uSYkM8Zvl4iO07eQSw%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/qGvsfW4NaWJUAV8k%2BjAgxyt68uSYkM8Zvl4iO07eQSw%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:46683/api/blob/upload-batch-data ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(f08a4559-36c0-4e20-9691-0474db7f7a6a) receive request ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(f08a4559-36c0-4e20-9691-0474db7f7a6a) receive request ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(f08a4559-36c0-4e20-9691-0474db7f7a6a) appended chunk (isFinal=true) to /tmp/junit1790034784138261936/server-tmproot-server/blob-upload-server/f08a4559-36c0-4e20-9691-0474db7f7a6a ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:46683/api/blob/qGvsfW4NaWJUAV8k%2BjAgxyt68uSYkM8Zvl4iO07eQSw%3D to /tmp/junit1790034784138261936/server-server-httpfiles/tmpWork/18.tmp (integrity=sha256-qGvsfW4NaWJUAV8k+jAgxyt68uSYkM8Zvl4iO07eQSw=) ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(f08a4559-36c0-4e20-9691-0474db7f7a6a): Upload complete of 1293 bytes in 1 chunks to http://localhost:46683/api/blob/upload-batch-data ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1745411532762) for http://localhost:46683/api/blob/qGvsfW4NaWJUAV8k%2BjAgxyt68uSYkM8Zvl4iO07eQSw%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1745411532762http://localhost:46683/api/blob/qGvsfW4NaWJUAV8k%2BjAgxyt68uSYkM8Zvl4iO07eQSw%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/qGvsfW4NaWJUAV8k%2BjAgxyt68uSYkM8Zvl4iO07eQSw%3D) /tmp/junit1790034784138261936/client-server-httpfiles/persistent/7ba056a4-93e9-4b4e-848f-affd49464cf7 -> /tmp/junit1790034784138261936/client-server-httpfiles/cache/7ba056a4-93e9-4b4e-848f-affd49464cf7 ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(832143de-7c58-4614-9f84-eca56af0cf86): Uploading 2089 bytes in 1 chunks to http://localhost:46683/api/blob/upload-batch-data starting from byte=0 ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/jT7lEK6lwyBhlTHcKRWFJqu7C0gPdwvq0cKmMsrO3o4%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/jT7lEK6lwyBhlTHcKRWFJqu7C0gPdwvq0cKmMsrO3o4%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/jT7lEK6lwyBhlTHcKRWFJqu7C0gPdwvq0cKmMsrO3o4%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:46683/api/blob/upload-batch-data ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(832143de-7c58-4614-9f84-eca56af0cf86) receive request ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(832143de-7c58-4614-9f84-eca56af0cf86) receive request ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(832143de-7c58-4614-9f84-eca56af0cf86) appended chunk (isFinal=true) to /tmp/junit1790034784138261936/server-tmproot-server/blob-upload-server/832143de-7c58-4614-9f84-eca56af0cf86 ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:46683/api/blob/jT7lEK6lwyBhlTHcKRWFJqu7C0gPdwvq0cKmMsrO3o4%3D to /tmp/junit1790034784138261936/server-server-httpfiles/tmpWork/19.tmp (integrity=sha256-jT7lEK6lwyBhlTHcKRWFJqu7C0gPdwvq0cKmMsrO3o4=) ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(832143de-7c58-4614-9f84-eca56af0cf86): Upload complete of 2089 bytes in 1 chunks to http://localhost:46683/api/blob/upload-batch-data ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1745411532763) for http://localhost:46683/api/blob/jT7lEK6lwyBhlTHcKRWFJqu7C0gPdwvq0cKmMsrO3o4%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1745411532763http://localhost:46683/api/blob/jT7lEK6lwyBhlTHcKRWFJqu7C0gPdwvq0cKmMsrO3o4%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/jT7lEK6lwyBhlTHcKRWFJqu7C0gPdwvq0cKmMsrO3o4%3D) /tmp/junit1790034784138261936/client-server-httpfiles/persistent/2890fcfc-ce4c-4f1f-9b2a-e5e1e5e179ba -> /tmp/junit1790034784138261936/client-server-httpfiles/cache/2890fcfc-ce4c-4f1f-9b2a-e5e1e5e179ba ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(4eac5c65-5528-4c9d-bd06-0022ab028013): Uploading 1239 bytes in 1 chunks to http://localhost:46683/api/blob/upload-batch-data starting from byte=0 ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/Au%2B2IdPCR1K6fzgi%2BwM5XKVYY8AZh6QiVWhS%2FNgRMNU%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/Au%2B2IdPCR1K6fzgi%2BwM5XKVYY8AZh6QiVWhS%2FNgRMNU%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/Au%2B2IdPCR1K6fzgi%2BwM5XKVYY8AZh6QiVWhS%2FNgRMNU%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:46683/api/blob/upload-batch-data ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(4eac5c65-5528-4c9d-bd06-0022ab028013) receive request ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(4eac5c65-5528-4c9d-bd06-0022ab028013) receive request ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(4eac5c65-5528-4c9d-bd06-0022ab028013) appended chunk (isFinal=true) to /tmp/junit1790034784138261936/server-tmproot-server/blob-upload-server/4eac5c65-5528-4c9d-bd06-0022ab028013 ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:46683/api/blob/Au%2B2IdPCR1K6fzgi%2BwM5XKVYY8AZh6QiVWhS%2FNgRMNU%3D to /tmp/junit1790034784138261936/server-server-httpfiles/tmpWork/20.tmp (integrity=sha256-Au+2IdPCR1K6fzgi+wM5XKVYY8AZh6QiVWhS/NgRMNU=) ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(4eac5c65-5528-4c9d-bd06-0022ab028013): Upload complete of 1239 bytes in 1 chunks to http://localhost:46683/api/blob/upload-batch-data ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1745411532764) for http://localhost:46683/api/blob/Au%2B2IdPCR1K6fzgi%2BwM5XKVYY8AZh6QiVWhS%2FNgRMNU%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1745411532764http://localhost:46683/api/blob/Au%2B2IdPCR1K6fzgi%2BwM5XKVYY8AZh6QiVWhS%2FNgRMNU%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/Au%2B2IdPCR1K6fzgi%2BwM5XKVYY8AZh6QiVWhS%2FNgRMNU%3D) /tmp/junit1790034784138261936/client-server-httpfiles/persistent/43fbffa8-609c-4cd3-8bd1-9d762c793ddb -> /tmp/junit1790034784138261936/client-server-httpfiles/cache/43fbffa8-609c-4cd3-8bd1-9d762c793ddb ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(63cbeee0-d923-4983-9bea-9387d0ab83f5): Uploading 1261 bytes in 1 chunks to http://localhost:46683/api/blob/upload-batch-data starting from byte=0 ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/SQzRpZj429D6cW3daoNAw3eqvBYSS2ns7TItpaMlHT8%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/SQzRpZj429D6cW3daoNAw3eqvBYSS2ns7TItpaMlHT8%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/SQzRpZj429D6cW3daoNAw3eqvBYSS2ns7TItpaMlHT8%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:46683/api/blob/upload-batch-data ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(63cbeee0-d923-4983-9bea-9387d0ab83f5) receive request ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(63cbeee0-d923-4983-9bea-9387d0ab83f5) receive request ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(63cbeee0-d923-4983-9bea-9387d0ab83f5) appended chunk (isFinal=true) to /tmp/junit1790034784138261936/server-tmproot-server/blob-upload-server/63cbeee0-d923-4983-9bea-9387d0ab83f5 ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:46683/api/blob/SQzRpZj429D6cW3daoNAw3eqvBYSS2ns7TItpaMlHT8%3D to /tmp/junit1790034784138261936/server-server-httpfiles/tmpWork/21.tmp (integrity=sha256-SQzRpZj429D6cW3daoNAw3eqvBYSS2ns7TItpaMlHT8=) ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(63cbeee0-d923-4983-9bea-9387d0ab83f5): Upload complete of 1261 bytes in 1 chunks to http://localhost:46683/api/blob/upload-batch-data ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1745411532765) for http://localhost:46683/api/blob/SQzRpZj429D6cW3daoNAw3eqvBYSS2ns7TItpaMlHT8%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1745411532765http://localhost:46683/api/blob/SQzRpZj429D6cW3daoNAw3eqvBYSS2ns7TItpaMlHT8%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/SQzRpZj429D6cW3daoNAw3eqvBYSS2ns7TItpaMlHT8%3D) /tmp/junit1790034784138261936/client-server-httpfiles/persistent/a10829c8-094b-4b48-b547-c97a2a22d140 -> /tmp/junit1790034784138261936/client-server-httpfiles/cache/a10829c8-094b-4b48-b547-c97a2a22d140 ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(486c425f-937c-45bc-9e2c-3231955024b5): Uploading 1113 bytes in 1 chunks to http://localhost:46683/api/blob/upload-batch-data starting from byte=0 ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/WdACppPgOH8BBO0iigwsrmWMy17E3kScuTWoKjWTy%2Fw%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/WdACppPgOH8BBO0iigwsrmWMy17E3kScuTWoKjWTy%2Fw%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/WdACppPgOH8BBO0iigwsrmWMy17E3kScuTWoKjWTy%2Fw%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:46683/api/blob/upload-batch-data ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(486c425f-937c-45bc-9e2c-3231955024b5) receive request ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(486c425f-937c-45bc-9e2c-3231955024b5) receive request ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(486c425f-937c-45bc-9e2c-3231955024b5) appended chunk (isFinal=true) to /tmp/junit1790034784138261936/server-tmproot-server/blob-upload-server/486c425f-937c-45bc-9e2c-3231955024b5 ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:46683/api/blob/WdACppPgOH8BBO0iigwsrmWMy17E3kScuTWoKjWTy%2Fw%3D to /tmp/junit1790034784138261936/server-server-httpfiles/tmpWork/22.tmp (integrity=sha256-WdACppPgOH8BBO0iigwsrmWMy17E3kScuTWoKjWTy/w=) ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(486c425f-937c-45bc-9e2c-3231955024b5): Upload complete of 1113 bytes in 1 chunks to http://localhost:46683/api/blob/upload-batch-data ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1745411532766) for http://localhost:46683/api/blob/WdACppPgOH8BBO0iigwsrmWMy17E3kScuTWoKjWTy%2Fw%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1745411532766http://localhost:46683/api/blob/WdACppPgOH8BBO0iigwsrmWMy17E3kScuTWoKjWTy%2Fw%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/WdACppPgOH8BBO0iigwsrmWMy17E3kScuTWoKjWTy%2Fw%3D) /tmp/junit1790034784138261936/client-server-httpfiles/persistent/c09c9024-bc7a-4688-b85e-60cd0d17208f -> /tmp/junit1790034784138261936/client-server-httpfiles/cache/c09c9024-bc7a-4688-b85e-60cd0d17208f ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(448aee3e-57de-4847-afaf-427cafd8391b): Uploading 1229 bytes in 1 chunks to http://localhost:46683/api/blob/upload-batch-data starting from byte=0 ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/7vs8uqNXfk02HCNxgA9IXzTGWczwRxAXgvYRXQZHT3w%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/7vs8uqNXfk02HCNxgA9IXzTGWczwRxAXgvYRXQZHT3w%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/7vs8uqNXfk02HCNxgA9IXzTGWczwRxAXgvYRXQZHT3w%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:46683/api/blob/upload-batch-data ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(448aee3e-57de-4847-afaf-427cafd8391b) receive request ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(448aee3e-57de-4847-afaf-427cafd8391b) receive request ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(448aee3e-57de-4847-afaf-427cafd8391b) appended chunk (isFinal=true) to /tmp/junit1790034784138261936/server-tmproot-server/blob-upload-server/448aee3e-57de-4847-afaf-427cafd8391b ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:46683/api/blob/7vs8uqNXfk02HCNxgA9IXzTGWczwRxAXgvYRXQZHT3w%3D to /tmp/junit1790034784138261936/server-server-httpfiles/tmpWork/23.tmp (integrity=sha256-7vs8uqNXfk02HCNxgA9IXzTGWczwRxAXgvYRXQZHT3w=) ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(448aee3e-57de-4847-afaf-427cafd8391b): Upload complete of 1229 bytes in 1 chunks to http://localhost:46683/api/blob/upload-batch-data ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1745411532767) for http://localhost:46683/api/blob/7vs8uqNXfk02HCNxgA9IXzTGWczwRxAXgvYRXQZHT3w%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1745411532767http://localhost:46683/api/blob/7vs8uqNXfk02HCNxgA9IXzTGWczwRxAXgvYRXQZHT3w%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/7vs8uqNXfk02HCNxgA9IXzTGWczwRxAXgvYRXQZHT3w%3D) /tmp/junit1790034784138261936/client-server-httpfiles/persistent/d85f52de-b853-4d7c-a908-bc3a960ca72c -> /tmp/junit1790034784138261936/client-server-httpfiles/cache/d85f52de-b853-4d7c-a908-bc3a960ca72c ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(9714610d-118a-40d1-afb5-37fe005391a6): Uploading 1091 bytes in 1 chunks to http://localhost:46683/api/blob/upload-batch-data starting from byte=0 ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/b0rPNEXzpQ22OFjtaC11asx2j0%2BhLr7cAomd3VO69e0%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/b0rPNEXzpQ22OFjtaC11asx2j0%2BhLr7cAomd3VO69e0%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/b0rPNEXzpQ22OFjtaC11asx2j0%2BhLr7cAomd3VO69e0%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:46683/api/blob/upload-batch-data ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(9714610d-118a-40d1-afb5-37fe005391a6) receive request ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(9714610d-118a-40d1-afb5-37fe005391a6) receive request ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(9714610d-118a-40d1-afb5-37fe005391a6) appended chunk (isFinal=true) to /tmp/junit1790034784138261936/server-tmproot-server/blob-upload-server/9714610d-118a-40d1-afb5-37fe005391a6 ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:46683/api/blob/b0rPNEXzpQ22OFjtaC11asx2j0%2BhLr7cAomd3VO69e0%3D to /tmp/junit1790034784138261936/server-server-httpfiles/tmpWork/24.tmp (integrity=sha256-b0rPNEXzpQ22OFjtaC11asx2j0+hLr7cAomd3VO69e0=) ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(9714610d-118a-40d1-afb5-37fe005391a6): Upload complete of 1091 bytes in 1 chunks to http://localhost:46683/api/blob/upload-batch-data ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1745411532768) for http://localhost:46683/api/blob/b0rPNEXzpQ22OFjtaC11asx2j0%2BhLr7cAomd3VO69e0%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1745411532768http://localhost:46683/api/blob/b0rPNEXzpQ22OFjtaC11asx2j0%2BhLr7cAomd3VO69e0%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/b0rPNEXzpQ22OFjtaC11asx2j0%2BhLr7cAomd3VO69e0%3D) /tmp/junit1790034784138261936/client-server-httpfiles/persistent/a5ea447a-6342-4d00-8fde-d704cae7e63f -> /tmp/junit1790034784138261936/client-server-httpfiles/cache/a5ea447a-6342-4d00-8fde-d704cae7e63f ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(9d820dff-8e06-4098-813c-55f8b84b466a): Uploading 1221 bytes in 1 chunks to http://localhost:46683/api/blob/upload-batch-data starting from byte=0 ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/Oq8Qt4f%2FpNdOtT7Cz%2FP1buRr1KXcoKQUW%2BC9lCFg8YQ%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/Oq8Qt4f%2FpNdOtT7Cz%2FP1buRr1KXcoKQUW%2BC9lCFg8YQ%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/Oq8Qt4f%2FpNdOtT7Cz%2FP1buRr1KXcoKQUW%2BC9lCFg8YQ%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:46683/api/blob/upload-batch-data ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(9d820dff-8e06-4098-813c-55f8b84b466a) receive request ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(9d820dff-8e06-4098-813c-55f8b84b466a) receive request ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(9d820dff-8e06-4098-813c-55f8b84b466a) appended chunk (isFinal=true) to /tmp/junit1790034784138261936/server-tmproot-server/blob-upload-server/9d820dff-8e06-4098-813c-55f8b84b466a ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:46683/api/blob/Oq8Qt4f%2FpNdOtT7Cz%2FP1buRr1KXcoKQUW%2BC9lCFg8YQ%3D to /tmp/junit1790034784138261936/server-server-httpfiles/tmpWork/25.tmp (integrity=sha256-Oq8Qt4f/pNdOtT7Cz/P1buRr1KXcoKQUW+C9lCFg8YQ=) ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(9d820dff-8e06-4098-813c-55f8b84b466a): Upload complete of 1221 bytes in 1 chunks to http://localhost:46683/api/blob/upload-batch-data ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1745411532769) for http://localhost:46683/api/blob/Oq8Qt4f%2FpNdOtT7Cz%2FP1buRr1KXcoKQUW%2BC9lCFg8YQ%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1745411532769http://localhost:46683/api/blob/Oq8Qt4f%2FpNdOtT7Cz%2FP1buRr1KXcoKQUW%2BC9lCFg8YQ%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/Oq8Qt4f%2FpNdOtT7Cz%2FP1buRr1KXcoKQUW%2BC9lCFg8YQ%3D) /tmp/junit1790034784138261936/client-server-httpfiles/persistent/26e38759-5ab5-42a9-b7a2-439ce8853af1 -> /tmp/junit1790034784138261936/client-server-httpfiles/cache/26e38759-5ab5-42a9-b7a2-439ce8853af1 ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(1b4dc931-af6a-4954-95e8-64150db61c48): Uploading 1175 bytes in 1 chunks to http://localhost:46683/api/blob/upload-batch-data starting from byte=0 ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/yzJGqJtjyxHYqHNh51kOeZtaOIra3Ks3%2B1GBRu4D0%2BQ%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/yzJGqJtjyxHYqHNh51kOeZtaOIra3Ks3%2B1GBRu4D0%2BQ%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/yzJGqJtjyxHYqHNh51kOeZtaOIra3Ks3%2B1GBRu4D0%2BQ%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:46683/api/blob/upload-batch-data ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(1b4dc931-af6a-4954-95e8-64150db61c48) receive request ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(1b4dc931-af6a-4954-95e8-64150db61c48) receive request ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(1b4dc931-af6a-4954-95e8-64150db61c48) appended chunk (isFinal=true) to /tmp/junit1790034784138261936/server-tmproot-server/blob-upload-server/1b4dc931-af6a-4954-95e8-64150db61c48 ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:46683/api/blob/yzJGqJtjyxHYqHNh51kOeZtaOIra3Ks3%2B1GBRu4D0%2BQ%3D to /tmp/junit1790034784138261936/server-server-httpfiles/tmpWork/26.tmp (integrity=sha256-yzJGqJtjyxHYqHNh51kOeZtaOIra3Ks3+1GBRu4D0+Q=) ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(1b4dc931-af6a-4954-95e8-64150db61c48): Upload complete of 1175 bytes in 1 chunks to http://localhost:46683/api/blob/upload-batch-data ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1745411532770) for http://localhost:46683/api/blob/yzJGqJtjyxHYqHNh51kOeZtaOIra3Ks3%2B1GBRu4D0%2BQ%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1745411532770http://localhost:46683/api/blob/yzJGqJtjyxHYqHNh51kOeZtaOIra3Ks3%2B1GBRu4D0%2BQ%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/yzJGqJtjyxHYqHNh51kOeZtaOIra3Ks3%2B1GBRu4D0%2BQ%3D) /tmp/junit1790034784138261936/client-server-httpfiles/persistent/78fa5272-0a3d-4e0d-ae44-85eb2dc56971 -> /tmp/junit1790034784138261936/client-server-httpfiles/cache/78fa5272-0a3d-4e0d-ae44-85eb2dc56971 ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(8cf24e77-f20f-42c5-9bb6-51680c280fd6): Uploading 1335 bytes in 1 chunks to http://localhost:46683/api/blob/upload-batch-data starting from byte=0 ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/b%2FpemT3AQtkcxWYfWDVJk2%2FkTkEqjdt%2BoehmTIE02AM%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/b%2FpemT3AQtkcxWYfWDVJk2%2FkTkEqjdt%2BoehmTIE02AM%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/b%2FpemT3AQtkcxWYfWDVJk2%2FkTkEqjdt%2BoehmTIE02AM%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:46683/api/blob/upload-batch-data ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(8cf24e77-f20f-42c5-9bb6-51680c280fd6) receive request ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(8cf24e77-f20f-42c5-9bb6-51680c280fd6) receive request ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(8cf24e77-f20f-42c5-9bb6-51680c280fd6) appended chunk (isFinal=true) to /tmp/junit1790034784138261936/server-tmproot-server/blob-upload-server/8cf24e77-f20f-42c5-9bb6-51680c280fd6 ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:46683/api/blob/b%2FpemT3AQtkcxWYfWDVJk2%2FkTkEqjdt%2BoehmTIE02AM%3D to /tmp/junit1790034784138261936/server-server-httpfiles/tmpWork/27.tmp (integrity=sha256-b/pemT3AQtkcxWYfWDVJk2/kTkEqjdt+oehmTIE02AM=) ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(8cf24e77-f20f-42c5-9bb6-51680c280fd6): Upload complete of 1335 bytes in 1 chunks to http://localhost:46683/api/blob/upload-batch-data ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1745411532771) for http://localhost:46683/api/blob/b%2FpemT3AQtkcxWYfWDVJk2%2FkTkEqjdt%2BoehmTIE02AM%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1745411532771http://localhost:46683/api/blob/b%2FpemT3AQtkcxWYfWDVJk2%2FkTkEqjdt%2BoehmTIE02AM%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/b%2FpemT3AQtkcxWYfWDVJk2%2FkTkEqjdt%2BoehmTIE02AM%3D) /tmp/junit1790034784138261936/client-server-httpfiles/persistent/a8e85b31-3270-4df6-ba91-5caf17d39f36 -> /tmp/junit1790034784138261936/client-server-httpfiles/cache/a8e85b31-3270-4df6-ba91-5caf17d39f36 ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(3676d43a-529f-4a72-8b50-94e0d7284ed4): Uploading 1152 bytes in 1 chunks to http://localhost:46683/api/blob/upload-batch-data starting from byte=0 ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/mfov8Hrp8eJ57UpQUEJ%2B8RVeKjq45a8ngANpAaLYR6w%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/mfov8Hrp8eJ57UpQUEJ%2B8RVeKjq45a8ngANpAaLYR6w%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/mfov8Hrp8eJ57UpQUEJ%2B8RVeKjq45a8ngANpAaLYR6w%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:46683/api/blob/upload-batch-data ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(3676d43a-529f-4a72-8b50-94e0d7284ed4) receive request ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(3676d43a-529f-4a72-8b50-94e0d7284ed4) receive request ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(3676d43a-529f-4a72-8b50-94e0d7284ed4) appended chunk (isFinal=true) to /tmp/junit1790034784138261936/server-tmproot-server/blob-upload-server/3676d43a-529f-4a72-8b50-94e0d7284ed4 ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:46683/api/blob/mfov8Hrp8eJ57UpQUEJ%2B8RVeKjq45a8ngANpAaLYR6w%3D to /tmp/junit1790034784138261936/server-server-httpfiles/tmpWork/28.tmp (integrity=sha256-mfov8Hrp8eJ57UpQUEJ+8RVeKjq45a8ngANpAaLYR6w=) ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(3676d43a-529f-4a72-8b50-94e0d7284ed4): Upload complete of 1152 bytes in 1 chunks to http://localhost:46683/api/blob/upload-batch-data ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1745411532772) for http://localhost:46683/api/blob/mfov8Hrp8eJ57UpQUEJ%2B8RVeKjq45a8ngANpAaLYR6w%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1745411532772http://localhost:46683/api/blob/mfov8Hrp8eJ57UpQUEJ%2B8RVeKjq45a8ngANpAaLYR6w%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/mfov8Hrp8eJ57UpQUEJ%2B8RVeKjq45a8ngANpAaLYR6w%3D) /tmp/junit1790034784138261936/client-server-httpfiles/persistent/d178a90f-3fd2-49f6-a2cf-e100c26fa58b -> /tmp/junit1790034784138261936/client-server-httpfiles/cache/d178a90f-3fd2-49f6-a2cf-e100c26fa58b ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(4de36fed-05cb-4e70-8a2b-9cf4bef4993b): Uploading 1150 bytes in 1 chunks to http://localhost:46683/api/blob/upload-batch-data starting from byte=0 ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/7xF1FYDJR0vQb3gRCLf5zGPh50%2B3WuGOhPKs9utqGUE%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/7xF1FYDJR0vQb3gRCLf5zGPh50%2B3WuGOhPKs9utqGUE%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/7xF1FYDJR0vQb3gRCLf5zGPh50%2B3WuGOhPKs9utqGUE%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:46683/api/blob/upload-batch-data ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(4de36fed-05cb-4e70-8a2b-9cf4bef4993b) receive request ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(4de36fed-05cb-4e70-8a2b-9cf4bef4993b) receive request ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(4de36fed-05cb-4e70-8a2b-9cf4bef4993b) appended chunk (isFinal=true) to /tmp/junit1790034784138261936/server-tmproot-server/blob-upload-server/4de36fed-05cb-4e70-8a2b-9cf4bef4993b ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:46683/api/blob/7xF1FYDJR0vQb3gRCLf5zGPh50%2B3WuGOhPKs9utqGUE%3D to /tmp/junit1790034784138261936/server-server-httpfiles/tmpWork/29.tmp (integrity=sha256-7xF1FYDJR0vQb3gRCLf5zGPh50+3WuGOhPKs9utqGUE=) ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(4de36fed-05cb-4e70-8a2b-9cf4bef4993b): Upload complete of 1150 bytes in 1 chunks to http://localhost:46683/api/blob/upload-batch-data ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1745411532773) for http://localhost:46683/api/blob/7xF1FYDJR0vQb3gRCLf5zGPh50%2B3WuGOhPKs9utqGUE%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1745411532773http://localhost:46683/api/blob/7xF1FYDJR0vQb3gRCLf5zGPh50%2B3WuGOhPKs9utqGUE%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/7xF1FYDJR0vQb3gRCLf5zGPh50%2B3WuGOhPKs9utqGUE%3D) /tmp/junit1790034784138261936/client-server-httpfiles/persistent/f20b3f7e-f3dc-4a17-8d1f-8ff01898335c -> /tmp/junit1790034784138261936/client-server-httpfiles/cache/f20b3f7e-f3dc-4a17-8d1f-8ff01898335c ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(a1968252-addc-4bb5-9f0f-ade8057af189): Uploading 1142 bytes in 1 chunks to http://localhost:46683/api/blob/upload-batch-data starting from byte=0 ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/s%2BjWsJZ%2F9ShpZSiPQWSmovDOpcmVTDAObwrxxK3lcHc%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/s%2BjWsJZ%2F9ShpZSiPQWSmovDOpcmVTDAObwrxxK3lcHc%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/s%2BjWsJZ%2F9ShpZSiPQWSmovDOpcmVTDAObwrxxK3lcHc%3D ?BNApr 23, 2025 2:32:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:46683/api/blob/upload-batch-data ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(a1968252-addc-4bb5-9f0f-ade8057af189) receive request ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(a1968252-addc-4bb5-9f0f-ade8057af189) receive request ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(a1968252-addc-4bb5-9f0f-ade8057af189) appended chunk (isFinal=true) to /tmp/junit1790034784138261936/server-tmproot-server/blob-upload-server/a1968252-addc-4bb5-9f0f-ade8057af189 ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:46683/api/blob/s%2BjWsJZ%2F9ShpZSiPQWSmovDOpcmVTDAObwrxxK3lcHc%3D to /tmp/junit1790034784138261936/server-server-httpfiles/tmpWork/30.tmp (integrity=sha256-s+jWsJZ/9ShpZSiPQWSmovDOpcmVTDAObwrxxK3lcHc=) ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(a1968252-addc-4bb5-9f0f-ade8057af189): Upload complete of 1142 bytes in 1 chunks to http://localhost:46683/api/blob/upload-batch-data ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1745411532774) for http://localhost:46683/api/blob/s%2BjWsJZ%2F9ShpZSiPQWSmovDOpcmVTDAObwrxxK3lcHc%3D ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1745411532774http://localhost:46683/api/blob/s%2BjWsJZ%2F9ShpZSiPQWSmovDOpcmVTDAObwrxxK3lcHc%3D ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/s%2BjWsJZ%2F9ShpZSiPQWSmovDOpcmVTDAObwrxxK3lcHc%3D) /tmp/junit1790034784138261936/client-server-httpfiles/persistent/2c2ad200-3299-4c7d-851a-d1e4063755ea -> /tmp/junit1790034784138261936/client-server-httpfiles/cache/2c2ad200-3299-4c7d-851a-d1e4063755ea ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(47577b09-6f34-46e1-830a-2715d259add5): Uploading 1178 bytes in 1 chunks to http://localhost:46683/api/blob/upload-batch-data starting from byte=0 ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/MpD8uvv86rzRXumzeeIEP9dkvgCqNH4BgNx%2Bu3BdkYQ%3D ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/MpD8uvv86rzRXumzeeIEP9dkvgCqNH4BgNx%2Bu3BdkYQ%3D ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/MpD8uvv86rzRXumzeeIEP9dkvgCqNH4BgNx%2Bu3BdkYQ%3D ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:46683/api/blob/upload-batch-data ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(47577b09-6f34-46e1-830a-2715d259add5) receive request ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(47577b09-6f34-46e1-830a-2715d259add5) receive request ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(47577b09-6f34-46e1-830a-2715d259add5) appended chunk (isFinal=true) to /tmp/junit1790034784138261936/server-tmproot-server/blob-upload-server/47577b09-6f34-46e1-830a-2715d259add5 ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:46683/api/blob/MpD8uvv86rzRXumzeeIEP9dkvgCqNH4BgNx%2Bu3BdkYQ%3D to /tmp/junit1790034784138261936/server-server-httpfiles/tmpWork/31.tmp (integrity=sha256-MpD8uvv86rzRXumzeeIEP9dkvgCqNH4BgNx+u3BdkYQ=) ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(47577b09-6f34-46e1-830a-2715d259add5): Upload complete of 1178 bytes in 1 chunks to http://localhost:46683/api/blob/upload-batch-data ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1745411532775) for http://localhost:46683/api/blob/MpD8uvv86rzRXumzeeIEP9dkvgCqNH4BgNx%2Bu3BdkYQ%3D ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1745411532775http://localhost:46683/api/blob/MpD8uvv86rzRXumzeeIEP9dkvgCqNH4BgNx%2Bu3BdkYQ%3D ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/MpD8uvv86rzRXumzeeIEP9dkvgCqNH4BgNx%2Bu3BdkYQ%3D) /tmp/junit1790034784138261936/client-server-httpfiles/persistent/328c55e1-351a-499c-a785-6e12325a342e -> /tmp/junit1790034784138261936/client-server-httpfiles/cache/328c55e1-351a-499c-a785-6e12325a342e ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(616ac5e9-6db4-49e9-82c4-6e8cdf6a8c5d): Uploading 1806 bytes in 1 chunks to http://localhost:46683/api/blob/upload-batch-data starting from byte=0 ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/s9HqB4agwbGesiE3QlUHeYBRLelpFY4r8WgsGxlH3Qo%3D ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/s9HqB4agwbGesiE3QlUHeYBRLelpFY4r8WgsGxlH3Qo%3D ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/s9HqB4agwbGesiE3QlUHeYBRLelpFY4r8WgsGxlH3Qo%3D ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:46683/api/blob/upload-batch-data ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(616ac5e9-6db4-49e9-82c4-6e8cdf6a8c5d) receive request ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(616ac5e9-6db4-49e9-82c4-6e8cdf6a8c5d) receive request ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(616ac5e9-6db4-49e9-82c4-6e8cdf6a8c5d) appended chunk (isFinal=true) to /tmp/junit1790034784138261936/server-tmproot-server/blob-upload-server/616ac5e9-6db4-49e9-82c4-6e8cdf6a8c5d ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:46683/api/blob/s9HqB4agwbGesiE3QlUHeYBRLelpFY4r8WgsGxlH3Qo%3D to /tmp/junit1790034784138261936/server-server-httpfiles/tmpWork/32.tmp (integrity=sha256-s9HqB4agwbGesiE3QlUHeYBRLelpFY4r8WgsGxlH3Qo=) ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(616ac5e9-6db4-49e9-82c4-6e8cdf6a8c5d): Upload complete of 1806 bytes in 1 chunks to http://localhost:46683/api/blob/upload-batch-data ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1745411532776) for http://localhost:46683/api/blob/s9HqB4agwbGesiE3QlUHeYBRLelpFY4r8WgsGxlH3Qo%3D ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1745411532776http://localhost:46683/api/blob/s9HqB4agwbGesiE3QlUHeYBRLelpFY4r8WgsGxlH3Qo%3D ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/s9HqB4agwbGesiE3QlUHeYBRLelpFY4r8WgsGxlH3Qo%3D) /tmp/junit1790034784138261936/client-server-httpfiles/persistent/1250d2d8-9f0f-460c-9ffc-c9db7d293050 -> /tmp/junit1790034784138261936/client-server-httpfiles/cache/1250d2d8-9f0f-460c-9ffc-c9db7d293050 ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(f88048eb-738f-4f37-87b4-a320d391f58a): Uploading 1163 bytes in 1 chunks to http://localhost:46683/api/blob/upload-batch-data starting from byte=0 ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/UKuxu3Hz%2BfGYRK1HeAzq8IUine8lfc8wmfa4xX1FqNk%3D ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/UKuxu3Hz%2BfGYRK1HeAzq8IUine8lfc8wmfa4xX1FqNk%3D ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/UKuxu3Hz%2BfGYRK1HeAzq8IUine8lfc8wmfa4xX1FqNk%3D ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:46683/api/blob/upload-batch-data ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(f88048eb-738f-4f37-87b4-a320d391f58a) receive request ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(f88048eb-738f-4f37-87b4-a320d391f58a) receive request ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(f88048eb-738f-4f37-87b4-a320d391f58a) appended chunk (isFinal=true) to /tmp/junit1790034784138261936/server-tmproot-server/blob-upload-server/f88048eb-738f-4f37-87b4-a320d391f58a ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:46683/api/blob/UKuxu3Hz%2BfGYRK1HeAzq8IUine8lfc8wmfa4xX1FqNk%3D to /tmp/junit1790034784138261936/server-server-httpfiles/tmpWork/33.tmp (integrity=sha256-UKuxu3Hz+fGYRK1HeAzq8IUine8lfc8wmfa4xX1FqNk=) ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(f88048eb-738f-4f37-87b4-a320d391f58a): Upload complete of 1163 bytes in 1 chunks to http://localhost:46683/api/blob/upload-batch-data ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1745411532777) for http://localhost:46683/api/blob/UKuxu3Hz%2BfGYRK1HeAzq8IUine8lfc8wmfa4xX1FqNk%3D ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1745411532777http://localhost:46683/api/blob/UKuxu3Hz%2BfGYRK1HeAzq8IUine8lfc8wmfa4xX1FqNk%3D ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/UKuxu3Hz%2BfGYRK1HeAzq8IUine8lfc8wmfa4xX1FqNk%3D) /tmp/junit1790034784138261936/client-server-httpfiles/persistent/9e114ba2-bd90-44c8-b062-015362c2782f -> /tmp/junit1790034784138261936/client-server-httpfiles/cache/9e114ba2-bd90-44c8-b062-015362c2782f ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(d4c9992f-bfac-44ef-9677-e3db0791330e): Uploading 1059 bytes in 1 chunks to http://localhost:46683/api/blob/upload-batch-data starting from byte=0 ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/3NOfayEFEmNxtWcImQh5OHnRGSetW1NnAmZP8xt%2FTEE%3D ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/3NOfayEFEmNxtWcImQh5OHnRGSetW1NnAmZP8xt%2FTEE%3D ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/3NOfayEFEmNxtWcImQh5OHnRGSetW1NnAmZP8xt%2FTEE%3D ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:46683/api/blob/upload-batch-data ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(d4c9992f-bfac-44ef-9677-e3db0791330e) receive request ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(d4c9992f-bfac-44ef-9677-e3db0791330e) receive request ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(d4c9992f-bfac-44ef-9677-e3db0791330e) appended chunk (isFinal=true) to /tmp/junit1790034784138261936/server-tmproot-server/blob-upload-server/d4c9992f-bfac-44ef-9677-e3db0791330e ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:46683/api/blob/3NOfayEFEmNxtWcImQh5OHnRGSetW1NnAmZP8xt%2FTEE%3D to /tmp/junit1790034784138261936/server-server-httpfiles/tmpWork/34.tmp (integrity=sha256-3NOfayEFEmNxtWcImQh5OHnRGSetW1NnAmZP8xt/TEE=) ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(d4c9992f-bfac-44ef-9677-e3db0791330e): Upload complete of 1059 bytes in 1 chunks to http://localhost:46683/api/blob/upload-batch-data ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1745411532778) for http://localhost:46683/api/blob/3NOfayEFEmNxtWcImQh5OHnRGSetW1NnAmZP8xt%2FTEE%3D ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1745411532778http://localhost:46683/api/blob/3NOfayEFEmNxtWcImQh5OHnRGSetW1NnAmZP8xt%2FTEE%3D ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/3NOfayEFEmNxtWcImQh5OHnRGSetW1NnAmZP8xt%2FTEE%3D) /tmp/junit1790034784138261936/client-server-httpfiles/persistent/f1c04a48-aae5-432b-82af-a9c6f4e1bd0e -> /tmp/junit1790034784138261936/client-server-httpfiles/cache/f1c04a48-aae5-432b-82af-a9c6f4e1bd0e ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(c4fb7417-0f9f-4900-a076-527fe5145c07): Uploading 1059 bytes in 1 chunks to http://localhost:46683/api/blob/upload-batch-data starting from byte=0 ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/Rq39aiLMuqiP%2B0mPmeCr0C2QflhXTn%2F%2FNEPZaPtsh7s%3D ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/Rq39aiLMuqiP%2B0mPmeCr0C2QflhXTn%2F%2FNEPZaPtsh7s%3D ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/Rq39aiLMuqiP%2B0mPmeCr0C2QflhXTn%2F%2FNEPZaPtsh7s%3D ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:46683/api/blob/upload-batch-data ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(c4fb7417-0f9f-4900-a076-527fe5145c07) receive request ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(c4fb7417-0f9f-4900-a076-527fe5145c07) receive request ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(c4fb7417-0f9f-4900-a076-527fe5145c07) appended chunk (isFinal=true) to /tmp/junit1790034784138261936/server-tmproot-server/blob-upload-server/c4fb7417-0f9f-4900-a076-527fe5145c07 ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:46683/api/blob/Rq39aiLMuqiP%2B0mPmeCr0C2QflhXTn%2F%2FNEPZaPtsh7s%3D to /tmp/junit1790034784138261936/server-server-httpfiles/tmpWork/35.tmp (integrity=sha256-Rq39aiLMuqiP+0mPmeCr0C2QflhXTn//NEPZaPtsh7s=) ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(c4fb7417-0f9f-4900-a076-527fe5145c07): Upload complete of 1059 bytes in 1 chunks to http://localhost:46683/api/blob/upload-batch-data ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1745411532779) for http://localhost:46683/api/blob/Rq39aiLMuqiP%2B0mPmeCr0C2QflhXTn%2F%2FNEPZaPtsh7s%3D ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1745411532779http://localhost:46683/api/blob/Rq39aiLMuqiP%2B0mPmeCr0C2QflhXTn%2F%2FNEPZaPtsh7s%3D ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/Rq39aiLMuqiP%2B0mPmeCr0C2QflhXTn%2F%2FNEPZaPtsh7s%3D) /tmp/junit1790034784138261936/client-server-httpfiles/persistent/a4e4483d-2088-449e-8240-29660e340aeb -> /tmp/junit1790034784138261936/client-server-httpfiles/cache/a4e4483d-2088-449e-8240-29660e340aeb ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(46edee07-9fb2-453e-947e-de3288b384b4): Uploading 715 bytes in 1 chunks to http://localhost:46683/api/blob/upload-batch-data starting from byte=0 ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/PjfwUp1%2Bw6kzto%2B92J5gCGOUXTWvFUUHmzECFE26ZTI%3D ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/PjfwUp1%2Bw6kzto%2B92J5gCGOUXTWvFUUHmzECFE26ZTI%3D ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/PjfwUp1%2Bw6kzto%2B92J5gCGOUXTWvFUUHmzECFE26ZTI%3D ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:46683/api/blob/upload-batch-data ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(46edee07-9fb2-453e-947e-de3288b384b4) receive request ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(46edee07-9fb2-453e-947e-de3288b384b4) receive request ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(46edee07-9fb2-453e-947e-de3288b384b4) appended chunk (isFinal=true) to /tmp/junit1790034784138261936/server-tmproot-server/blob-upload-server/46edee07-9fb2-453e-947e-de3288b384b4 ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:46683/api/blob/PjfwUp1%2Bw6kzto%2B92J5gCGOUXTWvFUUHmzECFE26ZTI%3D to /tmp/junit1790034784138261936/server-server-httpfiles/tmpWork/36.tmp (integrity=sha256-PjfwUp1+w6kzto+92J5gCGOUXTWvFUUHmzECFE26ZTI=) ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(46edee07-9fb2-453e-947e-de3288b384b4): Upload complete of 715 bytes in 1 chunks to http://localhost:46683/api/blob/upload-batch-data ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1745411532780) for http://localhost:46683/api/blob/PjfwUp1%2Bw6kzto%2B92J5gCGOUXTWvFUUHmzECFE26ZTI%3D ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1745411532780http://localhost:46683/api/blob/PjfwUp1%2Bw6kzto%2B92J5gCGOUXTWvFUUHmzECFE26ZTI%3D ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/PjfwUp1%2Bw6kzto%2B92J5gCGOUXTWvFUUHmzECFE26ZTI%3D) /tmp/junit1790034784138261936/client-server-httpfiles/persistent/eebd3e81-8535-4bf8-be6d-e380335abcff -> /tmp/junit1790034784138261936/client-server-httpfiles/cache/eebd3e81-8535-4bf8-be6d-e380335abcff ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(cb28239f-d7b9-40d1-b26b-f6b5f8fd7f58): Uploading 10052 bytes in 1 chunks to http://localhost:46683/api/blob/upload-batch-data starting from byte=0 ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/h%2BjhrR%2B2SJw3n6swaOU2A8b3QZHrKvXk3vxMgmuJI48%3D ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/h%2BjhrR%2B2SJw3n6swaOU2A8b3QZHrKvXk3vxMgmuJI48%3D ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/h%2BjhrR%2B2SJw3n6swaOU2A8b3QZHrKvXk3vxMgmuJI48%3D ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:46683/api/blob/upload-batch-data ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(cb28239f-d7b9-40d1-b26b-f6b5f8fd7f58) receive request ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(cb28239f-d7b9-40d1-b26b-f6b5f8fd7f58) receive request ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(cb28239f-d7b9-40d1-b26b-f6b5f8fd7f58) appended chunk (isFinal=true) to /tmp/junit1790034784138261936/server-tmproot-server/blob-upload-server/cb28239f-d7b9-40d1-b26b-f6b5f8fd7f58 ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:46683/api/blob/h%2BjhrR%2B2SJw3n6swaOU2A8b3QZHrKvXk3vxMgmuJI48%3D to /tmp/junit1790034784138261936/server-server-httpfiles/tmpWork/37.tmp (integrity=sha256-h+jhrR+2SJw3n6swaOU2A8b3QZHrKvXk3vxMgmuJI48=) ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(cb28239f-d7b9-40d1-b26b-f6b5f8fd7f58): Upload complete of 10052 bytes in 1 chunks to http://localhost:46683/api/blob/upload-batch-data ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1745411532781) for http://localhost:46683/api/blob/h%2BjhrR%2B2SJw3n6swaOU2A8b3QZHrKvXk3vxMgmuJI48%3D ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1745411532781http://localhost:46683/api/blob/h%2BjhrR%2B2SJw3n6swaOU2A8b3QZHrKvXk3vxMgmuJI48%3D ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/h%2BjhrR%2B2SJw3n6swaOU2A8b3QZHrKvXk3vxMgmuJI48%3D) /tmp/junit1790034784138261936/client-server-httpfiles/persistent/3b3aae66-f9be-4e83-ba17-ff0a96f37ae5 -> /tmp/junit1790034784138261936/client-server-httpfiles/cache/3b3aae66-f9be-4e83-ba17-ff0a96f37ae5 ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(5fe2cc94-d29a-49d5-b14a-5b2b362435eb): Uploading 1970 bytes in 1 chunks to http://localhost:46683/api/blob/upload-batch-data starting from byte=0 ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/vGluaw0k9XeZTNkXi2DMNSp4SAI6Mpq0chcOqfhROgo%3D ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/vGluaw0k9XeZTNkXi2DMNSp4SAI6Mpq0chcOqfhROgo%3D ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/vGluaw0k9XeZTNkXi2DMNSp4SAI6Mpq0chcOqfhROgo%3D ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:46683/api/blob/upload-batch-data ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(5fe2cc94-d29a-49d5-b14a-5b2b362435eb) receive request ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(5fe2cc94-d29a-49d5-b14a-5b2b362435eb) receive request ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(5fe2cc94-d29a-49d5-b14a-5b2b362435eb) appended chunk (isFinal=true) to /tmp/junit1790034784138261936/server-tmproot-server/blob-upload-server/5fe2cc94-d29a-49d5-b14a-5b2b362435eb ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:46683/api/blob/vGluaw0k9XeZTNkXi2DMNSp4SAI6Mpq0chcOqfhROgo%3D to /tmp/junit1790034784138261936/server-server-httpfiles/tmpWork/38.tmp (integrity=sha256-vGluaw0k9XeZTNkXi2DMNSp4SAI6Mpq0chcOqfhROgo=) ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(5fe2cc94-d29a-49d5-b14a-5b2b362435eb): Upload complete of 1970 bytes in 1 chunks to http://localhost:46683/api/blob/upload-batch-data ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1745411532782) for http://localhost:46683/api/blob/vGluaw0k9XeZTNkXi2DMNSp4SAI6Mpq0chcOqfhROgo%3D ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1745411532782http://localhost:46683/api/blob/vGluaw0k9XeZTNkXi2DMNSp4SAI6Mpq0chcOqfhROgo%3D ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/vGluaw0k9XeZTNkXi2DMNSp4SAI6Mpq0chcOqfhROgo%3D) /tmp/junit1790034784138261936/client-server-httpfiles/persistent/ed174109-066a-4fbb-a4ca-461e79674470 -> /tmp/junit1790034784138261936/client-server-httpfiles/cache/ed174109-066a-4fbb-a4ca-461e79674470 ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(8b40cf03-149b-4175-b3b7-0ce13e1a87f6): Uploading 3560 bytes in 1 chunks to http://localhost:46683/api/blob/upload-batch-data starting from byte=0 ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/2HtvcBRqQjS2JXOH5QQ9utn6ppsaI1mFBHfAO7S2ccI%3D ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/2HtvcBRqQjS2JXOH5QQ9utn6ppsaI1mFBHfAO7S2ccI%3D ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/2HtvcBRqQjS2JXOH5QQ9utn6ppsaI1mFBHfAO7S2ccI%3D ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:46683/api/blob/upload-batch-data ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(8b40cf03-149b-4175-b3b7-0ce13e1a87f6) receive request ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(8b40cf03-149b-4175-b3b7-0ce13e1a87f6) receive request ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(8b40cf03-149b-4175-b3b7-0ce13e1a87f6) appended chunk (isFinal=true) to /tmp/junit1790034784138261936/server-tmproot-server/blob-upload-server/8b40cf03-149b-4175-b3b7-0ce13e1a87f6 ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:46683/api/blob/2HtvcBRqQjS2JXOH5QQ9utn6ppsaI1mFBHfAO7S2ccI%3D to /tmp/junit1790034784138261936/server-server-httpfiles/tmpWork/39.tmp (integrity=sha256-2HtvcBRqQjS2JXOH5QQ9utn6ppsaI1mFBHfAO7S2ccI=) ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(8b40cf03-149b-4175-b3b7-0ce13e1a87f6): Upload complete of 3560 bytes in 1 chunks to http://localhost:46683/api/blob/upload-batch-data ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1745411532783) for http://localhost:46683/api/blob/2HtvcBRqQjS2JXOH5QQ9utn6ppsaI1mFBHfAO7S2ccI%3D ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1745411532783http://localhost:46683/api/blob/2HtvcBRqQjS2JXOH5QQ9utn6ppsaI1mFBHfAO7S2ccI%3D ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/2HtvcBRqQjS2JXOH5QQ9utn6ppsaI1mFBHfAO7S2ccI%3D) /tmp/junit1790034784138261936/client-server-httpfiles/persistent/e4211257-485a-4a51-924a-93221e576c58 -> /tmp/junit1790034784138261936/client-server-httpfiles/cache/e4211257-485a-4a51-924a-93221e576c58 ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(ef51704b-7673-4a57-b7c2-3d901422ab52): Uploading 1773 bytes in 1 chunks to http://localhost:46683/api/blob/upload-batch-data starting from byte=0 ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/sHX8VAaCnEAbmKOODXx8XwsoiVmNERxdjjnDxegBg8s%3D ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/sHX8VAaCnEAbmKOODXx8XwsoiVmNERxdjjnDxegBg8s%3D ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/sHX8VAaCnEAbmKOODXx8XwsoiVmNERxdjjnDxegBg8s%3D ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:46683/api/blob/upload-batch-data ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(ef51704b-7673-4a57-b7c2-3d901422ab52) receive request ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(ef51704b-7673-4a57-b7c2-3d901422ab52) receive request ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(ef51704b-7673-4a57-b7c2-3d901422ab52) appended chunk (isFinal=true) to /tmp/junit1790034784138261936/server-tmproot-server/blob-upload-server/ef51704b-7673-4a57-b7c2-3d901422ab52 ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:46683/api/blob/sHX8VAaCnEAbmKOODXx8XwsoiVmNERxdjjnDxegBg8s%3D to /tmp/junit1790034784138261936/server-server-httpfiles/tmpWork/40.tmp (integrity=sha256-sHX8VAaCnEAbmKOODXx8XwsoiVmNERxdjjnDxegBg8s=) ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(ef51704b-7673-4a57-b7c2-3d901422ab52): Upload complete of 1773 bytes in 1 chunks to http://localhost:46683/api/blob/upload-batch-data ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1745411532784) for http://localhost:46683/api/blob/sHX8VAaCnEAbmKOODXx8XwsoiVmNERxdjjnDxegBg8s%3D ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1745411532784http://localhost:46683/api/blob/sHX8VAaCnEAbmKOODXx8XwsoiVmNERxdjjnDxegBg8s%3D ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/sHX8VAaCnEAbmKOODXx8XwsoiVmNERxdjjnDxegBg8s%3D) /tmp/junit1790034784138261936/client-server-httpfiles/persistent/8781c7af-e618-4be9-a704-ee5eefba751c -> /tmp/junit1790034784138261936/client-server-httpfiles/cache/8781c7af-e618-4be9-a704-ee5eefba751c ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(e038edd1-d434-4395-9d46-833db713bf15): Uploading 11571 bytes in 1 chunks to http://localhost:46683/api/blob/upload-batch-data starting from byte=0 ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/Io0MLdilHmozLkMugHE9pOBHQ0GoWK2Ad%2BKk1mN4QiY%3D ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/Io0MLdilHmozLkMugHE9pOBHQ0GoWK2Ad%2BKk1mN4QiY%3D ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/Io0MLdilHmozLkMugHE9pOBHQ0GoWK2Ad%2BKk1mN4QiY%3D ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:46683/api/blob/upload-batch-data ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(e038edd1-d434-4395-9d46-833db713bf15) receive request ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(e038edd1-d434-4395-9d46-833db713bf15) receive request ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(e038edd1-d434-4395-9d46-833db713bf15) appended chunk (isFinal=true) to /tmp/junit1790034784138261936/server-tmproot-server/blob-upload-server/e038edd1-d434-4395-9d46-833db713bf15 ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:46683/api/blob/Io0MLdilHmozLkMugHE9pOBHQ0GoWK2Ad%2BKk1mN4QiY%3D to /tmp/junit1790034784138261936/server-server-httpfiles/tmpWork/41.tmp (integrity=sha256-Io0MLdilHmozLkMugHE9pOBHQ0GoWK2Ad+Kk1mN4QiY=) ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #15 : SQLite Change Tracker: Changed tables=[TransferJobItem] ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(e038edd1-d434-4395-9d46-833db713bf15): Upload complete of 11571 bytes in 1 chunks to http://localhost:46683/api/blob/upload-batch-data ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1745411532785) for http://localhost:46683/api/blob/Io0MLdilHmozLkMugHE9pOBHQ0GoWK2Ad%2BKk1mN4QiY%3D ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1745411532785http://localhost:46683/api/blob/Io0MLdilHmozLkMugHE9pOBHQ0GoWK2Ad%2BKk1mN4QiY%3D ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/Io0MLdilHmozLkMugHE9pOBHQ0GoWK2Ad%2BKk1mN4QiY%3D) /tmp/junit1790034784138261936/client-server-httpfiles/persistent/747baa19-9a17-44fb-abb4-1a267be40780 -> /tmp/junit1790034784138261936/client-server-httpfiles/cache/747baa19-9a17-44fb-abb4-1a267be40780 ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(3c5b175c-5f27-486e-91f7-0929931bde88): Uploading 36870 bytes in 1 chunks to http://localhost:46683/api/blob/upload-batch-data starting from byte=0 ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/kTthmgm8PGGYjMHstF6NYIjf3CLWmwpKOi4l3MdMEtg%3D ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/kTthmgm8PGGYjMHstF6NYIjf3CLWmwpKOi4l3MdMEtg%3D ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/kTthmgm8PGGYjMHstF6NYIjf3CLWmwpKOi4l3MdMEtg%3D ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:46683/api/blob/upload-batch-data ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(3c5b175c-5f27-486e-91f7-0929931bde88) receive request ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(3c5b175c-5f27-486e-91f7-0929931bde88) receive request ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(3c5b175c-5f27-486e-91f7-0929931bde88) appended chunk (isFinal=true) to /tmp/junit1790034784138261936/server-tmproot-server/blob-upload-server/3c5b175c-5f27-486e-91f7-0929931bde88 ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:46683/api/blob/kTthmgm8PGGYjMHstF6NYIjf3CLWmwpKOi4l3MdMEtg%3D to /tmp/junit1790034784138261936/server-server-httpfiles/tmpWork/42.tmp (integrity=sha256-kTthmgm8PGGYjMHstF6NYIjf3CLWmwpKOi4l3MdMEtg=) ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(3c5b175c-5f27-486e-91f7-0929931bde88): Upload complete of 36870 bytes in 1 chunks to http://localhost:46683/api/blob/upload-batch-data ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1745411532786) for http://localhost:46683/api/blob/kTthmgm8PGGYjMHstF6NYIjf3CLWmwpKOi4l3MdMEtg%3D ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1745411532786http://localhost:46683/api/blob/kTthmgm8PGGYjMHstF6NYIjf3CLWmwpKOi4l3MdMEtg%3D ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/kTthmgm8PGGYjMHstF6NYIjf3CLWmwpKOi4l3MdMEtg%3D) /tmp/junit1790034784138261936/client-server-httpfiles/persistent/82cc6342-c42f-4e95-a87d-a0e600963450 -> /tmp/junit1790034784138261936/client-server-httpfiles/cache/82cc6342-c42f-4e95-a87d-a0e600963450 ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(d925ef11-585c-444b-97ba-5bc6c37ef4b8): Uploading 2536 bytes in 1 chunks to http://localhost:46683/api/blob/upload-batch-data starting from byte=0 ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/eYHHnwyecTXEwTD51UOV4ep3iOXp7UijenqWFiHPj7w%3D ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/eYHHnwyecTXEwTD51UOV4ep3iOXp7UijenqWFiHPj7w%3D ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/eYHHnwyecTXEwTD51UOV4ep3iOXp7UijenqWFiHPj7w%3D ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:46683/api/blob/upload-batch-data ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(d925ef11-585c-444b-97ba-5bc6c37ef4b8) receive request ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(d925ef11-585c-444b-97ba-5bc6c37ef4b8) receive request ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(d925ef11-585c-444b-97ba-5bc6c37ef4b8) appended chunk (isFinal=true) to /tmp/junit1790034784138261936/server-tmproot-server/blob-upload-server/d925ef11-585c-444b-97ba-5bc6c37ef4b8 ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:46683/api/blob/eYHHnwyecTXEwTD51UOV4ep3iOXp7UijenqWFiHPj7w%3D to /tmp/junit1790034784138261936/server-server-httpfiles/tmpWork/43.tmp (integrity=sha256-eYHHnwyecTXEwTD51UOV4ep3iOXp7UijenqWFiHPj7w=) ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(d925ef11-585c-444b-97ba-5bc6c37ef4b8): Upload complete of 2536 bytes in 1 chunks to http://localhost:46683/api/blob/upload-batch-data ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1745411532787) for http://localhost:46683/api/blob/eYHHnwyecTXEwTD51UOV4ep3iOXp7UijenqWFiHPj7w%3D ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1745411532787http://localhost:46683/api/blob/eYHHnwyecTXEwTD51UOV4ep3iOXp7UijenqWFiHPj7w%3D ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/eYHHnwyecTXEwTD51UOV4ep3iOXp7UijenqWFiHPj7w%3D) /tmp/junit1790034784138261936/client-server-httpfiles/persistent/29c942eb-af0a-4222-bcd8-663d72ff0fb6 -> /tmp/junit1790034784138261936/client-server-httpfiles/cache/29c942eb-af0a-4222-bcd8-663d72ff0fb6 ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(796e8fa7-3568-4183-9762-3900f6d57c26): Uploading 6098 bytes in 1 chunks to http://localhost:46683/api/blob/upload-batch-data starting from byte=0 ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/XNfsFzpMGtyUb4cp%2BZP4sbwRpfi%2BBGbF07psv2MPtA4%3D ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/XNfsFzpMGtyUb4cp%2BZP4sbwRpfi%2BBGbF07psv2MPtA4%3D ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/XNfsFzpMGtyUb4cp%2BZP4sbwRpfi%2BBGbF07psv2MPtA4%3D ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:46683/api/blob/upload-batch-data ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(796e8fa7-3568-4183-9762-3900f6d57c26) receive request ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(796e8fa7-3568-4183-9762-3900f6d57c26) receive request ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(796e8fa7-3568-4183-9762-3900f6d57c26) appended chunk (isFinal=true) to /tmp/junit1790034784138261936/server-tmproot-server/blob-upload-server/796e8fa7-3568-4183-9762-3900f6d57c26 ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:46683/api/blob/XNfsFzpMGtyUb4cp%2BZP4sbwRpfi%2BBGbF07psv2MPtA4%3D to /tmp/junit1790034784138261936/server-server-httpfiles/tmpWork/44.tmp (integrity=sha256-XNfsFzpMGtyUb4cp+ZP4sbwRpfi+BGbF07psv2MPtA4=) ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(796e8fa7-3568-4183-9762-3900f6d57c26): Upload complete of 6098 bytes in 1 chunks to http://localhost:46683/api/blob/upload-batch-data ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1745411532788) for http://localhost:46683/api/blob/XNfsFzpMGtyUb4cp%2BZP4sbwRpfi%2BBGbF07psv2MPtA4%3D ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1745411532788http://localhost:46683/api/blob/XNfsFzpMGtyUb4cp%2BZP4sbwRpfi%2BBGbF07psv2MPtA4%3D ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/XNfsFzpMGtyUb4cp%2BZP4sbwRpfi%2BBGbF07psv2MPtA4%3D) /tmp/junit1790034784138261936/client-server-httpfiles/persistent/07102fec-b342-4d6a-87b8-2d8677cd267a -> /tmp/junit1790034784138261936/client-server-httpfiles/cache/07102fec-b342-4d6a-87b8-2d8677cd267a ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(59b7ef76-2325-4e0d-a77f-d20b55eac09c): Uploading 9182 bytes in 1 chunks to http://localhost:46683/api/blob/upload-batch-data starting from byte=0 ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/GslQZC%2FV0B6kfy34jVZWRceF2QhHWG6YmuW5qqEmeu8%3D ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/GslQZC%2FV0B6kfy34jVZWRceF2QhHWG6YmuW5qqEmeu8%3D ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/GslQZC%2FV0B6kfy34jVZWRceF2QhHWG6YmuW5qqEmeu8%3D ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:46683/api/blob/upload-batch-data ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(59b7ef76-2325-4e0d-a77f-d20b55eac09c) receive request ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(59b7ef76-2325-4e0d-a77f-d20b55eac09c) receive request ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(59b7ef76-2325-4e0d-a77f-d20b55eac09c) appended chunk (isFinal=true) to /tmp/junit1790034784138261936/server-tmproot-server/blob-upload-server/59b7ef76-2325-4e0d-a77f-d20b55eac09c ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:46683/api/blob/GslQZC%2FV0B6kfy34jVZWRceF2QhHWG6YmuW5qqEmeu8%3D to /tmp/junit1790034784138261936/server-server-httpfiles/tmpWork/45.tmp (integrity=sha256-GslQZC/V0B6kfy34jVZWRceF2QhHWG6YmuW5qqEmeu8=) ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(59b7ef76-2325-4e0d-a77f-d20b55eac09c): Upload complete of 9182 bytes in 1 chunks to http://localhost:46683/api/blob/upload-batch-data ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1745411532789) for http://localhost:46683/api/blob/GslQZC%2FV0B6kfy34jVZWRceF2QhHWG6YmuW5qqEmeu8%3D ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1745411532789http://localhost:46683/api/blob/GslQZC%2FV0B6kfy34jVZWRceF2QhHWG6YmuW5qqEmeu8%3D ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/GslQZC%2FV0B6kfy34jVZWRceF2QhHWG6YmuW5qqEmeu8%3D) /tmp/junit1790034784138261936/client-server-httpfiles/persistent/f5e93b72-28c3-46cc-99e9-1217040f362f -> /tmp/junit1790034784138261936/client-server-httpfiles/cache/f5e93b72-28c3-46cc-99e9-1217040f362f ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(af536ef2-029c-4582-93cc-68d91cc8478d): Uploading 5993 bytes in 1 chunks to http://localhost:46683/api/blob/upload-batch-data starting from byte=0 ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/mvg3xbJ3LnwZdOssam2%2BvdSJ1%2FLWFX7%2FlxFJVciB6lg%3D ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/mvg3xbJ3LnwZdOssam2%2BvdSJ1%2FLWFX7%2FlxFJVciB6lg%3D ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/mvg3xbJ3LnwZdOssam2%2BvdSJ1%2FLWFX7%2FlxFJVciB6lg%3D ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:46683/api/blob/upload-batch-data ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(af536ef2-029c-4582-93cc-68d91cc8478d) receive request ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(af536ef2-029c-4582-93cc-68d91cc8478d) receive request ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(af536ef2-029c-4582-93cc-68d91cc8478d) appended chunk (isFinal=true) to /tmp/junit1790034784138261936/server-tmproot-server/blob-upload-server/af536ef2-029c-4582-93cc-68d91cc8478d ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:46683/api/blob/mvg3xbJ3LnwZdOssam2%2BvdSJ1%2FLWFX7%2FlxFJVciB6lg%3D to /tmp/junit1790034784138261936/server-server-httpfiles/tmpWork/46.tmp (integrity=sha256-mvg3xbJ3LnwZdOssam2+vdSJ1/LWFX7/lxFJVciB6lg=) ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(af536ef2-029c-4582-93cc-68d91cc8478d): Upload complete of 5993 bytes in 1 chunks to http://localhost:46683/api/blob/upload-batch-data ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1745411532790) for http://localhost:46683/api/blob/mvg3xbJ3LnwZdOssam2%2BvdSJ1%2FLWFX7%2FlxFJVciB6lg%3D ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1745411532790http://localhost:46683/api/blob/mvg3xbJ3LnwZdOssam2%2BvdSJ1%2FLWFX7%2FlxFJVciB6lg%3D ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/mvg3xbJ3LnwZdOssam2%2BvdSJ1%2FLWFX7%2FlxFJVciB6lg%3D) /tmp/junit1790034784138261936/client-server-httpfiles/persistent/966824df-c225-4dac-9675-b37f18b883ae -> /tmp/junit1790034784138261936/client-server-httpfiles/cache/966824df-c225-4dac-9675-b37f18b883ae ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(d6fa4001-c1f9-4163-8bb7-15ef501068b6): Uploading 6332 bytes in 1 chunks to http://localhost:46683/api/blob/upload-batch-data starting from byte=0 ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/MAqsHQLxvTtVgSONw2nt%2Bi52FKAKxkPqHKZN3dVehag%3D ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/MAqsHQLxvTtVgSONw2nt%2Bi52FKAKxkPqHKZN3dVehag%3D ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/MAqsHQLxvTtVgSONw2nt%2Bi52FKAKxkPqHKZN3dVehag%3D ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:46683/api/blob/upload-batch-data ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(d6fa4001-c1f9-4163-8bb7-15ef501068b6) receive request ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(d6fa4001-c1f9-4163-8bb7-15ef501068b6) receive request ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(d6fa4001-c1f9-4163-8bb7-15ef501068b6) appended chunk (isFinal=true) to /tmp/junit1790034784138261936/server-tmproot-server/blob-upload-server/d6fa4001-c1f9-4163-8bb7-15ef501068b6 ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:46683/api/blob/MAqsHQLxvTtVgSONw2nt%2Bi52FKAKxkPqHKZN3dVehag%3D to /tmp/junit1790034784138261936/server-server-httpfiles/tmpWork/47.tmp (integrity=sha256-MAqsHQLxvTtVgSONw2nt+i52FKAKxkPqHKZN3dVehag=) ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(d6fa4001-c1f9-4163-8bb7-15ef501068b6): Upload complete of 6332 bytes in 1 chunks to http://localhost:46683/api/blob/upload-batch-data ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1745411532791) for http://localhost:46683/api/blob/MAqsHQLxvTtVgSONw2nt%2Bi52FKAKxkPqHKZN3dVehag%3D ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1745411532791http://localhost:46683/api/blob/MAqsHQLxvTtVgSONw2nt%2Bi52FKAKxkPqHKZN3dVehag%3D ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/MAqsHQLxvTtVgSONw2nt%2Bi52FKAKxkPqHKZN3dVehag%3D) /tmp/junit1790034784138261936/client-server-httpfiles/persistent/8cd76be0-f7e6-47a8-be1f-37ac1ac6dffa -> /tmp/junit1790034784138261936/client-server-httpfiles/cache/8cd76be0-f7e6-47a8-be1f-37ac1ac6dffa ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(8d0e1fe3-590f-40e9-b693-25cea9f5cc10): Uploading 6032 bytes in 1 chunks to http://localhost:46683/api/blob/upload-batch-data starting from byte=0 ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/iLrog15kL9bl86CzWtk92zSVko7oOALiUGQ8de0aZAE%3D ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/iLrog15kL9bl86CzWtk92zSVko7oOALiUGQ8de0aZAE%3D ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/iLrog15kL9bl86CzWtk92zSVko7oOALiUGQ8de0aZAE%3D ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:46683/api/blob/upload-batch-data ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(8d0e1fe3-590f-40e9-b693-25cea9f5cc10) receive request ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(8d0e1fe3-590f-40e9-b693-25cea9f5cc10) receive request ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(8d0e1fe3-590f-40e9-b693-25cea9f5cc10) appended chunk (isFinal=true) to /tmp/junit1790034784138261936/server-tmproot-server/blob-upload-server/8d0e1fe3-590f-40e9-b693-25cea9f5cc10 ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:46683/api/blob/iLrog15kL9bl86CzWtk92zSVko7oOALiUGQ8de0aZAE%3D to /tmp/junit1790034784138261936/server-server-httpfiles/tmpWork/48.tmp (integrity=sha256-iLrog15kL9bl86CzWtk92zSVko7oOALiUGQ8de0aZAE=) ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(8d0e1fe3-590f-40e9-b693-25cea9f5cc10): Upload complete of 6032 bytes in 1 chunks to http://localhost:46683/api/blob/upload-batch-data ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1745411532792) for http://localhost:46683/api/blob/iLrog15kL9bl86CzWtk92zSVko7oOALiUGQ8de0aZAE%3D ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1745411532792http://localhost:46683/api/blob/iLrog15kL9bl86CzWtk92zSVko7oOALiUGQ8de0aZAE%3D ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/iLrog15kL9bl86CzWtk92zSVko7oOALiUGQ8de0aZAE%3D) /tmp/junit1790034784138261936/client-server-httpfiles/persistent/1deaf88d-dec4-466e-ae8d-df002b75f13d -> /tmp/junit1790034784138261936/client-server-httpfiles/cache/1deaf88d-dec4-466e-ae8d-df002b75f13d ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(e4859304-d1d7-48eb-a5c5-9374bd32f348): Uploading 6734 bytes in 1 chunks to http://localhost:46683/api/blob/upload-batch-data starting from byte=0 ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/82XHZdU1kTgwewOyJbFyMVK0zesRRj2xRJpu92yJxx4%3D ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/82XHZdU1kTgwewOyJbFyMVK0zesRRj2xRJpu92yJxx4%3D ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/82XHZdU1kTgwewOyJbFyMVK0zesRRj2xRJpu92yJxx4%3D ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:46683/api/blob/upload-batch-data ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(e4859304-d1d7-48eb-a5c5-9374bd32f348) receive request ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(e4859304-d1d7-48eb-a5c5-9374bd32f348) receive request ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(e4859304-d1d7-48eb-a5c5-9374bd32f348) appended chunk (isFinal=true) to /tmp/junit1790034784138261936/server-tmproot-server/blob-upload-server/e4859304-d1d7-48eb-a5c5-9374bd32f348 ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:46683/api/blob/82XHZdU1kTgwewOyJbFyMVK0zesRRj2xRJpu92yJxx4%3D to /tmp/junit1790034784138261936/server-server-httpfiles/tmpWork/49.tmp (integrity=sha256-82XHZdU1kTgwewOyJbFyMVK0zesRRj2xRJpu92yJxx4=) ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(e4859304-d1d7-48eb-a5c5-9374bd32f348): Upload complete of 6734 bytes in 1 chunks to http://localhost:46683/api/blob/upload-batch-data ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1745411532793) for http://localhost:46683/api/blob/82XHZdU1kTgwewOyJbFyMVK0zesRRj2xRJpu92yJxx4%3D ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1745411532793http://localhost:46683/api/blob/82XHZdU1kTgwewOyJbFyMVK0zesRRj2xRJpu92yJxx4%3D ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/82XHZdU1kTgwewOyJbFyMVK0zesRRj2xRJpu92yJxx4%3D) /tmp/junit1790034784138261936/client-server-httpfiles/persistent/0d9a4f24-e8a8-4730-be74-220eeb0f29e6 -> /tmp/junit1790034784138261936/client-server-httpfiles/cache/0d9a4f24-e8a8-4730-be74-220eeb0f29e6 ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(72ee3b37-e181-4c06-a16e-e960db70b80c): Uploading 9260 bytes in 1 chunks to http://localhost:46683/api/blob/upload-batch-data starting from byte=0 ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/Q%2Fy6R172KY9YPbOiNMSixqoh8QjGcQtM%2BrFsRKO2bE8%3D ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/Q%2Fy6R172KY9YPbOiNMSixqoh8QjGcQtM%2BrFsRKO2bE8%3D ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/Q%2Fy6R172KY9YPbOiNMSixqoh8QjGcQtM%2BrFsRKO2bE8%3D ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:46683/api/blob/upload-batch-data ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(72ee3b37-e181-4c06-a16e-e960db70b80c) receive request ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(72ee3b37-e181-4c06-a16e-e960db70b80c) receive request ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(72ee3b37-e181-4c06-a16e-e960db70b80c) appended chunk (isFinal=true) to /tmp/junit1790034784138261936/server-tmproot-server/blob-upload-server/72ee3b37-e181-4c06-a16e-e960db70b80c ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:46683/api/blob/Q%2Fy6R172KY9YPbOiNMSixqoh8QjGcQtM%2BrFsRKO2bE8%3D to /tmp/junit1790034784138261936/server-server-httpfiles/tmpWork/50.tmp (integrity=sha256-Q/y6R172KY9YPbOiNMSixqoh8QjGcQtM+rFsRKO2bE8=) ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(72ee3b37-e181-4c06-a16e-e960db70b80c): Upload complete of 9260 bytes in 1 chunks to http://localhost:46683/api/blob/upload-batch-data ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1745411532794) for http://localhost:46683/api/blob/Q%2Fy6R172KY9YPbOiNMSixqoh8QjGcQtM%2BrFsRKO2bE8%3D ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1745411532794http://localhost:46683/api/blob/Q%2Fy6R172KY9YPbOiNMSixqoh8QjGcQtM%2BrFsRKO2bE8%3D ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/Q%2Fy6R172KY9YPbOiNMSixqoh8QjGcQtM%2BrFsRKO2bE8%3D) /tmp/junit1790034784138261936/client-server-httpfiles/persistent/43bc6825-5790-412a-921c-50ec79339b13 -> /tmp/junit1790034784138261936/client-server-httpfiles/cache/43bc6825-5790-412a-921c-50ec79339b13 ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(d4b84c7b-045c-490c-af63-dcb0fab553de): Uploading 6574 bytes in 1 chunks to http://localhost:46683/api/blob/upload-batch-data starting from byte=0 ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/vBVhVK0Ik2c9Bvwl%2BlAPy96DxOyTL2%2BkeUcQmCA%2Frq0%3D ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/vBVhVK0Ik2c9Bvwl%2BlAPy96DxOyTL2%2BkeUcQmCA%2Frq0%3D ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/vBVhVK0Ik2c9Bvwl%2BlAPy96DxOyTL2%2BkeUcQmCA%2Frq0%3D ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:46683/api/blob/upload-batch-data ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(d4b84c7b-045c-490c-af63-dcb0fab553de) receive request ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(d4b84c7b-045c-490c-af63-dcb0fab553de) receive request ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(d4b84c7b-045c-490c-af63-dcb0fab553de) appended chunk (isFinal=true) to /tmp/junit1790034784138261936/server-tmproot-server/blob-upload-server/d4b84c7b-045c-490c-af63-dcb0fab553de ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:46683/api/blob/vBVhVK0Ik2c9Bvwl%2BlAPy96DxOyTL2%2BkeUcQmCA%2Frq0%3D to /tmp/junit1790034784138261936/server-server-httpfiles/tmpWork/51.tmp (integrity=sha256-vBVhVK0Ik2c9Bvwl+lAPy96DxOyTL2+keUcQmCA/rq0=) ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(d4b84c7b-045c-490c-af63-dcb0fab553de): Upload complete of 6574 bytes in 1 chunks to http://localhost:46683/api/blob/upload-batch-data ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1745411532795) for http://localhost:46683/api/blob/vBVhVK0Ik2c9Bvwl%2BlAPy96DxOyTL2%2BkeUcQmCA%2Frq0%3D ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1745411532795http://localhost:46683/api/blob/vBVhVK0Ik2c9Bvwl%2BlAPy96DxOyTL2%2BkeUcQmCA%2Frq0%3D ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/vBVhVK0Ik2c9Bvwl%2BlAPy96DxOyTL2%2BkeUcQmCA%2Frq0%3D) /tmp/junit1790034784138261936/client-server-httpfiles/persistent/0fa40673-aedb-4653-b468-bd228811a423 -> /tmp/junit1790034784138261936/client-server-httpfiles/cache/0fa40673-aedb-4653-b468-bd228811a423 ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(ead9c933-33f6-4e73-96b5-da9c75f336ee): Uploading 5882 bytes in 1 chunks to http://localhost:46683/api/blob/upload-batch-data starting from byte=0 ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/%2Fx3Wsw8%2BwpZRU2JIVcrL33nrHQV17lCsxuRemUqet54%3D ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/%2Fx3Wsw8%2BwpZRU2JIVcrL33nrHQV17lCsxuRemUqet54%3D ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/%2Fx3Wsw8%2BwpZRU2JIVcrL33nrHQV17lCsxuRemUqet54%3D ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:46683/api/blob/upload-batch-data ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(ead9c933-33f6-4e73-96b5-da9c75f336ee) receive request ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(ead9c933-33f6-4e73-96b5-da9c75f336ee) receive request ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(ead9c933-33f6-4e73-96b5-da9c75f336ee) appended chunk (isFinal=true) to /tmp/junit1790034784138261936/server-tmproot-server/blob-upload-server/ead9c933-33f6-4e73-96b5-da9c75f336ee ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:46683/api/blob/%2Fx3Wsw8%2BwpZRU2JIVcrL33nrHQV17lCsxuRemUqet54%3D to /tmp/junit1790034784138261936/server-server-httpfiles/tmpWork/52.tmp (integrity=sha256-/x3Wsw8+wpZRU2JIVcrL33nrHQV17lCsxuRemUqet54=) ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(ead9c933-33f6-4e73-96b5-da9c75f336ee): Upload complete of 5882 bytes in 1 chunks to http://localhost:46683/api/blob/upload-batch-data ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1745411532796) for http://localhost:46683/api/blob/%2Fx3Wsw8%2BwpZRU2JIVcrL33nrHQV17lCsxuRemUqet54%3D ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1745411532796http://localhost:46683/api/blob/%2Fx3Wsw8%2BwpZRU2JIVcrL33nrHQV17lCsxuRemUqet54%3D ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/%2Fx3Wsw8%2BwpZRU2JIVcrL33nrHQV17lCsxuRemUqet54%3D) /tmp/junit1790034784138261936/client-server-httpfiles/persistent/a81d5f54-67dc-40ba-8c25-116714d94237 -> /tmp/junit1790034784138261936/client-server-httpfiles/cache/a81d5f54-67dc-40ba-8c25-116714d94237 ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(69ad4d95-147f-4084-81da-b59d409492a1): Uploading 6506 bytes in 1 chunks to http://localhost:46683/api/blob/upload-batch-data starting from byte=0 ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/8NYR%2FhsIIjp%2FPKQLuUNyeWjGcw9Ffd0e82E28xODp0k%3D ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/8NYR%2FhsIIjp%2FPKQLuUNyeWjGcw9Ffd0e82E28xODp0k%3D ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/8NYR%2FhsIIjp%2FPKQLuUNyeWjGcw9Ffd0e82E28xODp0k%3D ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:46683/api/blob/upload-batch-data ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(69ad4d95-147f-4084-81da-b59d409492a1) receive request ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(69ad4d95-147f-4084-81da-b59d409492a1) receive request ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(69ad4d95-147f-4084-81da-b59d409492a1) appended chunk (isFinal=true) to /tmp/junit1790034784138261936/server-tmproot-server/blob-upload-server/69ad4d95-147f-4084-81da-b59d409492a1 ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:46683/api/blob/8NYR%2FhsIIjp%2FPKQLuUNyeWjGcw9Ffd0e82E28xODp0k%3D to /tmp/junit1790034784138261936/server-server-httpfiles/tmpWork/53.tmp (integrity=sha256-8NYR/hsIIjp/PKQLuUNyeWjGcw9Ffd0e82E28xODp0k=) ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(69ad4d95-147f-4084-81da-b59d409492a1): Upload complete of 6506 bytes in 1 chunks to http://localhost:46683/api/blob/upload-batch-data ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1745411532797) for http://localhost:46683/api/blob/8NYR%2FhsIIjp%2FPKQLuUNyeWjGcw9Ffd0e82E28xODp0k%3D ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1745411532797http://localhost:46683/api/blob/8NYR%2FhsIIjp%2FPKQLuUNyeWjGcw9Ffd0e82E28xODp0k%3D ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/8NYR%2FhsIIjp%2FPKQLuUNyeWjGcw9Ffd0e82E28xODp0k%3D) /tmp/junit1790034784138261936/client-server-httpfiles/persistent/e6518300-a776-46ca-9e74-8819dab21695 -> /tmp/junit1790034784138261936/client-server-httpfiles/cache/e6518300-a776-46ca-9e74-8819dab21695 ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(4d8b8599-8ac6-4b82-b380-82b7890030c4): Uploading 6185 bytes in 1 chunks to http://localhost:46683/api/blob/upload-batch-data starting from byte=0 ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/oPQ1dcUBafEmFbVhtQHHEJeUFzCkPST6bxu3%2BWONWHQ%3D ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/oPQ1dcUBafEmFbVhtQHHEJeUFzCkPST6bxu3%2BWONWHQ%3D ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/oPQ1dcUBafEmFbVhtQHHEJeUFzCkPST6bxu3%2BWONWHQ%3D ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:46683/api/blob/upload-batch-data ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(4d8b8599-8ac6-4b82-b380-82b7890030c4) receive request ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(4d8b8599-8ac6-4b82-b380-82b7890030c4) receive request ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(4d8b8599-8ac6-4b82-b380-82b7890030c4) appended chunk (isFinal=true) to /tmp/junit1790034784138261936/server-tmproot-server/blob-upload-server/4d8b8599-8ac6-4b82-b380-82b7890030c4 ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:46683/api/blob/oPQ1dcUBafEmFbVhtQHHEJeUFzCkPST6bxu3%2BWONWHQ%3D to /tmp/junit1790034784138261936/server-server-httpfiles/tmpWork/54.tmp (integrity=sha256-oPQ1dcUBafEmFbVhtQHHEJeUFzCkPST6bxu3+WONWHQ=) ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(4d8b8599-8ac6-4b82-b380-82b7890030c4): Upload complete of 6185 bytes in 1 chunks to http://localhost:46683/api/blob/upload-batch-data ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1745411532798) for http://localhost:46683/api/blob/oPQ1dcUBafEmFbVhtQHHEJeUFzCkPST6bxu3%2BWONWHQ%3D ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1745411532798http://localhost:46683/api/blob/oPQ1dcUBafEmFbVhtQHHEJeUFzCkPST6bxu3%2BWONWHQ%3D ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/oPQ1dcUBafEmFbVhtQHHEJeUFzCkPST6bxu3%2BWONWHQ%3D) /tmp/junit1790034784138261936/client-server-httpfiles/persistent/9b1ca387-068e-45a9-99c1-e542c7ae8e01 -> /tmp/junit1790034784138261936/client-server-httpfiles/cache/9b1ca387-068e-45a9-99c1-e542c7ae8e01 ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(06c27014-048e-4802-84eb-145d75ccf1cb): Uploading 6547 bytes in 1 chunks to http://localhost:46683/api/blob/upload-batch-data starting from byte=0 ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/K2Fsusn6qjgL725CJL7ByzgpD7DwK1Hv1Qc9nUTRvs0%3D ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/K2Fsusn6qjgL725CJL7ByzgpD7DwK1Hv1Qc9nUTRvs0%3D ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/K2Fsusn6qjgL725CJL7ByzgpD7DwK1Hv1Qc9nUTRvs0%3D ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:46683/api/blob/upload-batch-data ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(06c27014-048e-4802-84eb-145d75ccf1cb) receive request ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(06c27014-048e-4802-84eb-145d75ccf1cb) receive request ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(06c27014-048e-4802-84eb-145d75ccf1cb) appended chunk (isFinal=true) to /tmp/junit1790034784138261936/server-tmproot-server/blob-upload-server/06c27014-048e-4802-84eb-145d75ccf1cb ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:46683/api/blob/K2Fsusn6qjgL725CJL7ByzgpD7DwK1Hv1Qc9nUTRvs0%3D to /tmp/junit1790034784138261936/server-server-httpfiles/tmpWork/55.tmp (integrity=sha256-K2Fsusn6qjgL725CJL7ByzgpD7DwK1Hv1Qc9nUTRvs0=) ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(06c27014-048e-4802-84eb-145d75ccf1cb): Upload complete of 6547 bytes in 1 chunks to http://localhost:46683/api/blob/upload-batch-data ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1745411532799) for http://localhost:46683/api/blob/K2Fsusn6qjgL725CJL7ByzgpD7DwK1Hv1Qc9nUTRvs0%3D ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1745411532799http://localhost:46683/api/blob/K2Fsusn6qjgL725CJL7ByzgpD7DwK1Hv1Qc9nUTRvs0%3D ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/K2Fsusn6qjgL725CJL7ByzgpD7DwK1Hv1Qc9nUTRvs0%3D) /tmp/junit1790034784138261936/client-server-httpfiles/persistent/804fdabb-4f43-4033-81d5-fe5df81b0169 -> /tmp/junit1790034784138261936/client-server-httpfiles/cache/804fdabb-4f43-4033-81d5-fe5df81b0169 ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(501ea84e-5bf8-4cfd-b337-c5d324e393ab): Uploading 6852 bytes in 1 chunks to http://localhost:46683/api/blob/upload-batch-data starting from byte=0 ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/cR3Bmvjb8RQpKsAuwqDiUYfIXyFSmzGtyfnorloVx0Y%3D ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/cR3Bmvjb8RQpKsAuwqDiUYfIXyFSmzGtyfnorloVx0Y%3D ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/cR3Bmvjb8RQpKsAuwqDiUYfIXyFSmzGtyfnorloVx0Y%3D ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:46683/api/blob/upload-batch-data ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(501ea84e-5bf8-4cfd-b337-c5d324e393ab) receive request ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(501ea84e-5bf8-4cfd-b337-c5d324e393ab) receive request ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(501ea84e-5bf8-4cfd-b337-c5d324e393ab) appended chunk (isFinal=true) to /tmp/junit1790034784138261936/server-tmproot-server/blob-upload-server/501ea84e-5bf8-4cfd-b337-c5d324e393ab ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:46683/api/blob/cR3Bmvjb8RQpKsAuwqDiUYfIXyFSmzGtyfnorloVx0Y%3D to /tmp/junit1790034784138261936/server-server-httpfiles/tmpWork/56.tmp (integrity=sha256-cR3Bmvjb8RQpKsAuwqDiUYfIXyFSmzGtyfnorloVx0Y=) ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(501ea84e-5bf8-4cfd-b337-c5d324e393ab): Upload complete of 6852 bytes in 1 chunks to http://localhost:46683/api/blob/upload-batch-data ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1745411532800) for http://localhost:46683/api/blob/cR3Bmvjb8RQpKsAuwqDiUYfIXyFSmzGtyfnorloVx0Y%3D ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1745411532800http://localhost:46683/api/blob/cR3Bmvjb8RQpKsAuwqDiUYfIXyFSmzGtyfnorloVx0Y%3D ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/cR3Bmvjb8RQpKsAuwqDiUYfIXyFSmzGtyfnorloVx0Y%3D) /tmp/junit1790034784138261936/client-server-httpfiles/persistent/03348983-5d69-4ee1-ac3a-67b68b31c9e2 -> /tmp/junit1790034784138261936/client-server-httpfiles/cache/03348983-5d69-4ee1-ac3a-67b68b31c9e2 ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(962ab258-437c-4137-b2b4-43185e8254a2): Uploading 6253 bytes in 1 chunks to http://localhost:46683/api/blob/upload-batch-data starting from byte=0 ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/tnKOTsJNsJ1igF6lTizkpOyMKbYWZe%2BdVsGZzjKfNTc%3D ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/tnKOTsJNsJ1igF6lTizkpOyMKbYWZe%2BdVsGZzjKfNTc%3D ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/tnKOTsJNsJ1igF6lTizkpOyMKbYWZe%2BdVsGZzjKfNTc%3D ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:46683/api/blob/upload-batch-data ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(962ab258-437c-4137-b2b4-43185e8254a2) receive request ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(962ab258-437c-4137-b2b4-43185e8254a2) receive request ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(962ab258-437c-4137-b2b4-43185e8254a2) appended chunk (isFinal=true) to /tmp/junit1790034784138261936/server-tmproot-server/blob-upload-server/962ab258-437c-4137-b2b4-43185e8254a2 ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:46683/api/blob/tnKOTsJNsJ1igF6lTizkpOyMKbYWZe%2BdVsGZzjKfNTc%3D to /tmp/junit1790034784138261936/server-server-httpfiles/tmpWork/57.tmp (integrity=sha256-tnKOTsJNsJ1igF6lTizkpOyMKbYWZe+dVsGZzjKfNTc=) ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(962ab258-437c-4137-b2b4-43185e8254a2): Upload complete of 6253 bytes in 1 chunks to http://localhost:46683/api/blob/upload-batch-data ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1745411532801) for http://localhost:46683/api/blob/tnKOTsJNsJ1igF6lTizkpOyMKbYWZe%2BdVsGZzjKfNTc%3D ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1745411532801http://localhost:46683/api/blob/tnKOTsJNsJ1igF6lTizkpOyMKbYWZe%2BdVsGZzjKfNTc%3D ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/tnKOTsJNsJ1igF6lTizkpOyMKbYWZe%2BdVsGZzjKfNTc%3D) /tmp/junit1790034784138261936/client-server-httpfiles/persistent/985d66a2-20cb-4402-b727-0c1b5df7e10c -> /tmp/junit1790034784138261936/client-server-httpfiles/cache/985d66a2-20cb-4402-b727-0c1b5df7e10c ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(6b9de894-7eaa-49c2-92d3-bdf8ba3131bc): Uploading 6522 bytes in 1 chunks to http://localhost:46683/api/blob/upload-batch-data starting from byte=0 ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/cTsr7j2oAImJK1yXqd0DLIulEmVnqZ5h5n0Tb5MbXdA%3D ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/cTsr7j2oAImJK1yXqd0DLIulEmVnqZ5h5n0Tb5MbXdA%3D ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/cTsr7j2oAImJK1yXqd0DLIulEmVnqZ5h5n0Tb5MbXdA%3D ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:46683/api/blob/upload-batch-data ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(6b9de894-7eaa-49c2-92d3-bdf8ba3131bc) receive request ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(6b9de894-7eaa-49c2-92d3-bdf8ba3131bc) receive request ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(6b9de894-7eaa-49c2-92d3-bdf8ba3131bc) appended chunk (isFinal=true) to /tmp/junit1790034784138261936/server-tmproot-server/blob-upload-server/6b9de894-7eaa-49c2-92d3-bdf8ba3131bc ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:46683/api/blob/cTsr7j2oAImJK1yXqd0DLIulEmVnqZ5h5n0Tb5MbXdA%3D to /tmp/junit1790034784138261936/server-server-httpfiles/tmpWork/58.tmp (integrity=sha256-cTsr7j2oAImJK1yXqd0DLIulEmVnqZ5h5n0Tb5MbXdA=) ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(6b9de894-7eaa-49c2-92d3-bdf8ba3131bc): Upload complete of 6522 bytes in 1 chunks to http://localhost:46683/api/blob/upload-batch-data ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1745411532802) for http://localhost:46683/api/blob/cTsr7j2oAImJK1yXqd0DLIulEmVnqZ5h5n0Tb5MbXdA%3D ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1745411532802http://localhost:46683/api/blob/cTsr7j2oAImJK1yXqd0DLIulEmVnqZ5h5n0Tb5MbXdA%3D ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/cTsr7j2oAImJK1yXqd0DLIulEmVnqZ5h5n0Tb5MbXdA%3D) /tmp/junit1790034784138261936/client-server-httpfiles/persistent/78ba83b2-d28e-46ff-989e-2b57789afe61 -> /tmp/junit1790034784138261936/client-server-httpfiles/cache/78ba83b2-d28e-46ff-989e-2b57789afe61 ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(76e6a2b0-3d47-40f2-95a3-7ce3e09a47f5): Uploading 6036 bytes in 1 chunks to http://localhost:46683/api/blob/upload-batch-data starting from byte=0 ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/lxzYcB9KSB%2FYkf7kHHM4ZRcTEbModiVoT3lAhJxL3mA%3D ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/lxzYcB9KSB%2FYkf7kHHM4ZRcTEbModiVoT3lAhJxL3mA%3D ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/lxzYcB9KSB%2FYkf7kHHM4ZRcTEbModiVoT3lAhJxL3mA%3D ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:46683/api/blob/upload-batch-data ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(76e6a2b0-3d47-40f2-95a3-7ce3e09a47f5) receive request ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(76e6a2b0-3d47-40f2-95a3-7ce3e09a47f5) receive request ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(76e6a2b0-3d47-40f2-95a3-7ce3e09a47f5) appended chunk (isFinal=true) to /tmp/junit1790034784138261936/server-tmproot-server/blob-upload-server/76e6a2b0-3d47-40f2-95a3-7ce3e09a47f5 ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:46683/api/blob/lxzYcB9KSB%2FYkf7kHHM4ZRcTEbModiVoT3lAhJxL3mA%3D to /tmp/junit1790034784138261936/server-server-httpfiles/tmpWork/59.tmp (integrity=sha256-lxzYcB9KSB/Ykf7kHHM4ZRcTEbModiVoT3lAhJxL3mA=) ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(76e6a2b0-3d47-40f2-95a3-7ce3e09a47f5): Upload complete of 6036 bytes in 1 chunks to http://localhost:46683/api/blob/upload-batch-data ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1745411532803) for http://localhost:46683/api/blob/lxzYcB9KSB%2FYkf7kHHM4ZRcTEbModiVoT3lAhJxL3mA%3D ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1745411532803http://localhost:46683/api/blob/lxzYcB9KSB%2FYkf7kHHM4ZRcTEbModiVoT3lAhJxL3mA%3D ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/lxzYcB9KSB%2FYkf7kHHM4ZRcTEbModiVoT3lAhJxL3mA%3D) /tmp/junit1790034784138261936/client-server-httpfiles/persistent/f7746f6b-d262-4c2d-ad68-26a6665cc2f2 -> /tmp/junit1790034784138261936/client-server-httpfiles/cache/f7746f6b-d262-4c2d-ad68-26a6665cc2f2 ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(e371530d-9395-4d57-bbdc-45dad8228d30): Uploading 6274 bytes in 1 chunks to http://localhost:46683/api/blob/upload-batch-data starting from byte=0 ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/Xl43QDLBGMM83V4fnX0WJXFd3Q96UrVudQC4xpaoApY%3D ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/Xl43QDLBGMM83V4fnX0WJXFd3Q96UrVudQC4xpaoApY%3D ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/Xl43QDLBGMM83V4fnX0WJXFd3Q96UrVudQC4xpaoApY%3D ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:46683/api/blob/upload-batch-data ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(e371530d-9395-4d57-bbdc-45dad8228d30) receive request ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(e371530d-9395-4d57-bbdc-45dad8228d30) receive request ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(e371530d-9395-4d57-bbdc-45dad8228d30) appended chunk (isFinal=true) to /tmp/junit1790034784138261936/server-tmproot-server/blob-upload-server/e371530d-9395-4d57-bbdc-45dad8228d30 ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:46683/api/blob/Xl43QDLBGMM83V4fnX0WJXFd3Q96UrVudQC4xpaoApY%3D to /tmp/junit1790034784138261936/server-server-httpfiles/tmpWork/60.tmp (integrity=sha256-Xl43QDLBGMM83V4fnX0WJXFd3Q96UrVudQC4xpaoApY=) ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(e371530d-9395-4d57-bbdc-45dad8228d30): Upload complete of 6274 bytes in 1 chunks to http://localhost:46683/api/blob/upload-batch-data ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1745411532804) for http://localhost:46683/api/blob/Xl43QDLBGMM83V4fnX0WJXFd3Q96UrVudQC4xpaoApY%3D ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1745411532804http://localhost:46683/api/blob/Xl43QDLBGMM83V4fnX0WJXFd3Q96UrVudQC4xpaoApY%3D ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/Xl43QDLBGMM83V4fnX0WJXFd3Q96UrVudQC4xpaoApY%3D) /tmp/junit1790034784138261936/client-server-httpfiles/persistent/8b5dce1e-c81e-41dc-b3c6-73899ee68800 -> /tmp/junit1790034784138261936/client-server-httpfiles/cache/8b5dce1e-c81e-41dc-b3c6-73899ee68800 ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(45459ccd-a33a-4cb4-b249-fe57f00c2f95): Uploading 6046 bytes in 1 chunks to http://localhost:46683/api/blob/upload-batch-data starting from byte=0 ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/vx6kIK92xNpSxNN78Ud5xEGiuWVgncmo8IDc9M8XCDQ%3D ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/vx6kIK92xNpSxNN78Ud5xEGiuWVgncmo8IDc9M8XCDQ%3D ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/vx6kIK92xNpSxNN78Ud5xEGiuWVgncmo8IDc9M8XCDQ%3D ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:46683/api/blob/upload-batch-data ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(45459ccd-a33a-4cb4-b249-fe57f00c2f95) receive request ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(45459ccd-a33a-4cb4-b249-fe57f00c2f95) receive request ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(45459ccd-a33a-4cb4-b249-fe57f00c2f95) appended chunk (isFinal=true) to /tmp/junit1790034784138261936/server-tmproot-server/blob-upload-server/45459ccd-a33a-4cb4-b249-fe57f00c2f95 ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:46683/api/blob/vx6kIK92xNpSxNN78Ud5xEGiuWVgncmo8IDc9M8XCDQ%3D to /tmp/junit1790034784138261936/server-server-httpfiles/tmpWork/61.tmp (integrity=sha256-vx6kIK92xNpSxNN78Ud5xEGiuWVgncmo8IDc9M8XCDQ=) ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(45459ccd-a33a-4cb4-b249-fe57f00c2f95): Upload complete of 6046 bytes in 1 chunks to http://localhost:46683/api/blob/upload-batch-data ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1745411532805) for http://localhost:46683/api/blob/vx6kIK92xNpSxNN78Ud5xEGiuWVgncmo8IDc9M8XCDQ%3D ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1745411532805http://localhost:46683/api/blob/vx6kIK92xNpSxNN78Ud5xEGiuWVgncmo8IDc9M8XCDQ%3D ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/vx6kIK92xNpSxNN78Ud5xEGiuWVgncmo8IDc9M8XCDQ%3D) /tmp/junit1790034784138261936/client-server-httpfiles/persistent/5d0d14d9-6a1e-4464-bcb9-d4cc76762901 -> /tmp/junit1790034784138261936/client-server-httpfiles/cache/5d0d14d9-6a1e-4464-bcb9-d4cc76762901 ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(b990f7c4-1356-4acd-b72c-bbef8490616e): Uploading 6250 bytes in 1 chunks to http://localhost:46683/api/blob/upload-batch-data starting from byte=0 ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/Cxs1ShEiNfLO%2FU%2Fvt3ziCc6g7XCCt3cXpLKqS0NW9p0%3D ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/Cxs1ShEiNfLO%2FU%2Fvt3ziCc6g7XCCt3cXpLKqS0NW9p0%3D ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/Cxs1ShEiNfLO%2FU%2Fvt3ziCc6g7XCCt3cXpLKqS0NW9p0%3D ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:46683/api/blob/upload-batch-data ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(b990f7c4-1356-4acd-b72c-bbef8490616e) receive request ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(b990f7c4-1356-4acd-b72c-bbef8490616e) receive request ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(b990f7c4-1356-4acd-b72c-bbef8490616e) appended chunk (isFinal=true) to /tmp/junit1790034784138261936/server-tmproot-server/blob-upload-server/b990f7c4-1356-4acd-b72c-bbef8490616e ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:46683/api/blob/Cxs1ShEiNfLO%2FU%2Fvt3ziCc6g7XCCt3cXpLKqS0NW9p0%3D to /tmp/junit1790034784138261936/server-server-httpfiles/tmpWork/62.tmp (integrity=sha256-Cxs1ShEiNfLO/U/vt3ziCc6g7XCCt3cXpLKqS0NW9p0=) ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(b990f7c4-1356-4acd-b72c-bbef8490616e): Upload complete of 6250 bytes in 1 chunks to http://localhost:46683/api/blob/upload-batch-data ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1745411532806) for http://localhost:46683/api/blob/Cxs1ShEiNfLO%2FU%2Fvt3ziCc6g7XCCt3cXpLKqS0NW9p0%3D ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1745411532806http://localhost:46683/api/blob/Cxs1ShEiNfLO%2FU%2Fvt3ziCc6g7XCCt3cXpLKqS0NW9p0%3D ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/Cxs1ShEiNfLO%2FU%2Fvt3ziCc6g7XCCt3cXpLKqS0NW9p0%3D) /tmp/junit1790034784138261936/client-server-httpfiles/persistent/6c7c8f16-665b-4684-80f6-6917ba20dbf6 -> /tmp/junit1790034784138261936/client-server-httpfiles/cache/6c7c8f16-665b-4684-80f6-6917ba20dbf6 ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(4b260870-d4f2-472a-9879-959d49a40829): Uploading 8742 bytes in 1 chunks to http://localhost:46683/api/blob/upload-batch-data starting from byte=0 ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/hFJej7TOyIrYzsvgtguZHnlcWMcsq3KtS9FiLm3ykCo%3D ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/hFJej7TOyIrYzsvgtguZHnlcWMcsq3KtS9FiLm3ykCo%3D ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/hFJej7TOyIrYzsvgtguZHnlcWMcsq3KtS9FiLm3ykCo%3D ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:46683/api/blob/upload-batch-data ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(4b260870-d4f2-472a-9879-959d49a40829) receive request ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(4b260870-d4f2-472a-9879-959d49a40829) receive request ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(4b260870-d4f2-472a-9879-959d49a40829) appended chunk (isFinal=true) to /tmp/junit1790034784138261936/server-tmproot-server/blob-upload-server/4b260870-d4f2-472a-9879-959d49a40829 ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:46683/api/blob/hFJej7TOyIrYzsvgtguZHnlcWMcsq3KtS9FiLm3ykCo%3D to /tmp/junit1790034784138261936/server-server-httpfiles/tmpWork/63.tmp (integrity=sha256-hFJej7TOyIrYzsvgtguZHnlcWMcsq3KtS9FiLm3ykCo=) ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(4b260870-d4f2-472a-9879-959d49a40829): Upload complete of 8742 bytes in 1 chunks to http://localhost:46683/api/blob/upload-batch-data ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1745411532807) for http://localhost:46683/api/blob/hFJej7TOyIrYzsvgtguZHnlcWMcsq3KtS9FiLm3ykCo%3D ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1745411532807http://localhost:46683/api/blob/hFJej7TOyIrYzsvgtguZHnlcWMcsq3KtS9FiLm3ykCo%3D ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/hFJej7TOyIrYzsvgtguZHnlcWMcsq3KtS9FiLm3ykCo%3D) /tmp/junit1790034784138261936/client-server-httpfiles/persistent/d468ca1f-32b2-49df-82d5-94c881653a07 -> /tmp/junit1790034784138261936/client-server-httpfiles/cache/d468ca1f-32b2-49df-82d5-94c881653a07 ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(d74a72ec-4522-442f-9815-b6dc8cc263b6): Uploading 6307 bytes in 1 chunks to http://localhost:46683/api/blob/upload-batch-data starting from byte=0 ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/I9vIlkggX1UGSnA11062utk2y8IszUXgQgfJOO6C6so%3D ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/I9vIlkggX1UGSnA11062utk2y8IszUXgQgfJOO6C6so%3D ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/I9vIlkggX1UGSnA11062utk2y8IszUXgQgfJOO6C6so%3D ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:46683/api/blob/upload-batch-data ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(d74a72ec-4522-442f-9815-b6dc8cc263b6) receive request ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(d74a72ec-4522-442f-9815-b6dc8cc263b6) receive request ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(d74a72ec-4522-442f-9815-b6dc8cc263b6) appended chunk (isFinal=true) to /tmp/junit1790034784138261936/server-tmproot-server/blob-upload-server/d74a72ec-4522-442f-9815-b6dc8cc263b6 ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:46683/api/blob/I9vIlkggX1UGSnA11062utk2y8IszUXgQgfJOO6C6so%3D to /tmp/junit1790034784138261936/server-server-httpfiles/tmpWork/64.tmp (integrity=sha256-I9vIlkggX1UGSnA11062utk2y8IszUXgQgfJOO6C6so=) ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(d74a72ec-4522-442f-9815-b6dc8cc263b6): Upload complete of 6307 bytes in 1 chunks to http://localhost:46683/api/blob/upload-batch-data ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1745411532808) for http://localhost:46683/api/blob/I9vIlkggX1UGSnA11062utk2y8IszUXgQgfJOO6C6so%3D ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1745411532808http://localhost:46683/api/blob/I9vIlkggX1UGSnA11062utk2y8IszUXgQgfJOO6C6so%3D ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/I9vIlkggX1UGSnA11062utk2y8IszUXgQgfJOO6C6so%3D) /tmp/junit1790034784138261936/client-server-httpfiles/persistent/426c32a2-ddea-4672-ba50-3d2367c31008 -> /tmp/junit1790034784138261936/client-server-httpfiles/cache/426c32a2-ddea-4672-ba50-3d2367c31008 ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(a9778fc3-f3fe-465a-ba93-8f470adf2b67): Uploading 6154 bytes in 1 chunks to http://localhost:46683/api/blob/upload-batch-data starting from byte=0 ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/dlAewQPKn9t0EDFTEm5ltRQT%2BWrMBBErX1LZM6zfIc0%3D ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/dlAewQPKn9t0EDFTEm5ltRQT%2BWrMBBErX1LZM6zfIc0%3D ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/dlAewQPKn9t0EDFTEm5ltRQT%2BWrMBBErX1LZM6zfIc0%3D ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:46683/api/blob/upload-batch-data ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(a9778fc3-f3fe-465a-ba93-8f470adf2b67) receive request ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(a9778fc3-f3fe-465a-ba93-8f470adf2b67) receive request ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(a9778fc3-f3fe-465a-ba93-8f470adf2b67) appended chunk (isFinal=true) to /tmp/junit1790034784138261936/server-tmproot-server/blob-upload-server/a9778fc3-f3fe-465a-ba93-8f470adf2b67 ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:46683/api/blob/dlAewQPKn9t0EDFTEm5ltRQT%2BWrMBBErX1LZM6zfIc0%3D to /tmp/junit1790034784138261936/server-server-httpfiles/tmpWork/65.tmp (integrity=sha256-dlAewQPKn9t0EDFTEm5ltRQT+WrMBBErX1LZM6zfIc0=) ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(a9778fc3-f3fe-465a-ba93-8f470adf2b67): Upload complete of 6154 bytes in 1 chunks to http://localhost:46683/api/blob/upload-batch-data ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1745411532809) for http://localhost:46683/api/blob/dlAewQPKn9t0EDFTEm5ltRQT%2BWrMBBErX1LZM6zfIc0%3D ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1745411532809http://localhost:46683/api/blob/dlAewQPKn9t0EDFTEm5ltRQT%2BWrMBBErX1LZM6zfIc0%3D ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/dlAewQPKn9t0EDFTEm5ltRQT%2BWrMBBErX1LZM6zfIc0%3D) /tmp/junit1790034784138261936/client-server-httpfiles/persistent/47dcd89f-65cf-43fe-aa5c-3100d228c9c0 -> /tmp/junit1790034784138261936/client-server-httpfiles/cache/47dcd89f-65cf-43fe-aa5c-3100d228c9c0 ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(883ad77e-3b88-477f-9563-c17e948a5a41): Uploading 8669 bytes in 1 chunks to http://localhost:46683/api/blob/upload-batch-data starting from byte=0 ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/ufoN52SamhFb3h2azBHykXR1pPhx5QzT55ir8wOLVBM%3D ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/ufoN52SamhFb3h2azBHykXR1pPhx5QzT55ir8wOLVBM%3D ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/ufoN52SamhFb3h2azBHykXR1pPhx5QzT55ir8wOLVBM%3D ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:46683/api/blob/upload-batch-data ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(883ad77e-3b88-477f-9563-c17e948a5a41) receive request ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(883ad77e-3b88-477f-9563-c17e948a5a41) receive request ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(883ad77e-3b88-477f-9563-c17e948a5a41) appended chunk (isFinal=true) to /tmp/junit1790034784138261936/server-tmproot-server/blob-upload-server/883ad77e-3b88-477f-9563-c17e948a5a41 ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:46683/api/blob/ufoN52SamhFb3h2azBHykXR1pPhx5QzT55ir8wOLVBM%3D to /tmp/junit1790034784138261936/server-server-httpfiles/tmpWork/66.tmp (integrity=sha256-ufoN52SamhFb3h2azBHykXR1pPhx5QzT55ir8wOLVBM=) ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(883ad77e-3b88-477f-9563-c17e948a5a41): Upload complete of 8669 bytes in 1 chunks to http://localhost:46683/api/blob/upload-batch-data ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1745411532810) for http://localhost:46683/api/blob/ufoN52SamhFb3h2azBHykXR1pPhx5QzT55ir8wOLVBM%3D ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1745411532810http://localhost:46683/api/blob/ufoN52SamhFb3h2azBHykXR1pPhx5QzT55ir8wOLVBM%3D ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/ufoN52SamhFb3h2azBHykXR1pPhx5QzT55ir8wOLVBM%3D) /tmp/junit1790034784138261936/client-server-httpfiles/persistent/3a81b535-1006-4bf6-a6cd-4c027174938e -> /tmp/junit1790034784138261936/client-server-httpfiles/cache/3a81b535-1006-4bf6-a6cd-4c027174938e ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(1dea9cb6-29b4-43a3-ada0-bd6a90c71d50): Uploading 6901 bytes in 1 chunks to http://localhost:46683/api/blob/upload-batch-data starting from byte=0 ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/8l%2BWWVo6WOTD7pS09FmTYwoB2tptGH20X90e5TTJGQ0%3D ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/8l%2BWWVo6WOTD7pS09FmTYwoB2tptGH20X90e5TTJGQ0%3D ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/8l%2BWWVo6WOTD7pS09FmTYwoB2tptGH20X90e5TTJGQ0%3D ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:46683/api/blob/upload-batch-data ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(1dea9cb6-29b4-43a3-ada0-bd6a90c71d50) receive request ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(1dea9cb6-29b4-43a3-ada0-bd6a90c71d50) receive request ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(1dea9cb6-29b4-43a3-ada0-bd6a90c71d50) appended chunk (isFinal=true) to /tmp/junit1790034784138261936/server-tmproot-server/blob-upload-server/1dea9cb6-29b4-43a3-ada0-bd6a90c71d50 ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:46683/api/blob/8l%2BWWVo6WOTD7pS09FmTYwoB2tptGH20X90e5TTJGQ0%3D to /tmp/junit1790034784138261936/server-server-httpfiles/tmpWork/67.tmp (integrity=sha256-8l+WWVo6WOTD7pS09FmTYwoB2tptGH20X90e5TTJGQ0=) ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(1dea9cb6-29b4-43a3-ada0-bd6a90c71d50): Upload complete of 6901 bytes in 1 chunks to http://localhost:46683/api/blob/upload-batch-data ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1745411532811) for http://localhost:46683/api/blob/8l%2BWWVo6WOTD7pS09FmTYwoB2tptGH20X90e5TTJGQ0%3D ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1745411532811http://localhost:46683/api/blob/8l%2BWWVo6WOTD7pS09FmTYwoB2tptGH20X90e5TTJGQ0%3D ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/8l%2BWWVo6WOTD7pS09FmTYwoB2tptGH20X90e5TTJGQ0%3D) /tmp/junit1790034784138261936/client-server-httpfiles/persistent/def7564e-6d72-42da-ad51-823d116d8771 -> /tmp/junit1790034784138261936/client-server-httpfiles/cache/def7564e-6d72-42da-ad51-823d116d8771 ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(a549b9b5-891a-4fb9-9e72-48daf5333d90): Uploading 5848 bytes in 1 chunks to http://localhost:46683/api/blob/upload-batch-data starting from byte=0 ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/%2BIRZ4%2F%2FV1GOWQ9KLtbzgE%2BNbhhRBycosRc64B97TKj4%3D ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/%2BIRZ4%2F%2FV1GOWQ9KLtbzgE%2BNbhhRBycosRc64B97TKj4%3D ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/%2BIRZ4%2F%2FV1GOWQ9KLtbzgE%2BNbhhRBycosRc64B97TKj4%3D ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:46683/api/blob/upload-batch-data ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(a549b9b5-891a-4fb9-9e72-48daf5333d90) receive request ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(a549b9b5-891a-4fb9-9e72-48daf5333d90) receive request ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(a549b9b5-891a-4fb9-9e72-48daf5333d90) appended chunk (isFinal=true) to /tmp/junit1790034784138261936/server-tmproot-server/blob-upload-server/a549b9b5-891a-4fb9-9e72-48daf5333d90 ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:46683/api/blob/%2BIRZ4%2F%2FV1GOWQ9KLtbzgE%2BNbhhRBycosRc64B97TKj4%3D to /tmp/junit1790034784138261936/server-server-httpfiles/tmpWork/68.tmp (integrity=sha256-+IRZ4//V1GOWQ9KLtbzgE+NbhhRBycosRc64B97TKj4=) ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(a549b9b5-891a-4fb9-9e72-48daf5333d90): Upload complete of 5848 bytes in 1 chunks to http://localhost:46683/api/blob/upload-batch-data ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1745411532812) for http://localhost:46683/api/blob/%2BIRZ4%2F%2FV1GOWQ9KLtbzgE%2BNbhhRBycosRc64B97TKj4%3D ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1745411532812http://localhost:46683/api/blob/%2BIRZ4%2F%2FV1GOWQ9KLtbzgE%2BNbhhRBycosRc64B97TKj4%3D ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/%2BIRZ4%2F%2FV1GOWQ9KLtbzgE%2BNbhhRBycosRc64B97TKj4%3D) /tmp/junit1790034784138261936/client-server-httpfiles/persistent/e5c22522-4259-483f-a9ee-28b1ed6d8134 -> /tmp/junit1790034784138261936/client-server-httpfiles/cache/e5c22522-4259-483f-a9ee-28b1ed6d8134 ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(7e8d3b58-0fc5-4136-9b02-aa6bea5f09d0): Uploading 1101 bytes in 1 chunks to http://localhost:46683/api/blob/upload-batch-data starting from byte=0 ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/V%2BlxWB0nxel8r7ylMgw556l%2FVPsMO29I16T%2FDgO8NMQ%3D ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/V%2BlxWB0nxel8r7ylMgw556l%2FVPsMO29I16T%2FDgO8NMQ%3D ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/V%2BlxWB0nxel8r7ylMgw556l%2FVPsMO29I16T%2FDgO8NMQ%3D ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:46683/api/blob/upload-batch-data ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(7e8d3b58-0fc5-4136-9b02-aa6bea5f09d0) receive request ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(7e8d3b58-0fc5-4136-9b02-aa6bea5f09d0) receive request ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(7e8d3b58-0fc5-4136-9b02-aa6bea5f09d0) appended chunk (isFinal=true) to /tmp/junit1790034784138261936/server-tmproot-server/blob-upload-server/7e8d3b58-0fc5-4136-9b02-aa6bea5f09d0 ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:46683/api/blob/V%2BlxWB0nxel8r7ylMgw556l%2FVPsMO29I16T%2FDgO8NMQ%3D to /tmp/junit1790034784138261936/server-server-httpfiles/tmpWork/69.tmp (integrity=sha256-V+lxWB0nxel8r7ylMgw556l/VPsMO29I16T/DgO8NMQ=) ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(7e8d3b58-0fc5-4136-9b02-aa6bea5f09d0): Upload complete of 1101 bytes in 1 chunks to http://localhost:46683/api/blob/upload-batch-data ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1745411532813) for http://localhost:46683/api/blob/V%2BlxWB0nxel8r7ylMgw556l%2FVPsMO29I16T%2FDgO8NMQ%3D ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1745411532813http://localhost:46683/api/blob/V%2BlxWB0nxel8r7ylMgw556l%2FVPsMO29I16T%2FDgO8NMQ%3D ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/V%2BlxWB0nxel8r7ylMgw556l%2FVPsMO29I16T%2FDgO8NMQ%3D) /tmp/junit1790034784138261936/client-server-httpfiles/persistent/893e0a76-adb2-431c-b424-5a6b5a7bd6b6 -> /tmp/junit1790034784138261936/client-server-httpfiles/cache/893e0a76-adb2-431c-b424-5a6b5a7bd6b6 ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(ed961af6-9925-46aa-a944-3cf8a41c4e30): Uploading 12010 bytes in 1 chunks to http://localhost:46683/api/blob/upload-batch-data starting from byte=0 ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/uYW3KrfsznrSIuqFkNUXxHUg0ZmpkuJvVYdtP2k6nAk%3D ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/uYW3KrfsznrSIuqFkNUXxHUg0ZmpkuJvVYdtP2k6nAk%3D ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/uYW3KrfsznrSIuqFkNUXxHUg0ZmpkuJvVYdtP2k6nAk%3D ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:46683/api/blob/upload-batch-data ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #17 : SQLite Change Tracker: Changed tables=[TransferJobItem] ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(ed961af6-9925-46aa-a944-3cf8a41c4e30) receive request ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(ed961af6-9925-46aa-a944-3cf8a41c4e30) receive request ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(ed961af6-9925-46aa-a944-3cf8a41c4e30) appended chunk (isFinal=true) to /tmp/junit1790034784138261936/server-tmproot-server/blob-upload-server/ed961af6-9925-46aa-a944-3cf8a41c4e30 ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:46683/api/blob/uYW3KrfsznrSIuqFkNUXxHUg0ZmpkuJvVYdtP2k6nAk%3D to /tmp/junit1790034784138261936/server-server-httpfiles/tmpWork/70.tmp (integrity=sha256-uYW3KrfsznrSIuqFkNUXxHUg0ZmpkuJvVYdtP2k6nAk=) ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(ed961af6-9925-46aa-a944-3cf8a41c4e30): Upload complete of 12010 bytes in 1 chunks to http://localhost:46683/api/blob/upload-batch-data ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1745411532814) for http://localhost:46683/api/blob/uYW3KrfsznrSIuqFkNUXxHUg0ZmpkuJvVYdtP2k6nAk%3D ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1745411532814http://localhost:46683/api/blob/uYW3KrfsznrSIuqFkNUXxHUg0ZmpkuJvVYdtP2k6nAk%3D ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/uYW3KrfsznrSIuqFkNUXxHUg0ZmpkuJvVYdtP2k6nAk%3D) /tmp/junit1790034784138261936/client-server-httpfiles/persistent/9500e80a-3fa1-4aa1-83b7-c2575d37b100 -> /tmp/junit1790034784138261936/client-server-httpfiles/cache/9500e80a-3fa1-4aa1-83b7-c2575d37b100 ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(fc02fab6-9552-4dd7-8aa1-954f5f5f616f): Uploading 1141 bytes in 1 chunks to http://localhost:46683/api/blob/upload-batch-data starting from byte=0 ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/pLIQYQAGGG6QDQPjEpjz67VyhV5phLnyxGKkUWIhm88%3D ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/pLIQYQAGGG6QDQPjEpjz67VyhV5phLnyxGKkUWIhm88%3D ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/pLIQYQAGGG6QDQPjEpjz67VyhV5phLnyxGKkUWIhm88%3D ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:46683/api/blob/upload-batch-data ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(fc02fab6-9552-4dd7-8aa1-954f5f5f616f) receive request ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(fc02fab6-9552-4dd7-8aa1-954f5f5f616f) receive request ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(fc02fab6-9552-4dd7-8aa1-954f5f5f616f) appended chunk (isFinal=true) to /tmp/junit1790034784138261936/server-tmproot-server/blob-upload-server/fc02fab6-9552-4dd7-8aa1-954f5f5f616f ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:46683/api/blob/pLIQYQAGGG6QDQPjEpjz67VyhV5phLnyxGKkUWIhm88%3D to /tmp/junit1790034784138261936/server-server-httpfiles/tmpWork/71.tmp (integrity=sha256-pLIQYQAGGG6QDQPjEpjz67VyhV5phLnyxGKkUWIhm88=) ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(fc02fab6-9552-4dd7-8aa1-954f5f5f616f): Upload complete of 1141 bytes in 1 chunks to http://localhost:46683/api/blob/upload-batch-data ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1745411532815) for http://localhost:46683/api/blob/pLIQYQAGGG6QDQPjEpjz67VyhV5phLnyxGKkUWIhm88%3D ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1745411532815http://localhost:46683/api/blob/pLIQYQAGGG6QDQPjEpjz67VyhV5phLnyxGKkUWIhm88%3D ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/pLIQYQAGGG6QDQPjEpjz67VyhV5phLnyxGKkUWIhm88%3D) /tmp/junit1790034784138261936/client-server-httpfiles/persistent/22d1a859-09e8-463e-9b2e-335e904d4817 -> /tmp/junit1790034784138261936/client-server-httpfiles/cache/22d1a859-09e8-463e-9b2e-335e904d4817 ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(7681f5b7-a67c-4e8f-bf63-024bcd188855): Uploading 16800 bytes in 1 chunks to http://localhost:46683/api/blob/upload-batch-data starting from byte=0 ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/Wmgp%2B1s82IIY%2BjX9o7lYcOJS1QrGlZC0PpACTzQwl6M%3D ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/Wmgp%2B1s82IIY%2BjX9o7lYcOJS1QrGlZC0PpACTzQwl6M%3D ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/Wmgp%2B1s82IIY%2BjX9o7lYcOJS1QrGlZC0PpACTzQwl6M%3D ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:46683/api/blob/upload-batch-data ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(7681f5b7-a67c-4e8f-bf63-024bcd188855) receive request ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(7681f5b7-a67c-4e8f-bf63-024bcd188855) receive request ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(7681f5b7-a67c-4e8f-bf63-024bcd188855) appended chunk (isFinal=true) to /tmp/junit1790034784138261936/server-tmproot-server/blob-upload-server/7681f5b7-a67c-4e8f-bf63-024bcd188855 ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:46683/api/blob/Wmgp%2B1s82IIY%2BjX9o7lYcOJS1QrGlZC0PpACTzQwl6M%3D to /tmp/junit1790034784138261936/server-server-httpfiles/tmpWork/72.tmp (integrity=sha256-Wmgp+1s82IIY+jX9o7lYcOJS1QrGlZC0PpACTzQwl6M=) ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(7681f5b7-a67c-4e8f-bf63-024bcd188855): Upload complete of 16800 bytes in 1 chunks to http://localhost:46683/api/blob/upload-batch-data ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1745411532816) for http://localhost:46683/api/blob/Wmgp%2B1s82IIY%2BjX9o7lYcOJS1QrGlZC0PpACTzQwl6M%3D ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1745411532816http://localhost:46683/api/blob/Wmgp%2B1s82IIY%2BjX9o7lYcOJS1QrGlZC0PpACTzQwl6M%3D ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/Wmgp%2B1s82IIY%2BjX9o7lYcOJS1QrGlZC0PpACTzQwl6M%3D) /tmp/junit1790034784138261936/client-server-httpfiles/persistent/a7b1bb31-bf46-4c44-bfea-3026855a1fa4 -> /tmp/junit1790034784138261936/client-server-httpfiles/cache/a7b1bb31-bf46-4c44-bfea-3026855a1fa4 ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(a98ce4bc-8b26-4ff8-891c-4950f526e20f): Uploading 63288 bytes in 1 chunks to http://localhost:46683/api/blob/upload-batch-data starting from byte=0 ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/sHxTh3q3%2BdRVnFM3sxrWUzQpjAIWUYJijIDhezhkH6s%3D ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/sHxTh3q3%2BdRVnFM3sxrWUzQpjAIWUYJijIDhezhkH6s%3D ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/sHxTh3q3%2BdRVnFM3sxrWUzQpjAIWUYJijIDhezhkH6s%3D ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:46683/api/blob/upload-batch-data ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(a98ce4bc-8b26-4ff8-891c-4950f526e20f) receive request ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(a98ce4bc-8b26-4ff8-891c-4950f526e20f) receive request ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(a98ce4bc-8b26-4ff8-891c-4950f526e20f) appended chunk (isFinal=true) to /tmp/junit1790034784138261936/server-tmproot-server/blob-upload-server/a98ce4bc-8b26-4ff8-891c-4950f526e20f ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:46683/api/blob/sHxTh3q3%2BdRVnFM3sxrWUzQpjAIWUYJijIDhezhkH6s%3D to /tmp/junit1790034784138261936/server-server-httpfiles/tmpWork/73.tmp (integrity=sha256-sHxTh3q3+dRVnFM3sxrWUzQpjAIWUYJijIDhezhkH6s=) ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(a98ce4bc-8b26-4ff8-891c-4950f526e20f): Upload complete of 63288 bytes in 1 chunks to http://localhost:46683/api/blob/upload-batch-data ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1745411532817) for http://localhost:46683/api/blob/sHxTh3q3%2BdRVnFM3sxrWUzQpjAIWUYJijIDhezhkH6s%3D ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1745411532817http://localhost:46683/api/blob/sHxTh3q3%2BdRVnFM3sxrWUzQpjAIWUYJijIDhezhkH6s%3D ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/sHxTh3q3%2BdRVnFM3sxrWUzQpjAIWUYJijIDhezhkH6s%3D) /tmp/junit1790034784138261936/client-server-httpfiles/persistent/3593b7dd-3d23-4c35-ba4e-081e399d90d3 -> /tmp/junit1790034784138261936/client-server-httpfiles/cache/3593b7dd-3d23-4c35-ba4e-081e399d90d3 ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(f36543fa-09e7-45b1-8c6f-a199cc4097f6): Uploading 16652 bytes in 1 chunks to http://localhost:46683/api/blob/upload-batch-data starting from byte=0 ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/Y3nFU5%2FVYE71u5aj3293uK2rbUrlZ%2FwwvObLZ8QhuYQ%3D ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/Y3nFU5%2FVYE71u5aj3293uK2rbUrlZ%2FwwvObLZ8QhuYQ%3D ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/Y3nFU5%2FVYE71u5aj3293uK2rbUrlZ%2FwwvObLZ8QhuYQ%3D ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:46683/api/blob/upload-batch-data ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(f36543fa-09e7-45b1-8c6f-a199cc4097f6) receive request ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(f36543fa-09e7-45b1-8c6f-a199cc4097f6) receive request ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(f36543fa-09e7-45b1-8c6f-a199cc4097f6) appended chunk (isFinal=true) to /tmp/junit1790034784138261936/server-tmproot-server/blob-upload-server/f36543fa-09e7-45b1-8c6f-a199cc4097f6 ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:46683/api/blob/Y3nFU5%2FVYE71u5aj3293uK2rbUrlZ%2FwwvObLZ8QhuYQ%3D to /tmp/junit1790034784138261936/server-server-httpfiles/tmpWork/74.tmp (integrity=sha256-Y3nFU5/VYE71u5aj3293uK2rbUrlZ/wwvObLZ8QhuYQ=) ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(f36543fa-09e7-45b1-8c6f-a199cc4097f6): Upload complete of 16652 bytes in 1 chunks to http://localhost:46683/api/blob/upload-batch-data ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1745411532818) for http://localhost:46683/api/blob/Y3nFU5%2FVYE71u5aj3293uK2rbUrlZ%2FwwvObLZ8QhuYQ%3D ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1745411532818http://localhost:46683/api/blob/Y3nFU5%2FVYE71u5aj3293uK2rbUrlZ%2FwwvObLZ8QhuYQ%3D ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/Y3nFU5%2FVYE71u5aj3293uK2rbUrlZ%2FwwvObLZ8QhuYQ%3D) /tmp/junit1790034784138261936/client-server-httpfiles/persistent/1c2681df-04e0-4dcb-a422-64b797161bbb -> /tmp/junit1790034784138261936/client-server-httpfiles/cache/1c2681df-04e0-4dcb-a422-64b797161bbb ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(8fb8e652-8244-48a6-9aca-14faa4a76471): Uploading 16728 bytes in 1 chunks to http://localhost:46683/api/blob/upload-batch-data starting from byte=0 ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/zBbaSmjEFvS6KUk8SEwgYyykdXC%2BUFyhY9%2F%2FLwqO8Z0%3D ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/zBbaSmjEFvS6KUk8SEwgYyykdXC%2BUFyhY9%2F%2FLwqO8Z0%3D ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/zBbaSmjEFvS6KUk8SEwgYyykdXC%2BUFyhY9%2F%2FLwqO8Z0%3D ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:46683/api/blob/upload-batch-data ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(8fb8e652-8244-48a6-9aca-14faa4a76471) receive request ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(8fb8e652-8244-48a6-9aca-14faa4a76471) receive request ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(8fb8e652-8244-48a6-9aca-14faa4a76471) appended chunk (isFinal=true) to /tmp/junit1790034784138261936/server-tmproot-server/blob-upload-server/8fb8e652-8244-48a6-9aca-14faa4a76471 ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:46683/api/blob/zBbaSmjEFvS6KUk8SEwgYyykdXC%2BUFyhY9%2F%2FLwqO8Z0%3D to /tmp/junit1790034784138261936/server-server-httpfiles/tmpWork/75.tmp (integrity=sha256-zBbaSmjEFvS6KUk8SEwgYyykdXC+UFyhY9//LwqO8Z0=) ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(8fb8e652-8244-48a6-9aca-14faa4a76471): Upload complete of 16728 bytes in 1 chunks to http://localhost:46683/api/blob/upload-batch-data ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1745411532819) for http://localhost:46683/api/blob/zBbaSmjEFvS6KUk8SEwgYyykdXC%2BUFyhY9%2F%2FLwqO8Z0%3D ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1745411532819http://localhost:46683/api/blob/zBbaSmjEFvS6KUk8SEwgYyykdXC%2BUFyhY9%2F%2FLwqO8Z0%3D ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/zBbaSmjEFvS6KUk8SEwgYyykdXC%2BUFyhY9%2F%2FLwqO8Z0%3D) /tmp/junit1790034784138261936/client-server-httpfiles/persistent/b276adf6-4379-4265-a94c-78f4a6acaba4 -> /tmp/junit1790034784138261936/client-server-httpfiles/cache/b276adf6-4379-4265-a94c-78f4a6acaba4 ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(8c3ce10f-a588-4f7a-8dc2-cbb0151287b6): Uploading 246 bytes in 1 chunks to http://localhost:46683/api/blob/upload-batch-data starting from byte=0 ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/u%2BLJFVTcY%2FMEnXDPx%2FjDr74kdKvSL0fNYsVaoucWMS0%3D ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/u%2BLJFVTcY%2FMEnXDPx%2FjDr74kdKvSL0fNYsVaoucWMS0%3D ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/u%2BLJFVTcY%2FMEnXDPx%2FjDr74kdKvSL0fNYsVaoucWMS0%3D ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:46683/api/blob/upload-batch-data ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(8c3ce10f-a588-4f7a-8dc2-cbb0151287b6) receive request ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(8c3ce10f-a588-4f7a-8dc2-cbb0151287b6) receive request ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(8c3ce10f-a588-4f7a-8dc2-cbb0151287b6) appended chunk (isFinal=true) to /tmp/junit1790034784138261936/server-tmproot-server/blob-upload-server/8c3ce10f-a588-4f7a-8dc2-cbb0151287b6 ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:46683/api/blob/u%2BLJFVTcY%2FMEnXDPx%2FjDr74kdKvSL0fNYsVaoucWMS0%3D to /tmp/junit1790034784138261936/server-server-httpfiles/tmpWork/76.tmp (integrity=sha256-u+LJFVTcY/MEnXDPx/jDr74kdKvSL0fNYsVaoucWMS0=) ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(8c3ce10f-a588-4f7a-8dc2-cbb0151287b6): Upload complete of 246 bytes in 1 chunks to http://localhost:46683/api/blob/upload-batch-data ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1745411532820) for http://localhost:46683/api/blob/u%2BLJFVTcY%2FMEnXDPx%2FjDr74kdKvSL0fNYsVaoucWMS0%3D ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1745411532820http://localhost:46683/api/blob/u%2BLJFVTcY%2FMEnXDPx%2FjDr74kdKvSL0fNYsVaoucWMS0%3D ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/u%2BLJFVTcY%2FMEnXDPx%2FjDr74kdKvSL0fNYsVaoucWMS0%3D) /tmp/junit1790034784138261936/client-server-httpfiles/persistent/ce2bd768-161c-4861-8587-c0fd6c55152c -> /tmp/junit1790034784138261936/client-server-httpfiles/cache/ce2bd768-161c-4861-8587-c0fd6c55152c ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(1aaf7525-f3b6-4d28-98ed-a0a608d9f2de): Uploading 360 bytes in 1 chunks to http://localhost:46683/api/blob/upload-batch-data starting from byte=0 ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/eo8K7m5KF0iRfYzWDplfji%2FfxUb9GlUHqqY6IuMrLc4%3D ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/eo8K7m5KF0iRfYzWDplfji%2FfxUb9GlUHqqY6IuMrLc4%3D ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/eo8K7m5KF0iRfYzWDplfji%2FfxUb9GlUHqqY6IuMrLc4%3D ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:46683/api/blob/upload-batch-data ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(1aaf7525-f3b6-4d28-98ed-a0a608d9f2de) receive request ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(1aaf7525-f3b6-4d28-98ed-a0a608d9f2de) receive request ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(1aaf7525-f3b6-4d28-98ed-a0a608d9f2de) appended chunk (isFinal=true) to /tmp/junit1790034784138261936/server-tmproot-server/blob-upload-server/1aaf7525-f3b6-4d28-98ed-a0a608d9f2de ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:46683/api/blob/eo8K7m5KF0iRfYzWDplfji%2FfxUb9GlUHqqY6IuMrLc4%3D to /tmp/junit1790034784138261936/server-server-httpfiles/tmpWork/77.tmp (integrity=sha256-eo8K7m5KF0iRfYzWDplfji/fxUb9GlUHqqY6IuMrLc4=) ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(1aaf7525-f3b6-4d28-98ed-a0a608d9f2de): Upload complete of 360 bytes in 1 chunks to http://localhost:46683/api/blob/upload-batch-data ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1745411532821) for http://localhost:46683/api/blob/eo8K7m5KF0iRfYzWDplfji%2FfxUb9GlUHqqY6IuMrLc4%3D ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1745411532821http://localhost:46683/api/blob/eo8K7m5KF0iRfYzWDplfji%2FfxUb9GlUHqqY6IuMrLc4%3D ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/eo8K7m5KF0iRfYzWDplfji%2FfxUb9GlUHqqY6IuMrLc4%3D) /tmp/junit1790034784138261936/client-server-httpfiles/persistent/91d69f96-1c26-4e21-95aa-7de2a4ad6c79 -> /tmp/junit1790034784138261936/client-server-httpfiles/cache/91d69f96-1c26-4e21-95aa-7de2a4ad6c79 ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(1c82d518-75f7-452f-be22-70304ebc4bdc): Uploading 1169 bytes in 1 chunks to http://localhost:46683/api/blob/upload-batch-data starting from byte=0 ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/%2FqULHYInAHdVBa5R1l938NaG9Ty3HotFmPBFK%2Fx8URU%3D ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/%2FqULHYInAHdVBa5R1l938NaG9Ty3HotFmPBFK%2Fx8URU%3D ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/%2FqULHYInAHdVBa5R1l938NaG9Ty3HotFmPBFK%2Fx8URU%3D ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:46683/api/blob/upload-batch-data ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(1c82d518-75f7-452f-be22-70304ebc4bdc) receive request ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(1c82d518-75f7-452f-be22-70304ebc4bdc) receive request ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(1c82d518-75f7-452f-be22-70304ebc4bdc) appended chunk (isFinal=true) to /tmp/junit1790034784138261936/server-tmproot-server/blob-upload-server/1c82d518-75f7-452f-be22-70304ebc4bdc ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:46683/api/blob/%2FqULHYInAHdVBa5R1l938NaG9Ty3HotFmPBFK%2Fx8URU%3D to /tmp/junit1790034784138261936/server-server-httpfiles/tmpWork/78.tmp (integrity=sha256-/qULHYInAHdVBa5R1l938NaG9Ty3HotFmPBFK/x8URU=) ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(1c82d518-75f7-452f-be22-70304ebc4bdc): Upload complete of 1169 bytes in 1 chunks to http://localhost:46683/api/blob/upload-batch-data ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1745411532822) for http://localhost:46683/api/blob/%2FqULHYInAHdVBa5R1l938NaG9Ty3HotFmPBFK%2Fx8URU%3D ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1745411532822http://localhost:46683/api/blob/%2FqULHYInAHdVBa5R1l938NaG9Ty3HotFmPBFK%2Fx8URU%3D ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/%2FqULHYInAHdVBa5R1l938NaG9Ty3HotFmPBFK%2Fx8URU%3D) /tmp/junit1790034784138261936/client-server-httpfiles/persistent/c738dc9d-5b16-4d11-b04b-cd0baeb55c19 -> /tmp/junit1790034784138261936/client-server-httpfiles/cache/c738dc9d-5b16-4d11-b04b-cd0baeb55c19 ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(44dfa4ac-a19e-446c-99b3-d7deac61916b): Uploading 3537 bytes in 1 chunks to http://localhost:46683/api/blob/upload-batch-data starting from byte=0 ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/ym1yKJRZWSDtpc56Uj7RFG1W6oCf5N5WCmZbqjHEbE4%3D ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/ym1yKJRZWSDtpc56Uj7RFG1W6oCf5N5WCmZbqjHEbE4%3D ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/ym1yKJRZWSDtpc56Uj7RFG1W6oCf5N5WCmZbqjHEbE4%3D ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:46683/api/blob/upload-batch-data ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(44dfa4ac-a19e-446c-99b3-d7deac61916b) receive request ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(44dfa4ac-a19e-446c-99b3-d7deac61916b) receive request ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(44dfa4ac-a19e-446c-99b3-d7deac61916b) appended chunk (isFinal=true) to /tmp/junit1790034784138261936/server-tmproot-server/blob-upload-server/44dfa4ac-a19e-446c-99b3-d7deac61916b ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:46683/api/blob/ym1yKJRZWSDtpc56Uj7RFG1W6oCf5N5WCmZbqjHEbE4%3D to /tmp/junit1790034784138261936/server-server-httpfiles/tmpWork/79.tmp (integrity=sha256-ym1yKJRZWSDtpc56Uj7RFG1W6oCf5N5WCmZbqjHEbE4=) ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(44dfa4ac-a19e-446c-99b3-d7deac61916b): Upload complete of 3537 bytes in 1 chunks to http://localhost:46683/api/blob/upload-batch-data ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1745411532823) for http://localhost:46683/api/blob/ym1yKJRZWSDtpc56Uj7RFG1W6oCf5N5WCmZbqjHEbE4%3D ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1745411532823http://localhost:46683/api/blob/ym1yKJRZWSDtpc56Uj7RFG1W6oCf5N5WCmZbqjHEbE4%3D ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/ym1yKJRZWSDtpc56Uj7RFG1W6oCf5N5WCmZbqjHEbE4%3D) /tmp/junit1790034784138261936/client-server-httpfiles/persistent/a46fb423-e8e4-43a9-9f99-c6514ae8d9f5 -> /tmp/junit1790034784138261936/client-server-httpfiles/cache/a46fb423-e8e4-43a9-9f99-c6514ae8d9f5 ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(2b1e261e-372c-4ae6-9ae2-c49803251fa5): Uploading 478 bytes in 1 chunks to http://localhost:46683/api/blob/upload-batch-data starting from byte=0 ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/C1W33ZET4v%2BaPIkE7LOO6lFWDtV5OqhnAlLv4wfGAUU%3D ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/C1W33ZET4v%2BaPIkE7LOO6lFWDtV5OqhnAlLv4wfGAUU%3D ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/C1W33ZET4v%2BaPIkE7LOO6lFWDtV5OqhnAlLv4wfGAUU%3D ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:46683/api/blob/upload-batch-data ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(2b1e261e-372c-4ae6-9ae2-c49803251fa5) receive request ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(2b1e261e-372c-4ae6-9ae2-c49803251fa5) receive request ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(2b1e261e-372c-4ae6-9ae2-c49803251fa5) appended chunk (isFinal=true) to /tmp/junit1790034784138261936/server-tmproot-server/blob-upload-server/2b1e261e-372c-4ae6-9ae2-c49803251fa5 ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:46683/api/blob/C1W33ZET4v%2BaPIkE7LOO6lFWDtV5OqhnAlLv4wfGAUU%3D to /tmp/junit1790034784138261936/server-server-httpfiles/tmpWork/80.tmp (integrity=sha256-C1W33ZET4v+aPIkE7LOO6lFWDtV5OqhnAlLv4wfGAUU=) ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(2b1e261e-372c-4ae6-9ae2-c49803251fa5): Upload complete of 478 bytes in 1 chunks to http://localhost:46683/api/blob/upload-batch-data ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1745411532824) for http://localhost:46683/api/blob/C1W33ZET4v%2BaPIkE7LOO6lFWDtV5OqhnAlLv4wfGAUU%3D ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1745411532824http://localhost:46683/api/blob/C1W33ZET4v%2BaPIkE7LOO6lFWDtV5OqhnAlLv4wfGAUU%3D ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/C1W33ZET4v%2BaPIkE7LOO6lFWDtV5OqhnAlLv4wfGAUU%3D) /tmp/junit1790034784138261936/client-server-httpfiles/persistent/026b6113-c622-483d-a0aa-79b845c152ea -> /tmp/junit1790034784138261936/client-server-httpfiles/cache/026b6113-c622-483d-a0aa-79b845c152ea ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(d1065677-7c59-4e5e-9f7e-cc92b5d3852e): Uploading 1465 bytes in 1 chunks to http://localhost:46683/api/blob/upload-batch-data starting from byte=0 ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/jGvo9dP2a%2BkzienoeQzWSLnGKfWhYB2XjsFOuELmW28%3D ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/jGvo9dP2a%2BkzienoeQzWSLnGKfWhYB2XjsFOuELmW28%3D ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/jGvo9dP2a%2BkzienoeQzWSLnGKfWhYB2XjsFOuELmW28%3D ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:46683/api/blob/upload-batch-data ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(d1065677-7c59-4e5e-9f7e-cc92b5d3852e) receive request ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(d1065677-7c59-4e5e-9f7e-cc92b5d3852e) receive request ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(d1065677-7c59-4e5e-9f7e-cc92b5d3852e) appended chunk (isFinal=true) to /tmp/junit1790034784138261936/server-tmproot-server/blob-upload-server/d1065677-7c59-4e5e-9f7e-cc92b5d3852e ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:46683/api/blob/jGvo9dP2a%2BkzienoeQzWSLnGKfWhYB2XjsFOuELmW28%3D to /tmp/junit1790034784138261936/server-server-httpfiles/tmpWork/81.tmp (integrity=sha256-jGvo9dP2a+kzienoeQzWSLnGKfWhYB2XjsFOuELmW28=) ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(d1065677-7c59-4e5e-9f7e-cc92b5d3852e): Upload complete of 1465 bytes in 1 chunks to http://localhost:46683/api/blob/upload-batch-data ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1745411532825) for http://localhost:46683/api/blob/jGvo9dP2a%2BkzienoeQzWSLnGKfWhYB2XjsFOuELmW28%3D ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1745411532825http://localhost:46683/api/blob/jGvo9dP2a%2BkzienoeQzWSLnGKfWhYB2XjsFOuELmW28%3D ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/jGvo9dP2a%2BkzienoeQzWSLnGKfWhYB2XjsFOuELmW28%3D) /tmp/junit1790034784138261936/client-server-httpfiles/persistent/ee7d25cb-527f-47c4-9dbb-df1275253ba3 -> /tmp/junit1790034784138261936/client-server-httpfiles/cache/ee7d25cb-527f-47c4-9dbb-df1275253ba3 ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(4c17ae9a-36c8-4a8f-b5d5-25d3388d7257): Uploading 835 bytes in 1 chunks to http://localhost:46683/api/blob/upload-batch-data starting from byte=0 ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/%2BF9Tlt29TsSXmyq%2FWyZ63J8R6bqXkujcv5KBRzPQ%2BWU%3D ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/%2BF9Tlt29TsSXmyq%2FWyZ63J8R6bqXkujcv5KBRzPQ%2BWU%3D ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/%2BF9Tlt29TsSXmyq%2FWyZ63J8R6bqXkujcv5KBRzPQ%2BWU%3D ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:46683/api/blob/upload-batch-data ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(4c17ae9a-36c8-4a8f-b5d5-25d3388d7257) receive request ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(4c17ae9a-36c8-4a8f-b5d5-25d3388d7257) receive request ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(4c17ae9a-36c8-4a8f-b5d5-25d3388d7257) appended chunk (isFinal=true) to /tmp/junit1790034784138261936/server-tmproot-server/blob-upload-server/4c17ae9a-36c8-4a8f-b5d5-25d3388d7257 ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:46683/api/blob/%2BF9Tlt29TsSXmyq%2FWyZ63J8R6bqXkujcv5KBRzPQ%2BWU%3D to /tmp/junit1790034784138261936/server-server-httpfiles/tmpWork/82.tmp (integrity=sha256-+F9Tlt29TsSXmyq/WyZ63J8R6bqXkujcv5KBRzPQ+WU=) ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(4c17ae9a-36c8-4a8f-b5d5-25d3388d7257): Upload complete of 835 bytes in 1 chunks to http://localhost:46683/api/blob/upload-batch-data ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1745411532826) for http://localhost:46683/api/blob/%2BF9Tlt29TsSXmyq%2FWyZ63J8R6bqXkujcv5KBRzPQ%2BWU%3D ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1745411532826http://localhost:46683/api/blob/%2BF9Tlt29TsSXmyq%2FWyZ63J8R6bqXkujcv5KBRzPQ%2BWU%3D ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/%2BF9Tlt29TsSXmyq%2FWyZ63J8R6bqXkujcv5KBRzPQ%2BWU%3D) /tmp/junit1790034784138261936/client-server-httpfiles/persistent/2e6d60b4-5417-4694-a86e-f5dc64fab1b9 -> /tmp/junit1790034784138261936/client-server-httpfiles/cache/2e6d60b4-5417-4694-a86e-f5dc64fab1b9 ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(b0f92aa8-e5c6-4217-be46-f66546f621d2): Uploading 3536 bytes in 1 chunks to http://localhost:46683/api/blob/upload-batch-data starting from byte=0 ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/xVHBEQCBRQcVQS1lvNmxfgZ0XXOkWfARY3xhEbjuloE%3D ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/xVHBEQCBRQcVQS1lvNmxfgZ0XXOkWfARY3xhEbjuloE%3D ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/xVHBEQCBRQcVQS1lvNmxfgZ0XXOkWfARY3xhEbjuloE%3D ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:46683/api/blob/upload-batch-data ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(b0f92aa8-e5c6-4217-be46-f66546f621d2) receive request ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(b0f92aa8-e5c6-4217-be46-f66546f621d2) receive request ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(b0f92aa8-e5c6-4217-be46-f66546f621d2) appended chunk (isFinal=true) to /tmp/junit1790034784138261936/server-tmproot-server/blob-upload-server/b0f92aa8-e5c6-4217-be46-f66546f621d2 ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:46683/api/blob/xVHBEQCBRQcVQS1lvNmxfgZ0XXOkWfARY3xhEbjuloE%3D to /tmp/junit1790034784138261936/server-server-httpfiles/tmpWork/83.tmp (integrity=sha256-xVHBEQCBRQcVQS1lvNmxfgZ0XXOkWfARY3xhEbjuloE=) ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(b0f92aa8-e5c6-4217-be46-f66546f621d2): Upload complete of 3536 bytes in 1 chunks to http://localhost:46683/api/blob/upload-batch-data ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1745411532827) for http://localhost:46683/api/blob/xVHBEQCBRQcVQS1lvNmxfgZ0XXOkWfARY3xhEbjuloE%3D ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1745411532827http://localhost:46683/api/blob/xVHBEQCBRQcVQS1lvNmxfgZ0XXOkWfARY3xhEbjuloE%3D ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/xVHBEQCBRQcVQS1lvNmxfgZ0XXOkWfARY3xhEbjuloE%3D) /tmp/junit1790034784138261936/client-server-httpfiles/persistent/717e67a4-660f-46b2-9092-ac8353fa8bee -> /tmp/junit1790034784138261936/client-server-httpfiles/cache/717e67a4-660f-46b2-9092-ac8353fa8bee ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(27d679ea-5bc9-4f3b-8976-8cdaa9c7acdb): Uploading 633 bytes in 1 chunks to http://localhost:46683/api/blob/upload-batch-data starting from byte=0 ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/EkHf%2FCGbd3loeNcgeAv6K4n2uKHvj3497sTVseG3xn0%3D ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/EkHf%2FCGbd3loeNcgeAv6K4n2uKHvj3497sTVseG3xn0%3D ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/EkHf%2FCGbd3loeNcgeAv6K4n2uKHvj3497sTVseG3xn0%3D ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:46683/api/blob/upload-batch-data ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(27d679ea-5bc9-4f3b-8976-8cdaa9c7acdb) receive request ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(27d679ea-5bc9-4f3b-8976-8cdaa9c7acdb) receive request ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(27d679ea-5bc9-4f3b-8976-8cdaa9c7acdb) appended chunk (isFinal=true) to /tmp/junit1790034784138261936/server-tmproot-server/blob-upload-server/27d679ea-5bc9-4f3b-8976-8cdaa9c7acdb ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:46683/api/blob/EkHf%2FCGbd3loeNcgeAv6K4n2uKHvj3497sTVseG3xn0%3D to /tmp/junit1790034784138261936/server-server-httpfiles/tmpWork/84.tmp (integrity=sha256-EkHf/CGbd3loeNcgeAv6K4n2uKHvj3497sTVseG3xn0=) ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(27d679ea-5bc9-4f3b-8976-8cdaa9c7acdb): Upload complete of 633 bytes in 1 chunks to http://localhost:46683/api/blob/upload-batch-data ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1745411532828) for http://localhost:46683/api/blob/EkHf%2FCGbd3loeNcgeAv6K4n2uKHvj3497sTVseG3xn0%3D ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1745411532828http://localhost:46683/api/blob/EkHf%2FCGbd3loeNcgeAv6K4n2uKHvj3497sTVseG3xn0%3D ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/EkHf%2FCGbd3loeNcgeAv6K4n2uKHvj3497sTVseG3xn0%3D) /tmp/junit1790034784138261936/client-server-httpfiles/persistent/943d87fc-431a-439a-b133-12f8c0e96307 -> /tmp/junit1790034784138261936/client-server-httpfiles/cache/943d87fc-431a-439a-b133-12f8c0e96307 ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(d7bd9d46-effd-4c9e-912b-2fc3b2e3aae8): Uploading 639 bytes in 1 chunks to http://localhost:46683/api/blob/upload-batch-data starting from byte=0 ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/vOWepUFkWRq8r0%2BHZF7AzG8DLHriKMfWpiogMq%2FFD4s%3D ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/vOWepUFkWRq8r0%2BHZF7AzG8DLHriKMfWpiogMq%2FFD4s%3D ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/vOWepUFkWRq8r0%2BHZF7AzG8DLHriKMfWpiogMq%2FFD4s%3D ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:46683/api/blob/upload-batch-data ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(d7bd9d46-effd-4c9e-912b-2fc3b2e3aae8) receive request ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(d7bd9d46-effd-4c9e-912b-2fc3b2e3aae8) receive request ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(d7bd9d46-effd-4c9e-912b-2fc3b2e3aae8) appended chunk (isFinal=true) to /tmp/junit1790034784138261936/server-tmproot-server/blob-upload-server/d7bd9d46-effd-4c9e-912b-2fc3b2e3aae8 ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:46683/api/blob/vOWepUFkWRq8r0%2BHZF7AzG8DLHriKMfWpiogMq%2FFD4s%3D to /tmp/junit1790034784138261936/server-server-httpfiles/tmpWork/85.tmp (integrity=sha256-vOWepUFkWRq8r0+HZF7AzG8DLHriKMfWpiogMq/FD4s=) ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(d7bd9d46-effd-4c9e-912b-2fc3b2e3aae8): Upload complete of 639 bytes in 1 chunks to http://localhost:46683/api/blob/upload-batch-data ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1745411532829) for http://localhost:46683/api/blob/vOWepUFkWRq8r0%2BHZF7AzG8DLHriKMfWpiogMq%2FFD4s%3D ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1745411532829http://localhost:46683/api/blob/vOWepUFkWRq8r0%2BHZF7AzG8DLHriKMfWpiogMq%2FFD4s%3D ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/vOWepUFkWRq8r0%2BHZF7AzG8DLHriKMfWpiogMq%2FFD4s%3D) /tmp/junit1790034784138261936/client-server-httpfiles/persistent/542a0b42-857b-4e1f-b45a-33382977027f -> /tmp/junit1790034784138261936/client-server-httpfiles/cache/542a0b42-857b-4e1f-b45a-33382977027f ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(d925d74c-4b2f-4f83-86c9-574fa8554074): Uploading 1127 bytes in 1 chunks to http://localhost:46683/api/blob/upload-batch-data starting from byte=0 ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/R0W8u8HlP%2FsgKWKJ2Q26%2FMLf5xdmrjzBL5IEPnV34JA%3D ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/R0W8u8HlP%2FsgKWKJ2Q26%2FMLf5xdmrjzBL5IEPnV34JA%3D ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/R0W8u8HlP%2FsgKWKJ2Q26%2FMLf5xdmrjzBL5IEPnV34JA%3D ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:46683/api/blob/upload-batch-data ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(d925d74c-4b2f-4f83-86c9-574fa8554074) receive request ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(d925d74c-4b2f-4f83-86c9-574fa8554074) receive request ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(d925d74c-4b2f-4f83-86c9-574fa8554074) appended chunk (isFinal=true) to /tmp/junit1790034784138261936/server-tmproot-server/blob-upload-server/d925d74c-4b2f-4f83-86c9-574fa8554074 ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:46683/api/blob/R0W8u8HlP%2FsgKWKJ2Q26%2FMLf5xdmrjzBL5IEPnV34JA%3D to /tmp/junit1790034784138261936/server-server-httpfiles/tmpWork/86.tmp (integrity=sha256-R0W8u8HlP/sgKWKJ2Q26/MLf5xdmrjzBL5IEPnV34JA=) ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(d925d74c-4b2f-4f83-86c9-574fa8554074): Upload complete of 1127 bytes in 1 chunks to http://localhost:46683/api/blob/upload-batch-data ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1745411532830) for http://localhost:46683/api/blob/R0W8u8HlP%2FsgKWKJ2Q26%2FMLf5xdmrjzBL5IEPnV34JA%3D ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1745411532830http://localhost:46683/api/blob/R0W8u8HlP%2FsgKWKJ2Q26%2FMLf5xdmrjzBL5IEPnV34JA%3D ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/R0W8u8HlP%2FsgKWKJ2Q26%2FMLf5xdmrjzBL5IEPnV34JA%3D) /tmp/junit1790034784138261936/client-server-httpfiles/persistent/7ccf328c-cc74-468e-864c-4709b8a05729 -> /tmp/junit1790034784138261936/client-server-httpfiles/cache/7ccf328c-cc74-468e-864c-4709b8a05729 ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(feb301b1-d991-411d-901c-ba034b622e3d): Uploading 1073 bytes in 1 chunks to http://localhost:46683/api/blob/upload-batch-data starting from byte=0 ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/yD2T%2FjRDP29LkBjiITr7231CnugE2Jo0BIRRyW5N0mE%3D ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/yD2T%2FjRDP29LkBjiITr7231CnugE2Jo0BIRRyW5N0mE%3D ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/yD2T%2FjRDP29LkBjiITr7231CnugE2Jo0BIRRyW5N0mE%3D ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:46683/api/blob/upload-batch-data ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(feb301b1-d991-411d-901c-ba034b622e3d) receive request ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(feb301b1-d991-411d-901c-ba034b622e3d) receive request ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(feb301b1-d991-411d-901c-ba034b622e3d) appended chunk (isFinal=true) to /tmp/junit1790034784138261936/server-tmproot-server/blob-upload-server/feb301b1-d991-411d-901c-ba034b622e3d ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:46683/api/blob/yD2T%2FjRDP29LkBjiITr7231CnugE2Jo0BIRRyW5N0mE%3D to /tmp/junit1790034784138261936/server-server-httpfiles/tmpWork/87.tmp (integrity=sha256-yD2T/jRDP29LkBjiITr7231CnugE2Jo0BIRRyW5N0mE=) ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(feb301b1-d991-411d-901c-ba034b622e3d): Upload complete of 1073 bytes in 1 chunks to http://localhost:46683/api/blob/upload-batch-data ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1745411532831) for http://localhost:46683/api/blob/yD2T%2FjRDP29LkBjiITr7231CnugE2Jo0BIRRyW5N0mE%3D ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1745411532831http://localhost:46683/api/blob/yD2T%2FjRDP29LkBjiITr7231CnugE2Jo0BIRRyW5N0mE%3D ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/yD2T%2FjRDP29LkBjiITr7231CnugE2Jo0BIRRyW5N0mE%3D) /tmp/junit1790034784138261936/client-server-httpfiles/persistent/9bcb5c43-bffb-46d8-9435-90ab165a9cfb -> /tmp/junit1790034784138261936/client-server-httpfiles/cache/9bcb5c43-bffb-46d8-9435-90ab165a9cfb ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(893d782b-6f19-4d35-8b20-ee9695827e2e): Uploading 1841 bytes in 1 chunks to http://localhost:46683/api/blob/upload-batch-data starting from byte=0 ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/DMle631prFri4uxxxxdON0FHQFOdiUt%2BW%2F6%2FvFfKmKI%3D ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/DMle631prFri4uxxxxdON0FHQFOdiUt%2BW%2F6%2FvFfKmKI%3D ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/DMle631prFri4uxxxxdON0FHQFOdiUt%2BW%2F6%2FvFfKmKI%3D ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:46683/api/blob/upload-batch-data ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(893d782b-6f19-4d35-8b20-ee9695827e2e) receive request ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(893d782b-6f19-4d35-8b20-ee9695827e2e) receive request ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(893d782b-6f19-4d35-8b20-ee9695827e2e) appended chunk (isFinal=true) to /tmp/junit1790034784138261936/server-tmproot-server/blob-upload-server/893d782b-6f19-4d35-8b20-ee9695827e2e ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:46683/api/blob/DMle631prFri4uxxxxdON0FHQFOdiUt%2BW%2F6%2FvFfKmKI%3D to /tmp/junit1790034784138261936/server-server-httpfiles/tmpWork/88.tmp (integrity=sha256-DMle631prFri4uxxxxdON0FHQFOdiUt+W/6/vFfKmKI=) ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(893d782b-6f19-4d35-8b20-ee9695827e2e): Upload complete of 1841 bytes in 1 chunks to http://localhost:46683/api/blob/upload-batch-data ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1745411532832) for http://localhost:46683/api/blob/DMle631prFri4uxxxxdON0FHQFOdiUt%2BW%2F6%2FvFfKmKI%3D ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1745411532832http://localhost:46683/api/blob/DMle631prFri4uxxxxdON0FHQFOdiUt%2BW%2F6%2FvFfKmKI%3D ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/DMle631prFri4uxxxxdON0FHQFOdiUt%2BW%2F6%2FvFfKmKI%3D) /tmp/junit1790034784138261936/client-server-httpfiles/persistent/f23c6903-7cc6-4de0-9022-335f39592a0e -> /tmp/junit1790034784138261936/client-server-httpfiles/cache/f23c6903-7cc6-4de0-9022-335f39592a0e ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(5c014300-3742-46aa-b94f-45901c85d0df): Uploading 4752 bytes in 1 chunks to http://localhost:46683/api/blob/upload-batch-data starting from byte=0 ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/Ai1kxiVYF40Fu81oXM2uPCv9vkRmufeI2MqmWrEigoQ%3D ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/Ai1kxiVYF40Fu81oXM2uPCv9vkRmufeI2MqmWrEigoQ%3D ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/Ai1kxiVYF40Fu81oXM2uPCv9vkRmufeI2MqmWrEigoQ%3D ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:46683/api/blob/upload-batch-data ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(5c014300-3742-46aa-b94f-45901c85d0df) receive request ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(5c014300-3742-46aa-b94f-45901c85d0df) receive request ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(5c014300-3742-46aa-b94f-45901c85d0df) appended chunk (isFinal=true) to /tmp/junit1790034784138261936/server-tmproot-server/blob-upload-server/5c014300-3742-46aa-b94f-45901c85d0df ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:46683/api/blob/Ai1kxiVYF40Fu81oXM2uPCv9vkRmufeI2MqmWrEigoQ%3D to /tmp/junit1790034784138261936/server-server-httpfiles/tmpWork/89.tmp (integrity=sha256-Ai1kxiVYF40Fu81oXM2uPCv9vkRmufeI2MqmWrEigoQ=) ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(5c014300-3742-46aa-b94f-45901c85d0df): Upload complete of 4752 bytes in 1 chunks to http://localhost:46683/api/blob/upload-batch-data ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1745411532833) for http://localhost:46683/api/blob/Ai1kxiVYF40Fu81oXM2uPCv9vkRmufeI2MqmWrEigoQ%3D ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1745411532833http://localhost:46683/api/blob/Ai1kxiVYF40Fu81oXM2uPCv9vkRmufeI2MqmWrEigoQ%3D ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/Ai1kxiVYF40Fu81oXM2uPCv9vkRmufeI2MqmWrEigoQ%3D) /tmp/junit1790034784138261936/client-server-httpfiles/persistent/54b652ee-a9eb-4951-8fc0-0cabe5399161 -> /tmp/junit1790034784138261936/client-server-httpfiles/cache/54b652ee-a9eb-4951-8fc0-0cabe5399161 ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(79409bf8-6adc-4d1a-8757-e0e7a7104573): Uploading 14092 bytes in 1 chunks to http://localhost:46683/api/blob/upload-batch-data starting from byte=0 ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/MuzpZTkDFXpw0wwJdw%2FbBYCIsDKwWBU628LKd2p83po%3D ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/MuzpZTkDFXpw0wwJdw%2FbBYCIsDKwWBU628LKd2p83po%3D ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/MuzpZTkDFXpw0wwJdw%2FbBYCIsDKwWBU628LKd2p83po%3D ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:46683/api/blob/upload-batch-data ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(79409bf8-6adc-4d1a-8757-e0e7a7104573) receive request ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(79409bf8-6adc-4d1a-8757-e0e7a7104573) receive request ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(79409bf8-6adc-4d1a-8757-e0e7a7104573) appended chunk (isFinal=true) to /tmp/junit1790034784138261936/server-tmproot-server/blob-upload-server/79409bf8-6adc-4d1a-8757-e0e7a7104573 ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:46683/api/blob/MuzpZTkDFXpw0wwJdw%2FbBYCIsDKwWBU628LKd2p83po%3D to /tmp/junit1790034784138261936/server-server-httpfiles/tmpWork/90.tmp (integrity=sha256-MuzpZTkDFXpw0wwJdw/bBYCIsDKwWBU628LKd2p83po=) ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(79409bf8-6adc-4d1a-8757-e0e7a7104573): Upload complete of 14092 bytes in 1 chunks to http://localhost:46683/api/blob/upload-batch-data ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1745411532834) for http://localhost:46683/api/blob/MuzpZTkDFXpw0wwJdw%2FbBYCIsDKwWBU628LKd2p83po%3D ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1745411532834http://localhost:46683/api/blob/MuzpZTkDFXpw0wwJdw%2FbBYCIsDKwWBU628LKd2p83po%3D ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/MuzpZTkDFXpw0wwJdw%2FbBYCIsDKwWBU628LKd2p83po%3D) /tmp/junit1790034784138261936/client-server-httpfiles/persistent/4cba8ed0-4c84-4194-9667-7260c9ad8798 -> /tmp/junit1790034784138261936/client-server-httpfiles/cache/4cba8ed0-4c84-4194-9667-7260c9ad8798 ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(bbc3ebc3-9897-4b59-b2ff-bebea0aa8954): Uploading 4592 bytes in 1 chunks to http://localhost:46683/api/blob/upload-batch-data starting from byte=0 ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/4zSTZMv%2FWKjpNfIWFmdBzDq%2BxpKgteLo5HBhbpkIMgg%3D ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/4zSTZMv%2FWKjpNfIWFmdBzDq%2BxpKgteLo5HBhbpkIMgg%3D ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/4zSTZMv%2FWKjpNfIWFmdBzDq%2BxpKgteLo5HBhbpkIMgg%3D ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:46683/api/blob/upload-batch-data ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(bbc3ebc3-9897-4b59-b2ff-bebea0aa8954) receive request ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(bbc3ebc3-9897-4b59-b2ff-bebea0aa8954) receive request ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(bbc3ebc3-9897-4b59-b2ff-bebea0aa8954) appended chunk (isFinal=true) to /tmp/junit1790034784138261936/server-tmproot-server/blob-upload-server/bbc3ebc3-9897-4b59-b2ff-bebea0aa8954 ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:46683/api/blob/4zSTZMv%2FWKjpNfIWFmdBzDq%2BxpKgteLo5HBhbpkIMgg%3D to /tmp/junit1790034784138261936/server-server-httpfiles/tmpWork/91.tmp (integrity=sha256-4zSTZMv/WKjpNfIWFmdBzDq+xpKgteLo5HBhbpkIMgg=) ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(bbc3ebc3-9897-4b59-b2ff-bebea0aa8954): Upload complete of 4592 bytes in 1 chunks to http://localhost:46683/api/blob/upload-batch-data ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1745411532835) for http://localhost:46683/api/blob/4zSTZMv%2FWKjpNfIWFmdBzDq%2BxpKgteLo5HBhbpkIMgg%3D ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1745411532835http://localhost:46683/api/blob/4zSTZMv%2FWKjpNfIWFmdBzDq%2BxpKgteLo5HBhbpkIMgg%3D ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/4zSTZMv%2FWKjpNfIWFmdBzDq%2BxpKgteLo5HBhbpkIMgg%3D) /tmp/junit1790034784138261936/client-server-httpfiles/persistent/ff112c74-969c-4c00-9616-53da8da6f64d -> /tmp/junit1790034784138261936/client-server-httpfiles/cache/ff112c74-969c-4c00-9616-53da8da6f64d ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(50576bb2-84e8-444c-8236-4819651ef92d): Uploading 4668 bytes in 1 chunks to http://localhost:46683/api/blob/upload-batch-data starting from byte=0 ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/YuUHNreyN7U7%2BQZ5%2BzNNY1N11RsxVtHYZsqyJGBtmbQ%3D ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/YuUHNreyN7U7%2BQZ5%2BzNNY1N11RsxVtHYZsqyJGBtmbQ%3D ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/YuUHNreyN7U7%2BQZ5%2BzNNY1N11RsxVtHYZsqyJGBtmbQ%3D ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:46683/api/blob/upload-batch-data ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(50576bb2-84e8-444c-8236-4819651ef92d) receive request ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(50576bb2-84e8-444c-8236-4819651ef92d) receive request ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(50576bb2-84e8-444c-8236-4819651ef92d) appended chunk (isFinal=true) to /tmp/junit1790034784138261936/server-tmproot-server/blob-upload-server/50576bb2-84e8-444c-8236-4819651ef92d ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:46683/api/blob/YuUHNreyN7U7%2BQZ5%2BzNNY1N11RsxVtHYZsqyJGBtmbQ%3D to /tmp/junit1790034784138261936/server-server-httpfiles/tmpWork/92.tmp (integrity=sha256-YuUHNreyN7U7+QZ5+zNNY1N11RsxVtHYZsqyJGBtmbQ=) ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(50576bb2-84e8-444c-8236-4819651ef92d): Upload complete of 4668 bytes in 1 chunks to http://localhost:46683/api/blob/upload-batch-data ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1745411532836) for http://localhost:46683/api/blob/YuUHNreyN7U7%2BQZ5%2BzNNY1N11RsxVtHYZsqyJGBtmbQ%3D ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1745411532836http://localhost:46683/api/blob/YuUHNreyN7U7%2BQZ5%2BzNNY1N11RsxVtHYZsqyJGBtmbQ%3D ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/YuUHNreyN7U7%2BQZ5%2BzNNY1N11RsxVtHYZsqyJGBtmbQ%3D) /tmp/junit1790034784138261936/client-server-httpfiles/persistent/b8d5785f-6cee-4e34-b764-e310d84eb30b -> /tmp/junit1790034784138261936/client-server-httpfiles/cache/b8d5785f-6cee-4e34-b764-e310d84eb30b ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(26025d01-98ac-47d6-8774-5ef626fbf46d): Uploading 2483 bytes in 1 chunks to http://localhost:46683/api/blob/upload-batch-data starting from byte=0 ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/6p3YvM8W7PtrV7LudBIoa%2Bq4QN3Y1SdaU02%2FGCeg0IM%3D ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/6p3YvM8W7PtrV7LudBIoa%2Bq4QN3Y1SdaU02%2FGCeg0IM%3D ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/6p3YvM8W7PtrV7LudBIoa%2Bq4QN3Y1SdaU02%2FGCeg0IM%3D ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:46683/api/blob/upload-batch-data ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(26025d01-98ac-47d6-8774-5ef626fbf46d) receive request ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(26025d01-98ac-47d6-8774-5ef626fbf46d) receive request ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(26025d01-98ac-47d6-8774-5ef626fbf46d) appended chunk (isFinal=true) to /tmp/junit1790034784138261936/server-tmproot-server/blob-upload-server/26025d01-98ac-47d6-8774-5ef626fbf46d ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:46683/api/blob/6p3YvM8W7PtrV7LudBIoa%2Bq4QN3Y1SdaU02%2FGCeg0IM%3D to /tmp/junit1790034784138261936/server-server-httpfiles/tmpWork/93.tmp (integrity=sha256-6p3YvM8W7PtrV7LudBIoa+q4QN3Y1SdaU02/GCeg0IM=) ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(26025d01-98ac-47d6-8774-5ef626fbf46d): Upload complete of 2483 bytes in 1 chunks to http://localhost:46683/api/blob/upload-batch-data ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1745411532837) for http://localhost:46683/api/blob/6p3YvM8W7PtrV7LudBIoa%2Bq4QN3Y1SdaU02%2FGCeg0IM%3D ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1745411532837http://localhost:46683/api/blob/6p3YvM8W7PtrV7LudBIoa%2Bq4QN3Y1SdaU02%2FGCeg0IM%3D ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/6p3YvM8W7PtrV7LudBIoa%2Bq4QN3Y1SdaU02%2FGCeg0IM%3D) /tmp/junit1790034784138261936/client-server-httpfiles/persistent/d612ea96-9302-4e4c-9237-da72e3b36253 -> /tmp/junit1790034784138261936/client-server-httpfiles/cache/d612ea96-9302-4e4c-9237-da72e3b36253 ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(4a0f7fc9-7cde-4f31-8dea-a4ab2df7912a): Uploading 968 bytes in 1 chunks to http://localhost:46683/api/blob/upload-batch-data starting from byte=0 ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/c6Dc1YGSLmG1CzWhxrYVgHpZEYf6VEA09YuKyjB6o44%3D ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/c6Dc1YGSLmG1CzWhxrYVgHpZEYf6VEA09YuKyjB6o44%3D ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/c6Dc1YGSLmG1CzWhxrYVgHpZEYf6VEA09YuKyjB6o44%3D ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:46683/api/blob/upload-batch-data ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(4a0f7fc9-7cde-4f31-8dea-a4ab2df7912a) receive request ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(4a0f7fc9-7cde-4f31-8dea-a4ab2df7912a) receive request ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(4a0f7fc9-7cde-4f31-8dea-a4ab2df7912a) appended chunk (isFinal=true) to /tmp/junit1790034784138261936/server-tmproot-server/blob-upload-server/4a0f7fc9-7cde-4f31-8dea-a4ab2df7912a ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:46683/api/blob/c6Dc1YGSLmG1CzWhxrYVgHpZEYf6VEA09YuKyjB6o44%3D to /tmp/junit1790034784138261936/server-server-httpfiles/tmpWork/94.tmp (integrity=sha256-c6Dc1YGSLmG1CzWhxrYVgHpZEYf6VEA09YuKyjB6o44=) ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(4a0f7fc9-7cde-4f31-8dea-a4ab2df7912a): Upload complete of 968 bytes in 1 chunks to http://localhost:46683/api/blob/upload-batch-data ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1745411532838) for http://localhost:46683/api/blob/c6Dc1YGSLmG1CzWhxrYVgHpZEYf6VEA09YuKyjB6o44%3D ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1745411532838http://localhost:46683/api/blob/c6Dc1YGSLmG1CzWhxrYVgHpZEYf6VEA09YuKyjB6o44%3D ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/c6Dc1YGSLmG1CzWhxrYVgHpZEYf6VEA09YuKyjB6o44%3D) /tmp/junit1790034784138261936/client-server-httpfiles/persistent/833271e9-fb19-4c37-9e6b-3afe0a25b45a -> /tmp/junit1790034784138261936/client-server-httpfiles/cache/833271e9-fb19-4c37-9e6b-3afe0a25b45a ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(d47ccdfd-73ac-40e3-a06b-589c4309770e): Uploading 4622 bytes in 1 chunks to http://localhost:46683/api/blob/upload-batch-data starting from byte=0 ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/fAhuvZVtVYSUCOENltmx6R%2BSg0UZACwHQOMDNf9fYlY%3D ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/fAhuvZVtVYSUCOENltmx6R%2BSg0UZACwHQOMDNf9fYlY%3D ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/fAhuvZVtVYSUCOENltmx6R%2BSg0UZACwHQOMDNf9fYlY%3D ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:46683/api/blob/upload-batch-data ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(d47ccdfd-73ac-40e3-a06b-589c4309770e) receive request ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(d47ccdfd-73ac-40e3-a06b-589c4309770e) receive request ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(d47ccdfd-73ac-40e3-a06b-589c4309770e) appended chunk (isFinal=true) to /tmp/junit1790034784138261936/server-tmproot-server/blob-upload-server/d47ccdfd-73ac-40e3-a06b-589c4309770e ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:46683/api/blob/fAhuvZVtVYSUCOENltmx6R%2BSg0UZACwHQOMDNf9fYlY%3D to /tmp/junit1790034784138261936/server-server-httpfiles/tmpWork/95.tmp (integrity=sha256-fAhuvZVtVYSUCOENltmx6R+Sg0UZACwHQOMDNf9fYlY=) ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(d47ccdfd-73ac-40e3-a06b-589c4309770e): Upload complete of 4622 bytes in 1 chunks to http://localhost:46683/api/blob/upload-batch-data ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1745411532839) for http://localhost:46683/api/blob/fAhuvZVtVYSUCOENltmx6R%2BSg0UZACwHQOMDNf9fYlY%3D ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1745411532839http://localhost:46683/api/blob/fAhuvZVtVYSUCOENltmx6R%2BSg0UZACwHQOMDNf9fYlY%3D ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/fAhuvZVtVYSUCOENltmx6R%2BSg0UZACwHQOMDNf9fYlY%3D) /tmp/junit1790034784138261936/client-server-httpfiles/persistent/7d872faf-29e6-4fcb-ad07-7df66c76a4d1 -> /tmp/junit1790034784138261936/client-server-httpfiles/cache/7d872faf-29e6-4fcb-ad07-7df66c76a4d1 ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(bb376978-f8b2-44ab-90e8-f07c1ac78eef): Uploading 4940 bytes in 1 chunks to http://localhost:46683/api/blob/upload-batch-data starting from byte=0 ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/we47ND4nhwrjRI%2BYLyQ%2BHWLDKA0nvAypEBID7KE1sjM%3D ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/we47ND4nhwrjRI%2BYLyQ%2BHWLDKA0nvAypEBID7KE1sjM%3D ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/we47ND4nhwrjRI%2BYLyQ%2BHWLDKA0nvAypEBID7KE1sjM%3D ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:46683/api/blob/upload-batch-data ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(bb376978-f8b2-44ab-90e8-f07c1ac78eef) receive request ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(bb376978-f8b2-44ab-90e8-f07c1ac78eef) receive request ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(bb376978-f8b2-44ab-90e8-f07c1ac78eef) appended chunk (isFinal=true) to /tmp/junit1790034784138261936/server-tmproot-server/blob-upload-server/bb376978-f8b2-44ab-90e8-f07c1ac78eef ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:46683/api/blob/we47ND4nhwrjRI%2BYLyQ%2BHWLDKA0nvAypEBID7KE1sjM%3D to /tmp/junit1790034784138261936/server-server-httpfiles/tmpWork/96.tmp (integrity=sha256-we47ND4nhwrjRI+YLyQ+HWLDKA0nvAypEBID7KE1sjM=) ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(bb376978-f8b2-44ab-90e8-f07c1ac78eef): Upload complete of 4940 bytes in 1 chunks to http://localhost:46683/api/blob/upload-batch-data ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1745411532840) for http://localhost:46683/api/blob/we47ND4nhwrjRI%2BYLyQ%2BHWLDKA0nvAypEBID7KE1sjM%3D ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1745411532840http://localhost:46683/api/blob/we47ND4nhwrjRI%2BYLyQ%2BHWLDKA0nvAypEBID7KE1sjM%3D ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/we47ND4nhwrjRI%2BYLyQ%2BHWLDKA0nvAypEBID7KE1sjM%3D) /tmp/junit1790034784138261936/client-server-httpfiles/persistent/ae6ad6b6-e98e-434c-86e6-3e223cf1218b -> /tmp/junit1790034784138261936/client-server-httpfiles/cache/ae6ad6b6-e98e-434c-86e6-3e223cf1218b ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(c0fbed11-9790-4791-836c-13093e66c1c2): Uploading 8422 bytes in 1 chunks to http://localhost:46683/api/blob/upload-batch-data starting from byte=0 ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/EDd6hjdyPU1Mt2vw3AA1ph%2BqFNUyZir%2BdXzbgA2ARyw%3D ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/EDd6hjdyPU1Mt2vw3AA1ph%2BqFNUyZir%2BdXzbgA2ARyw%3D ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/EDd6hjdyPU1Mt2vw3AA1ph%2BqFNUyZir%2BdXzbgA2ARyw%3D ?BNApr 23, 2025 2:32:14 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:46683/api/blob/upload-batch-data ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(c0fbed11-9790-4791-836c-13093e66c1c2) receive request ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(c0fbed11-9790-4791-836c-13093e66c1c2) receive request ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(c0fbed11-9790-4791-836c-13093e66c1c2) appended chunk (isFinal=true) to /tmp/junit1790034784138261936/server-tmproot-server/blob-upload-server/c0fbed11-9790-4791-836c-13093e66c1c2 ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:46683/api/blob/EDd6hjdyPU1Mt2vw3AA1ph%2BqFNUyZir%2BdXzbgA2ARyw%3D to /tmp/junit1790034784138261936/server-server-httpfiles/tmpWork/97.tmp (integrity=sha256-EDd6hjdyPU1Mt2vw3AA1ph+qFNUyZir+dXzbgA2ARyw=) ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(c0fbed11-9790-4791-836c-13093e66c1c2): Upload complete of 8422 bytes in 1 chunks to http://localhost:46683/api/blob/upload-batch-data ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1745411532841) for http://localhost:46683/api/blob/EDd6hjdyPU1Mt2vw3AA1ph%2BqFNUyZir%2BdXzbgA2ARyw%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1745411532841http://localhost:46683/api/blob/EDd6hjdyPU1Mt2vw3AA1ph%2BqFNUyZir%2BdXzbgA2ARyw%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/EDd6hjdyPU1Mt2vw3AA1ph%2BqFNUyZir%2BdXzbgA2ARyw%3D) /tmp/junit1790034784138261936/client-server-httpfiles/persistent/889bc73d-9d64-44c7-a62a-9e3a50d9f789 -> /tmp/junit1790034784138261936/client-server-httpfiles/cache/889bc73d-9d64-44c7-a62a-9e3a50d9f789 ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(f14c1af6-37a2-4091-a924-6fd0e8e8a870): Uploading 689 bytes in 1 chunks to http://localhost:46683/api/blob/upload-batch-data starting from byte=0 ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/WE8lrEOx7vAAZ6u4arUnr1yvMIbZP0FvaBy551jh88Y%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/WE8lrEOx7vAAZ6u4arUnr1yvMIbZP0FvaBy551jh88Y%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/WE8lrEOx7vAAZ6u4arUnr1yvMIbZP0FvaBy551jh88Y%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:46683/api/blob/upload-batch-data ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(f14c1af6-37a2-4091-a924-6fd0e8e8a870) receive request ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(f14c1af6-37a2-4091-a924-6fd0e8e8a870) receive request ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(f14c1af6-37a2-4091-a924-6fd0e8e8a870) appended chunk (isFinal=true) to /tmp/junit1790034784138261936/server-tmproot-server/blob-upload-server/f14c1af6-37a2-4091-a924-6fd0e8e8a870 ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:46683/api/blob/WE8lrEOx7vAAZ6u4arUnr1yvMIbZP0FvaBy551jh88Y%3D to /tmp/junit1790034784138261936/server-server-httpfiles/tmpWork/98.tmp (integrity=sha256-WE8lrEOx7vAAZ6u4arUnr1yvMIbZP0FvaBy551jh88Y=) ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(f14c1af6-37a2-4091-a924-6fd0e8e8a870): Upload complete of 689 bytes in 1 chunks to http://localhost:46683/api/blob/upload-batch-data ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1745411532842) for http://localhost:46683/api/blob/WE8lrEOx7vAAZ6u4arUnr1yvMIbZP0FvaBy551jh88Y%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1745411532842http://localhost:46683/api/blob/WE8lrEOx7vAAZ6u4arUnr1yvMIbZP0FvaBy551jh88Y%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/WE8lrEOx7vAAZ6u4arUnr1yvMIbZP0FvaBy551jh88Y%3D) /tmp/junit1790034784138261936/client-server-httpfiles/persistent/95fec23d-ec0c-4ae8-a061-56f0f09560e8 -> /tmp/junit1790034784138261936/client-server-httpfiles/cache/95fec23d-ec0c-4ae8-a061-56f0f09560e8 ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(c8731cf1-11c7-4af0-8da1-7d1a608a931e): Uploading 2237 bytes in 1 chunks to http://localhost:46683/api/blob/upload-batch-data starting from byte=0 ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/f86dDrhwRUQf6RCl7AldiyqZIf7UO05nYkIFIepSeao%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/f86dDrhwRUQf6RCl7AldiyqZIf7UO05nYkIFIepSeao%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/f86dDrhwRUQf6RCl7AldiyqZIf7UO05nYkIFIepSeao%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:46683/api/blob/upload-batch-data ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(c8731cf1-11c7-4af0-8da1-7d1a608a931e) receive request ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(c8731cf1-11c7-4af0-8da1-7d1a608a931e) receive request ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(c8731cf1-11c7-4af0-8da1-7d1a608a931e) appended chunk (isFinal=true) to /tmp/junit1790034784138261936/server-tmproot-server/blob-upload-server/c8731cf1-11c7-4af0-8da1-7d1a608a931e ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:46683/api/blob/f86dDrhwRUQf6RCl7AldiyqZIf7UO05nYkIFIepSeao%3D to /tmp/junit1790034784138261936/server-server-httpfiles/tmpWork/99.tmp (integrity=sha256-f86dDrhwRUQf6RCl7AldiyqZIf7UO05nYkIFIepSeao=) ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(c8731cf1-11c7-4af0-8da1-7d1a608a931e): Upload complete of 2237 bytes in 1 chunks to http://localhost:46683/api/blob/upload-batch-data ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1745411532843) for http://localhost:46683/api/blob/f86dDrhwRUQf6RCl7AldiyqZIf7UO05nYkIFIepSeao%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1745411532843http://localhost:46683/api/blob/f86dDrhwRUQf6RCl7AldiyqZIf7UO05nYkIFIepSeao%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/f86dDrhwRUQf6RCl7AldiyqZIf7UO05nYkIFIepSeao%3D) /tmp/junit1790034784138261936/client-server-httpfiles/persistent/8e66f05a-b0f1-41f6-873a-5f9514ec753d -> /tmp/junit1790034784138261936/client-server-httpfiles/cache/8e66f05a-b0f1-41f6-873a-5f9514ec753d ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(073be94d-db0b-464f-9a79-bc81385b63aa): Uploading 10766 bytes in 1 chunks to http://localhost:46683/api/blob/upload-batch-data starting from byte=0 ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/17pZuPthKwaraODIXZkgcqZCV0%2Buh%2F01t0UPA4EqtEs%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/17pZuPthKwaraODIXZkgcqZCV0%2Buh%2F01t0UPA4EqtEs%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/17pZuPthKwaraODIXZkgcqZCV0%2Buh%2F01t0UPA4EqtEs%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:46683/api/blob/upload-batch-data ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(073be94d-db0b-464f-9a79-bc81385b63aa) receive request ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(073be94d-db0b-464f-9a79-bc81385b63aa) receive request ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(073be94d-db0b-464f-9a79-bc81385b63aa) appended chunk (isFinal=true) to /tmp/junit1790034784138261936/server-tmproot-server/blob-upload-server/073be94d-db0b-464f-9a79-bc81385b63aa ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:46683/api/blob/17pZuPthKwaraODIXZkgcqZCV0%2Buh%2F01t0UPA4EqtEs%3D to /tmp/junit1790034784138261936/server-server-httpfiles/tmpWork/100.tmp (integrity=sha256-17pZuPthKwaraODIXZkgcqZCV0+uh/01t0UPA4EqtEs=) ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(073be94d-db0b-464f-9a79-bc81385b63aa): Upload complete of 10766 bytes in 1 chunks to http://localhost:46683/api/blob/upload-batch-data ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1745411532844) for http://localhost:46683/api/blob/17pZuPthKwaraODIXZkgcqZCV0%2Buh%2F01t0UPA4EqtEs%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1745411532844http://localhost:46683/api/blob/17pZuPthKwaraODIXZkgcqZCV0%2Buh%2F01t0UPA4EqtEs%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/17pZuPthKwaraODIXZkgcqZCV0%2Buh%2F01t0UPA4EqtEs%3D) /tmp/junit1790034784138261936/client-server-httpfiles/persistent/75e155b1-1942-4bf9-9654-a378950e47c6 -> /tmp/junit1790034784138261936/client-server-httpfiles/cache/75e155b1-1942-4bf9-9654-a378950e47c6 ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(bac39d04-4bd6-4061-9791-6b091b20934a): Uploading 312 bytes in 1 chunks to http://localhost:46683/api/blob/upload-batch-data starting from byte=0 ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/CmlVJmRSZLB7BmMKh27ly66%2FmbubmFKZNdWpB8De5X8%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/CmlVJmRSZLB7BmMKh27ly66%2FmbubmFKZNdWpB8De5X8%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/CmlVJmRSZLB7BmMKh27ly66%2FmbubmFKZNdWpB8De5X8%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:46683/api/blob/upload-batch-data ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(bac39d04-4bd6-4061-9791-6b091b20934a) receive request ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(bac39d04-4bd6-4061-9791-6b091b20934a) receive request ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(bac39d04-4bd6-4061-9791-6b091b20934a) appended chunk (isFinal=true) to /tmp/junit1790034784138261936/server-tmproot-server/blob-upload-server/bac39d04-4bd6-4061-9791-6b091b20934a ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:46683/api/blob/CmlVJmRSZLB7BmMKh27ly66%2FmbubmFKZNdWpB8De5X8%3D to /tmp/junit1790034784138261936/server-server-httpfiles/tmpWork/101.tmp (integrity=sha256-CmlVJmRSZLB7BmMKh27ly66/mbubmFKZNdWpB8De5X8=) ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(bac39d04-4bd6-4061-9791-6b091b20934a): Upload complete of 312 bytes in 1 chunks to http://localhost:46683/api/blob/upload-batch-data ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1745411532845) for http://localhost:46683/api/blob/CmlVJmRSZLB7BmMKh27ly66%2FmbubmFKZNdWpB8De5X8%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1745411532845http://localhost:46683/api/blob/CmlVJmRSZLB7BmMKh27ly66%2FmbubmFKZNdWpB8De5X8%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/CmlVJmRSZLB7BmMKh27ly66%2FmbubmFKZNdWpB8De5X8%3D) /tmp/junit1790034784138261936/client-server-httpfiles/persistent/d552865d-44fa-4cab-a5fa-4b59c0210b03 -> /tmp/junit1790034784138261936/client-server-httpfiles/cache/d552865d-44fa-4cab-a5fa-4b59c0210b03 ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(19b807e6-f86c-4af9-813f-f6276ad8a706): Uploading 3691 bytes in 1 chunks to http://localhost:46683/api/blob/upload-batch-data starting from byte=0 ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/nsmfXTJrTxUTogzM8u3%2BnLHfuNFK4hVP4tnH90njdqE%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/nsmfXTJrTxUTogzM8u3%2BnLHfuNFK4hVP4tnH90njdqE%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/nsmfXTJrTxUTogzM8u3%2BnLHfuNFK4hVP4tnH90njdqE%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:46683/api/blob/upload-batch-data ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(19b807e6-f86c-4af9-813f-f6276ad8a706) receive request ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(19b807e6-f86c-4af9-813f-f6276ad8a706) receive request ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(19b807e6-f86c-4af9-813f-f6276ad8a706) appended chunk (isFinal=true) to /tmp/junit1790034784138261936/server-tmproot-server/blob-upload-server/19b807e6-f86c-4af9-813f-f6276ad8a706 ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:46683/api/blob/nsmfXTJrTxUTogzM8u3%2BnLHfuNFK4hVP4tnH90njdqE%3D to /tmp/junit1790034784138261936/server-server-httpfiles/tmpWork/102.tmp (integrity=sha256-nsmfXTJrTxUTogzM8u3+nLHfuNFK4hVP4tnH90njdqE=) ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(19b807e6-f86c-4af9-813f-f6276ad8a706): Upload complete of 3691 bytes in 1 chunks to http://localhost:46683/api/blob/upload-batch-data ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1745411532846) for http://localhost:46683/api/blob/nsmfXTJrTxUTogzM8u3%2BnLHfuNFK4hVP4tnH90njdqE%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1745411532846http://localhost:46683/api/blob/nsmfXTJrTxUTogzM8u3%2BnLHfuNFK4hVP4tnH90njdqE%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/nsmfXTJrTxUTogzM8u3%2BnLHfuNFK4hVP4tnH90njdqE%3D) /tmp/junit1790034784138261936/client-server-httpfiles/persistent/3861e64b-8e49-45a7-bdcd-6def06655378 -> /tmp/junit1790034784138261936/client-server-httpfiles/cache/3861e64b-8e49-45a7-bdcd-6def06655378 ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(13f1fb1c-fd2a-4b21-b632-efdb644e68b3): Uploading 6015 bytes in 1 chunks to http://localhost:46683/api/blob/upload-batch-data starting from byte=0 ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/GjqBgSSvm7XTUjdhXgppBT10y3S2AdiXOnCd1xl1AR4%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/GjqBgSSvm7XTUjdhXgppBT10y3S2AdiXOnCd1xl1AR4%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/GjqBgSSvm7XTUjdhXgppBT10y3S2AdiXOnCd1xl1AR4%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:46683/api/blob/upload-batch-data ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(13f1fb1c-fd2a-4b21-b632-efdb644e68b3) receive request ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(13f1fb1c-fd2a-4b21-b632-efdb644e68b3) receive request ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(13f1fb1c-fd2a-4b21-b632-efdb644e68b3) appended chunk (isFinal=true) to /tmp/junit1790034784138261936/server-tmproot-server/blob-upload-server/13f1fb1c-fd2a-4b21-b632-efdb644e68b3 ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:46683/api/blob/GjqBgSSvm7XTUjdhXgppBT10y3S2AdiXOnCd1xl1AR4%3D to /tmp/junit1790034784138261936/server-server-httpfiles/tmpWork/103.tmp (integrity=sha256-GjqBgSSvm7XTUjdhXgppBT10y3S2AdiXOnCd1xl1AR4=) ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(13f1fb1c-fd2a-4b21-b632-efdb644e68b3): Upload complete of 6015 bytes in 1 chunks to http://localhost:46683/api/blob/upload-batch-data ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1745411532847) for http://localhost:46683/api/blob/GjqBgSSvm7XTUjdhXgppBT10y3S2AdiXOnCd1xl1AR4%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1745411532847http://localhost:46683/api/blob/GjqBgSSvm7XTUjdhXgppBT10y3S2AdiXOnCd1xl1AR4%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/GjqBgSSvm7XTUjdhXgppBT10y3S2AdiXOnCd1xl1AR4%3D) /tmp/junit1790034784138261936/client-server-httpfiles/persistent/fd776012-5673-4cca-8eb8-7be7e7d1bd00 -> /tmp/junit1790034784138261936/client-server-httpfiles/cache/fd776012-5673-4cca-8eb8-7be7e7d1bd00 ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(095fd85e-1e50-4e39-8499-486ae8502aa2): Uploading 1953 bytes in 1 chunks to http://localhost:46683/api/blob/upload-batch-data starting from byte=0 ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/3l8y8J6DrWhQA1W7Shf%2BSPfKgZyc%2Bu%2Fb%2BbCekBx6f8g%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/3l8y8J6DrWhQA1W7Shf%2BSPfKgZyc%2Bu%2Fb%2BbCekBx6f8g%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/3l8y8J6DrWhQA1W7Shf%2BSPfKgZyc%2Bu%2Fb%2BbCekBx6f8g%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:46683/api/blob/upload-batch-data ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(095fd85e-1e50-4e39-8499-486ae8502aa2) receive request ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(095fd85e-1e50-4e39-8499-486ae8502aa2) receive request ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(095fd85e-1e50-4e39-8499-486ae8502aa2) appended chunk (isFinal=true) to /tmp/junit1790034784138261936/server-tmproot-server/blob-upload-server/095fd85e-1e50-4e39-8499-486ae8502aa2 ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:46683/api/blob/3l8y8J6DrWhQA1W7Shf%2BSPfKgZyc%2Bu%2Fb%2BbCekBx6f8g%3D to /tmp/junit1790034784138261936/server-server-httpfiles/tmpWork/104.tmp (integrity=sha256-3l8y8J6DrWhQA1W7Shf+SPfKgZyc+u/b+bCekBx6f8g=) ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(095fd85e-1e50-4e39-8499-486ae8502aa2): Upload complete of 1953 bytes in 1 chunks to http://localhost:46683/api/blob/upload-batch-data ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1745411532848) for http://localhost:46683/api/blob/3l8y8J6DrWhQA1W7Shf%2BSPfKgZyc%2Bu%2Fb%2BbCekBx6f8g%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1745411532848http://localhost:46683/api/blob/3l8y8J6DrWhQA1W7Shf%2BSPfKgZyc%2Bu%2Fb%2BbCekBx6f8g%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/3l8y8J6DrWhQA1W7Shf%2BSPfKgZyc%2Bu%2Fb%2BbCekBx6f8g%3D) /tmp/junit1790034784138261936/client-server-httpfiles/persistent/fad60e59-caef-4368-bf9f-111afc212ca5 -> /tmp/junit1790034784138261936/client-server-httpfiles/cache/fad60e59-caef-4368-bf9f-111afc212ca5 ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(6dd554ab-73e3-4590-bbb7-d295e46c5f9a): Uploading 322 bytes in 1 chunks to http://localhost:46683/api/blob/upload-batch-data starting from byte=0 ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/%2BpluXnN9d6MiNBWRNiCeM15nPresFv0BDtL1lIC9RI4%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/%2BpluXnN9d6MiNBWRNiCeM15nPresFv0BDtL1lIC9RI4%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/%2BpluXnN9d6MiNBWRNiCeM15nPresFv0BDtL1lIC9RI4%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:46683/api/blob/upload-batch-data ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(6dd554ab-73e3-4590-bbb7-d295e46c5f9a) receive request ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(6dd554ab-73e3-4590-bbb7-d295e46c5f9a) receive request ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(6dd554ab-73e3-4590-bbb7-d295e46c5f9a) appended chunk (isFinal=true) to /tmp/junit1790034784138261936/server-tmproot-server/blob-upload-server/6dd554ab-73e3-4590-bbb7-d295e46c5f9a ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:46683/api/blob/%2BpluXnN9d6MiNBWRNiCeM15nPresFv0BDtL1lIC9RI4%3D to /tmp/junit1790034784138261936/server-server-httpfiles/tmpWork/105.tmp (integrity=sha256-+pluXnN9d6MiNBWRNiCeM15nPresFv0BDtL1lIC9RI4=) ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(6dd554ab-73e3-4590-bbb7-d295e46c5f9a): Upload complete of 322 bytes in 1 chunks to http://localhost:46683/api/blob/upload-batch-data ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1745411532849) for http://localhost:46683/api/blob/%2BpluXnN9d6MiNBWRNiCeM15nPresFv0BDtL1lIC9RI4%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1745411532849http://localhost:46683/api/blob/%2BpluXnN9d6MiNBWRNiCeM15nPresFv0BDtL1lIC9RI4%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/%2BpluXnN9d6MiNBWRNiCeM15nPresFv0BDtL1lIC9RI4%3D) /tmp/junit1790034784138261936/client-server-httpfiles/persistent/3a83daad-42bc-4698-8bde-1cc64ecb6779 -> /tmp/junit1790034784138261936/client-server-httpfiles/cache/3a83daad-42bc-4698-8bde-1cc64ecb6779 ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(56e5dfe5-a0ff-48db-beb1-4749f18d5ec8): Uploading 4591 bytes in 1 chunks to http://localhost:46683/api/blob/upload-batch-data starting from byte=0 ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/5Ilriy7n1kwHjr0%2FXWzh4jhJPrT8xsZ1jrczKGatDiY%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/5Ilriy7n1kwHjr0%2FXWzh4jhJPrT8xsZ1jrczKGatDiY%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/5Ilriy7n1kwHjr0%2FXWzh4jhJPrT8xsZ1jrczKGatDiY%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:46683/api/blob/upload-batch-data ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(56e5dfe5-a0ff-48db-beb1-4749f18d5ec8) receive request ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(56e5dfe5-a0ff-48db-beb1-4749f18d5ec8) receive request ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(56e5dfe5-a0ff-48db-beb1-4749f18d5ec8) appended chunk (isFinal=true) to /tmp/junit1790034784138261936/server-tmproot-server/blob-upload-server/56e5dfe5-a0ff-48db-beb1-4749f18d5ec8 ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:46683/api/blob/5Ilriy7n1kwHjr0%2FXWzh4jhJPrT8xsZ1jrczKGatDiY%3D to /tmp/junit1790034784138261936/server-server-httpfiles/tmpWork/106.tmp (integrity=sha256-5Ilriy7n1kwHjr0/XWzh4jhJPrT8xsZ1jrczKGatDiY=) ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(56e5dfe5-a0ff-48db-beb1-4749f18d5ec8): Upload complete of 4591 bytes in 1 chunks to http://localhost:46683/api/blob/upload-batch-data ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1745411532850) for http://localhost:46683/api/blob/5Ilriy7n1kwHjr0%2FXWzh4jhJPrT8xsZ1jrczKGatDiY%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1745411532850http://localhost:46683/api/blob/5Ilriy7n1kwHjr0%2FXWzh4jhJPrT8xsZ1jrczKGatDiY%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/5Ilriy7n1kwHjr0%2FXWzh4jhJPrT8xsZ1jrczKGatDiY%3D) /tmp/junit1790034784138261936/client-server-httpfiles/persistent/0707b0d1-a997-4053-b1ba-7156e7d9b5f7 -> /tmp/junit1790034784138261936/client-server-httpfiles/cache/0707b0d1-a997-4053-b1ba-7156e7d9b5f7 ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(138d0d90-c9a4-46d6-9e68-9553497c323a): Uploading 57 bytes in 1 chunks to http://localhost:46683/api/blob/upload-batch-data starting from byte=0 ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/EgapfpQkKZP4bsfj%2FK5PxfHKzTlIJAVzuAkZmNmg3MM%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/EgapfpQkKZP4bsfj%2FK5PxfHKzTlIJAVzuAkZmNmg3MM%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/EgapfpQkKZP4bsfj%2FK5PxfHKzTlIJAVzuAkZmNmg3MM%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:46683/api/blob/upload-batch-data ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(138d0d90-c9a4-46d6-9e68-9553497c323a) receive request ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(138d0d90-c9a4-46d6-9e68-9553497c323a) receive request ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(138d0d90-c9a4-46d6-9e68-9553497c323a) appended chunk (isFinal=true) to /tmp/junit1790034784138261936/server-tmproot-server/blob-upload-server/138d0d90-c9a4-46d6-9e68-9553497c323a ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:46683/api/blob/EgapfpQkKZP4bsfj%2FK5PxfHKzTlIJAVzuAkZmNmg3MM%3D to /tmp/junit1790034784138261936/server-server-httpfiles/tmpWork/107.tmp (integrity=sha256-EgapfpQkKZP4bsfj/K5PxfHKzTlIJAVzuAkZmNmg3MM=) ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(138d0d90-c9a4-46d6-9e68-9553497c323a): Upload complete of 57 bytes in 1 chunks to http://localhost:46683/api/blob/upload-batch-data ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1745411532851) for http://localhost:46683/api/blob/EgapfpQkKZP4bsfj%2FK5PxfHKzTlIJAVzuAkZmNmg3MM%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1745411532851http://localhost:46683/api/blob/EgapfpQkKZP4bsfj%2FK5PxfHKzTlIJAVzuAkZmNmg3MM%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/EgapfpQkKZP4bsfj%2FK5PxfHKzTlIJAVzuAkZmNmg3MM%3D) /tmp/junit1790034784138261936/client-server-httpfiles/persistent/ae766f69-d918-49a3-ae42-bf151b4344dd -> /tmp/junit1790034784138261936/client-server-httpfiles/cache/ae766f69-d918-49a3-ae42-bf151b4344dd ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(a1930f32-8555-4f8d-b268-1a25778b22ac): Uploading 3979 bytes in 1 chunks to http://localhost:46683/api/blob/upload-batch-data starting from byte=0 ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/QQhYT1gQF9x0oIMt0WRoLg3q4DbMidMg5%2FV3%2FOsnhog%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/QQhYT1gQF9x0oIMt0WRoLg3q4DbMidMg5%2FV3%2FOsnhog%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/QQhYT1gQF9x0oIMt0WRoLg3q4DbMidMg5%2FV3%2FOsnhog%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:46683/api/blob/upload-batch-data ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(a1930f32-8555-4f8d-b268-1a25778b22ac) receive request ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(a1930f32-8555-4f8d-b268-1a25778b22ac) receive request ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(a1930f32-8555-4f8d-b268-1a25778b22ac) appended chunk (isFinal=true) to /tmp/junit1790034784138261936/server-tmproot-server/blob-upload-server/a1930f32-8555-4f8d-b268-1a25778b22ac ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:46683/api/blob/QQhYT1gQF9x0oIMt0WRoLg3q4DbMidMg5%2FV3%2FOsnhog%3D to /tmp/junit1790034784138261936/server-server-httpfiles/tmpWork/108.tmp (integrity=sha256-QQhYT1gQF9x0oIMt0WRoLg3q4DbMidMg5/V3/Osnhog=) ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(a1930f32-8555-4f8d-b268-1a25778b22ac): Upload complete of 3979 bytes in 1 chunks to http://localhost:46683/api/blob/upload-batch-data ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1745411532852) for http://localhost:46683/api/blob/QQhYT1gQF9x0oIMt0WRoLg3q4DbMidMg5%2FV3%2FOsnhog%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1745411532852http://localhost:46683/api/blob/QQhYT1gQF9x0oIMt0WRoLg3q4DbMidMg5%2FV3%2FOsnhog%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/QQhYT1gQF9x0oIMt0WRoLg3q4DbMidMg5%2FV3%2FOsnhog%3D) /tmp/junit1790034784138261936/client-server-httpfiles/persistent/00a2f252-bfa9-49fb-960f-0dd46915623c -> /tmp/junit1790034784138261936/client-server-httpfiles/cache/00a2f252-bfa9-49fb-960f-0dd46915623c ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(a812ba23-72af-449d-a0e8-4ec2fa3ebf74): Uploading 361 bytes in 1 chunks to http://localhost:46683/api/blob/upload-batch-data starting from byte=0 ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/LnC2D3wwhrq34V1CB%2Bxg6EwLoaYhOVkplQkYTyRkqVA%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/LnC2D3wwhrq34V1CB%2Bxg6EwLoaYhOVkplQkYTyRkqVA%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/LnC2D3wwhrq34V1CB%2Bxg6EwLoaYhOVkplQkYTyRkqVA%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:46683/api/blob/upload-batch-data ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(a812ba23-72af-449d-a0e8-4ec2fa3ebf74) receive request ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(a812ba23-72af-449d-a0e8-4ec2fa3ebf74) receive request ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(a812ba23-72af-449d-a0e8-4ec2fa3ebf74) appended chunk (isFinal=true) to /tmp/junit1790034784138261936/server-tmproot-server/blob-upload-server/a812ba23-72af-449d-a0e8-4ec2fa3ebf74 ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:46683/api/blob/LnC2D3wwhrq34V1CB%2Bxg6EwLoaYhOVkplQkYTyRkqVA%3D to /tmp/junit1790034784138261936/server-server-httpfiles/tmpWork/109.tmp (integrity=sha256-LnC2D3wwhrq34V1CB+xg6EwLoaYhOVkplQkYTyRkqVA=) ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(a812ba23-72af-449d-a0e8-4ec2fa3ebf74): Upload complete of 361 bytes in 1 chunks to http://localhost:46683/api/blob/upload-batch-data ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1745411532853) for http://localhost:46683/api/blob/LnC2D3wwhrq34V1CB%2Bxg6EwLoaYhOVkplQkYTyRkqVA%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1745411532853http://localhost:46683/api/blob/LnC2D3wwhrq34V1CB%2Bxg6EwLoaYhOVkplQkYTyRkqVA%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/LnC2D3wwhrq34V1CB%2Bxg6EwLoaYhOVkplQkYTyRkqVA%3D) /tmp/junit1790034784138261936/client-server-httpfiles/persistent/3a2be86a-242b-434b-aa49-006781b955e0 -> /tmp/junit1790034784138261936/client-server-httpfiles/cache/3a2be86a-242b-434b-aa49-006781b955e0 ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(462d33b5-0ffe-44a3-982b-de617a333e5c): Uploading 554 bytes in 1 chunks to http://localhost:46683/api/blob/upload-batch-data starting from byte=0 ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/J2cr3iSclOBUxgDFRH12Icpmo32SS2pPkQejFFV9e3Y%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/J2cr3iSclOBUxgDFRH12Icpmo32SS2pPkQejFFV9e3Y%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/J2cr3iSclOBUxgDFRH12Icpmo32SS2pPkQejFFV9e3Y%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:46683/api/blob/upload-batch-data ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(462d33b5-0ffe-44a3-982b-de617a333e5c) receive request ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(462d33b5-0ffe-44a3-982b-de617a333e5c) receive request ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(462d33b5-0ffe-44a3-982b-de617a333e5c) appended chunk (isFinal=true) to /tmp/junit1790034784138261936/server-tmproot-server/blob-upload-server/462d33b5-0ffe-44a3-982b-de617a333e5c ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:46683/api/blob/J2cr3iSclOBUxgDFRH12Icpmo32SS2pPkQejFFV9e3Y%3D to /tmp/junit1790034784138261936/server-server-httpfiles/tmpWork/110.tmp (integrity=sha256-J2cr3iSclOBUxgDFRH12Icpmo32SS2pPkQejFFV9e3Y=) ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(462d33b5-0ffe-44a3-982b-de617a333e5c): Upload complete of 554 bytes in 1 chunks to http://localhost:46683/api/blob/upload-batch-data ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1745411532854) for http://localhost:46683/api/blob/J2cr3iSclOBUxgDFRH12Icpmo32SS2pPkQejFFV9e3Y%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1745411532854http://localhost:46683/api/blob/J2cr3iSclOBUxgDFRH12Icpmo32SS2pPkQejFFV9e3Y%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/J2cr3iSclOBUxgDFRH12Icpmo32SS2pPkQejFFV9e3Y%3D) /tmp/junit1790034784138261936/client-server-httpfiles/persistent/1f1e9fd3-cbe2-4950-ba0c-c7e503c4bbf2 -> /tmp/junit1790034784138261936/client-server-httpfiles/cache/1f1e9fd3-cbe2-4950-ba0c-c7e503c4bbf2 ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(0e0e21cd-1dd1-4436-b2cc-f885225d016e): Uploading 6453 bytes in 1 chunks to http://localhost:46683/api/blob/upload-batch-data starting from byte=0 ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/eARe8bkhihrOsDAQ7nvQs7HXU1%2Bi%2FpopDv%2BQ6UNWPcg%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/eARe8bkhihrOsDAQ7nvQs7HXU1%2Bi%2FpopDv%2BQ6UNWPcg%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/eARe8bkhihrOsDAQ7nvQs7HXU1%2Bi%2FpopDv%2BQ6UNWPcg%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:46683/api/blob/upload-batch-data ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(0e0e21cd-1dd1-4436-b2cc-f885225d016e) receive request ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(0e0e21cd-1dd1-4436-b2cc-f885225d016e) receive request ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(0e0e21cd-1dd1-4436-b2cc-f885225d016e) appended chunk (isFinal=true) to /tmp/junit1790034784138261936/server-tmproot-server/blob-upload-server/0e0e21cd-1dd1-4436-b2cc-f885225d016e ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:46683/api/blob/eARe8bkhihrOsDAQ7nvQs7HXU1%2Bi%2FpopDv%2BQ6UNWPcg%3D to /tmp/junit1790034784138261936/server-server-httpfiles/tmpWork/111.tmp (integrity=sha256-eARe8bkhihrOsDAQ7nvQs7HXU1+i/popDv+Q6UNWPcg=) ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(0e0e21cd-1dd1-4436-b2cc-f885225d016e): Upload complete of 6453 bytes in 1 chunks to http://localhost:46683/api/blob/upload-batch-data ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1745411532855) for http://localhost:46683/api/blob/eARe8bkhihrOsDAQ7nvQs7HXU1%2Bi%2FpopDv%2BQ6UNWPcg%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1745411532855http://localhost:46683/api/blob/eARe8bkhihrOsDAQ7nvQs7HXU1%2Bi%2FpopDv%2BQ6UNWPcg%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/eARe8bkhihrOsDAQ7nvQs7HXU1%2Bi%2FpopDv%2BQ6UNWPcg%3D) /tmp/junit1790034784138261936/client-server-httpfiles/persistent/86d95d12-ae08-43a7-abd1-ff9648e62607 -> /tmp/junit1790034784138261936/client-server-httpfiles/cache/86d95d12-ae08-43a7-abd1-ff9648e62607 ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(606d1880-b563-4d42-bb1d-ac1c508c6e6e): Uploading 13455 bytes in 1 chunks to http://localhost:46683/api/blob/upload-batch-data starting from byte=0 ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/3fCEhtExvRNHYfveM9cY5bbE17mYr8%2BdEFRgE5Tz8ZU%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/3fCEhtExvRNHYfveM9cY5bbE17mYr8%2BdEFRgE5Tz8ZU%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/3fCEhtExvRNHYfveM9cY5bbE17mYr8%2BdEFRgE5Tz8ZU%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:46683/api/blob/upload-batch-data ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(606d1880-b563-4d42-bb1d-ac1c508c6e6e) receive request ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(606d1880-b563-4d42-bb1d-ac1c508c6e6e) receive request ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(606d1880-b563-4d42-bb1d-ac1c508c6e6e) appended chunk (isFinal=true) to /tmp/junit1790034784138261936/server-tmproot-server/blob-upload-server/606d1880-b563-4d42-bb1d-ac1c508c6e6e ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:46683/api/blob/3fCEhtExvRNHYfveM9cY5bbE17mYr8%2BdEFRgE5Tz8ZU%3D to /tmp/junit1790034784138261936/server-server-httpfiles/tmpWork/112.tmp (integrity=sha256-3fCEhtExvRNHYfveM9cY5bbE17mYr8+dEFRgE5Tz8ZU=) ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(606d1880-b563-4d42-bb1d-ac1c508c6e6e): Upload complete of 13455 bytes in 1 chunks to http://localhost:46683/api/blob/upload-batch-data ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1745411532856) for http://localhost:46683/api/blob/3fCEhtExvRNHYfveM9cY5bbE17mYr8%2BdEFRgE5Tz8ZU%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1745411532856http://localhost:46683/api/blob/3fCEhtExvRNHYfveM9cY5bbE17mYr8%2BdEFRgE5Tz8ZU%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/3fCEhtExvRNHYfveM9cY5bbE17mYr8%2BdEFRgE5Tz8ZU%3D) /tmp/junit1790034784138261936/client-server-httpfiles/persistent/216a70fd-fe6f-45f6-b7e2-da6fd7844b90 -> /tmp/junit1790034784138261936/client-server-httpfiles/cache/216a70fd-fe6f-45f6-b7e2-da6fd7844b90 ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(2bfc12a8-7a51-4dcd-9bd8-7992a87f7715): Uploading 540 bytes in 1 chunks to http://localhost:46683/api/blob/upload-batch-data starting from byte=0 ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/NuX5jirPuFiJLnEJlD4dLnXRCsDkQMc2Vniko1v7nEo%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/NuX5jirPuFiJLnEJlD4dLnXRCsDkQMc2Vniko1v7nEo%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/NuX5jirPuFiJLnEJlD4dLnXRCsDkQMc2Vniko1v7nEo%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:46683/api/blob/upload-batch-data ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(2bfc12a8-7a51-4dcd-9bd8-7992a87f7715) receive request ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(2bfc12a8-7a51-4dcd-9bd8-7992a87f7715) receive request ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(2bfc12a8-7a51-4dcd-9bd8-7992a87f7715) appended chunk (isFinal=true) to /tmp/junit1790034784138261936/server-tmproot-server/blob-upload-server/2bfc12a8-7a51-4dcd-9bd8-7992a87f7715 ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:46683/api/blob/NuX5jirPuFiJLnEJlD4dLnXRCsDkQMc2Vniko1v7nEo%3D to /tmp/junit1790034784138261936/server-server-httpfiles/tmpWork/113.tmp (integrity=sha256-NuX5jirPuFiJLnEJlD4dLnXRCsDkQMc2Vniko1v7nEo=) ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(2bfc12a8-7a51-4dcd-9bd8-7992a87f7715): Upload complete of 540 bytes in 1 chunks to http://localhost:46683/api/blob/upload-batch-data ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1745411532857) for http://localhost:46683/api/blob/NuX5jirPuFiJLnEJlD4dLnXRCsDkQMc2Vniko1v7nEo%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1745411532857http://localhost:46683/api/blob/NuX5jirPuFiJLnEJlD4dLnXRCsDkQMc2Vniko1v7nEo%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/NuX5jirPuFiJLnEJlD4dLnXRCsDkQMc2Vniko1v7nEo%3D) /tmp/junit1790034784138261936/client-server-httpfiles/persistent/8e490bce-66c6-416e-b5d3-e9c1b3163f4f -> /tmp/junit1790034784138261936/client-server-httpfiles/cache/8e490bce-66c6-416e-b5d3-e9c1b3163f4f ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(6229702e-875d-470e-908f-c265d5b9b6ad): Uploading 22958 bytes in 1 chunks to http://localhost:46683/api/blob/upload-batch-data starting from byte=0 ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/%2F3QD%2Bd53w6wqfHpE3dn2fWN85w9xo6rHAzwCGcivpko%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/%2F3QD%2Bd53w6wqfHpE3dn2fWN85w9xo6rHAzwCGcivpko%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/%2F3QD%2Bd53w6wqfHpE3dn2fWN85w9xo6rHAzwCGcivpko%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:46683/api/blob/upload-batch-data ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(6229702e-875d-470e-908f-c265d5b9b6ad) receive request ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(6229702e-875d-470e-908f-c265d5b9b6ad) receive request ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(6229702e-875d-470e-908f-c265d5b9b6ad) appended chunk (isFinal=true) to /tmp/junit1790034784138261936/server-tmproot-server/blob-upload-server/6229702e-875d-470e-908f-c265d5b9b6ad ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:46683/api/blob/%2F3QD%2Bd53w6wqfHpE3dn2fWN85w9xo6rHAzwCGcivpko%3D to /tmp/junit1790034784138261936/server-server-httpfiles/tmpWork/114.tmp (integrity=sha256-/3QD+d53w6wqfHpE3dn2fWN85w9xo6rHAzwCGcivpko=) ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(6229702e-875d-470e-908f-c265d5b9b6ad): Upload complete of 22958 bytes in 1 chunks to http://localhost:46683/api/blob/upload-batch-data ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1745411532858) for http://localhost:46683/api/blob/%2F3QD%2Bd53w6wqfHpE3dn2fWN85w9xo6rHAzwCGcivpko%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1745411532858http://localhost:46683/api/blob/%2F3QD%2Bd53w6wqfHpE3dn2fWN85w9xo6rHAzwCGcivpko%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/%2F3QD%2Bd53w6wqfHpE3dn2fWN85w9xo6rHAzwCGcivpko%3D) /tmp/junit1790034784138261936/client-server-httpfiles/persistent/09e37325-2de4-479a-b427-3310db4cbab5 -> /tmp/junit1790034784138261936/client-server-httpfiles/cache/09e37325-2de4-479a-b427-3310db4cbab5 ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(3e8629cf-a16b-4ed8-834b-8d50fab2a04b): Uploading 237 bytes in 1 chunks to http://localhost:46683/api/blob/upload-batch-data starting from byte=0 ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/y4TDcAD4%2Fj5o4keZvggf698Cr9Oc7JZ%2BgGMax23qmVA%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/y4TDcAD4%2Fj5o4keZvggf698Cr9Oc7JZ%2BgGMax23qmVA%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/y4TDcAD4%2Fj5o4keZvggf698Cr9Oc7JZ%2BgGMax23qmVA%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:46683/api/blob/upload-batch-data ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(3e8629cf-a16b-4ed8-834b-8d50fab2a04b) receive request ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(3e8629cf-a16b-4ed8-834b-8d50fab2a04b) receive request ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(3e8629cf-a16b-4ed8-834b-8d50fab2a04b) appended chunk (isFinal=true) to /tmp/junit1790034784138261936/server-tmproot-server/blob-upload-server/3e8629cf-a16b-4ed8-834b-8d50fab2a04b ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:46683/api/blob/y4TDcAD4%2Fj5o4keZvggf698Cr9Oc7JZ%2BgGMax23qmVA%3D to /tmp/junit1790034784138261936/server-server-httpfiles/tmpWork/115.tmp (integrity=sha256-y4TDcAD4/j5o4keZvggf698Cr9Oc7JZ+gGMax23qmVA=) ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(3e8629cf-a16b-4ed8-834b-8d50fab2a04b): Upload complete of 237 bytes in 1 chunks to http://localhost:46683/api/blob/upload-batch-data ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1745411532859) for http://localhost:46683/api/blob/y4TDcAD4%2Fj5o4keZvggf698Cr9Oc7JZ%2BgGMax23qmVA%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1745411532859http://localhost:46683/api/blob/y4TDcAD4%2Fj5o4keZvggf698Cr9Oc7JZ%2BgGMax23qmVA%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/y4TDcAD4%2Fj5o4keZvggf698Cr9Oc7JZ%2BgGMax23qmVA%3D) /tmp/junit1790034784138261936/client-server-httpfiles/persistent/44d9d364-9eaa-4796-af45-a775dbdf19cc -> /tmp/junit1790034784138261936/client-server-httpfiles/cache/44d9d364-9eaa-4796-af45-a775dbdf19cc ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(888f1683-e3c2-43de-9853-c6d384ee9586): Uploading 9187 bytes in 1 chunks to http://localhost:46683/api/blob/upload-batch-data starting from byte=0 ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/UvNzyhHidciHBssZ%2FP%2B2l5FZbI1XAfmSJAplrILQ8gg%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/UvNzyhHidciHBssZ%2FP%2B2l5FZbI1XAfmSJAplrILQ8gg%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/UvNzyhHidciHBssZ%2FP%2B2l5FZbI1XAfmSJAplrILQ8gg%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:46683/api/blob/upload-batch-data ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #19 : SQLite Change Tracker: Changed tables=[TransferJobItem] ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(888f1683-e3c2-43de-9853-c6d384ee9586) receive request ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(888f1683-e3c2-43de-9853-c6d384ee9586) receive request ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(888f1683-e3c2-43de-9853-c6d384ee9586) appended chunk (isFinal=true) to /tmp/junit1790034784138261936/server-tmproot-server/blob-upload-server/888f1683-e3c2-43de-9853-c6d384ee9586 ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:46683/api/blob/UvNzyhHidciHBssZ%2FP%2B2l5FZbI1XAfmSJAplrILQ8gg%3D to /tmp/junit1790034784138261936/server-server-httpfiles/tmpWork/116.tmp (integrity=sha256-UvNzyhHidciHBssZ/P+2l5FZbI1XAfmSJAplrILQ8gg=) ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(888f1683-e3c2-43de-9853-c6d384ee9586): Upload complete of 9187 bytes in 1 chunks to http://localhost:46683/api/blob/upload-batch-data ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1745411532860) for http://localhost:46683/api/blob/UvNzyhHidciHBssZ%2FP%2B2l5FZbI1XAfmSJAplrILQ8gg%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1745411532860http://localhost:46683/api/blob/UvNzyhHidciHBssZ%2FP%2B2l5FZbI1XAfmSJAplrILQ8gg%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/UvNzyhHidciHBssZ%2FP%2B2l5FZbI1XAfmSJAplrILQ8gg%3D) /tmp/junit1790034784138261936/client-server-httpfiles/persistent/f4425a28-9abf-4431-a293-d8f8f6bc88fd -> /tmp/junit1790034784138261936/client-server-httpfiles/cache/f4425a28-9abf-4431-a293-d8f8f6bc88fd ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(fcb717d6-9175-49e6-be50-be73a192c2f0): Uploading 8534 bytes in 1 chunks to http://localhost:46683/api/blob/upload-batch-data starting from byte=0 ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/ic4IoQBJDrNoYD6jzvjPUtyK2y2i0dmtWCW2k2Aa%2Fp8%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/ic4IoQBJDrNoYD6jzvjPUtyK2y2i0dmtWCW2k2Aa%2Fp8%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/ic4IoQBJDrNoYD6jzvjPUtyK2y2i0dmtWCW2k2Aa%2Fp8%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:46683/api/blob/upload-batch-data ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(fcb717d6-9175-49e6-be50-be73a192c2f0) receive request ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(fcb717d6-9175-49e6-be50-be73a192c2f0) receive request ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(fcb717d6-9175-49e6-be50-be73a192c2f0) appended chunk (isFinal=true) to /tmp/junit1790034784138261936/server-tmproot-server/blob-upload-server/fcb717d6-9175-49e6-be50-be73a192c2f0 ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:46683/api/blob/ic4IoQBJDrNoYD6jzvjPUtyK2y2i0dmtWCW2k2Aa%2Fp8%3D to /tmp/junit1790034784138261936/server-server-httpfiles/tmpWork/117.tmp (integrity=sha256-ic4IoQBJDrNoYD6jzvjPUtyK2y2i0dmtWCW2k2Aa/p8=) ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(fcb717d6-9175-49e6-be50-be73a192c2f0): Upload complete of 8534 bytes in 1 chunks to http://localhost:46683/api/blob/upload-batch-data ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1745411532861) for http://localhost:46683/api/blob/ic4IoQBJDrNoYD6jzvjPUtyK2y2i0dmtWCW2k2Aa%2Fp8%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1745411532861http://localhost:46683/api/blob/ic4IoQBJDrNoYD6jzvjPUtyK2y2i0dmtWCW2k2Aa%2Fp8%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/ic4IoQBJDrNoYD6jzvjPUtyK2y2i0dmtWCW2k2Aa%2Fp8%3D) /tmp/junit1790034784138261936/client-server-httpfiles/persistent/7ed549f2-2eb7-45ad-873c-3573c35004ac -> /tmp/junit1790034784138261936/client-server-httpfiles/cache/7ed549f2-2eb7-45ad-873c-3573c35004ac ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(1ff7286e-a1d2-4326-b454-f35380768c35): Uploading 7750 bytes in 1 chunks to http://localhost:46683/api/blob/upload-batch-data starting from byte=0 ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/De2JgQ0Nt5adGTd%2BS3vvpLJVOZegId%2BlUNz28Tv2qPA%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/De2JgQ0Nt5adGTd%2BS3vvpLJVOZegId%2BlUNz28Tv2qPA%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/De2JgQ0Nt5adGTd%2BS3vvpLJVOZegId%2BlUNz28Tv2qPA%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:46683/api/blob/upload-batch-data ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(1ff7286e-a1d2-4326-b454-f35380768c35) receive request ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(1ff7286e-a1d2-4326-b454-f35380768c35) receive request ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(1ff7286e-a1d2-4326-b454-f35380768c35) appended chunk (isFinal=true) to /tmp/junit1790034784138261936/server-tmproot-server/blob-upload-server/1ff7286e-a1d2-4326-b454-f35380768c35 ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:46683/api/blob/De2JgQ0Nt5adGTd%2BS3vvpLJVOZegId%2BlUNz28Tv2qPA%3D to /tmp/junit1790034784138261936/server-server-httpfiles/tmpWork/118.tmp (integrity=sha256-De2JgQ0Nt5adGTd+S3vvpLJVOZegId+lUNz28Tv2qPA=) ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(1ff7286e-a1d2-4326-b454-f35380768c35): Upload complete of 7750 bytes in 1 chunks to http://localhost:46683/api/blob/upload-batch-data ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1745411532862) for http://localhost:46683/api/blob/De2JgQ0Nt5adGTd%2BS3vvpLJVOZegId%2BlUNz28Tv2qPA%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1745411532862http://localhost:46683/api/blob/De2JgQ0Nt5adGTd%2BS3vvpLJVOZegId%2BlUNz28Tv2qPA%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/De2JgQ0Nt5adGTd%2BS3vvpLJVOZegId%2BlUNz28Tv2qPA%3D) /tmp/junit1790034784138261936/client-server-httpfiles/persistent/3d24b69f-0114-41ac-bb9a-c70a64c4e81c -> /tmp/junit1790034784138261936/client-server-httpfiles/cache/3d24b69f-0114-41ac-bb9a-c70a64c4e81c ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(b402904a-4e47-4c2d-8359-08ba46fa7d03): Uploading 10885 bytes in 1 chunks to http://localhost:46683/api/blob/upload-batch-data starting from byte=0 ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/AxtMakPRFNdMGeXBvbRcztWEo0HNZu9GkF7yCvsE3Zs%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/AxtMakPRFNdMGeXBvbRcztWEo0HNZu9GkF7yCvsE3Zs%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/AxtMakPRFNdMGeXBvbRcztWEo0HNZu9GkF7yCvsE3Zs%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:46683/api/blob/upload-batch-data ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(b402904a-4e47-4c2d-8359-08ba46fa7d03) receive request ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(b402904a-4e47-4c2d-8359-08ba46fa7d03) receive request ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(b402904a-4e47-4c2d-8359-08ba46fa7d03) appended chunk (isFinal=true) to /tmp/junit1790034784138261936/server-tmproot-server/blob-upload-server/b402904a-4e47-4c2d-8359-08ba46fa7d03 ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:46683/api/blob/AxtMakPRFNdMGeXBvbRcztWEo0HNZu9GkF7yCvsE3Zs%3D to /tmp/junit1790034784138261936/server-server-httpfiles/tmpWork/119.tmp (integrity=sha256-AxtMakPRFNdMGeXBvbRcztWEo0HNZu9GkF7yCvsE3Zs=) ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(b402904a-4e47-4c2d-8359-08ba46fa7d03): Upload complete of 10885 bytes in 1 chunks to http://localhost:46683/api/blob/upload-batch-data ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1745411532863) for http://localhost:46683/api/blob/AxtMakPRFNdMGeXBvbRcztWEo0HNZu9GkF7yCvsE3Zs%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1745411532863http://localhost:46683/api/blob/AxtMakPRFNdMGeXBvbRcztWEo0HNZu9GkF7yCvsE3Zs%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/AxtMakPRFNdMGeXBvbRcztWEo0HNZu9GkF7yCvsE3Zs%3D) /tmp/junit1790034784138261936/client-server-httpfiles/persistent/b9038935-b901-4022-b6ff-ad7e1965d644 -> /tmp/junit1790034784138261936/client-server-httpfiles/cache/b9038935-b901-4022-b6ff-ad7e1965d644 ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(aaa0545d-88f1-4d59-86f3-7224dffa4ca7): Uploading 11146 bytes in 1 chunks to http://localhost:46683/api/blob/upload-batch-data starting from byte=0 ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/JU9Nv2qFcpHwvSV4ps9ii7ATxDcpquEhDXTVT0iBUEo%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/JU9Nv2qFcpHwvSV4ps9ii7ATxDcpquEhDXTVT0iBUEo%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/JU9Nv2qFcpHwvSV4ps9ii7ATxDcpquEhDXTVT0iBUEo%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:46683/api/blob/upload-batch-data ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(aaa0545d-88f1-4d59-86f3-7224dffa4ca7) receive request ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(aaa0545d-88f1-4d59-86f3-7224dffa4ca7) receive request ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(aaa0545d-88f1-4d59-86f3-7224dffa4ca7) appended chunk (isFinal=true) to /tmp/junit1790034784138261936/server-tmproot-server/blob-upload-server/aaa0545d-88f1-4d59-86f3-7224dffa4ca7 ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:46683/api/blob/JU9Nv2qFcpHwvSV4ps9ii7ATxDcpquEhDXTVT0iBUEo%3D to /tmp/junit1790034784138261936/server-server-httpfiles/tmpWork/120.tmp (integrity=sha256-JU9Nv2qFcpHwvSV4ps9ii7ATxDcpquEhDXTVT0iBUEo=) ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(aaa0545d-88f1-4d59-86f3-7224dffa4ca7): Upload complete of 11146 bytes in 1 chunks to http://localhost:46683/api/blob/upload-batch-data ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1745411532864) for http://localhost:46683/api/blob/JU9Nv2qFcpHwvSV4ps9ii7ATxDcpquEhDXTVT0iBUEo%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1745411532864http://localhost:46683/api/blob/JU9Nv2qFcpHwvSV4ps9ii7ATxDcpquEhDXTVT0iBUEo%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/JU9Nv2qFcpHwvSV4ps9ii7ATxDcpquEhDXTVT0iBUEo%3D) /tmp/junit1790034784138261936/client-server-httpfiles/persistent/1206b3db-a814-42fc-b997-da4d7f6074a1 -> /tmp/junit1790034784138261936/client-server-httpfiles/cache/1206b3db-a814-42fc-b997-da4d7f6074a1 ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(816b9f64-fe2a-4ac3-8d27-66895a1f476e): Uploading 3945 bytes in 1 chunks to http://localhost:46683/api/blob/upload-batch-data starting from byte=0 ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/CdrdmkKdsdoH81%2B2cV0ipaFJ4y8Ng6Ujmj7K5QNYc94%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/CdrdmkKdsdoH81%2B2cV0ipaFJ4y8Ng6Ujmj7K5QNYc94%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/CdrdmkKdsdoH81%2B2cV0ipaFJ4y8Ng6Ujmj7K5QNYc94%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:46683/api/blob/upload-batch-data ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(816b9f64-fe2a-4ac3-8d27-66895a1f476e) receive request ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(816b9f64-fe2a-4ac3-8d27-66895a1f476e) receive request ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(816b9f64-fe2a-4ac3-8d27-66895a1f476e) appended chunk (isFinal=true) to /tmp/junit1790034784138261936/server-tmproot-server/blob-upload-server/816b9f64-fe2a-4ac3-8d27-66895a1f476e ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:46683/api/blob/CdrdmkKdsdoH81%2B2cV0ipaFJ4y8Ng6Ujmj7K5QNYc94%3D to /tmp/junit1790034784138261936/server-server-httpfiles/tmpWork/121.tmp (integrity=sha256-CdrdmkKdsdoH81+2cV0ipaFJ4y8Ng6Ujmj7K5QNYc94=) ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(816b9f64-fe2a-4ac3-8d27-66895a1f476e): Upload complete of 3945 bytes in 1 chunks to http://localhost:46683/api/blob/upload-batch-data ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1745411532865) for http://localhost:46683/api/blob/CdrdmkKdsdoH81%2B2cV0ipaFJ4y8Ng6Ujmj7K5QNYc94%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1745411532865http://localhost:46683/api/blob/CdrdmkKdsdoH81%2B2cV0ipaFJ4y8Ng6Ujmj7K5QNYc94%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/CdrdmkKdsdoH81%2B2cV0ipaFJ4y8Ng6Ujmj7K5QNYc94%3D) /tmp/junit1790034784138261936/client-server-httpfiles/persistent/8762f7fa-e949-4674-9ada-380704d84790 -> /tmp/junit1790034784138261936/client-server-httpfiles/cache/8762f7fa-e949-4674-9ada-380704d84790 ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(02ea6d34-7800-4d5f-b503-21f94d8610a1): Uploading 55870 bytes in 1 chunks to http://localhost:46683/api/blob/upload-batch-data starting from byte=0 ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/ZY4mAUHHRYo0qd1n7jqXrYhYnC75hzx4DLeYU%2FtZAhs%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/ZY4mAUHHRYo0qd1n7jqXrYhYnC75hzx4DLeYU%2FtZAhs%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/ZY4mAUHHRYo0qd1n7jqXrYhYnC75hzx4DLeYU%2FtZAhs%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:46683/api/blob/upload-batch-data ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(02ea6d34-7800-4d5f-b503-21f94d8610a1) receive request ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(02ea6d34-7800-4d5f-b503-21f94d8610a1) receive request ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(02ea6d34-7800-4d5f-b503-21f94d8610a1) appended chunk (isFinal=true) to /tmp/junit1790034784138261936/server-tmproot-server/blob-upload-server/02ea6d34-7800-4d5f-b503-21f94d8610a1 ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:46683/api/blob/ZY4mAUHHRYo0qd1n7jqXrYhYnC75hzx4DLeYU%2FtZAhs%3D to /tmp/junit1790034784138261936/server-server-httpfiles/tmpWork/122.tmp (integrity=sha256-ZY4mAUHHRYo0qd1n7jqXrYhYnC75hzx4DLeYU/tZAhs=) ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(02ea6d34-7800-4d5f-b503-21f94d8610a1): Upload complete of 55870 bytes in 1 chunks to http://localhost:46683/api/blob/upload-batch-data ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1745411532866) for http://localhost:46683/api/blob/ZY4mAUHHRYo0qd1n7jqXrYhYnC75hzx4DLeYU%2FtZAhs%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1745411532866http://localhost:46683/api/blob/ZY4mAUHHRYo0qd1n7jqXrYhYnC75hzx4DLeYU%2FtZAhs%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/ZY4mAUHHRYo0qd1n7jqXrYhYnC75hzx4DLeYU%2FtZAhs%3D) /tmp/junit1790034784138261936/client-server-httpfiles/persistent/f33ac1ea-92b3-47a1-81a9-0266b0709d66 -> /tmp/junit1790034784138261936/client-server-httpfiles/cache/f33ac1ea-92b3-47a1-81a9-0266b0709d66 ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(6bfb2761-cc56-4e18-8362-617e0cbffcc5): Uploading 78092 bytes in 1 chunks to http://localhost:46683/api/blob/upload-batch-data starting from byte=0 ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/kpeAot1GwrHfHslj4hcJEyVdiQvKVG3a0bQXx1ERn7o%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/kpeAot1GwrHfHslj4hcJEyVdiQvKVG3a0bQXx1ERn7o%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/kpeAot1GwrHfHslj4hcJEyVdiQvKVG3a0bQXx1ERn7o%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:46683/api/blob/upload-batch-data ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(6bfb2761-cc56-4e18-8362-617e0cbffcc5) receive request ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(6bfb2761-cc56-4e18-8362-617e0cbffcc5) receive request ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(6bfb2761-cc56-4e18-8362-617e0cbffcc5) appended chunk (isFinal=true) to /tmp/junit1790034784138261936/server-tmproot-server/blob-upload-server/6bfb2761-cc56-4e18-8362-617e0cbffcc5 ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:46683/api/blob/kpeAot1GwrHfHslj4hcJEyVdiQvKVG3a0bQXx1ERn7o%3D to /tmp/junit1790034784138261936/server-server-httpfiles/tmpWork/123.tmp (integrity=sha256-kpeAot1GwrHfHslj4hcJEyVdiQvKVG3a0bQXx1ERn7o=) ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(6bfb2761-cc56-4e18-8362-617e0cbffcc5): Upload complete of 78092 bytes in 1 chunks to http://localhost:46683/api/blob/upload-batch-data ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1745411532867) for http://localhost:46683/api/blob/kpeAot1GwrHfHslj4hcJEyVdiQvKVG3a0bQXx1ERn7o%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1745411532867http://localhost:46683/api/blob/kpeAot1GwrHfHslj4hcJEyVdiQvKVG3a0bQXx1ERn7o%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/kpeAot1GwrHfHslj4hcJEyVdiQvKVG3a0bQXx1ERn7o%3D) /tmp/junit1790034784138261936/client-server-httpfiles/persistent/0e40b035-df09-4bf0-a17d-b5cf4f978d9b -> /tmp/junit1790034784138261936/client-server-httpfiles/cache/0e40b035-df09-4bf0-a17d-b5cf4f978d9b ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(754960bb-91ae-4b44-a4ef-5b7388e803ae): Uploading 86908 bytes in 1 chunks to http://localhost:46683/api/blob/upload-batch-data starting from byte=0 ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/%2FEmb%2B%2FduVWkOJrRcZWoRMF6TTLig7Qm2uAa7A%2B78ghA%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/%2FEmb%2B%2FduVWkOJrRcZWoRMF6TTLig7Qm2uAa7A%2B78ghA%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/%2FEmb%2B%2FduVWkOJrRcZWoRMF6TTLig7Qm2uAa7A%2B78ghA%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:46683/api/blob/upload-batch-data ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(754960bb-91ae-4b44-a4ef-5b7388e803ae) receive request ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(754960bb-91ae-4b44-a4ef-5b7388e803ae) receive request ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(754960bb-91ae-4b44-a4ef-5b7388e803ae) appended chunk (isFinal=true) to /tmp/junit1790034784138261936/server-tmproot-server/blob-upload-server/754960bb-91ae-4b44-a4ef-5b7388e803ae ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:46683/api/blob/%2FEmb%2B%2FduVWkOJrRcZWoRMF6TTLig7Qm2uAa7A%2B78ghA%3D to /tmp/junit1790034784138261936/server-server-httpfiles/tmpWork/124.tmp (integrity=sha256-/Emb+/duVWkOJrRcZWoRMF6TTLig7Qm2uAa7A+78ghA=) ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(754960bb-91ae-4b44-a4ef-5b7388e803ae): Upload complete of 86908 bytes in 1 chunks to http://localhost:46683/api/blob/upload-batch-data ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1745411532868) for http://localhost:46683/api/blob/%2FEmb%2B%2FduVWkOJrRcZWoRMF6TTLig7Qm2uAa7A%2B78ghA%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1745411532868http://localhost:46683/api/blob/%2FEmb%2B%2FduVWkOJrRcZWoRMF6TTLig7Qm2uAa7A%2B78ghA%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/%2FEmb%2B%2FduVWkOJrRcZWoRMF6TTLig7Qm2uAa7A%2B78ghA%3D) /tmp/junit1790034784138261936/client-server-httpfiles/persistent/df666b27-057c-468f-928d-2d31f5ca2943 -> /tmp/junit1790034784138261936/client-server-httpfiles/cache/df666b27-057c-468f-928d-2d31f5ca2943 ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(d932187c-1517-4b23-a0cd-3c47e29eb0da): Uploading 71345 bytes in 1 chunks to http://localhost:46683/api/blob/upload-batch-data starting from byte=0 ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/lpSbYYTpxt5zyFPhLE5PlvwDpVyNc2B3kULVJzvg6%2B4%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/lpSbYYTpxt5zyFPhLE5PlvwDpVyNc2B3kULVJzvg6%2B4%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/lpSbYYTpxt5zyFPhLE5PlvwDpVyNc2B3kULVJzvg6%2B4%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:46683/api/blob/upload-batch-data ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(d932187c-1517-4b23-a0cd-3c47e29eb0da) receive request ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(d932187c-1517-4b23-a0cd-3c47e29eb0da) receive request ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(d932187c-1517-4b23-a0cd-3c47e29eb0da) appended chunk (isFinal=true) to /tmp/junit1790034784138261936/server-tmproot-server/blob-upload-server/d932187c-1517-4b23-a0cd-3c47e29eb0da ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:46683/api/blob/lpSbYYTpxt5zyFPhLE5PlvwDpVyNc2B3kULVJzvg6%2B4%3D to /tmp/junit1790034784138261936/server-server-httpfiles/tmpWork/125.tmp (integrity=sha256-lpSbYYTpxt5zyFPhLE5PlvwDpVyNc2B3kULVJzvg6+4=) ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(d932187c-1517-4b23-a0cd-3c47e29eb0da): Upload complete of 71345 bytes in 1 chunks to http://localhost:46683/api/blob/upload-batch-data ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1745411532869) for http://localhost:46683/api/blob/lpSbYYTpxt5zyFPhLE5PlvwDpVyNc2B3kULVJzvg6%2B4%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1745411532869http://localhost:46683/api/blob/lpSbYYTpxt5zyFPhLE5PlvwDpVyNc2B3kULVJzvg6%2B4%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/lpSbYYTpxt5zyFPhLE5PlvwDpVyNc2B3kULVJzvg6%2B4%3D) /tmp/junit1790034784138261936/client-server-httpfiles/persistent/c03fa7c9-b184-4998-9c98-3aaed9683a8d -> /tmp/junit1790034784138261936/client-server-httpfiles/cache/c03fa7c9-b184-4998-9c98-3aaed9683a8d ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(0810499e-8931-4356-8c29-918981b7b378): Uploading 65509 bytes in 1 chunks to http://localhost:46683/api/blob/upload-batch-data starting from byte=0 ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/rySbdfEfwrB779vaMkVIyj%2BABqAS%2BgtUUBu4dkB4J6A%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/rySbdfEfwrB779vaMkVIyj%2BABqAS%2BgtUUBu4dkB4J6A%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/rySbdfEfwrB779vaMkVIyj%2BABqAS%2BgtUUBu4dkB4J6A%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:46683/api/blob/upload-batch-data ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(0810499e-8931-4356-8c29-918981b7b378) receive request ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(0810499e-8931-4356-8c29-918981b7b378) receive request ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(0810499e-8931-4356-8c29-918981b7b378) appended chunk (isFinal=true) to /tmp/junit1790034784138261936/server-tmproot-server/blob-upload-server/0810499e-8931-4356-8c29-918981b7b378 ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:46683/api/blob/rySbdfEfwrB779vaMkVIyj%2BABqAS%2BgtUUBu4dkB4J6A%3D to /tmp/junit1790034784138261936/server-server-httpfiles/tmpWork/126.tmp (integrity=sha256-rySbdfEfwrB779vaMkVIyj+ABqAS+gtUUBu4dkB4J6A=) ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(0810499e-8931-4356-8c29-918981b7b378): Upload complete of 65509 bytes in 1 chunks to http://localhost:46683/api/blob/upload-batch-data ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1745411532870) for http://localhost:46683/api/blob/rySbdfEfwrB779vaMkVIyj%2BABqAS%2BgtUUBu4dkB4J6A%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1745411532870http://localhost:46683/api/blob/rySbdfEfwrB779vaMkVIyj%2BABqAS%2BgtUUBu4dkB4J6A%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/rySbdfEfwrB779vaMkVIyj%2BABqAS%2BgtUUBu4dkB4J6A%3D) /tmp/junit1790034784138261936/client-server-httpfiles/persistent/c0c6a0cf-694a-4d52-a6d5-de5056ca22f6 -> /tmp/junit1790034784138261936/client-server-httpfiles/cache/c0c6a0cf-694a-4d52-a6d5-de5056ca22f6 ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(cd4b3c5c-5594-4cb2-aea3-c9797446d5d2): Uploading 324 bytes in 1 chunks to http://localhost:46683/api/blob/upload-batch-data starting from byte=0 ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/oJd6y005JyUgaUAFQ6GgvvLGzc467muipcNv7aXTB%2F0%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/oJd6y005JyUgaUAFQ6GgvvLGzc467muipcNv7aXTB%2F0%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/oJd6y005JyUgaUAFQ6GgvvLGzc467muipcNv7aXTB%2F0%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:46683/api/blob/upload-batch-data ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(cd4b3c5c-5594-4cb2-aea3-c9797446d5d2) receive request ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(cd4b3c5c-5594-4cb2-aea3-c9797446d5d2) receive request ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(cd4b3c5c-5594-4cb2-aea3-c9797446d5d2) appended chunk (isFinal=true) to /tmp/junit1790034784138261936/server-tmproot-server/blob-upload-server/cd4b3c5c-5594-4cb2-aea3-c9797446d5d2 ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:46683/api/blob/oJd6y005JyUgaUAFQ6GgvvLGzc467muipcNv7aXTB%2F0%3D to /tmp/junit1790034784138261936/server-server-httpfiles/tmpWork/127.tmp (integrity=sha256-oJd6y005JyUgaUAFQ6GgvvLGzc467muipcNv7aXTB/0=) ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(cd4b3c5c-5594-4cb2-aea3-c9797446d5d2): Upload complete of 324 bytes in 1 chunks to http://localhost:46683/api/blob/upload-batch-data ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1745411532871) for http://localhost:46683/api/blob/oJd6y005JyUgaUAFQ6GgvvLGzc467muipcNv7aXTB%2F0%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1745411532871http://localhost:46683/api/blob/oJd6y005JyUgaUAFQ6GgvvLGzc467muipcNv7aXTB%2F0%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/oJd6y005JyUgaUAFQ6GgvvLGzc467muipcNv7aXTB%2F0%3D) /tmp/junit1790034784138261936/client-server-httpfiles/persistent/5c8806b9-c0d8-441e-99c0-2ece4e48cc50 -> /tmp/junit1790034784138261936/client-server-httpfiles/cache/5c8806b9-c0d8-441e-99c0-2ece4e48cc50 ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(3e970611-f9da-4282-a0d1-6f08fd75737b): Uploading 16272 bytes in 1 chunks to http://localhost:46683/api/blob/upload-batch-data starting from byte=0 ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/VYwTeujSQh1Gss7XDcPY61SmNUSlOTCzClVbdoYAHJE%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/VYwTeujSQh1Gss7XDcPY61SmNUSlOTCzClVbdoYAHJE%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/VYwTeujSQh1Gss7XDcPY61SmNUSlOTCzClVbdoYAHJE%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:46683/api/blob/upload-batch-data ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(3e970611-f9da-4282-a0d1-6f08fd75737b) receive request ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(3e970611-f9da-4282-a0d1-6f08fd75737b) receive request ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(3e970611-f9da-4282-a0d1-6f08fd75737b) appended chunk (isFinal=true) to /tmp/junit1790034784138261936/server-tmproot-server/blob-upload-server/3e970611-f9da-4282-a0d1-6f08fd75737b ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:46683/api/blob/VYwTeujSQh1Gss7XDcPY61SmNUSlOTCzClVbdoYAHJE%3D to /tmp/junit1790034784138261936/server-server-httpfiles/tmpWork/128.tmp (integrity=sha256-VYwTeujSQh1Gss7XDcPY61SmNUSlOTCzClVbdoYAHJE=) ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(3e970611-f9da-4282-a0d1-6f08fd75737b): Upload complete of 16272 bytes in 1 chunks to http://localhost:46683/api/blob/upload-batch-data ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1745411532872) for http://localhost:46683/api/blob/VYwTeujSQh1Gss7XDcPY61SmNUSlOTCzClVbdoYAHJE%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1745411532872http://localhost:46683/api/blob/VYwTeujSQh1Gss7XDcPY61SmNUSlOTCzClVbdoYAHJE%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/VYwTeujSQh1Gss7XDcPY61SmNUSlOTCzClVbdoYAHJE%3D) /tmp/junit1790034784138261936/client-server-httpfiles/persistent/7bd6f89e-71e1-4099-bd52-0af5fb9aaf4c -> /tmp/junit1790034784138261936/client-server-httpfiles/cache/7bd6f89e-71e1-4099-bd52-0af5fb9aaf4c ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(bf1ba453-01ef-43b8-bbec-d4df99a8ae90): Uploading 787 bytes in 1 chunks to http://localhost:46683/api/blob/upload-batch-data starting from byte=0 ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/JVUTiGfvsBPpaY2QLvpiW%2Bx0rWNh6Tlj0QXu2TOSbGY%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/JVUTiGfvsBPpaY2QLvpiW%2Bx0rWNh6Tlj0QXu2TOSbGY%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/JVUTiGfvsBPpaY2QLvpiW%2Bx0rWNh6Tlj0QXu2TOSbGY%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:46683/api/blob/upload-batch-data ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(bf1ba453-01ef-43b8-bbec-d4df99a8ae90) receive request ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(bf1ba453-01ef-43b8-bbec-d4df99a8ae90) receive request ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(bf1ba453-01ef-43b8-bbec-d4df99a8ae90) appended chunk (isFinal=true) to /tmp/junit1790034784138261936/server-tmproot-server/blob-upload-server/bf1ba453-01ef-43b8-bbec-d4df99a8ae90 ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:46683/api/blob/JVUTiGfvsBPpaY2QLvpiW%2Bx0rWNh6Tlj0QXu2TOSbGY%3D to /tmp/junit1790034784138261936/server-server-httpfiles/tmpWork/129.tmp (integrity=sha256-JVUTiGfvsBPpaY2QLvpiW+x0rWNh6Tlj0QXu2TOSbGY=) ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(bf1ba453-01ef-43b8-bbec-d4df99a8ae90): Upload complete of 787 bytes in 1 chunks to http://localhost:46683/api/blob/upload-batch-data ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1745411532873) for http://localhost:46683/api/blob/JVUTiGfvsBPpaY2QLvpiW%2Bx0rWNh6Tlj0QXu2TOSbGY%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1745411532873http://localhost:46683/api/blob/JVUTiGfvsBPpaY2QLvpiW%2Bx0rWNh6Tlj0QXu2TOSbGY%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/JVUTiGfvsBPpaY2QLvpiW%2Bx0rWNh6Tlj0QXu2TOSbGY%3D) /tmp/junit1790034784138261936/client-server-httpfiles/persistent/4d2625a8-4bd1-4d95-aaf3-abbfec8db866 -> /tmp/junit1790034784138261936/client-server-httpfiles/cache/4d2625a8-4bd1-4d95-aaf3-abbfec8db866 ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(4025b566-4590-4e43-ab65-0032d765afad): Uploading 2704 bytes in 1 chunks to http://localhost:46683/api/blob/upload-batch-data starting from byte=0 ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/z2ct%2BVoKX1r9xRSP%2FGYmKyUmhGtAlSmS7FrBHQz1i6E%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/z2ct%2BVoKX1r9xRSP%2FGYmKyUmhGtAlSmS7FrBHQz1i6E%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/z2ct%2BVoKX1r9xRSP%2FGYmKyUmhGtAlSmS7FrBHQz1i6E%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:46683/api/blob/upload-batch-data ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(4025b566-4590-4e43-ab65-0032d765afad) receive request ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(4025b566-4590-4e43-ab65-0032d765afad) receive request ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(4025b566-4590-4e43-ab65-0032d765afad) appended chunk (isFinal=true) to /tmp/junit1790034784138261936/server-tmproot-server/blob-upload-server/4025b566-4590-4e43-ab65-0032d765afad ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:46683/api/blob/z2ct%2BVoKX1r9xRSP%2FGYmKyUmhGtAlSmS7FrBHQz1i6E%3D to /tmp/junit1790034784138261936/server-server-httpfiles/tmpWork/130.tmp (integrity=sha256-z2ct+VoKX1r9xRSP/GYmKyUmhGtAlSmS7FrBHQz1i6E=) ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(4025b566-4590-4e43-ab65-0032d765afad): Upload complete of 2704 bytes in 1 chunks to http://localhost:46683/api/blob/upload-batch-data ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1745411532874) for http://localhost:46683/api/blob/z2ct%2BVoKX1r9xRSP%2FGYmKyUmhGtAlSmS7FrBHQz1i6E%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1745411532874http://localhost:46683/api/blob/z2ct%2BVoKX1r9xRSP%2FGYmKyUmhGtAlSmS7FrBHQz1i6E%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/z2ct%2BVoKX1r9xRSP%2FGYmKyUmhGtAlSmS7FrBHQz1i6E%3D) /tmp/junit1790034784138261936/client-server-httpfiles/persistent/e1d21895-a8bd-4af9-855d-af53127ea536 -> /tmp/junit1790034784138261936/client-server-httpfiles/cache/e1d21895-a8bd-4af9-855d-af53127ea536 ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(78b5ee28-8037-4d02-920c-038ebbc37879): Uploading 105 bytes in 1 chunks to http://localhost:46683/api/blob/upload-batch-data starting from byte=0 ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/5djSGONTPUXLvVbL1YNge3qvQFN9YVYlb3QwlvbvfEU%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/5djSGONTPUXLvVbL1YNge3qvQFN9YVYlb3QwlvbvfEU%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/5djSGONTPUXLvVbL1YNge3qvQFN9YVYlb3QwlvbvfEU%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:46683/api/blob/upload-batch-data ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(78b5ee28-8037-4d02-920c-038ebbc37879) receive request ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(78b5ee28-8037-4d02-920c-038ebbc37879) receive request ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(78b5ee28-8037-4d02-920c-038ebbc37879) appended chunk (isFinal=true) to /tmp/junit1790034784138261936/server-tmproot-server/blob-upload-server/78b5ee28-8037-4d02-920c-038ebbc37879 ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:46683/api/blob/5djSGONTPUXLvVbL1YNge3qvQFN9YVYlb3QwlvbvfEU%3D to /tmp/junit1790034784138261936/server-server-httpfiles/tmpWork/131.tmp (integrity=sha256-5djSGONTPUXLvVbL1YNge3qvQFN9YVYlb3QwlvbvfEU=) ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(78b5ee28-8037-4d02-920c-038ebbc37879): Upload complete of 105 bytes in 1 chunks to http://localhost:46683/api/blob/upload-batch-data ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1745411532875) for http://localhost:46683/api/blob/5djSGONTPUXLvVbL1YNge3qvQFN9YVYlb3QwlvbvfEU%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1745411532875http://localhost:46683/api/blob/5djSGONTPUXLvVbL1YNge3qvQFN9YVYlb3QwlvbvfEU%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/5djSGONTPUXLvVbL1YNge3qvQFN9YVYlb3QwlvbvfEU%3D) /tmp/junit1790034784138261936/client-server-httpfiles/persistent/5678a254-302f-4f3f-91dc-b092dc249646 -> /tmp/junit1790034784138261936/client-server-httpfiles/cache/5678a254-302f-4f3f-91dc-b092dc249646 ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(f036190c-e692-415d-9caf-7fe6dd19cc82): Uploading 25676 bytes in 1 chunks to http://localhost:46683/api/blob/upload-batch-data starting from byte=0 ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/LWwdIdB4NUHFdmDaq2YoB5EqjWD9BIm2i0npsi3fE0o%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/LWwdIdB4NUHFdmDaq2YoB5EqjWD9BIm2i0npsi3fE0o%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/LWwdIdB4NUHFdmDaq2YoB5EqjWD9BIm2i0npsi3fE0o%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:46683/api/blob/upload-batch-data ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(f036190c-e692-415d-9caf-7fe6dd19cc82) receive request ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(f036190c-e692-415d-9caf-7fe6dd19cc82) receive request ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(f036190c-e692-415d-9caf-7fe6dd19cc82) appended chunk (isFinal=true) to /tmp/junit1790034784138261936/server-tmproot-server/blob-upload-server/f036190c-e692-415d-9caf-7fe6dd19cc82 ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:46683/api/blob/LWwdIdB4NUHFdmDaq2YoB5EqjWD9BIm2i0npsi3fE0o%3D to /tmp/junit1790034784138261936/server-server-httpfiles/tmpWork/132.tmp (integrity=sha256-LWwdIdB4NUHFdmDaq2YoB5EqjWD9BIm2i0npsi3fE0o=) ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(f036190c-e692-415d-9caf-7fe6dd19cc82): Upload complete of 25676 bytes in 1 chunks to http://localhost:46683/api/blob/upload-batch-data ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1745411532876) for http://localhost:46683/api/blob/LWwdIdB4NUHFdmDaq2YoB5EqjWD9BIm2i0npsi3fE0o%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1745411532876http://localhost:46683/api/blob/LWwdIdB4NUHFdmDaq2YoB5EqjWD9BIm2i0npsi3fE0o%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/LWwdIdB4NUHFdmDaq2YoB5EqjWD9BIm2i0npsi3fE0o%3D) /tmp/junit1790034784138261936/client-server-httpfiles/persistent/10e14be8-1832-4298-a5c8-018f3e8b8e6e -> /tmp/junit1790034784138261936/client-server-httpfiles/cache/10e14be8-1832-4298-a5c8-018f3e8b8e6e ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(352231af-cd3d-4ebe-8dcc-697d6a2b272d): Uploading 2548 bytes in 1 chunks to http://localhost:46683/api/blob/upload-batch-data starting from byte=0 ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/sy4b7%2F3q3vGmQUg9OE%2F4gm%2FnVaSA36EeIqyCcnYi4M8%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/sy4b7%2F3q3vGmQUg9OE%2F4gm%2FnVaSA36EeIqyCcnYi4M8%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/sy4b7%2F3q3vGmQUg9OE%2F4gm%2FnVaSA36EeIqyCcnYi4M8%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:46683/api/blob/upload-batch-data ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(352231af-cd3d-4ebe-8dcc-697d6a2b272d) receive request ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(352231af-cd3d-4ebe-8dcc-697d6a2b272d) receive request ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(352231af-cd3d-4ebe-8dcc-697d6a2b272d) appended chunk (isFinal=true) to /tmp/junit1790034784138261936/server-tmproot-server/blob-upload-server/352231af-cd3d-4ebe-8dcc-697d6a2b272d ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:46683/api/blob/sy4b7%2F3q3vGmQUg9OE%2F4gm%2FnVaSA36EeIqyCcnYi4M8%3D to /tmp/junit1790034784138261936/server-server-httpfiles/tmpWork/133.tmp (integrity=sha256-sy4b7/3q3vGmQUg9OE/4gm/nVaSA36EeIqyCcnYi4M8=) ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(352231af-cd3d-4ebe-8dcc-697d6a2b272d): Upload complete of 2548 bytes in 1 chunks to http://localhost:46683/api/blob/upload-batch-data ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1745411532877) for http://localhost:46683/api/blob/sy4b7%2F3q3vGmQUg9OE%2F4gm%2FnVaSA36EeIqyCcnYi4M8%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1745411532877http://localhost:46683/api/blob/sy4b7%2F3q3vGmQUg9OE%2F4gm%2FnVaSA36EeIqyCcnYi4M8%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/sy4b7%2F3q3vGmQUg9OE%2F4gm%2FnVaSA36EeIqyCcnYi4M8%3D) /tmp/junit1790034784138261936/client-server-httpfiles/persistent/8a4fb31e-1836-4f78-b81f-bf224138cf04 -> /tmp/junit1790034784138261936/client-server-httpfiles/cache/8a4fb31e-1836-4f78-b81f-bf224138cf04 ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(13a000a8-7f21-4e6c-b15b-1cd5efa8a55c): Uploading 2712 bytes in 1 chunks to http://localhost:46683/api/blob/upload-batch-data starting from byte=0 ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/gQYVKIPGaIxZIIuE90qThxaJvZJZw2sECpusZyMP5ME%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/gQYVKIPGaIxZIIuE90qThxaJvZJZw2sECpusZyMP5ME%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/gQYVKIPGaIxZIIuE90qThxaJvZJZw2sECpusZyMP5ME%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:46683/api/blob/upload-batch-data ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(13a000a8-7f21-4e6c-b15b-1cd5efa8a55c) receive request ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(13a000a8-7f21-4e6c-b15b-1cd5efa8a55c) receive request ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(13a000a8-7f21-4e6c-b15b-1cd5efa8a55c) appended chunk (isFinal=true) to /tmp/junit1790034784138261936/server-tmproot-server/blob-upload-server/13a000a8-7f21-4e6c-b15b-1cd5efa8a55c ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:46683/api/blob/gQYVKIPGaIxZIIuE90qThxaJvZJZw2sECpusZyMP5ME%3D to /tmp/junit1790034784138261936/server-server-httpfiles/tmpWork/134.tmp (integrity=sha256-gQYVKIPGaIxZIIuE90qThxaJvZJZw2sECpusZyMP5ME=) ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(13a000a8-7f21-4e6c-b15b-1cd5efa8a55c): Upload complete of 2712 bytes in 1 chunks to http://localhost:46683/api/blob/upload-batch-data ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1745411532878) for http://localhost:46683/api/blob/gQYVKIPGaIxZIIuE90qThxaJvZJZw2sECpusZyMP5ME%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1745411532878http://localhost:46683/api/blob/gQYVKIPGaIxZIIuE90qThxaJvZJZw2sECpusZyMP5ME%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/gQYVKIPGaIxZIIuE90qThxaJvZJZw2sECpusZyMP5ME%3D) /tmp/junit1790034784138261936/client-server-httpfiles/persistent/b419d913-8ba8-4a5b-80bf-75fd29834267 -> /tmp/junit1790034784138261936/client-server-httpfiles/cache/b419d913-8ba8-4a5b-80bf-75fd29834267 ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(6d668acf-bfb5-4849-af39-0127b967a2bb): Uploading 2624 bytes in 1 chunks to http://localhost:46683/api/blob/upload-batch-data starting from byte=0 ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/yopZ8hFGsieV4Tw74UQx3ta7ZTBGwOr0lvzfSVdok8w%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/yopZ8hFGsieV4Tw74UQx3ta7ZTBGwOr0lvzfSVdok8w%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/yopZ8hFGsieV4Tw74UQx3ta7ZTBGwOr0lvzfSVdok8w%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:46683/api/blob/upload-batch-data ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(6d668acf-bfb5-4849-af39-0127b967a2bb) receive request ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(6d668acf-bfb5-4849-af39-0127b967a2bb) receive request ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(6d668acf-bfb5-4849-af39-0127b967a2bb) appended chunk (isFinal=true) to /tmp/junit1790034784138261936/server-tmproot-server/blob-upload-server/6d668acf-bfb5-4849-af39-0127b967a2bb ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:46683/api/blob/yopZ8hFGsieV4Tw74UQx3ta7ZTBGwOr0lvzfSVdok8w%3D to /tmp/junit1790034784138261936/server-server-httpfiles/tmpWork/135.tmp (integrity=sha256-yopZ8hFGsieV4Tw74UQx3ta7ZTBGwOr0lvzfSVdok8w=) ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(6d668acf-bfb5-4849-af39-0127b967a2bb): Upload complete of 2624 bytes in 1 chunks to http://localhost:46683/api/blob/upload-batch-data ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1745411532879) for http://localhost:46683/api/blob/yopZ8hFGsieV4Tw74UQx3ta7ZTBGwOr0lvzfSVdok8w%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1745411532879http://localhost:46683/api/blob/yopZ8hFGsieV4Tw74UQx3ta7ZTBGwOr0lvzfSVdok8w%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/yopZ8hFGsieV4Tw74UQx3ta7ZTBGwOr0lvzfSVdok8w%3D) /tmp/junit1790034784138261936/client-server-httpfiles/persistent/7879cf96-6ba4-49d6-b7be-79201f94f878 -> /tmp/junit1790034784138261936/client-server-httpfiles/cache/7879cf96-6ba4-49d6-b7be-79201f94f878 ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(411c08a7-056c-436c-932b-2a00e722fd51): Uploading 25780 bytes in 1 chunks to http://localhost:46683/api/blob/upload-batch-data starting from byte=0 ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/p8QJ1CS%2FUy4JsZzAfC4gp9lblDmY9lv4EPY5LPA1jdo%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/p8QJ1CS%2FUy4JsZzAfC4gp9lblDmY9lv4EPY5LPA1jdo%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/p8QJ1CS%2FUy4JsZzAfC4gp9lblDmY9lv4EPY5LPA1jdo%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:46683/api/blob/upload-batch-data ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(411c08a7-056c-436c-932b-2a00e722fd51) receive request ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(411c08a7-056c-436c-932b-2a00e722fd51) receive request ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(411c08a7-056c-436c-932b-2a00e722fd51) appended chunk (isFinal=true) to /tmp/junit1790034784138261936/server-tmproot-server/blob-upload-server/411c08a7-056c-436c-932b-2a00e722fd51 ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:46683/api/blob/p8QJ1CS%2FUy4JsZzAfC4gp9lblDmY9lv4EPY5LPA1jdo%3D to /tmp/junit1790034784138261936/server-server-httpfiles/tmpWork/136.tmp (integrity=sha256-p8QJ1CS/Uy4JsZzAfC4gp9lblDmY9lv4EPY5LPA1jdo=) ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(411c08a7-056c-436c-932b-2a00e722fd51): Upload complete of 25780 bytes in 1 chunks to http://localhost:46683/api/blob/upload-batch-data ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1745411532880) for http://localhost:46683/api/blob/p8QJ1CS%2FUy4JsZzAfC4gp9lblDmY9lv4EPY5LPA1jdo%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1745411532880http://localhost:46683/api/blob/p8QJ1CS%2FUy4JsZzAfC4gp9lblDmY9lv4EPY5LPA1jdo%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/p8QJ1CS%2FUy4JsZzAfC4gp9lblDmY9lv4EPY5LPA1jdo%3D) /tmp/junit1790034784138261936/client-server-httpfiles/persistent/ae0d12c0-fdeb-4279-b273-e30c73fc61ec -> /tmp/junit1790034784138261936/client-server-httpfiles/cache/ae0d12c0-fdeb-4279-b273-e30c73fc61ec ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(e234373a-4c01-45f1-b5f3-c38773493fa7): Uploading 25600 bytes in 1 chunks to http://localhost:46683/api/blob/upload-batch-data starting from byte=0 ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/x8RELOMsvCzPJXs2%2BuGp6tUMSIzdxC%2FSRUta7acbbZ4%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/x8RELOMsvCzPJXs2%2BuGp6tUMSIzdxC%2FSRUta7acbbZ4%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/x8RELOMsvCzPJXs2%2BuGp6tUMSIzdxC%2FSRUta7acbbZ4%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:46683/api/blob/upload-batch-data ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(e234373a-4c01-45f1-b5f3-c38773493fa7) receive request ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(e234373a-4c01-45f1-b5f3-c38773493fa7) receive request ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(e234373a-4c01-45f1-b5f3-c38773493fa7) appended chunk (isFinal=true) to /tmp/junit1790034784138261936/server-tmproot-server/blob-upload-server/e234373a-4c01-45f1-b5f3-c38773493fa7 ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:46683/api/blob/x8RELOMsvCzPJXs2%2BuGp6tUMSIzdxC%2FSRUta7acbbZ4%3D to /tmp/junit1790034784138261936/server-server-httpfiles/tmpWork/137.tmp (integrity=sha256-x8RELOMsvCzPJXs2+uGp6tUMSIzdxC/SRUta7acbbZ4=) ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(e234373a-4c01-45f1-b5f3-c38773493fa7): Upload complete of 25600 bytes in 1 chunks to http://localhost:46683/api/blob/upload-batch-data ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1745411532881) for http://localhost:46683/api/blob/x8RELOMsvCzPJXs2%2BuGp6tUMSIzdxC%2FSRUta7acbbZ4%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1745411532881http://localhost:46683/api/blob/x8RELOMsvCzPJXs2%2BuGp6tUMSIzdxC%2FSRUta7acbbZ4%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/x8RELOMsvCzPJXs2%2BuGp6tUMSIzdxC%2FSRUta7acbbZ4%3D) /tmp/junit1790034784138261936/client-server-httpfiles/persistent/0df4d9de-8c63-4e2d-b2fa-170d4373db5c -> /tmp/junit1790034784138261936/client-server-httpfiles/cache/0df4d9de-8c63-4e2d-b2fa-170d4373db5c ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(3a830338-cb8c-420f-ab07-389b630ab71f): Uploading 6766 bytes in 1 chunks to http://localhost:46683/api/blob/upload-batch-data starting from byte=0 ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/2brsrAkktIi9NilQNTT8ppOc5Gbl17tffhdX0aeFCoI%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/2brsrAkktIi9NilQNTT8ppOc5Gbl17tffhdX0aeFCoI%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/2brsrAkktIi9NilQNTT8ppOc5Gbl17tffhdX0aeFCoI%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:46683/api/blob/upload-batch-data ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(3a830338-cb8c-420f-ab07-389b630ab71f) receive request ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(3a830338-cb8c-420f-ab07-389b630ab71f) receive request ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(3a830338-cb8c-420f-ab07-389b630ab71f) appended chunk (isFinal=true) to /tmp/junit1790034784138261936/server-tmproot-server/blob-upload-server/3a830338-cb8c-420f-ab07-389b630ab71f ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:46683/api/blob/2brsrAkktIi9NilQNTT8ppOc5Gbl17tffhdX0aeFCoI%3D to /tmp/junit1790034784138261936/server-server-httpfiles/tmpWork/138.tmp (integrity=sha256-2brsrAkktIi9NilQNTT8ppOc5Gbl17tffhdX0aeFCoI=) ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(3a830338-cb8c-420f-ab07-389b630ab71f): Upload complete of 6766 bytes in 1 chunks to http://localhost:46683/api/blob/upload-batch-data ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1745411532882) for http://localhost:46683/api/blob/2brsrAkktIi9NilQNTT8ppOc5Gbl17tffhdX0aeFCoI%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1745411532882http://localhost:46683/api/blob/2brsrAkktIi9NilQNTT8ppOc5Gbl17tffhdX0aeFCoI%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/2brsrAkktIi9NilQNTT8ppOc5Gbl17tffhdX0aeFCoI%3D) /tmp/junit1790034784138261936/client-server-httpfiles/persistent/110a7523-9e13-44d1-99fd-4454f9b03b97 -> /tmp/junit1790034784138261936/client-server-httpfiles/cache/110a7523-9e13-44d1-99fd-4454f9b03b97 ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(d6f9aec3-c8e7-4473-952a-9b3e0ba028f0): Uploading 97553 bytes in 1 chunks to http://localhost:46683/api/blob/upload-batch-data starting from byte=0 ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/Pp8lPMJPMU%2Fg1eelJlUn1gggLBKxNX2QhrjbNVWCbyI%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/Pp8lPMJPMU%2Fg1eelJlUn1gggLBKxNX2QhrjbNVWCbyI%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/Pp8lPMJPMU%2Fg1eelJlUn1gggLBKxNX2QhrjbNVWCbyI%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:46683/api/blob/upload-batch-data ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(d6f9aec3-c8e7-4473-952a-9b3e0ba028f0) receive request ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(d6f9aec3-c8e7-4473-952a-9b3e0ba028f0) receive request ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(d6f9aec3-c8e7-4473-952a-9b3e0ba028f0) appended chunk (isFinal=true) to /tmp/junit1790034784138261936/server-tmproot-server/blob-upload-server/d6f9aec3-c8e7-4473-952a-9b3e0ba028f0 ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:46683/api/blob/Pp8lPMJPMU%2Fg1eelJlUn1gggLBKxNX2QhrjbNVWCbyI%3D to /tmp/junit1790034784138261936/server-server-httpfiles/tmpWork/139.tmp (integrity=sha256-Pp8lPMJPMU/g1eelJlUn1gggLBKxNX2QhrjbNVWCbyI=) ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(d6f9aec3-c8e7-4473-952a-9b3e0ba028f0): Upload complete of 97553 bytes in 1 chunks to http://localhost:46683/api/blob/upload-batch-data ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1745411532883) for http://localhost:46683/api/blob/Pp8lPMJPMU%2Fg1eelJlUn1gggLBKxNX2QhrjbNVWCbyI%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1745411532883http://localhost:46683/api/blob/Pp8lPMJPMU%2Fg1eelJlUn1gggLBKxNX2QhrjbNVWCbyI%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/Pp8lPMJPMU%2Fg1eelJlUn1gggLBKxNX2QhrjbNVWCbyI%3D) /tmp/junit1790034784138261936/client-server-httpfiles/persistent/8f256f03-c483-4e8f-8fc4-666db6db6bce -> /tmp/junit1790034784138261936/client-server-httpfiles/cache/8f256f03-c483-4e8f-8fc4-666db6db6bce ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(321c5749-891f-498b-96c1-6f94bfa287ab): Uploading 0 bytes in 1 chunks to http://localhost:46683/api/blob/upload-batch-data starting from byte=0 ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/47DEQpj8HBSa%2B%2FTImW%2B5JCeuQeRkm5NMpJWZG3hSuFU%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/47DEQpj8HBSa%2B%2FTImW%2B5JCeuQeRkm5NMpJWZG3hSuFU%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/47DEQpj8HBSa%2B%2FTImW%2B5JCeuQeRkm5NMpJWZG3hSuFU%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:46683/api/blob/upload-batch-data ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(321c5749-891f-498b-96c1-6f94bfa287ab) receive request ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(321c5749-891f-498b-96c1-6f94bfa287ab) receive request ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(321c5749-891f-498b-96c1-6f94bfa287ab) appended chunk (isFinal=true) to /tmp/junit1790034784138261936/server-tmproot-server/blob-upload-server/321c5749-891f-498b-96c1-6f94bfa287ab ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:46683/api/blob/47DEQpj8HBSa%2B%2FTImW%2B5JCeuQeRkm5NMpJWZG3hSuFU%3D to /tmp/junit1790034784138261936/server-server-httpfiles/tmpWork/140.tmp (integrity=sha256-47DEQpj8HBSa+/TImW+5JCeuQeRkm5NMpJWZG3hSuFU=) ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(321c5749-891f-498b-96c1-6f94bfa287ab): Upload complete of 0 bytes in 1 chunks to http://localhost:46683/api/blob/upload-batch-data ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1745411532884) for http://localhost:46683/api/blob/47DEQpj8HBSa%2B%2FTImW%2B5JCeuQeRkm5NMpJWZG3hSuFU%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1745411532884http://localhost:46683/api/blob/47DEQpj8HBSa%2B%2FTImW%2B5JCeuQeRkm5NMpJWZG3hSuFU%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/47DEQpj8HBSa%2B%2FTImW%2B5JCeuQeRkm5NMpJWZG3hSuFU%3D) /tmp/junit1790034784138261936/client-server-httpfiles/persistent/ffdce745-cfd1-4a4b-8328-de5df48b9ff3 -> /tmp/junit1790034784138261936/client-server-httpfiles/cache/ffdce745-cfd1-4a4b-8328-de5df48b9ff3 ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(6a41352c-9993-4589-9c16-2eea6e336c66): Uploading 17064 bytes in 1 chunks to http://localhost:46683/api/blob/upload-batch-data starting from byte=0 ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/60oKn5%2FPS0PBO8N14aS8JzAQUMnMRqyMbkNBTnJTCH8%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/60oKn5%2FPS0PBO8N14aS8JzAQUMnMRqyMbkNBTnJTCH8%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/60oKn5%2FPS0PBO8N14aS8JzAQUMnMRqyMbkNBTnJTCH8%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:46683/api/blob/upload-batch-data ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(6a41352c-9993-4589-9c16-2eea6e336c66) receive request ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(6a41352c-9993-4589-9c16-2eea6e336c66) receive request ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(6a41352c-9993-4589-9c16-2eea6e336c66) appended chunk (isFinal=true) to /tmp/junit1790034784138261936/server-tmproot-server/blob-upload-server/6a41352c-9993-4589-9c16-2eea6e336c66 ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:46683/api/blob/60oKn5%2FPS0PBO8N14aS8JzAQUMnMRqyMbkNBTnJTCH8%3D to /tmp/junit1790034784138261936/server-server-httpfiles/tmpWork/141.tmp (integrity=sha256-60oKn5/PS0PBO8N14aS8JzAQUMnMRqyMbkNBTnJTCH8=) ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(6a41352c-9993-4589-9c16-2eea6e336c66): Upload complete of 17064 bytes in 1 chunks to http://localhost:46683/api/blob/upload-batch-data ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1745411532885) for http://localhost:46683/api/blob/60oKn5%2FPS0PBO8N14aS8JzAQUMnMRqyMbkNBTnJTCH8%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1745411532885http://localhost:46683/api/blob/60oKn5%2FPS0PBO8N14aS8JzAQUMnMRqyMbkNBTnJTCH8%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/60oKn5%2FPS0PBO8N14aS8JzAQUMnMRqyMbkNBTnJTCH8%3D) /tmp/junit1790034784138261936/client-server-httpfiles/persistent/c0800f1a-d179-4092-beb6-a5115dd95a1f -> /tmp/junit1790034784138261936/client-server-httpfiles/cache/c0800f1a-d179-4092-beb6-a5115dd95a1f ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(1b22acf4-8f02-48b5-8223-f9b7d2eecaf6): Uploading 485 bytes in 1 chunks to http://localhost:46683/api/blob/upload-batch-data starting from byte=0 ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/xvUv8bQ7fzE4XXu73K9RYSkhe0GeeOPKqo3J2BlBH4c%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/xvUv8bQ7fzE4XXu73K9RYSkhe0GeeOPKqo3J2BlBH4c%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/xvUv8bQ7fzE4XXu73K9RYSkhe0GeeOPKqo3J2BlBH4c%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:46683/api/blob/upload-batch-data ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(1b22acf4-8f02-48b5-8223-f9b7d2eecaf6) receive request ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(1b22acf4-8f02-48b5-8223-f9b7d2eecaf6) receive request ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(1b22acf4-8f02-48b5-8223-f9b7d2eecaf6) appended chunk (isFinal=true) to /tmp/junit1790034784138261936/server-tmproot-server/blob-upload-server/1b22acf4-8f02-48b5-8223-f9b7d2eecaf6 ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:46683/api/blob/xvUv8bQ7fzE4XXu73K9RYSkhe0GeeOPKqo3J2BlBH4c%3D to /tmp/junit1790034784138261936/server-server-httpfiles/tmpWork/142.tmp (integrity=sha256-xvUv8bQ7fzE4XXu73K9RYSkhe0GeeOPKqo3J2BlBH4c=) ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(1b22acf4-8f02-48b5-8223-f9b7d2eecaf6): Upload complete of 485 bytes in 1 chunks to http://localhost:46683/api/blob/upload-batch-data ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1745411532886) for http://localhost:46683/api/blob/xvUv8bQ7fzE4XXu73K9RYSkhe0GeeOPKqo3J2BlBH4c%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1745411532886http://localhost:46683/api/blob/xvUv8bQ7fzE4XXu73K9RYSkhe0GeeOPKqo3J2BlBH4c%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/xvUv8bQ7fzE4XXu73K9RYSkhe0GeeOPKqo3J2BlBH4c%3D) /tmp/junit1790034784138261936/client-server-httpfiles/persistent/a8f6e7b3-cf93-47ac-8caf-0634a64b2eca -> /tmp/junit1790034784138261936/client-server-httpfiles/cache/a8f6e7b3-cf93-47ac-8caf-0634a64b2eca ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(ef8ea7e3-d4ad-4fcf-945a-c6fccd6f13a5): Uploading 23725 bytes in 1 chunks to http://localhost:46683/api/blob/upload-batch-data starting from byte=0 ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/xiokJ09WttZwKc3d%2FhV6IqkEKeWLg9lWE0%2FbWOTxClg%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/xiokJ09WttZwKc3d%2FhV6IqkEKeWLg9lWE0%2FbWOTxClg%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/xiokJ09WttZwKc3d%2FhV6IqkEKeWLg9lWE0%2FbWOTxClg%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:46683/api/blob/upload-batch-data ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #21 : SQLite Change Tracker: Changed tables=[TransferJobItem] ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(ef8ea7e3-d4ad-4fcf-945a-c6fccd6f13a5) receive request ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(ef8ea7e3-d4ad-4fcf-945a-c6fccd6f13a5) receive request ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(ef8ea7e3-d4ad-4fcf-945a-c6fccd6f13a5) appended chunk (isFinal=true) to /tmp/junit1790034784138261936/server-tmproot-server/blob-upload-server/ef8ea7e3-d4ad-4fcf-945a-c6fccd6f13a5 ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:46683/api/blob/xiokJ09WttZwKc3d%2FhV6IqkEKeWLg9lWE0%2FbWOTxClg%3D to /tmp/junit1790034784138261936/server-server-httpfiles/tmpWork/143.tmp (integrity=sha256-xiokJ09WttZwKc3d/hV6IqkEKeWLg9lWE0/bWOTxClg=) ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(ef8ea7e3-d4ad-4fcf-945a-c6fccd6f13a5): Upload complete of 23725 bytes in 1 chunks to http://localhost:46683/api/blob/upload-batch-data ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1745411532887) for http://localhost:46683/api/blob/xiokJ09WttZwKc3d%2FhV6IqkEKeWLg9lWE0%2FbWOTxClg%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1745411532887http://localhost:46683/api/blob/xiokJ09WttZwKc3d%2FhV6IqkEKeWLg9lWE0%2FbWOTxClg%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/xiokJ09WttZwKc3d%2FhV6IqkEKeWLg9lWE0%2FbWOTxClg%3D) /tmp/junit1790034784138261936/client-server-httpfiles/persistent/14e6b48c-abe3-469f-9695-8333b6e38d3a -> /tmp/junit1790034784138261936/client-server-httpfiles/cache/14e6b48c-abe3-469f-9695-8333b6e38d3a ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(b9547b93-5619-47e8-97a1-04fc07c787df): Uploading 12837 bytes in 1 chunks to http://localhost:46683/api/blob/upload-batch-data starting from byte=0 ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/wWL1jZH9TMxilFxiMeVIUsPHWxbeFX5CJNJtHZ0Yv%2Bg%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/wWL1jZH9TMxilFxiMeVIUsPHWxbeFX5CJNJtHZ0Yv%2Bg%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/wWL1jZH9TMxilFxiMeVIUsPHWxbeFX5CJNJtHZ0Yv%2Bg%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:46683/api/blob/upload-batch-data ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(b9547b93-5619-47e8-97a1-04fc07c787df) receive request ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(b9547b93-5619-47e8-97a1-04fc07c787df) receive request ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(b9547b93-5619-47e8-97a1-04fc07c787df) appended chunk (isFinal=true) to /tmp/junit1790034784138261936/server-tmproot-server/blob-upload-server/b9547b93-5619-47e8-97a1-04fc07c787df ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:46683/api/blob/wWL1jZH9TMxilFxiMeVIUsPHWxbeFX5CJNJtHZ0Yv%2Bg%3D to /tmp/junit1790034784138261936/server-server-httpfiles/tmpWork/144.tmp (integrity=sha256-wWL1jZH9TMxilFxiMeVIUsPHWxbeFX5CJNJtHZ0Yv+g=) ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(b9547b93-5619-47e8-97a1-04fc07c787df): Upload complete of 12837 bytes in 1 chunks to http://localhost:46683/api/blob/upload-batch-data ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1745411532888) for http://localhost:46683/api/blob/wWL1jZH9TMxilFxiMeVIUsPHWxbeFX5CJNJtHZ0Yv%2Bg%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1745411532888http://localhost:46683/api/blob/wWL1jZH9TMxilFxiMeVIUsPHWxbeFX5CJNJtHZ0Yv%2Bg%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/wWL1jZH9TMxilFxiMeVIUsPHWxbeFX5CJNJtHZ0Yv%2Bg%3D) /tmp/junit1790034784138261936/client-server-httpfiles/persistent/6af82611-fff8-4f17-bd8d-ae4f23035be1 -> /tmp/junit1790034784138261936/client-server-httpfiles/cache/6af82611-fff8-4f17-bd8d-ae4f23035be1 ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(e1e23a61-9fe6-4c7c-afc9-9230cd8dc58c): Uploading 1229 bytes in 1 chunks to http://localhost:46683/api/blob/upload-batch-data starting from byte=0 ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/QG6s8ffvRksUj4CoqMfqKsmzKCDVZOMJS4Z%2BhjD4sko%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/QG6s8ffvRksUj4CoqMfqKsmzKCDVZOMJS4Z%2BhjD4sko%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/QG6s8ffvRksUj4CoqMfqKsmzKCDVZOMJS4Z%2BhjD4sko%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:46683/api/blob/upload-batch-data ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(e1e23a61-9fe6-4c7c-afc9-9230cd8dc58c) receive request ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(e1e23a61-9fe6-4c7c-afc9-9230cd8dc58c) receive request ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(e1e23a61-9fe6-4c7c-afc9-9230cd8dc58c) appended chunk (isFinal=true) to /tmp/junit1790034784138261936/server-tmproot-server/blob-upload-server/e1e23a61-9fe6-4c7c-afc9-9230cd8dc58c ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:46683/api/blob/QG6s8ffvRksUj4CoqMfqKsmzKCDVZOMJS4Z%2BhjD4sko%3D to /tmp/junit1790034784138261936/server-server-httpfiles/tmpWork/145.tmp (integrity=sha256-QG6s8ffvRksUj4CoqMfqKsmzKCDVZOMJS4Z+hjD4sko=) ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(e1e23a61-9fe6-4c7c-afc9-9230cd8dc58c): Upload complete of 1229 bytes in 1 chunks to http://localhost:46683/api/blob/upload-batch-data ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1745411532889) for http://localhost:46683/api/blob/QG6s8ffvRksUj4CoqMfqKsmzKCDVZOMJS4Z%2BhjD4sko%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1745411532889http://localhost:46683/api/blob/QG6s8ffvRksUj4CoqMfqKsmzKCDVZOMJS4Z%2BhjD4sko%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/QG6s8ffvRksUj4CoqMfqKsmzKCDVZOMJS4Z%2BhjD4sko%3D) /tmp/junit1790034784138261936/client-server-httpfiles/persistent/7924f0a9-5bb8-4cbd-a66c-7d79d099579f -> /tmp/junit1790034784138261936/client-server-httpfiles/cache/7924f0a9-5bb8-4cbd-a66c-7d79d099579f ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(996e5439-a751-4720-8f19-132bd75a5f79): Uploading 38480 bytes in 1 chunks to http://localhost:46683/api/blob/upload-batch-data starting from byte=0 ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/Cs%2FL%2BOBmRgENBqKnXY5%2FOJ44hDv7z%2B18UB%2Bdln6zuFs%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/Cs%2FL%2BOBmRgENBqKnXY5%2FOJ44hDv7z%2B18UB%2Bdln6zuFs%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/Cs%2FL%2BOBmRgENBqKnXY5%2FOJ44hDv7z%2B18UB%2Bdln6zuFs%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:46683/api/blob/upload-batch-data ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(996e5439-a751-4720-8f19-132bd75a5f79) receive request ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(996e5439-a751-4720-8f19-132bd75a5f79) receive request ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(996e5439-a751-4720-8f19-132bd75a5f79) appended chunk (isFinal=true) to /tmp/junit1790034784138261936/server-tmproot-server/blob-upload-server/996e5439-a751-4720-8f19-132bd75a5f79 ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:46683/api/blob/Cs%2FL%2BOBmRgENBqKnXY5%2FOJ44hDv7z%2B18UB%2Bdln6zuFs%3D to /tmp/junit1790034784138261936/server-server-httpfiles/tmpWork/146.tmp (integrity=sha256-Cs/L+OBmRgENBqKnXY5/OJ44hDv7z+18UB+dln6zuFs=) ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(996e5439-a751-4720-8f19-132bd75a5f79): Upload complete of 38480 bytes in 1 chunks to http://localhost:46683/api/blob/upload-batch-data ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1745411532890) for http://localhost:46683/api/blob/Cs%2FL%2BOBmRgENBqKnXY5%2FOJ44hDv7z%2B18UB%2Bdln6zuFs%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1745411532890http://localhost:46683/api/blob/Cs%2FL%2BOBmRgENBqKnXY5%2FOJ44hDv7z%2B18UB%2Bdln6zuFs%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/Cs%2FL%2BOBmRgENBqKnXY5%2FOJ44hDv7z%2B18UB%2Bdln6zuFs%3D) /tmp/junit1790034784138261936/client-server-httpfiles/persistent/fb38d547-83c1-4fa5-a0cd-fb41ed05fc23 -> /tmp/junit1790034784138261936/client-server-httpfiles/cache/fb38d547-83c1-4fa5-a0cd-fb41ed05fc23 ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(f3a9d897-dc7a-4ed4-a02a-e46c24eaee5d): Uploading 3615 bytes in 1 chunks to http://localhost:46683/api/blob/upload-batch-data starting from byte=0 ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/HkkywhhDQrAzn7Dz6sRR9c4DiBK6MpCD86BkvtJB5SE%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/HkkywhhDQrAzn7Dz6sRR9c4DiBK6MpCD86BkvtJB5SE%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/HkkywhhDQrAzn7Dz6sRR9c4DiBK6MpCD86BkvtJB5SE%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:46683/api/blob/upload-batch-data ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(f3a9d897-dc7a-4ed4-a02a-e46c24eaee5d) receive request ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(f3a9d897-dc7a-4ed4-a02a-e46c24eaee5d) receive request ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(f3a9d897-dc7a-4ed4-a02a-e46c24eaee5d) appended chunk (isFinal=true) to /tmp/junit1790034784138261936/server-tmproot-server/blob-upload-server/f3a9d897-dc7a-4ed4-a02a-e46c24eaee5d ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:46683/api/blob/HkkywhhDQrAzn7Dz6sRR9c4DiBK6MpCD86BkvtJB5SE%3D to /tmp/junit1790034784138261936/server-server-httpfiles/tmpWork/147.tmp (integrity=sha256-HkkywhhDQrAzn7Dz6sRR9c4DiBK6MpCD86BkvtJB5SE=) ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(f3a9d897-dc7a-4ed4-a02a-e46c24eaee5d): Upload complete of 3615 bytes in 1 chunks to http://localhost:46683/api/blob/upload-batch-data ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1745411532891) for http://localhost:46683/api/blob/HkkywhhDQrAzn7Dz6sRR9c4DiBK6MpCD86BkvtJB5SE%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1745411532891http://localhost:46683/api/blob/HkkywhhDQrAzn7Dz6sRR9c4DiBK6MpCD86BkvtJB5SE%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/HkkywhhDQrAzn7Dz6sRR9c4DiBK6MpCD86BkvtJB5SE%3D) /tmp/junit1790034784138261936/client-server-httpfiles/persistent/d0e5935b-a8ec-4b1b-9644-b80b6a687bff -> /tmp/junit1790034784138261936/client-server-httpfiles/cache/d0e5935b-a8ec-4b1b-9644-b80b6a687bff ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(afcfa5c1-4aa8-41b0-bf28-d2a8a0d96d7a): Uploading 7051 bytes in 1 chunks to http://localhost:46683/api/blob/upload-batch-data starting from byte=0 ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/kpaWI2p5pMdbuxPJnq3QBXQZedGFfh9o18RGgBafeb0%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/kpaWI2p5pMdbuxPJnq3QBXQZedGFfh9o18RGgBafeb0%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/kpaWI2p5pMdbuxPJnq3QBXQZedGFfh9o18RGgBafeb0%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:46683/api/blob/upload-batch-data ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(afcfa5c1-4aa8-41b0-bf28-d2a8a0d96d7a) receive request ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(afcfa5c1-4aa8-41b0-bf28-d2a8a0d96d7a) receive request ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(afcfa5c1-4aa8-41b0-bf28-d2a8a0d96d7a) appended chunk (isFinal=true) to /tmp/junit1790034784138261936/server-tmproot-server/blob-upload-server/afcfa5c1-4aa8-41b0-bf28-d2a8a0d96d7a ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:46683/api/blob/kpaWI2p5pMdbuxPJnq3QBXQZedGFfh9o18RGgBafeb0%3D to /tmp/junit1790034784138261936/server-server-httpfiles/tmpWork/148.tmp (integrity=sha256-kpaWI2p5pMdbuxPJnq3QBXQZedGFfh9o18RGgBafeb0=) ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(afcfa5c1-4aa8-41b0-bf28-d2a8a0d96d7a): Upload complete of 7051 bytes in 1 chunks to http://localhost:46683/api/blob/upload-batch-data ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1745411532892) for http://localhost:46683/api/blob/kpaWI2p5pMdbuxPJnq3QBXQZedGFfh9o18RGgBafeb0%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1745411532892http://localhost:46683/api/blob/kpaWI2p5pMdbuxPJnq3QBXQZedGFfh9o18RGgBafeb0%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/kpaWI2p5pMdbuxPJnq3QBXQZedGFfh9o18RGgBafeb0%3D) /tmp/junit1790034784138261936/client-server-httpfiles/persistent/580cda6d-4c78-45c0-94e9-41b4e35aad70 -> /tmp/junit1790034784138261936/client-server-httpfiles/cache/580cda6d-4c78-45c0-94e9-41b4e35aad70 ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(7ae69600-b71c-4fed-9e6b-4e62fb66ac2e): Uploading 135 bytes in 1 chunks to http://localhost:46683/api/blob/upload-batch-data starting from byte=0 ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/3vWQ0f6tRdZRM4YjJSPrQBPdMi7QlJxHoeN4gO8VZXc%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/3vWQ0f6tRdZRM4YjJSPrQBPdMi7QlJxHoeN4gO8VZXc%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/3vWQ0f6tRdZRM4YjJSPrQBPdMi7QlJxHoeN4gO8VZXc%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:46683/api/blob/upload-batch-data ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(7ae69600-b71c-4fed-9e6b-4e62fb66ac2e) receive request ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(7ae69600-b71c-4fed-9e6b-4e62fb66ac2e) receive request ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(7ae69600-b71c-4fed-9e6b-4e62fb66ac2e) appended chunk (isFinal=true) to /tmp/junit1790034784138261936/server-tmproot-server/blob-upload-server/7ae69600-b71c-4fed-9e6b-4e62fb66ac2e ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:46683/api/blob/3vWQ0f6tRdZRM4YjJSPrQBPdMi7QlJxHoeN4gO8VZXc%3D to /tmp/junit1790034784138261936/server-server-httpfiles/tmpWork/149.tmp (integrity=sha256-3vWQ0f6tRdZRM4YjJSPrQBPdMi7QlJxHoeN4gO8VZXc=) ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(7ae69600-b71c-4fed-9e6b-4e62fb66ac2e): Upload complete of 135 bytes in 1 chunks to http://localhost:46683/api/blob/upload-batch-data ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1745411532893) for http://localhost:46683/api/blob/3vWQ0f6tRdZRM4YjJSPrQBPdMi7QlJxHoeN4gO8VZXc%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1745411532893http://localhost:46683/api/blob/3vWQ0f6tRdZRM4YjJSPrQBPdMi7QlJxHoeN4gO8VZXc%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/3vWQ0f6tRdZRM4YjJSPrQBPdMi7QlJxHoeN4gO8VZXc%3D) /tmp/junit1790034784138261936/client-server-httpfiles/persistent/141b0789-9ea0-4f9c-85a4-440e063b9e2f -> /tmp/junit1790034784138261936/client-server-httpfiles/cache/141b0789-9ea0-4f9c-85a4-440e063b9e2f ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(0bcab846-57cb-4a0c-aa3f-cba55a76b8bf): Uploading 138900 bytes in 1 chunks to http://localhost:46683/api/blob/upload-batch-data starting from byte=0 ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/lvpl17wtiXNsQEGVLgL5hcq22Jkm53kZrj6t5p3iWQ4%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/lvpl17wtiXNsQEGVLgL5hcq22Jkm53kZrj6t5p3iWQ4%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/lvpl17wtiXNsQEGVLgL5hcq22Jkm53kZrj6t5p3iWQ4%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:46683/api/blob/upload-batch-data ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(0bcab846-57cb-4a0c-aa3f-cba55a76b8bf) receive request ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(0bcab846-57cb-4a0c-aa3f-cba55a76b8bf) receive request ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(0bcab846-57cb-4a0c-aa3f-cba55a76b8bf) appended chunk (isFinal=true) to /tmp/junit1790034784138261936/server-tmproot-server/blob-upload-server/0bcab846-57cb-4a0c-aa3f-cba55a76b8bf ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:46683/api/blob/lvpl17wtiXNsQEGVLgL5hcq22Jkm53kZrj6t5p3iWQ4%3D to /tmp/junit1790034784138261936/server-server-httpfiles/tmpWork/150.tmp (integrity=sha256-lvpl17wtiXNsQEGVLgL5hcq22Jkm53kZrj6t5p3iWQ4=) ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(0bcab846-57cb-4a0c-aa3f-cba55a76b8bf): Upload complete of 138900 bytes in 1 chunks to http://localhost:46683/api/blob/upload-batch-data ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1745411532894) for http://localhost:46683/api/blob/lvpl17wtiXNsQEGVLgL5hcq22Jkm53kZrj6t5p3iWQ4%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1745411532894http://localhost:46683/api/blob/lvpl17wtiXNsQEGVLgL5hcq22Jkm53kZrj6t5p3iWQ4%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/lvpl17wtiXNsQEGVLgL5hcq22Jkm53kZrj6t5p3iWQ4%3D) /tmp/junit1790034784138261936/client-server-httpfiles/persistent/c8b637de-a627-4874-8dd5-950266e0c413 -> /tmp/junit1790034784138261936/client-server-httpfiles/cache/c8b637de-a627-4874-8dd5-950266e0c413 ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(55d6152b-4043-4933-a21c-735bb8a683ac): Uploading 11685 bytes in 1 chunks to http://localhost:46683/api/blob/upload-batch-data starting from byte=0 ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/0gUfpA5HMCps0QY%2BoMxb%2BJSq%2BoBIWs62g2C4f%2BxJCoU%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/0gUfpA5HMCps0QY%2BoMxb%2BJSq%2BoBIWs62g2C4f%2BxJCoU%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/0gUfpA5HMCps0QY%2BoMxb%2BJSq%2BoBIWs62g2C4f%2BxJCoU%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:46683/api/blob/upload-batch-data ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(55d6152b-4043-4933-a21c-735bb8a683ac) receive request ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(55d6152b-4043-4933-a21c-735bb8a683ac) receive request ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(55d6152b-4043-4933-a21c-735bb8a683ac) appended chunk (isFinal=true) to /tmp/junit1790034784138261936/server-tmproot-server/blob-upload-server/55d6152b-4043-4933-a21c-735bb8a683ac ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:46683/api/blob/0gUfpA5HMCps0QY%2BoMxb%2BJSq%2BoBIWs62g2C4f%2BxJCoU%3D to /tmp/junit1790034784138261936/server-server-httpfiles/tmpWork/151.tmp (integrity=sha256-0gUfpA5HMCps0QY+oMxb+JSq+oBIWs62g2C4f+xJCoU=) ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(55d6152b-4043-4933-a21c-735bb8a683ac): Upload complete of 11685 bytes in 1 chunks to http://localhost:46683/api/blob/upload-batch-data ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1745411532895) for http://localhost:46683/api/blob/0gUfpA5HMCps0QY%2BoMxb%2BJSq%2BoBIWs62g2C4f%2BxJCoU%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1745411532895http://localhost:46683/api/blob/0gUfpA5HMCps0QY%2BoMxb%2BJSq%2BoBIWs62g2C4f%2BxJCoU%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/0gUfpA5HMCps0QY%2BoMxb%2BJSq%2BoBIWs62g2C4f%2BxJCoU%3D) /tmp/junit1790034784138261936/client-server-httpfiles/persistent/ae48f901-7d41-4d55-bc06-e9230cd3346f -> /tmp/junit1790034784138261936/client-server-httpfiles/cache/ae48f901-7d41-4d55-bc06-e9230cd3346f ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(f64d60cb-ed42-478e-ba56-d7bfafc5d765): Uploading 404 bytes in 1 chunks to http://localhost:46683/api/blob/upload-batch-data starting from byte=0 ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/0zWQjjAb1k%2BvCeEvpXjWHop85BXoVhKUsw%2BqmHl0U%2B4%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/0zWQjjAb1k%2BvCeEvpXjWHop85BXoVhKUsw%2BqmHl0U%2B4%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/0zWQjjAb1k%2BvCeEvpXjWHop85BXoVhKUsw%2BqmHl0U%2B4%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:46683/api/blob/upload-batch-data ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(f64d60cb-ed42-478e-ba56-d7bfafc5d765) receive request ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(f64d60cb-ed42-478e-ba56-d7bfafc5d765) receive request ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(f64d60cb-ed42-478e-ba56-d7bfafc5d765) appended chunk (isFinal=true) to /tmp/junit1790034784138261936/server-tmproot-server/blob-upload-server/f64d60cb-ed42-478e-ba56-d7bfafc5d765 ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:46683/api/blob/0zWQjjAb1k%2BvCeEvpXjWHop85BXoVhKUsw%2BqmHl0U%2B4%3D to /tmp/junit1790034784138261936/server-server-httpfiles/tmpWork/152.tmp (integrity=sha256-0zWQjjAb1k+vCeEvpXjWHop85BXoVhKUsw+qmHl0U+4=) ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(f64d60cb-ed42-478e-ba56-d7bfafc5d765): Upload complete of 404 bytes in 1 chunks to http://localhost:46683/api/blob/upload-batch-data ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1745411532896) for http://localhost:46683/api/blob/0zWQjjAb1k%2BvCeEvpXjWHop85BXoVhKUsw%2BqmHl0U%2B4%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1745411532896http://localhost:46683/api/blob/0zWQjjAb1k%2BvCeEvpXjWHop85BXoVhKUsw%2BqmHl0U%2B4%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/0zWQjjAb1k%2BvCeEvpXjWHop85BXoVhKUsw%2BqmHl0U%2B4%3D) /tmp/junit1790034784138261936/client-server-httpfiles/persistent/f27f948f-073a-425d-8ce4-84137d9d2c3e -> /tmp/junit1790034784138261936/client-server-httpfiles/cache/f27f948f-073a-425d-8ce4-84137d9d2c3e ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(164b98cb-88af-4ab9-961c-1bef682976e8): Uploading 2691 bytes in 1 chunks to http://localhost:46683/api/blob/upload-batch-data starting from byte=0 ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/EArfY4qBP1HFoEdjBizqqABDObYPmGCn5HWa0eEEElo%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/EArfY4qBP1HFoEdjBizqqABDObYPmGCn5HWa0eEEElo%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/EArfY4qBP1HFoEdjBizqqABDObYPmGCn5HWa0eEEElo%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:46683/api/blob/upload-batch-data ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(164b98cb-88af-4ab9-961c-1bef682976e8) receive request ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(164b98cb-88af-4ab9-961c-1bef682976e8) receive request ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(164b98cb-88af-4ab9-961c-1bef682976e8) appended chunk (isFinal=true) to /tmp/junit1790034784138261936/server-tmproot-server/blob-upload-server/164b98cb-88af-4ab9-961c-1bef682976e8 ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:46683/api/blob/EArfY4qBP1HFoEdjBizqqABDObYPmGCn5HWa0eEEElo%3D to /tmp/junit1790034784138261936/server-server-httpfiles/tmpWork/153.tmp (integrity=sha256-EArfY4qBP1HFoEdjBizqqABDObYPmGCn5HWa0eEEElo=) ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(164b98cb-88af-4ab9-961c-1bef682976e8): Upload complete of 2691 bytes in 1 chunks to http://localhost:46683/api/blob/upload-batch-data ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1745411532897) for http://localhost:46683/api/blob/EArfY4qBP1HFoEdjBizqqABDObYPmGCn5HWa0eEEElo%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1745411532897http://localhost:46683/api/blob/EArfY4qBP1HFoEdjBizqqABDObYPmGCn5HWa0eEEElo%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/EArfY4qBP1HFoEdjBizqqABDObYPmGCn5HWa0eEEElo%3D) /tmp/junit1790034784138261936/client-server-httpfiles/persistent/4285cdba-9372-48f1-9b4d-dd211ae242b3 -> /tmp/junit1790034784138261936/client-server-httpfiles/cache/4285cdba-9372-48f1-9b4d-dd211ae242b3 ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(5a775a3b-9bb7-4bca-bb98-f377a3a3ba87): Uploading 74602 bytes in 1 chunks to http://localhost:46683/api/blob/upload-batch-data starting from byte=0 ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/content/719727995853443072/_ustadmanifest.json ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/content/719727995853443072/_ustadmanifest.json ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?B}FINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/content/719727995853443072/_ustadmanifest.json ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:46683/api/blob/upload-batch-data ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(5a775a3b-9bb7-4bca-bb98-f377a3a3ba87) receive request ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(5a775a3b-9bb7-4bca-bb98-f377a3a3ba87) receive request ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(5a775a3b-9bb7-4bca-bb98-f377a3a3ba87) appended chunk (isFinal=true) to /tmp/junit1790034784138261936/server-tmproot-server/blob-upload-server/5a775a3b-9bb7-4bca-bb98-f377a3a3ba87 ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:46683/api/content/719727995853443072/_ustadmanifest.json to /tmp/junit1790034784138261936/server-server-httpfiles/tmpWork/154.tmp (integrity=sha256-LA71bLbmTRsel6OZwJKZVCBZNXUjq8CAYHeH7ccT/78=) ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(5a775a3b-9bb7-4bca-bb98-f377a3a3ba87): Upload complete of 74602 bytes in 1 chunks to http://localhost:46683/api/blob/upload-batch-data ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1745411532898) for http://localhost:46683/api/content/719727995853443072/_ustadmanifest.json ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1745411532898http://localhost:46683/api/content/719727995853443072/_ustadmanifest.json ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/content/719727995853443072/_ustadmanifest.json) /tmp/junit1790034784138261936/client-server-httpfiles/persistent/28023022-9be4-4aa5-9424-335927e186a4 -> /tmp/junit1790034784138261936/client-server-httpfiles/cache/28023022-9be4-4aa5-9424-335927e186a4 ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER TransferJobItemStatusUpdater$commit$invokeSuspend - TransferJobItemStatusUpdater: update status complete for 1 updates=1 ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #23 : SQLite Change Tracker: Changed tables=[TransferJob, TransferJobItem, OutgoingReplication] ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DoorLog - [NodeEventJdbcImplListenerSqlite - jdbc:sqlite::memory:] emitting 1 events com.ustadmobile.door.nodeevent.NodeEvent@5ed2daad ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BoINFO: INFO BlobUploadClientUseCaseJvm$invoke$invokeSuspend - BlobUploadClientUseCaseJvm (#1): Upload Complete! ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BoINFO: INFO BlobUploadClientUseCaseJvm$invoke$invokeSuspend - BlobUploadClientUseCaseJvm (#1): Upload Complete! ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #24 : SQLite Change Tracker: Changed tables=[] ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:46683/UmAppDatabase/replication/message ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER XferTestClient$waitForContentUploadCompletion$invokeSuspend - XferTestClient: TransferJob #1 is complete(status = 21) ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/content/719727995853443072/_ustadmanifest.json ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/content/719727995853443072/_ustadmanifest.json ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?B}FINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/content/719727995853443072/_ustadmanifest.json ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/content/719727995853443072/_ustadmanifest.json ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/content/719727995853443072/_ustadmanifest.json ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?B}FINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/content/719727995853443072/_ustadmanifest.json ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/T6uQJbiizni1qK8zT4b1x46g0ck9NyM05rMKufLI2FI%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/T6uQJbiizni1qK8zT4b1x46g0ck9NyM05rMKufLI2FI%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/T6uQJbiizni1qK8zT4b1x46g0ck9NyM05rMKufLI2FI%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/bjwfnGlRbxR6w41vOplXXSsJlK%2FkQzJuwiG9Vdr2PBI%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/bjwfnGlRbxR6w41vOplXXSsJlK%2FkQzJuwiG9Vdr2PBI%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/bjwfnGlRbxR6w41vOplXXSsJlK%2FkQzJuwiG9Vdr2PBI%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/GbEzhDlg2eOkUS0yhbQRdkYN7%2BExqlN1jS7v1KfVVxw%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/GbEzhDlg2eOkUS0yhbQRdkYN7%2BExqlN1jS7v1KfVVxw%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/GbEzhDlg2eOkUS0yhbQRdkYN7%2BExqlN1jS7v1KfVVxw%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/ftJMBUMkAxFzcokVQ%2FDLankiEAkZ564HfB8%2Fr2dljcI%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/ftJMBUMkAxFzcokVQ%2FDLankiEAkZ564HfB8%2Fr2dljcI%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/ftJMBUMkAxFzcokVQ%2FDLankiEAkZ564HfB8%2Fr2dljcI%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/4hns6PTT5KxFXvMc06fHtQV%2BpooQmTf8JrA8bpnukyI%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/4hns6PTT5KxFXvMc06fHtQV%2BpooQmTf8JrA8bpnukyI%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/4hns6PTT5KxFXvMc06fHtQV%2BpooQmTf8JrA8bpnukyI%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/1nBB%2Fl1Q7vnvZxZDlo985rEw6qqqLOTUlrGNCjOuuHs%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/1nBB%2Fl1Q7vnvZxZDlo985rEw6qqqLOTUlrGNCjOuuHs%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/1nBB%2Fl1Q7vnvZxZDlo985rEw6qqqLOTUlrGNCjOuuHs%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/e1pDIPug1Mj3kydkW0ucyHWi7GF6VX6Em4E5GOtzNJk%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/e1pDIPug1Mj3kydkW0ucyHWi7GF6VX6Em4E5GOtzNJk%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/e1pDIPug1Mj3kydkW0ucyHWi7GF6VX6Em4E5GOtzNJk%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/yBLdyeR10%2BZdaKaztYnOWYoqW6u3r8VUd9WSFcSjikA%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/yBLdyeR10%2BZdaKaztYnOWYoqW6u3r8VUd9WSFcSjikA%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/yBLdyeR10%2BZdaKaztYnOWYoqW6u3r8VUd9WSFcSjikA%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/%2F4Ku7WubtnAWlshNGyI9Lmgut4yJEXpDjObP6oxJiZU%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/%2F4Ku7WubtnAWlshNGyI9Lmgut4yJEXpDjObP6oxJiZU%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/%2F4Ku7WubtnAWlshNGyI9Lmgut4yJEXpDjObP6oxJiZU%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/hNkB8eW5RIdaNUrvVRKRFRxo07hZCB8p7k8hiRJnOmU%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/hNkB8eW5RIdaNUrvVRKRFRxo07hZCB8p7k8hiRJnOmU%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/hNkB8eW5RIdaNUrvVRKRFRxo07hZCB8p7k8hiRJnOmU%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/wNCC8cHq2llme5T359p2aAVxgnZy1xD02zehmxYfzrQ%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/wNCC8cHq2llme5T359p2aAVxgnZy1xD02zehmxYfzrQ%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/wNCC8cHq2llme5T359p2aAVxgnZy1xD02zehmxYfzrQ%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/JakG3baTnxBZ0ygCbLpNeqUSpupufejv3CEJsk8lGjM%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/JakG3baTnxBZ0ygCbLpNeqUSpupufejv3CEJsk8lGjM%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/JakG3baTnxBZ0ygCbLpNeqUSpupufejv3CEJsk8lGjM%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/Tyj1ZbAw3I%2BjTnYcRMap00SSDE8uimpYNpM%2FV1r5TQc%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/Tyj1ZbAw3I%2BjTnYcRMap00SSDE8uimpYNpM%2FV1r5TQc%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/Tyj1ZbAw3I%2BjTnYcRMap00SSDE8uimpYNpM%2FV1r5TQc%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/5d4Gn7Lje7djT1HHt6jjcg%2BHKH9wgn2vEpJCSjuX6z4%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/5d4Gn7Lje7djT1HHt6jjcg%2BHKH9wgn2vEpJCSjuX6z4%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/5d4Gn7Lje7djT1HHt6jjcg%2BHKH9wgn2vEpJCSjuX6z4%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/k65pd4r52nGCR800CqwX9ekYeR56pcNyD6PKQm5ECMY%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/k65pd4r52nGCR800CqwX9ekYeR56pcNyD6PKQm5ECMY%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/k65pd4r52nGCR800CqwX9ekYeR56pcNyD6PKQm5ECMY%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/MZikNKgl2FhWpW23NSSFUT1wOPqRV060fcrD6oKsRao%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/MZikNKgl2FhWpW23NSSFUT1wOPqRV060fcrD6oKsRao%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/MZikNKgl2FhWpW23NSSFUT1wOPqRV060fcrD6oKsRao%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/qGvsfW4NaWJUAV8k%2BjAgxyt68uSYkM8Zvl4iO07eQSw%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/qGvsfW4NaWJUAV8k%2BjAgxyt68uSYkM8Zvl4iO07eQSw%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/qGvsfW4NaWJUAV8k%2BjAgxyt68uSYkM8Zvl4iO07eQSw%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/jT7lEK6lwyBhlTHcKRWFJqu7C0gPdwvq0cKmMsrO3o4%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/jT7lEK6lwyBhlTHcKRWFJqu7C0gPdwvq0cKmMsrO3o4%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/jT7lEK6lwyBhlTHcKRWFJqu7C0gPdwvq0cKmMsrO3o4%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/Au%2B2IdPCR1K6fzgi%2BwM5XKVYY8AZh6QiVWhS%2FNgRMNU%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/Au%2B2IdPCR1K6fzgi%2BwM5XKVYY8AZh6QiVWhS%2FNgRMNU%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/Au%2B2IdPCR1K6fzgi%2BwM5XKVYY8AZh6QiVWhS%2FNgRMNU%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/SQzRpZj429D6cW3daoNAw3eqvBYSS2ns7TItpaMlHT8%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/SQzRpZj429D6cW3daoNAw3eqvBYSS2ns7TItpaMlHT8%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/SQzRpZj429D6cW3daoNAw3eqvBYSS2ns7TItpaMlHT8%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/WdACppPgOH8BBO0iigwsrmWMy17E3kScuTWoKjWTy%2Fw%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/WdACppPgOH8BBO0iigwsrmWMy17E3kScuTWoKjWTy%2Fw%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/WdACppPgOH8BBO0iigwsrmWMy17E3kScuTWoKjWTy%2Fw%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/7vs8uqNXfk02HCNxgA9IXzTGWczwRxAXgvYRXQZHT3w%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/7vs8uqNXfk02HCNxgA9IXzTGWczwRxAXgvYRXQZHT3w%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/7vs8uqNXfk02HCNxgA9IXzTGWczwRxAXgvYRXQZHT3w%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/b0rPNEXzpQ22OFjtaC11asx2j0%2BhLr7cAomd3VO69e0%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/b0rPNEXzpQ22OFjtaC11asx2j0%2BhLr7cAomd3VO69e0%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/b0rPNEXzpQ22OFjtaC11asx2j0%2BhLr7cAomd3VO69e0%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/Oq8Qt4f%2FpNdOtT7Cz%2FP1buRr1KXcoKQUW%2BC9lCFg8YQ%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/Oq8Qt4f%2FpNdOtT7Cz%2FP1buRr1KXcoKQUW%2BC9lCFg8YQ%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/Oq8Qt4f%2FpNdOtT7Cz%2FP1buRr1KXcoKQUW%2BC9lCFg8YQ%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/yzJGqJtjyxHYqHNh51kOeZtaOIra3Ks3%2B1GBRu4D0%2BQ%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/yzJGqJtjyxHYqHNh51kOeZtaOIra3Ks3%2B1GBRu4D0%2BQ%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/yzJGqJtjyxHYqHNh51kOeZtaOIra3Ks3%2B1GBRu4D0%2BQ%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/b%2FpemT3AQtkcxWYfWDVJk2%2FkTkEqjdt%2BoehmTIE02AM%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/b%2FpemT3AQtkcxWYfWDVJk2%2FkTkEqjdt%2BoehmTIE02AM%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/b%2FpemT3AQtkcxWYfWDVJk2%2FkTkEqjdt%2BoehmTIE02AM%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/mfov8Hrp8eJ57UpQUEJ%2B8RVeKjq45a8ngANpAaLYR6w%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/mfov8Hrp8eJ57UpQUEJ%2B8RVeKjq45a8ngANpAaLYR6w%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/mfov8Hrp8eJ57UpQUEJ%2B8RVeKjq45a8ngANpAaLYR6w%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/7xF1FYDJR0vQb3gRCLf5zGPh50%2B3WuGOhPKs9utqGUE%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/7xF1FYDJR0vQb3gRCLf5zGPh50%2B3WuGOhPKs9utqGUE%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/7xF1FYDJR0vQb3gRCLf5zGPh50%2B3WuGOhPKs9utqGUE%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/s%2BjWsJZ%2F9ShpZSiPQWSmovDOpcmVTDAObwrxxK3lcHc%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/s%2BjWsJZ%2F9ShpZSiPQWSmovDOpcmVTDAObwrxxK3lcHc%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/s%2BjWsJZ%2F9ShpZSiPQWSmovDOpcmVTDAObwrxxK3lcHc%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/MpD8uvv86rzRXumzeeIEP9dkvgCqNH4BgNx%2Bu3BdkYQ%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/MpD8uvv86rzRXumzeeIEP9dkvgCqNH4BgNx%2Bu3BdkYQ%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/MpD8uvv86rzRXumzeeIEP9dkvgCqNH4BgNx%2Bu3BdkYQ%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/s9HqB4agwbGesiE3QlUHeYBRLelpFY4r8WgsGxlH3Qo%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/s9HqB4agwbGesiE3QlUHeYBRLelpFY4r8WgsGxlH3Qo%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/s9HqB4agwbGesiE3QlUHeYBRLelpFY4r8WgsGxlH3Qo%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/UKuxu3Hz%2BfGYRK1HeAzq8IUine8lfc8wmfa4xX1FqNk%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/UKuxu3Hz%2BfGYRK1HeAzq8IUine8lfc8wmfa4xX1FqNk%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/UKuxu3Hz%2BfGYRK1HeAzq8IUine8lfc8wmfa4xX1FqNk%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/3NOfayEFEmNxtWcImQh5OHnRGSetW1NnAmZP8xt%2FTEE%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/3NOfayEFEmNxtWcImQh5OHnRGSetW1NnAmZP8xt%2FTEE%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/3NOfayEFEmNxtWcImQh5OHnRGSetW1NnAmZP8xt%2FTEE%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/Rq39aiLMuqiP%2B0mPmeCr0C2QflhXTn%2F%2FNEPZaPtsh7s%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/Rq39aiLMuqiP%2B0mPmeCr0C2QflhXTn%2F%2FNEPZaPtsh7s%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/Rq39aiLMuqiP%2B0mPmeCr0C2QflhXTn%2F%2FNEPZaPtsh7s%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/Rq39aiLMuqiP%2B0mPmeCr0C2QflhXTn%2F%2FNEPZaPtsh7s%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/Rq39aiLMuqiP%2B0mPmeCr0C2QflhXTn%2F%2FNEPZaPtsh7s%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/Rq39aiLMuqiP%2B0mPmeCr0C2QflhXTn%2F%2FNEPZaPtsh7s%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/PjfwUp1%2Bw6kzto%2B92J5gCGOUXTWvFUUHmzECFE26ZTI%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/PjfwUp1%2Bw6kzto%2B92J5gCGOUXTWvFUUHmzECFE26ZTI%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/PjfwUp1%2Bw6kzto%2B92J5gCGOUXTWvFUUHmzECFE26ZTI%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/h%2BjhrR%2B2SJw3n6swaOU2A8b3QZHrKvXk3vxMgmuJI48%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/h%2BjhrR%2B2SJw3n6swaOU2A8b3QZHrKvXk3vxMgmuJI48%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/h%2BjhrR%2B2SJw3n6swaOU2A8b3QZHrKvXk3vxMgmuJI48%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/vGluaw0k9XeZTNkXi2DMNSp4SAI6Mpq0chcOqfhROgo%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/vGluaw0k9XeZTNkXi2DMNSp4SAI6Mpq0chcOqfhROgo%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/vGluaw0k9XeZTNkXi2DMNSp4SAI6Mpq0chcOqfhROgo%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/2HtvcBRqQjS2JXOH5QQ9utn6ppsaI1mFBHfAO7S2ccI%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/2HtvcBRqQjS2JXOH5QQ9utn6ppsaI1mFBHfAO7S2ccI%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/2HtvcBRqQjS2JXOH5QQ9utn6ppsaI1mFBHfAO7S2ccI%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/sHX8VAaCnEAbmKOODXx8XwsoiVmNERxdjjnDxegBg8s%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/sHX8VAaCnEAbmKOODXx8XwsoiVmNERxdjjnDxegBg8s%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/sHX8VAaCnEAbmKOODXx8XwsoiVmNERxdjjnDxegBg8s%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/Io0MLdilHmozLkMugHE9pOBHQ0GoWK2Ad%2BKk1mN4QiY%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/Io0MLdilHmozLkMugHE9pOBHQ0GoWK2Ad%2BKk1mN4QiY%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/Io0MLdilHmozLkMugHE9pOBHQ0GoWK2Ad%2BKk1mN4QiY%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/kTthmgm8PGGYjMHstF6NYIjf3CLWmwpKOi4l3MdMEtg%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/kTthmgm8PGGYjMHstF6NYIjf3CLWmwpKOi4l3MdMEtg%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/kTthmgm8PGGYjMHstF6NYIjf3CLWmwpKOi4l3MdMEtg%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/eYHHnwyecTXEwTD51UOV4ep3iOXp7UijenqWFiHPj7w%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/eYHHnwyecTXEwTD51UOV4ep3iOXp7UijenqWFiHPj7w%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/eYHHnwyecTXEwTD51UOV4ep3iOXp7UijenqWFiHPj7w%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/XNfsFzpMGtyUb4cp%2BZP4sbwRpfi%2BBGbF07psv2MPtA4%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/XNfsFzpMGtyUb4cp%2BZP4sbwRpfi%2BBGbF07psv2MPtA4%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/XNfsFzpMGtyUb4cp%2BZP4sbwRpfi%2BBGbF07psv2MPtA4%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/GslQZC%2FV0B6kfy34jVZWRceF2QhHWG6YmuW5qqEmeu8%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/GslQZC%2FV0B6kfy34jVZWRceF2QhHWG6YmuW5qqEmeu8%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/GslQZC%2FV0B6kfy34jVZWRceF2QhHWG6YmuW5qqEmeu8%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/mvg3xbJ3LnwZdOssam2%2BvdSJ1%2FLWFX7%2FlxFJVciB6lg%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/mvg3xbJ3LnwZdOssam2%2BvdSJ1%2FLWFX7%2FlxFJVciB6lg%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/mvg3xbJ3LnwZdOssam2%2BvdSJ1%2FLWFX7%2FlxFJVciB6lg%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/MAqsHQLxvTtVgSONw2nt%2Bi52FKAKxkPqHKZN3dVehag%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/MAqsHQLxvTtVgSONw2nt%2Bi52FKAKxkPqHKZN3dVehag%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/MAqsHQLxvTtVgSONw2nt%2Bi52FKAKxkPqHKZN3dVehag%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/iLrog15kL9bl86CzWtk92zSVko7oOALiUGQ8de0aZAE%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/iLrog15kL9bl86CzWtk92zSVko7oOALiUGQ8de0aZAE%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/iLrog15kL9bl86CzWtk92zSVko7oOALiUGQ8de0aZAE%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/82XHZdU1kTgwewOyJbFyMVK0zesRRj2xRJpu92yJxx4%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/82XHZdU1kTgwewOyJbFyMVK0zesRRj2xRJpu92yJxx4%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #2 : SQLite Change Tracker: Changed tables=[ContentEntryVersion, ReplicationOperation] ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/82XHZdU1kTgwewOyJbFyMVK0zesRRj2xRJpu92yJxx4%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/Q%2Fy6R172KY9YPbOiNMSixqoh8QjGcQtM%2BrFsRKO2bE8%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/Q%2Fy6R172KY9YPbOiNMSixqoh8QjGcQtM%2BrFsRKO2bE8%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/Q%2Fy6R172KY9YPbOiNMSixqoh8QjGcQtM%2BrFsRKO2bE8%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DoorLog - [NodeEventManager - jdbc:sqlite::memory:] receiveMessage with 1 replications: inserts done/transaction finished ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/vBVhVK0Ik2c9Bvwl%2BlAPy96DxOyTL2%2BkeUcQmCA%2Frq0%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/vBVhVK0Ik2c9Bvwl%2BlAPy96DxOyTL2%2BkeUcQmCA%2Frq0%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/vBVhVK0Ik2c9Bvwl%2BlAPy96DxOyTL2%2BkeUcQmCA%2Frq0%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/vBVhVK0Ik2c9Bvwl%2BlAPy96DxOyTL2%2BkeUcQmCA%2Frq0%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/vBVhVK0Ik2c9Bvwl%2BlAPy96DxOyTL2%2BkeUcQmCA%2Frq0%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/vBVhVK0Ik2c9Bvwl%2BlAPy96DxOyTL2%2BkeUcQmCA%2Frq0%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/%2Fx3Wsw8%2BwpZRU2JIVcrL33nrHQV17lCsxuRemUqet54%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/%2Fx3Wsw8%2BwpZRU2JIVcrL33nrHQV17lCsxuRemUqet54%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/%2Fx3Wsw8%2BwpZRU2JIVcrL33nrHQV17lCsxuRemUqet54%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/8NYR%2FhsIIjp%2FPKQLuUNyeWjGcw9Ffd0e82E28xODp0k%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/8NYR%2FhsIIjp%2FPKQLuUNyeWjGcw9Ffd0e82E28xODp0k%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/8NYR%2FhsIIjp%2FPKQLuUNyeWjGcw9Ffd0e82E28xODp0k%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: GET http://localhost:46683/api/content/719727995853443072/_ustadmanifest.json ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/oPQ1dcUBafEmFbVhtQHHEJeUFzCkPST6bxu3%2BWONWHQ%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/oPQ1dcUBafEmFbVhtQHHEJeUFzCkPST6bxu3%2BWONWHQ%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/content/719727995853443072/_ustadmanifest.json ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/content/719727995853443072/_ustadmanifest.json ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/oPQ1dcUBafEmFbVhtQHHEJeUFzCkPST6bxu3%2BWONWHQ%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?B}FINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/content/719727995853443072/_ustadmanifest.json ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/K2Fsusn6qjgL725CJL7ByzgpD7DwK1Hv1Qc9nUTRvs0%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/K2Fsusn6qjgL725CJL7ByzgpD7DwK1Hv1Qc9nUTRvs0%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/K2Fsusn6qjgL725CJL7ByzgpD7DwK1Hv1Qc9nUTRvs0%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - OKHttp-CacheInterceptor: HIT(valid) http://localhost:46683/api/content/719727995853443072/_ustadmanifest.json 200 OK (contentType=application/json, content-encoding=identity content-length=74602) ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/cR3Bmvjb8RQpKsAuwqDiUYfIXyFSmzGtyfnorloVx0Y%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/cR3Bmvjb8RQpKsAuwqDiUYfIXyFSmzGtyfnorloVx0Y%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/cR3Bmvjb8RQpKsAuwqDiUYfIXyFSmzGtyfnorloVx0Y%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/tnKOTsJNsJ1igF6lTizkpOyMKbYWZe%2BdVsGZzjKfNTc%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/tnKOTsJNsJ1igF6lTizkpOyMKbYWZe%2BdVsGZzjKfNTc%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/tnKOTsJNsJ1igF6lTizkpOyMKbYWZe%2BdVsGZzjKfNTc%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/cTsr7j2oAImJK1yXqd0DLIulEmVnqZ5h5n0Tb5MbXdA%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/cTsr7j2oAImJK1yXqd0DLIulEmVnqZ5h5n0Tb5MbXdA%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/cTsr7j2oAImJK1yXqd0DLIulEmVnqZ5h5n0Tb5MbXdA%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/mvg3xbJ3LnwZdOssam2%2BvdSJ1%2FLWFX7%2FlxFJVciB6lg%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/mvg3xbJ3LnwZdOssam2%2BvdSJ1%2FLWFX7%2FlxFJVciB6lg%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/mvg3xbJ3LnwZdOssam2%2BvdSJ1%2FLWFX7%2FlxFJVciB6lg%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/lxzYcB9KSB%2FYkf7kHHM4ZRcTEbModiVoT3lAhJxL3mA%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/lxzYcB9KSB%2FYkf7kHHM4ZRcTEbModiVoT3lAhJxL3mA%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/lxzYcB9KSB%2FYkf7kHHM4ZRcTEbModiVoT3lAhJxL3mA%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/Xl43QDLBGMM83V4fnX0WJXFd3Q96UrVudQC4xpaoApY%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/Xl43QDLBGMM83V4fnX0WJXFd3Q96UrVudQC4xpaoApY%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/Xl43QDLBGMM83V4fnX0WJXFd3Q96UrVudQC4xpaoApY%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/vx6kIK92xNpSxNN78Ud5xEGiuWVgncmo8IDc9M8XCDQ%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/vx6kIK92xNpSxNN78Ud5xEGiuWVgncmo8IDc9M8XCDQ%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/vx6kIK92xNpSxNN78Ud5xEGiuWVgncmo8IDc9M8XCDQ%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/Cxs1ShEiNfLO%2FU%2Fvt3ziCc6g7XCCt3cXpLKqS0NW9p0%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/Cxs1ShEiNfLO%2FU%2Fvt3ziCc6g7XCCt3cXpLKqS0NW9p0%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/Cxs1ShEiNfLO%2FU%2Fvt3ziCc6g7XCCt3cXpLKqS0NW9p0%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/Cxs1ShEiNfLO%2FU%2Fvt3ziCc6g7XCCt3cXpLKqS0NW9p0%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/Cxs1ShEiNfLO%2FU%2Fvt3ziCc6g7XCCt3cXpLKqS0NW9p0%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/Cxs1ShEiNfLO%2FU%2Fvt3ziCc6g7XCCt3cXpLKqS0NW9p0%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/hFJej7TOyIrYzsvgtguZHnlcWMcsq3KtS9FiLm3ykCo%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/hFJej7TOyIrYzsvgtguZHnlcWMcsq3KtS9FiLm3ykCo%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/hFJej7TOyIrYzsvgtguZHnlcWMcsq3KtS9FiLm3ykCo%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/I9vIlkggX1UGSnA11062utk2y8IszUXgQgfJOO6C6so%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/I9vIlkggX1UGSnA11062utk2y8IszUXgQgfJOO6C6so%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/I9vIlkggX1UGSnA11062utk2y8IszUXgQgfJOO6C6so%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/mvg3xbJ3LnwZdOssam2%2BvdSJ1%2FLWFX7%2FlxFJVciB6lg%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/mvg3xbJ3LnwZdOssam2%2BvdSJ1%2FLWFX7%2FlxFJVciB6lg%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/mvg3xbJ3LnwZdOssam2%2BvdSJ1%2FLWFX7%2FlxFJVciB6lg%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/mvg3xbJ3LnwZdOssam2%2BvdSJ1%2FLWFX7%2FlxFJVciB6lg%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/mvg3xbJ3LnwZdOssam2%2BvdSJ1%2FLWFX7%2FlxFJVciB6lg%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/mvg3xbJ3LnwZdOssam2%2BvdSJ1%2FLWFX7%2FlxFJVciB6lg%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/mvg3xbJ3LnwZdOssam2%2BvdSJ1%2FLWFX7%2FlxFJVciB6lg%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/mvg3xbJ3LnwZdOssam2%2BvdSJ1%2FLWFX7%2FlxFJVciB6lg%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/mvg3xbJ3LnwZdOssam2%2BvdSJ1%2FLWFX7%2FlxFJVciB6lg%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/mvg3xbJ3LnwZdOssam2%2BvdSJ1%2FLWFX7%2FlxFJVciB6lg%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/mvg3xbJ3LnwZdOssam2%2BvdSJ1%2FLWFX7%2FlxFJVciB6lg%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/mvg3xbJ3LnwZdOssam2%2BvdSJ1%2FLWFX7%2FlxFJVciB6lg%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/dlAewQPKn9t0EDFTEm5ltRQT%2BWrMBBErX1LZM6zfIc0%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/dlAewQPKn9t0EDFTEm5ltRQT%2BWrMBBErX1LZM6zfIc0%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/dlAewQPKn9t0EDFTEm5ltRQT%2BWrMBBErX1LZM6zfIc0%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/ufoN52SamhFb3h2azBHykXR1pPhx5QzT55ir8wOLVBM%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/ufoN52SamhFb3h2azBHykXR1pPhx5QzT55ir8wOLVBM%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/ufoN52SamhFb3h2azBHykXR1pPhx5QzT55ir8wOLVBM%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/8l%2BWWVo6WOTD7pS09FmTYwoB2tptGH20X90e5TTJGQ0%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/8l%2BWWVo6WOTD7pS09FmTYwoB2tptGH20X90e5TTJGQ0%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/8l%2BWWVo6WOTD7pS09FmTYwoB2tptGH20X90e5TTJGQ0%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/%2BIRZ4%2F%2FV1GOWQ9KLtbzgE%2BNbhhRBycosRc64B97TKj4%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/%2BIRZ4%2F%2FV1GOWQ9KLtbzgE%2BNbhhRBycosRc64B97TKj4%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/%2BIRZ4%2F%2FV1GOWQ9KLtbzgE%2BNbhhRBycosRc64B97TKj4%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/V%2BlxWB0nxel8r7ylMgw556l%2FVPsMO29I16T%2FDgO8NMQ%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/V%2BlxWB0nxel8r7ylMgw556l%2FVPsMO29I16T%2FDgO8NMQ%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/V%2BlxWB0nxel8r7ylMgw556l%2FVPsMO29I16T%2FDgO8NMQ%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/uYW3KrfsznrSIuqFkNUXxHUg0ZmpkuJvVYdtP2k6nAk%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/uYW3KrfsznrSIuqFkNUXxHUg0ZmpkuJvVYdtP2k6nAk%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/uYW3KrfsznrSIuqFkNUXxHUg0ZmpkuJvVYdtP2k6nAk%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/pLIQYQAGGG6QDQPjEpjz67VyhV5phLnyxGKkUWIhm88%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/pLIQYQAGGG6QDQPjEpjz67VyhV5phLnyxGKkUWIhm88%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/pLIQYQAGGG6QDQPjEpjz67VyhV5phLnyxGKkUWIhm88%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/Wmgp%2B1s82IIY%2BjX9o7lYcOJS1QrGlZC0PpACTzQwl6M%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/Wmgp%2B1s82IIY%2BjX9o7lYcOJS1QrGlZC0PpACTzQwl6M%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/Wmgp%2B1s82IIY%2BjX9o7lYcOJS1QrGlZC0PpACTzQwl6M%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/sHxTh3q3%2BdRVnFM3sxrWUzQpjAIWUYJijIDhezhkH6s%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/sHxTh3q3%2BdRVnFM3sxrWUzQpjAIWUYJijIDhezhkH6s%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/sHxTh3q3%2BdRVnFM3sxrWUzQpjAIWUYJijIDhezhkH6s%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BcFINEST: FINEST UstadCache - UstadCache(client): add retention locks for http://localhost:46683/api/blob/T6uQJbiizni1qK8zT4b1x46g0ck9NyM05rMKufLI2FI%3D, http://localhost:46683/api/blob/bjwfnGlRbxR6w41vOplXXSsJlK%2FkQzJuwiG9Vdr2PBI%3D, http://localhost:46683/api/blob/GbEzhDlg2eOkUS0yhbQRdkYN7%2BExqlN1jS7v1KfVVxw%3D, http://localhost:46683/api/blob/ftJMBUMkAxFzcokVQ%2FDLankiEAkZ564HfB8%2Fr2dljcI%3D, http://localhost:46683/api/blob/4hns6PTT5KxFXvMc06fHtQV%2BpooQmTf8JrA8bpnukyI%3D, http://localhost:46683/api/blob/1nBB%2Fl1Q7vnvZxZDlo985rEw6qqqLOTUlrGNCjOuuHs%3D, http://localhost:46683/api/blob/e1pDIPug1Mj3kydkW0ucyHWi7GF6VX6Em4E5GOtzNJk%3D, http://localhost:46683/api/blob/yBLdyeR10%2BZdaKaztYnOWYoqW6u3r8VUd9WSFcSjikA%3D, http://localhost:46683/api/blob/%2F4Ku7WubtnAWlshNGyI9Lmgut4yJEXpDjObP6oxJiZU%3D, http://localhost:46683/api/blob/hNkB8eW5RIdaNUrvVRKRFRxo07hZCB8p7k8hiRJnOmU%3D, http://localhost:46683/api/blob/wNCC8cHq2llme5T359p2aAVxgnZy1xD02zehmxYfzrQ%3D, http://localhost:46683/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D, http://localhost:46683/api/blob/JakG3baTnxBZ0ygCbLpNeqUSpupufejv3CEJsk8lGjM%3D, http://localhost:46683/api/blob/Tyj1ZbAw3I%2BjTnYcRMap00SSDE8uimpYNpM%2FV1r5TQc%3D, http://localhost:46683/api/blob/5d4Gn7Lje7djT1HHt6jjcg%2BHKH9wgn2vEpJCSjuX6z4%3D, http://localhost:46683/api/blob/k65pd4r52nGCR800CqwX9ekYeR56pcNyD6PKQm5ECMY%3D, http://localhost:46683/api/blob/MZikNKgl2FhWpW23NSSFUT1wOPqRV060fcrD6oKsRao%3D, http://localhost:46683/api/blob/qGvsfW4NaWJUAV8k%2BjAgxyt68uSYkM8Zvl4iO07eQSw%3D, http://localhost:46683/api/blob/jT7lEK6lwyBhlTHcKRWFJqu7C0gPdwvq0cKmMsrO3o4%3D, http://localhost:46683/api/blob/Au%2B2IdPCR1K6fzgi%2BwM5XKVYY8AZh6QiVWhS%2FNgRMNU%3D, http://localhost:46683/api/blob/SQzRpZj429D6cW3daoNAw3eqvBYSS2ns7TItpaMlHT8%3D, http://localhost:46683/api/blob/WdACppPgOH8BBO0iigwsrmWMy17E3kScuTWoKjWTy%2Fw%3D, http://localhost:46683/api/blob/7vs8uqNXfk02HCNxgA9IXzTGWczwRxAXgvYRXQZHT3w%3D, http://localhost:46683/api/blob/b0rPNEXzpQ22OFjtaC11asx2j0%2BhLr7cAomd3VO69e0%3D, http://localhost:46683/api/blob/Oq8Qt4f%2FpNdOtT7Cz%2FP1buRr1KXcoKQUW%2BC9lCFg8YQ%3D, http://localhost:46683/api/blob/yzJGqJtjyxHYqHNh51kOeZtaOIra3Ks3%2B1GBRu4D0%2BQ%3D, http://localhost:46683/api/blob/b%2FpemT3AQtkcxWYfWDVJk2%2FkTkEqjdt%2BoehmTIE02AM%3D, http://localhost:46683/api/blob/mfov8Hrp8eJ57UpQUEJ%2B8RVeKjq45a8ngANpAaLYR6w%3D, http://localhost:46683/api/blob/7xF1FYDJR0vQb3gRCLf5zGPh50%2B3WuGOhPKs9utqGUE%3D, http://localhost:46683/api/blob/s%2BjWsJZ%2F9ShpZSiPQWSmovDOpcmVTDAObwrxxK3lcHc%3D, http://localhost:46683/api/blob/MpD8uvv86rzRXumzeeIEP9dkvgCqNH4BgNx%2Bu3BdkYQ%3D, http://localhost:46683/api/blob/s9HqB4agwbGesiE3QlUHeYBRLelpFY4r8WgsGxlH3Qo%3D, http://localhost:46683/api/blob/UKuxu3Hz%2BfGYRK1HeAzq8IUine8lfc8wmfa4xX1FqNk%3D, http://localhost:46683/api/blob/3NOfayEFEmNxtWcImQh5OHnRGSetW1NnAmZP8xt%2FTEE%3D, http://localhost:46683/api/blob/Rq39aiLMuqiP%2B0mPmeCr0C2QflhXTn%2F%2FNEPZaPtsh7s%3D, http://localhost:46683/api/blob/PjfwUp1%2Bw6kzto%2B92J5gCGOUXTWvFUUHmzECFE26ZTI%3D, http://localhost:46683/api/blob/h%2BjhrR%2B2SJw3n6swaOU2A8b3QZHrKvXk3vxMgmuJI48%3D, http://localhost:46683/api/blob/vGluaw0k9XeZTNkXi2DMNSp4SAI6Mpq0chcOqfhROgo%3D, http://localhost:46683/api/blob/2HtvcBRqQjS2JXOH5QQ9utn6ppsaI1mFBHfAO7S2ccI%3D, http://localhost:46683/api/blob/sHX8VAaCnEAbmKOODXx8XwsoiVmNERxdjjnDxegBg8s%3D, http://localhost:46683/api/blob/Io0MLdilHmozLkMugHE9pOBHQ0GoWK2Ad%2BKk1mN4QiY%3D, http://localhost:46683/api/blob/kTthmgm8PGGYjMHstF6NYIjf3CLWmwpKOi4l3MdMEtg%3D, http://localhost:46683/api/blob/eYHHnwyecTXEwTD51UOV4ep3iOXp7UijenqWFiHPj7w%3D, http://localhost:46683/api/blob/XNfsFzpMGtyUb4cp%2BZP4sbwRpfi%2BBGbF07psv2MPtA4%3D, http://localhost:46683/api/blob/GslQZC%2FV0B6kfy34jVZWRceF2QhHWG6YmuW5qqEmeu8%3D, http://localhost:46683/api/blob/mvg3xbJ3LnwZdOssam2%2BvdSJ1%2FLWFX7%2FlxFJVciB6lg%3D, http://localhost:46683/api/blob/MAqsHQLxvTtVgSONw2nt%2Bi52FKAKxkPqHKZN3dVehag%3D, http://localhost:46683/api/blob/iLrog15kL9bl86CzWtk92zSVko7oOALiUGQ8de0aZAE%3D, http://localhost:46683/api/blob/82XHZdU1kTgwewOyJbFyMVK0zesRRj2xRJpu92yJxx4%3D, http://localhost:46683/api/blob/Q%2Fy6R172KY9YPbOiNMSixqoh8QjGcQtM%2BrFsRKO2bE8%3D, http://localhost:46683/api/blob/vBVhVK0Ik2c9Bvwl%2BlAPy96DxOyTL2%2BkeUcQmCA%2Frq0%3D, http://localhost:46683/api/blob/%2Fx3Wsw8%2BwpZRU2JIVcrL33nrHQV17lCsxuRemUqet54%3D, http://localhost:46683/api/blob/8NYR%2FhsIIjp%2FPKQLuUNyeWjGcw9Ffd0e82E28xODp0k%3D, http://localhost:46683/api/blob/oPQ1dcUBafEmFbVhtQHHEJeUFzCkPST6bxu3%2BWONWHQ%3D, http://localhost:46683/api/blob/K2Fsusn6qjgL725CJL7ByzgpD7DwK1Hv1Qc9nUTRvs0%3D, http://localhost:46683/api/blob/cR3Bmvjb8RQpKsAuwqDiUYfIXyFSmzGtyfnorloVx0Y%3D, http://localhost:46683/api/blob/tnKOTsJNsJ1igF6lTizkpOyMKbYWZe%2BdVsGZzjKfNTc%3D, http://localhost:46683/api/blob/cTsr7j2oAImJK1yXqd0DLIulEmVnqZ5h5n0Tb5MbXdA%3D, http://localhost:46683/api/blob/lxzYcB9KSB%2FYkf7kHHM4ZRcTEbModiVoT3lAhJxL3mA%3D, http://localhost:46683/api/blob/Xl43QDLBGMM83V4fnX0WJXFd3Q96UrVudQC4xpaoApY%3D, http://localhost:46683/api/blob/vx6kIK92xNpSxNN78Ud5xEGiuWVgncmo8IDc9M8XCDQ%3D, http://localhost:46683/api/blob/Cxs1ShEiNfLO%2FU%2Fvt3ziCc6g7XCCt3cXpLKqS0NW9p0%3D, http://localhost:46683/api/blob/hFJej7TOyIrYzsvgtguZHnlcWMcsq3KtS9FiLm3ykCo%3D, http://localhost:46683/api/blob/I9vIlkggX1UGSnA11062utk2y8IszUXgQgfJOO6C6so%3D, http://localhost:46683/api/blob/dlAewQPKn9t0EDFTEm5ltRQT%2BWrMBBErX1LZM6zfIc0%3D, http://localhost:46683/api/blob/ufoN52SamhFb3h2azBHykXR1pPhx5QzT55ir8wOLVBM%3D, http://localhost:46683/api/blob/8l%2BWWVo6WOTD7pS09FmTYwoB2tptGH20X90e5TTJGQ0%3D, http://localhost:46683/api/blob/%2BIRZ4%2F%2FV1GOWQ9KLtbzgE%2BNbhhRBycosRc64B97TKj4%3D, http://localhost:46683/api/blob/V%2BlxWB0nxel8r7ylMgw556l%2FVPsMO29I16T%2FDgO8NMQ%3D, http://localhost:46683/api/blob/uYW3KrfsznrSIuqFkNUXxHUg0ZmpkuJvVYdtP2k6nAk%3D, http://localhost:46683/api/blob/pLIQYQAGGG6QDQPjEpjz67VyhV5phLnyxGKkUWIhm88%3D, http://localhost:46683/api/blob/Wmgp%2B1s82IIY%2BjX9o7lYcOJS1QrGlZC0PpACTzQwl6M%3D, http://localhost:46683/api/blob/sHxTh3q3%2BdRVnFM3sxrWUzQpjAIWUYJijIDhezhkH6s%3D, http://localhost:46683/api/blob/Y3nFU5%2FVYE71u5aj3293uK2rbUrlZ%2FwwvObLZ8QhuYQ%3D, http://localhost:46683/api/blob/zBbaSmjEFvS6KUk8SEwgYyykdXC%2BUFyhY9%2F%2FLwqO8Z0%3D, http://localhost:46683/api/blob/u%2BLJFVTcY%2FMEnXDPx%2FjDr74kdKvSL0fNYsVaoucWMS0%3D, http://localhost:46683/api/blob/eo8K7m5KF0iRfYzWDplfji%2FfxUb9GlUHqqY6IuMrLc4%3D, http://localhost:46683/api/blob/%2FqULHYInAHdVBa5R1l938NaG9Ty3HotFmPBFK%2Fx8URU%3D, http://localhost:46683/api/blob/ym1yKJRZWSDtpc56Uj7RFG1W6oCf5N5WCmZbqjHEbE4%3D, http://localhost:46683/api/blob/C1W33ZET4v%2BaPIkE7LOO6lFWDtV5OqhnAlLv4wfGAUU%3D, http://localhost:46683/api/blob/jGvo9dP2a%2BkzienoeQzWSLnGKfWhYB2XjsFOuELmW28%3D, http://localhost:46683/api/blob/%2BF9Tlt29TsSXmyq%2FWyZ63J8R6bqXkujcv5KBRzPQ%2BWU%3D, http://localhost:46683/api/blob/xVHBEQCBRQcVQS1lvNmxfgZ0XXOkWfARY3xhEbjuloE%3D, http://localhost:46683/api/blob/EkHf%2FCGbd3loeNcgeAv6K4n2uKHvj3497sTVseG3xn0%3D, http://localhost:46683/api/blob/vOWepUFkWRq8r0%2BHZF7AzG8DLHriKMfWpiogMq%2FFD4s%3D, http://localhost:46683/api/blob/R0W8u8HlP%2FsgKWKJ2Q26%2FMLf5xdmrjzBL5IEPnV34JA%3D, http://localhost:46683/api/blob/yD2T%2FjRDP29LkBjiITr7231CnugE2Jo0BIRRyW5N0mE%3D, http://localhost:46683/api/blob/DMle631prFri4uxxxxdON0FHQFOdiUt%2BW%2F6%2FvFfKmKI%3D, http://localhost:46683/api/blob/Ai1kxiVYF40Fu81oXM2uPCv9vkRmufeI2MqmWrEigoQ%3D, http://localhost:46683/api/blob/MuzpZTkDFXpw0wwJdw%2FbBYCIsDKwWBU628LKd2p83po%3D, http://localhost:46683/api/blob/4zSTZMv%2FWKjpNfIWFmdBzDq%2BxpKgteLo5HBhbpkIMgg%3D, http://localhost:46683/api/blob/YuUHNreyN7U7%2BQZ5%2BzNNY1N11RsxVtHYZsqyJGBtmbQ%3D, http://localhost:46683/api/blob/6p3YvM8W7PtrV7LudBIoa%2Bq4QN3Y1SdaU02%2FGCeg0IM%3D, http://localhost:46683/api/blob/c6Dc1YGSLmG1CzWhxrYVgHpZEYf6VEA09YuKyjB6o44%3D, http://localhost:46683/api/blob/fAhuvZVtVYSUCOENltmx6R%2BSg0UZACwHQOMDNf9fYlY%3D, http://localhost:46683/api/blob/we47ND4nhwrjRI%2BYLyQ%2BHWLDKA0nvAypEBID7KE1sjM%3D, http://localhost:46683/api/blob/EDd6hjdyPU1Mt2vw3AA1ph%2BqFNUyZir%2BdXzbgA2ARyw%3D, http://localhost:46683/api/blob/WE8lrEOx7vAAZ6u4arUnr1yvMIbZP0FvaBy551jh88Y%3D, http://localhost:46683/api/blob/f86dDrhwRUQf6RCl7AldiyqZIf7UO05nYkIFIepSeao%3D, http://localhost:46683/api/blob/17pZuPthKwaraODIXZkgcqZCV0%2Buh%2F01t0UPA4EqtEs%3D, http://localhost:46683/api/blob/CmlVJmRSZLB7BmMKh27ly66%2FmbubmFKZNdWpB8De5X8%3D, http://localhost:46683/api/blob/nsmfXTJrTxUTogzM8u3%2BnLHfuNFK4hVP4tnH90njdqE%3D, http://localhost:46683/api/blob/GjqBgSSvm7XTUjdhXgppBT10y3S2AdiXOnCd1xl1AR4%3D, http://localhost:46683/api/blob/3l8y8J6DrWhQA1W7Shf%2BSPfKgZyc%2Bu%2Fb%2BbCekBx6f8g%3D, http://localhost:46683/api/blob/%2BpluXnN9d6MiNBWRNiCeM15nPresFv0BDtL1lIC9RI4%3D, http://localhost:46683/api/blob/5Ilriy7n1kwHjr0%2FXWzh4jhJPrT8xsZ1jrczKGatDiY%3D, http://localhost:46683/api/blob/EgapfpQkKZP4bsfj%2FK5PxfHKzTlIJAVzuAkZmNmg3MM%3D, http://localhost:46683/api/blob/QQhYT1gQF9x0oIMt0WRoLg3q4DbMidMg5%2FV3%2FOsnhog%3D, http://localhost:46683/api/blob/LnC2D3wwhrq34V1CB%2Bxg6EwLoaYhOVkplQkYTyRkqVA%3D, http://localhost:46683/api/blob/J2cr3iSclOBUxgDFRH12Icpmo32SS2pPkQejFFV9e3Y%3D, http://localhost:46683/api/blob/eARe8bkhihrOsDAQ7nvQs7HXU1%2Bi%2FpopDv%2BQ6UNWPcg%3D, http://localhost:46683/api/blob/3fCEhtExvRNHYfveM9cY5bbE17mYr8%2BdEFRgE5Tz8ZU%3D, http://localhost:46683/api/blob/NuX5jirPuFiJLnEJlD4dLnXRCsDkQMc2Vniko1v7nEo%3D, http://localhost:46683/api/blob/%2F3QD%2Bd53w6wqfHpE3dn2fWN85w9xo6rHAzwCGcivpko%3D, http://localhost:46683/api/blob/y4TDcAD4%2Fj5o4keZvggf698Cr9Oc7JZ%2BgGMax23qmVA%3D, http://localhost:46683/api/blob/UvNzyhHidciHBssZ%2FP%2B2l5FZbI1XAfmSJAplrILQ8gg%3D, http://localhost:46683/api/blob/ic4IoQBJDrNoYD6jzvjPUtyK2y2i0dmtWCW2k2Aa%2Fp8%3D, http://localhost:46683/api/blob/De2JgQ0Nt5adGTd%2BS3vvpLJVOZegId%2BlUNz28Tv2qPA%3D, http://localhost:46683/api/blob/AxtMakPRFNdMGeXBvbRcztWEo0HNZu9GkF7yCvsE3Zs%3D, http://localhost:46683/api/blob/JU9Nv2qFcpHwvSV4ps9ii7ATxDcpquEhDXTVT0iBUEo%3D, http://localhost:46683/api/blob/CdrdmkKdsdoH81%2B2cV0ipaFJ4y8Ng6Ujmj7K5QNYc94%3D, http://localhost:46683/api/blob/ZY4mAUHHRYo0qd1n7jqXrYhYnC75hzx4DLeYU%2FtZAhs%3D, http://localhost:46683/api/blob/kpeAot1GwrHfHslj4hcJEyVdiQvKVG3a0bQXx1ERn7o%3D, http://localhost:46683/api/blob/%2FEmb%2B%2FduVWkOJrRcZWoRMF6TTLig7Qm2uAa7A%2B78ghA%3D, http://localhost:46683/api/blob/lpSbYYTpxt5zyFPhLE5PlvwDpVyNc2B3kULVJzvg6%2B4%3D, http://localhost:46683/api/blob/rySbdfEfwrB779vaMkVIyj%2BABqAS%2BgtUUBu4dkB4J6A%3D, http://localhost:46683/api/blob/oJd6y005JyUgaUAFQ6GgvvLGzc467muipcNv7aXTB%2F0%3D, http://localhost:46683/api/blob/VYwTeujSQh1Gss7XDcPY61SmNUSlOTCzClVbdoYAHJE%3D, http://localhost:46683/api/blob/JVUTiGfvsBPpaY2QLvpiW%2Bx0rWNh6Tlj0QXu2TOSbGY%3D, http://localhost:46683/api/blob/z2ct%2BVoKX1r9xRSP%2FGYmKyUmhGtAlSmS7FrBHQz1i6E%3D, http://localhost:46683/api/blob/5djSGONTPUXLvVbL1YNge3qvQFN9YVYlb3QwlvbvfEU%3D, http://localhost:46683/api/blob/LWwdIdB4NUHFdmDaq2YoB5EqjWD9BIm2i0npsi3fE0o%3D, http://localhost:46683/api/blob/sy4b7%2F3q3vGmQUg9OE%2F4gm%2FnVaSA36EeIqyCcnYi4M8%3D, http://localhost:46683/api/blob/gQYVKIPGaIxZIIuE90qThxaJvZJZw2sECpusZyMP5ME%3D, http://localhost:46683/api/blob/yopZ8hFGsieV4Tw74UQx3ta7ZTBGwOr0lvzfSVdok8w%3D, http://localhost:46683/api/blob/p8QJ1CS%2FUy4JsZzAfC4gp9lblDmY9lv4EPY5LPA1jdo%3D, http://localhost:46683/api/blob/x8RELOMsvCzPJXs2%2BuGp6tUMSIzdxC%2FSRUta7acbbZ4%3D, http://localhost:46683/api/blob/2brsrAkktIi9NilQNTT8ppOc5Gbl17tffhdX0aeFCoI%3D, http://localhost:46683/api/blob/Pp8lPMJPMU%2Fg1eelJlUn1gggLBKxNX2QhrjbNVWCbyI%3D, http://localhost:46683/api/blob/47DEQpj8HBSa%2B%2FTImW%2B5JCeuQeRkm5NMpJWZG3hSuFU%3D, http://localhost:46683/api/blob/60oKn5%2FPS0PBO8N14aS8JzAQUMnMRqyMbkNBTnJTCH8%3D, http://localhost:46683/api/blob/xvUv8bQ7fzE4XXu73K9RYSkhe0GeeOPKqo3J2BlBH4c%3D, http://localhost:46683/api/blob/xiokJ09WttZwKc3d%2FhV6IqkEKeWLg9lWE0%2FbWOTxClg%3D, http://localhost:46683/api/blob/wWL1jZH9TMxilFxiMeVIUsPHWxbeFX5CJNJtHZ0Yv%2Bg%3D, http://localhost:46683/api/blob/QG6s8ffvRksUj4CoqMfqKsmzKCDVZOMJS4Z%2BhjD4sko%3D, http://localhost:46683/api/blob/Cs%2FL%2BOBmRgENBqKnXY5%2FOJ44hDv7z%2B18UB%2Bdln6zuFs%3D, http://localhost:46683/api/blob/HkkywhhDQrAzn7Dz6sRR9c4DiBK6MpCD86BkvtJB5SE%3D, http://localhost:46683/api/blob/kpaWI2p5pMdbuxPJnq3QBXQZedGFfh9o18RGgBafeb0%3D, http://localhost:46683/api/blob/3vWQ0f6tRdZRM4YjJSPrQBPdMi7QlJxHoeN4gO8VZXc%3D, http://localhost:46683/api/blob/lvpl17wtiXNsQEGVLgL5hcq22Jkm53kZrj6t5p3iWQ4%3D, http://localhost:46683/api/blob/0gUfpA5HMCps0QY%2BoMxb%2BJSq%2BoBIWs62g2C4f%2BxJCoU%3D, http://localhost:46683/api/blob/0zWQjjAb1k%2BvCeEvpXjWHop85BXoVhKUsw%2BqmHl0U%2B4%3D, http://localhost:46683/api/blob/EArfY4qBP1HFoEdjBizqqABDObYPmGCn5HWa0eEEElo%3D, http://localhost:46683/api/content/719727995853443072/_ustadmanifest.json ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/Y3nFU5%2FVYE71u5aj3293uK2rbUrlZ%2FwwvObLZ8QhuYQ%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/Y3nFU5%2FVYE71u5aj3293uK2rbUrlZ%2FwwvObLZ8QhuYQ%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/Y3nFU5%2FVYE71u5aj3293uK2rbUrlZ%2FwwvObLZ8QhuYQ%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/zBbaSmjEFvS6KUk8SEwgYyykdXC%2BUFyhY9%2F%2FLwqO8Z0%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/zBbaSmjEFvS6KUk8SEwgYyykdXC%2BUFyhY9%2F%2FLwqO8Z0%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/zBbaSmjEFvS6KUk8SEwgYyykdXC%2BUFyhY9%2F%2FLwqO8Z0%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/u%2BLJFVTcY%2FMEnXDPx%2FjDr74kdKvSL0fNYsVaoucWMS0%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/u%2BLJFVTcY%2FMEnXDPx%2FjDr74kdKvSL0fNYsVaoucWMS0%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/u%2BLJFVTcY%2FMEnXDPx%2FjDr74kdKvSL0fNYsVaoucWMS0%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/T6uQJbiizni1qK8zT4b1x46g0ck9NyM05rMKufLI2FI%3D) /tmp/junit1790034784138261936/server-server-httpfiles/cache/0ca9cdc8-5660-493c-93fc-61e0dcabddf5 -> /tmp/junit1790034784138261936/server-server-httpfiles/persistent/0ca9cdc8-5660-493c-93fc-61e0dcabddf5 ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/eo8K7m5KF0iRfYzWDplfji%2FfxUb9GlUHqqY6IuMrLc4%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/eo8K7m5KF0iRfYzWDplfji%2FfxUb9GlUHqqY6IuMrLc4%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/eo8K7m5KF0iRfYzWDplfji%2FfxUb9GlUHqqY6IuMrLc4%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/bjwfnGlRbxR6w41vOplXXSsJlK%2FkQzJuwiG9Vdr2PBI%3D) /tmp/junit1790034784138261936/server-server-httpfiles/cache/b147536b-0a1d-4ba4-a224-7d14f0fc4788 -> /tmp/junit1790034784138261936/server-server-httpfiles/persistent/b147536b-0a1d-4ba4-a224-7d14f0fc4788 ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/%2FqULHYInAHdVBa5R1l938NaG9Ty3HotFmPBFK%2Fx8URU%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/%2FqULHYInAHdVBa5R1l938NaG9Ty3HotFmPBFK%2Fx8URU%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/GbEzhDlg2eOkUS0yhbQRdkYN7%2BExqlN1jS7v1KfVVxw%3D) /tmp/junit1790034784138261936/server-server-httpfiles/cache/ed36f79f-3088-4e63-9f01-21aff202f83e -> /tmp/junit1790034784138261936/server-server-httpfiles/persistent/ed36f79f-3088-4e63-9f01-21aff202f83e ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/%2FqULHYInAHdVBa5R1l938NaG9Ty3HotFmPBFK%2Fx8URU%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/ftJMBUMkAxFzcokVQ%2FDLankiEAkZ564HfB8%2Fr2dljcI%3D) /tmp/junit1790034784138261936/server-server-httpfiles/cache/c4933c04-1ad7-45c3-8385-e58b93fb1421 -> /tmp/junit1790034784138261936/server-server-httpfiles/persistent/c4933c04-1ad7-45c3-8385-e58b93fb1421 ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/ym1yKJRZWSDtpc56Uj7RFG1W6oCf5N5WCmZbqjHEbE4%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/ym1yKJRZWSDtpc56Uj7RFG1W6oCf5N5WCmZbqjHEbE4%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/4hns6PTT5KxFXvMc06fHtQV%2BpooQmTf8JrA8bpnukyI%3D) /tmp/junit1790034784138261936/server-server-httpfiles/cache/598f4fd8-e589-42e4-813f-aee01330689d -> /tmp/junit1790034784138261936/server-server-httpfiles/persistent/598f4fd8-e589-42e4-813f-aee01330689d ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/ym1yKJRZWSDtpc56Uj7RFG1W6oCf5N5WCmZbqjHEbE4%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/1nBB%2Fl1Q7vnvZxZDlo985rEw6qqqLOTUlrGNCjOuuHs%3D) /tmp/junit1790034784138261936/server-server-httpfiles/cache/0c08bbaf-6867-4ec0-b48d-e303a981fe6a -> /tmp/junit1790034784138261936/server-server-httpfiles/persistent/0c08bbaf-6867-4ec0-b48d-e303a981fe6a ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/C1W33ZET4v%2BaPIkE7LOO6lFWDtV5OqhnAlLv4wfGAUU%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/C1W33ZET4v%2BaPIkE7LOO6lFWDtV5OqhnAlLv4wfGAUU%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/e1pDIPug1Mj3kydkW0ucyHWi7GF6VX6Em4E5GOtzNJk%3D) /tmp/junit1790034784138261936/server-server-httpfiles/cache/97930387-6973-4530-85b6-c0ebbe8a074e -> /tmp/junit1790034784138261936/server-server-httpfiles/persistent/97930387-6973-4530-85b6-c0ebbe8a074e ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/C1W33ZET4v%2BaPIkE7LOO6lFWDtV5OqhnAlLv4wfGAUU%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/yBLdyeR10%2BZdaKaztYnOWYoqW6u3r8VUd9WSFcSjikA%3D) /tmp/junit1790034784138261936/server-server-httpfiles/cache/af8b8de3-c840-4867-8648-c1a39193ead7 -> /tmp/junit1790034784138261936/server-server-httpfiles/persistent/af8b8de3-c840-4867-8648-c1a39193ead7 ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/%2F4Ku7WubtnAWlshNGyI9Lmgut4yJEXpDjObP6oxJiZU%3D) /tmp/junit1790034784138261936/server-server-httpfiles/cache/0d531d48-b1f9-46a1-94f6-683ffd3a5f04 -> /tmp/junit1790034784138261936/server-server-httpfiles/persistent/0d531d48-b1f9-46a1-94f6-683ffd3a5f04 ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/jGvo9dP2a%2BkzienoeQzWSLnGKfWhYB2XjsFOuELmW28%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/jGvo9dP2a%2BkzienoeQzWSLnGKfWhYB2XjsFOuELmW28%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/hNkB8eW5RIdaNUrvVRKRFRxo07hZCB8p7k8hiRJnOmU%3D) /tmp/junit1790034784138261936/server-server-httpfiles/cache/90568672-d6cd-430f-86c7-69c0476cae8b -> /tmp/junit1790034784138261936/server-server-httpfiles/persistent/90568672-d6cd-430f-86c7-69c0476cae8b ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/jGvo9dP2a%2BkzienoeQzWSLnGKfWhYB2XjsFOuELmW28%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/wNCC8cHq2llme5T359p2aAVxgnZy1xD02zehmxYfzrQ%3D) /tmp/junit1790034784138261936/server-server-httpfiles/cache/9282f27b-7fe8-409f-a25d-f494a2e88088 -> /tmp/junit1790034784138261936/server-server-httpfiles/persistent/9282f27b-7fe8-409f-a25d-f494a2e88088 ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D) /tmp/junit1790034784138261936/server-server-httpfiles/cache/daab7acd-b22d-4232-af0a-1c625cebdb29 -> /tmp/junit1790034784138261936/server-server-httpfiles/persistent/daab7acd-b22d-4232-af0a-1c625cebdb29 ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/%2BF9Tlt29TsSXmyq%2FWyZ63J8R6bqXkujcv5KBRzPQ%2BWU%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/%2BF9Tlt29TsSXmyq%2FWyZ63J8R6bqXkujcv5KBRzPQ%2BWU%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/JakG3baTnxBZ0ygCbLpNeqUSpupufejv3CEJsk8lGjM%3D) /tmp/junit1790034784138261936/server-server-httpfiles/cache/43f652ab-238d-4b37-a98c-24b00aa99900 -> /tmp/junit1790034784138261936/server-server-httpfiles/persistent/43f652ab-238d-4b37-a98c-24b00aa99900 ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/%2BF9Tlt29TsSXmyq%2FWyZ63J8R6bqXkujcv5KBRzPQ%2BWU%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/Tyj1ZbAw3I%2BjTnYcRMap00SSDE8uimpYNpM%2FV1r5TQc%3D) /tmp/junit1790034784138261936/server-server-httpfiles/cache/cf71066e-94cd-4bcb-8a65-74ed53399047 -> /tmp/junit1790034784138261936/server-server-httpfiles/persistent/cf71066e-94cd-4bcb-8a65-74ed53399047 ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/5d4Gn7Lje7djT1HHt6jjcg%2BHKH9wgn2vEpJCSjuX6z4%3D) /tmp/junit1790034784138261936/server-server-httpfiles/cache/ebc8f555-0c58-42f4-ade1-be45a8de99fc -> /tmp/junit1790034784138261936/server-server-httpfiles/persistent/ebc8f555-0c58-42f4-ade1-be45a8de99fc ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/xVHBEQCBRQcVQS1lvNmxfgZ0XXOkWfARY3xhEbjuloE%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/xVHBEQCBRQcVQS1lvNmxfgZ0XXOkWfARY3xhEbjuloE%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/k65pd4r52nGCR800CqwX9ekYeR56pcNyD6PKQm5ECMY%3D) /tmp/junit1790034784138261936/server-server-httpfiles/cache/2e82b3c4-c14d-4b97-af18-920db14eaca2 -> /tmp/junit1790034784138261936/server-server-httpfiles/persistent/2e82b3c4-c14d-4b97-af18-920db14eaca2 ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/xVHBEQCBRQcVQS1lvNmxfgZ0XXOkWfARY3xhEbjuloE%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/MZikNKgl2FhWpW23NSSFUT1wOPqRV060fcrD6oKsRao%3D) /tmp/junit1790034784138261936/server-server-httpfiles/cache/3359d668-5c0b-4ba7-8402-8b70d4390feb -> /tmp/junit1790034784138261936/server-server-httpfiles/persistent/3359d668-5c0b-4ba7-8402-8b70d4390feb ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/qGvsfW4NaWJUAV8k%2BjAgxyt68uSYkM8Zvl4iO07eQSw%3D) /tmp/junit1790034784138261936/server-server-httpfiles/cache/fcaceb0c-1d38-45a6-b8af-25093b6e296d -> /tmp/junit1790034784138261936/server-server-httpfiles/persistent/fcaceb0c-1d38-45a6-b8af-25093b6e296d ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/EkHf%2FCGbd3loeNcgeAv6K4n2uKHvj3497sTVseG3xn0%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/EkHf%2FCGbd3loeNcgeAv6K4n2uKHvj3497sTVseG3xn0%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/jT7lEK6lwyBhlTHcKRWFJqu7C0gPdwvq0cKmMsrO3o4%3D) /tmp/junit1790034784138261936/server-server-httpfiles/cache/d0bedb69-6077-4768-81fa-efed53c71c5b -> /tmp/junit1790034784138261936/server-server-httpfiles/persistent/d0bedb69-6077-4768-81fa-efed53c71c5b ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/EkHf%2FCGbd3loeNcgeAv6K4n2uKHvj3497sTVseG3xn0%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/Au%2B2IdPCR1K6fzgi%2BwM5XKVYY8AZh6QiVWhS%2FNgRMNU%3D) /tmp/junit1790034784138261936/server-server-httpfiles/cache/a50cdcc0-5283-4633-9af0-1432bb6d6b6f -> /tmp/junit1790034784138261936/server-server-httpfiles/persistent/a50cdcc0-5283-4633-9af0-1432bb6d6b6f ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/SQzRpZj429D6cW3daoNAw3eqvBYSS2ns7TItpaMlHT8%3D) /tmp/junit1790034784138261936/server-server-httpfiles/cache/a3d75912-83c1-462b-9a23-7f74b21d2e2d -> /tmp/junit1790034784138261936/server-server-httpfiles/persistent/a3d75912-83c1-462b-9a23-7f74b21d2e2d ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/vOWepUFkWRq8r0%2BHZF7AzG8DLHriKMfWpiogMq%2FFD4s%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/vOWepUFkWRq8r0%2BHZF7AzG8DLHriKMfWpiogMq%2FFD4s%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/WdACppPgOH8BBO0iigwsrmWMy17E3kScuTWoKjWTy%2Fw%3D) /tmp/junit1790034784138261936/server-server-httpfiles/cache/7d59fbf1-3775-4523-b69d-73172084688d -> /tmp/junit1790034784138261936/server-server-httpfiles/persistent/7d59fbf1-3775-4523-b69d-73172084688d ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/vOWepUFkWRq8r0%2BHZF7AzG8DLHriKMfWpiogMq%2FFD4s%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/7vs8uqNXfk02HCNxgA9IXzTGWczwRxAXgvYRXQZHT3w%3D) /tmp/junit1790034784138261936/server-server-httpfiles/cache/2c82d3bd-8d4b-458b-91b3-d1432fba86d1 -> /tmp/junit1790034784138261936/server-server-httpfiles/persistent/2c82d3bd-8d4b-458b-91b3-d1432fba86d1 ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/b0rPNEXzpQ22OFjtaC11asx2j0%2BhLr7cAomd3VO69e0%3D) /tmp/junit1790034784138261936/server-server-httpfiles/cache/57ca6093-c8a1-4bb5-80f3-f4d3ccc83f9b -> /tmp/junit1790034784138261936/server-server-httpfiles/persistent/57ca6093-c8a1-4bb5-80f3-f4d3ccc83f9b ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/R0W8u8HlP%2FsgKWKJ2Q26%2FMLf5xdmrjzBL5IEPnV34JA%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/R0W8u8HlP%2FsgKWKJ2Q26%2FMLf5xdmrjzBL5IEPnV34JA%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/Oq8Qt4f%2FpNdOtT7Cz%2FP1buRr1KXcoKQUW%2BC9lCFg8YQ%3D) /tmp/junit1790034784138261936/server-server-httpfiles/cache/d54f5e60-da5b-4618-bc21-8ab89313bde0 -> /tmp/junit1790034784138261936/server-server-httpfiles/persistent/d54f5e60-da5b-4618-bc21-8ab89313bde0 ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/R0W8u8HlP%2FsgKWKJ2Q26%2FMLf5xdmrjzBL5IEPnV34JA%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/yzJGqJtjyxHYqHNh51kOeZtaOIra3Ks3%2B1GBRu4D0%2BQ%3D) /tmp/junit1790034784138261936/server-server-httpfiles/cache/d76943ec-fe0b-41a2-9de7-62e9aeecc52c -> /tmp/junit1790034784138261936/server-server-httpfiles/persistent/d76943ec-fe0b-41a2-9de7-62e9aeecc52c ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/b%2FpemT3AQtkcxWYfWDVJk2%2FkTkEqjdt%2BoehmTIE02AM%3D) /tmp/junit1790034784138261936/server-server-httpfiles/cache/1b564753-32a7-4c92-aac3-3f5ebbb945d4 -> /tmp/junit1790034784138261936/server-server-httpfiles/persistent/1b564753-32a7-4c92-aac3-3f5ebbb945d4 ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/yD2T%2FjRDP29LkBjiITr7231CnugE2Jo0BIRRyW5N0mE%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/yD2T%2FjRDP29LkBjiITr7231CnugE2Jo0BIRRyW5N0mE%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/mfov8Hrp8eJ57UpQUEJ%2B8RVeKjq45a8ngANpAaLYR6w%3D) /tmp/junit1790034784138261936/server-server-httpfiles/cache/c4f94adf-04a6-483f-9f4f-60a3c8ed3ff2 -> /tmp/junit1790034784138261936/server-server-httpfiles/persistent/c4f94adf-04a6-483f-9f4f-60a3c8ed3ff2 ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/yD2T%2FjRDP29LkBjiITr7231CnugE2Jo0BIRRyW5N0mE%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/7xF1FYDJR0vQb3gRCLf5zGPh50%2B3WuGOhPKs9utqGUE%3D) /tmp/junit1790034784138261936/server-server-httpfiles/cache/89068693-70be-4d8c-b085-8f4e73856da4 -> /tmp/junit1790034784138261936/server-server-httpfiles/persistent/89068693-70be-4d8c-b085-8f4e73856da4 ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/DMle631prFri4uxxxxdON0FHQFOdiUt%2BW%2F6%2FvFfKmKI%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/DMle631prFri4uxxxxdON0FHQFOdiUt%2BW%2F6%2FvFfKmKI%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/DMle631prFri4uxxxxdON0FHQFOdiUt%2BW%2F6%2FvFfKmKI%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/s%2BjWsJZ%2F9ShpZSiPQWSmovDOpcmVTDAObwrxxK3lcHc%3D) /tmp/junit1790034784138261936/server-server-httpfiles/cache/3488b566-926d-41b6-828e-c36856ead2e5 -> /tmp/junit1790034784138261936/server-server-httpfiles/persistent/3488b566-926d-41b6-828e-c36856ead2e5 ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/MpD8uvv86rzRXumzeeIEP9dkvgCqNH4BgNx%2Bu3BdkYQ%3D) /tmp/junit1790034784138261936/server-server-httpfiles/cache/d0f8ba9a-6506-4675-ae8d-d3ab44117845 -> /tmp/junit1790034784138261936/server-server-httpfiles/persistent/d0f8ba9a-6506-4675-ae8d-d3ab44117845 ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/Ai1kxiVYF40Fu81oXM2uPCv9vkRmufeI2MqmWrEigoQ%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/Ai1kxiVYF40Fu81oXM2uPCv9vkRmufeI2MqmWrEigoQ%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/s9HqB4agwbGesiE3QlUHeYBRLelpFY4r8WgsGxlH3Qo%3D) /tmp/junit1790034784138261936/server-server-httpfiles/cache/524ce2cc-390c-4e71-b180-12d8c6e1fa89 -> /tmp/junit1790034784138261936/server-server-httpfiles/persistent/524ce2cc-390c-4e71-b180-12d8c6e1fa89 ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/Ai1kxiVYF40Fu81oXM2uPCv9vkRmufeI2MqmWrEigoQ%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/UKuxu3Hz%2BfGYRK1HeAzq8IUine8lfc8wmfa4xX1FqNk%3D) /tmp/junit1790034784138261936/server-server-httpfiles/cache/2e8470d1-0143-4352-a795-e401abe995fc -> /tmp/junit1790034784138261936/server-server-httpfiles/persistent/2e8470d1-0143-4352-a795-e401abe995fc ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/MuzpZTkDFXpw0wwJdw%2FbBYCIsDKwWBU628LKd2p83po%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/MuzpZTkDFXpw0wwJdw%2FbBYCIsDKwWBU628LKd2p83po%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/MuzpZTkDFXpw0wwJdw%2FbBYCIsDKwWBU628LKd2p83po%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/3NOfayEFEmNxtWcImQh5OHnRGSetW1NnAmZP8xt%2FTEE%3D) /tmp/junit1790034784138261936/server-server-httpfiles/cache/1143b7d0-4a8f-42c0-90b0-0512e26f97ad -> /tmp/junit1790034784138261936/server-server-httpfiles/persistent/1143b7d0-4a8f-42c0-90b0-0512e26f97ad ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/Rq39aiLMuqiP%2B0mPmeCr0C2QflhXTn%2F%2FNEPZaPtsh7s%3D) /tmp/junit1790034784138261936/server-server-httpfiles/cache/c3c2d826-4c2f-4b23-837f-12098d40f34a -> /tmp/junit1790034784138261936/server-server-httpfiles/persistent/c3c2d826-4c2f-4b23-837f-12098d40f34a ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/4zSTZMv%2FWKjpNfIWFmdBzDq%2BxpKgteLo5HBhbpkIMgg%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/4zSTZMv%2FWKjpNfIWFmdBzDq%2BxpKgteLo5HBhbpkIMgg%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/4zSTZMv%2FWKjpNfIWFmdBzDq%2BxpKgteLo5HBhbpkIMgg%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #26 : SQLite Change Tracker: Changed tables=[OutgoingReplication] ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/PjfwUp1%2Bw6kzto%2B92J5gCGOUXTWvFUUHmzECFE26ZTI%3D) /tmp/junit1790034784138261936/server-server-httpfiles/cache/bfedc0e0-bb1a-49f6-8b9b-8b36103a7999 -> /tmp/junit1790034784138261936/server-server-httpfiles/persistent/bfedc0e0-bb1a-49f6-8b9b-8b36103a7999 ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/YuUHNreyN7U7%2BQZ5%2BzNNY1N11RsxVtHYZsqyJGBtmbQ%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/YuUHNreyN7U7%2BQZ5%2BzNNY1N11RsxVtHYZsqyJGBtmbQ%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/h%2BjhrR%2B2SJw3n6swaOU2A8b3QZHrKvXk3vxMgmuJI48%3D) /tmp/junit1790034784138261936/server-server-httpfiles/cache/15e9f7d8-e565-4b69-90fe-0cb7d69d55e8 -> /tmp/junit1790034784138261936/server-server-httpfiles/persistent/15e9f7d8-e565-4b69-90fe-0cb7d69d55e8 ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/YuUHNreyN7U7%2BQZ5%2BzNNY1N11RsxVtHYZsqyJGBtmbQ%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/vGluaw0k9XeZTNkXi2DMNSp4SAI6Mpq0chcOqfhROgo%3D) /tmp/junit1790034784138261936/server-server-httpfiles/cache/6e572f7b-feb4-4827-842f-a98ec98c9e4e -> /tmp/junit1790034784138261936/server-server-httpfiles/persistent/6e572f7b-feb4-4827-842f-a98ec98c9e4e ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/6p3YvM8W7PtrV7LudBIoa%2Bq4QN3Y1SdaU02%2FGCeg0IM%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/6p3YvM8W7PtrV7LudBIoa%2Bq4QN3Y1SdaU02%2FGCeg0IM%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/2HtvcBRqQjS2JXOH5QQ9utn6ppsaI1mFBHfAO7S2ccI%3D) /tmp/junit1790034784138261936/server-server-httpfiles/cache/e94ed60b-af05-41bf-ac99-29fbc08fdb61 -> /tmp/junit1790034784138261936/server-server-httpfiles/persistent/e94ed60b-af05-41bf-ac99-29fbc08fdb61 ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/6p3YvM8W7PtrV7LudBIoa%2Bq4QN3Y1SdaU02%2FGCeg0IM%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/sHX8VAaCnEAbmKOODXx8XwsoiVmNERxdjjnDxegBg8s%3D) /tmp/junit1790034784138261936/server-server-httpfiles/cache/5f89e09b-8cb9-4def-8425-a963b148efc7 -> /tmp/junit1790034784138261936/server-server-httpfiles/persistent/5f89e09b-8cb9-4def-8425-a963b148efc7 ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/Io0MLdilHmozLkMugHE9pOBHQ0GoWK2Ad%2BKk1mN4QiY%3D) /tmp/junit1790034784138261936/server-server-httpfiles/cache/2e98ed58-b99f-4e81-b5b0-dd790e21a5aa -> /tmp/junit1790034784138261936/server-server-httpfiles/persistent/2e98ed58-b99f-4e81-b5b0-dd790e21a5aa ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/c6Dc1YGSLmG1CzWhxrYVgHpZEYf6VEA09YuKyjB6o44%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/c6Dc1YGSLmG1CzWhxrYVgHpZEYf6VEA09YuKyjB6o44%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/kTthmgm8PGGYjMHstF6NYIjf3CLWmwpKOi4l3MdMEtg%3D) /tmp/junit1790034784138261936/server-server-httpfiles/cache/7951d688-405a-4e66-81b2-fb193adac7ca -> /tmp/junit1790034784138261936/server-server-httpfiles/persistent/7951d688-405a-4e66-81b2-fb193adac7ca ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/c6Dc1YGSLmG1CzWhxrYVgHpZEYf6VEA09YuKyjB6o44%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/eYHHnwyecTXEwTD51UOV4ep3iOXp7UijenqWFiHPj7w%3D) /tmp/junit1790034784138261936/server-server-httpfiles/cache/94201fb8-2d18-4fac-a993-e9387255154e -> /tmp/junit1790034784138261936/server-server-httpfiles/persistent/94201fb8-2d18-4fac-a993-e9387255154e ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/XNfsFzpMGtyUb4cp%2BZP4sbwRpfi%2BBGbF07psv2MPtA4%3D) /tmp/junit1790034784138261936/server-server-httpfiles/cache/e2d92da6-f967-4323-b13b-fa965d240cdb -> /tmp/junit1790034784138261936/server-server-httpfiles/persistent/e2d92da6-f967-4323-b13b-fa965d240cdb ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/fAhuvZVtVYSUCOENltmx6R%2BSg0UZACwHQOMDNf9fYlY%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/fAhuvZVtVYSUCOENltmx6R%2BSg0UZACwHQOMDNf9fYlY%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/GslQZC%2FV0B6kfy34jVZWRceF2QhHWG6YmuW5qqEmeu8%3D) /tmp/junit1790034784138261936/server-server-httpfiles/cache/35aee95e-a09e-405b-b60c-876d1d40e9be -> /tmp/junit1790034784138261936/server-server-httpfiles/persistent/35aee95e-a09e-405b-b60c-876d1d40e9be ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/fAhuvZVtVYSUCOENltmx6R%2BSg0UZACwHQOMDNf9fYlY%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/mvg3xbJ3LnwZdOssam2%2BvdSJ1%2FLWFX7%2FlxFJVciB6lg%3D) /tmp/junit1790034784138261936/server-server-httpfiles/cache/d7857d64-1b7d-4e0a-859c-3320a0d14c3d -> /tmp/junit1790034784138261936/server-server-httpfiles/persistent/d7857d64-1b7d-4e0a-859c-3320a0d14c3d ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/MAqsHQLxvTtVgSONw2nt%2Bi52FKAKxkPqHKZN3dVehag%3D) /tmp/junit1790034784138261936/server-server-httpfiles/cache/0cf9b19e-aadd-4862-be09-dfa51125a9fb -> /tmp/junit1790034784138261936/server-server-httpfiles/persistent/0cf9b19e-aadd-4862-be09-dfa51125a9fb ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/we47ND4nhwrjRI%2BYLyQ%2BHWLDKA0nvAypEBID7KE1sjM%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/we47ND4nhwrjRI%2BYLyQ%2BHWLDKA0nvAypEBID7KE1sjM%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/iLrog15kL9bl86CzWtk92zSVko7oOALiUGQ8de0aZAE%3D) /tmp/junit1790034784138261936/server-server-httpfiles/cache/18e50ca2-a626-4967-a6a3-6222cc5d8040 -> /tmp/junit1790034784138261936/server-server-httpfiles/persistent/18e50ca2-a626-4967-a6a3-6222cc5d8040 ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/we47ND4nhwrjRI%2BYLyQ%2BHWLDKA0nvAypEBID7KE1sjM%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/82XHZdU1kTgwewOyJbFyMVK0zesRRj2xRJpu92yJxx4%3D) /tmp/junit1790034784138261936/server-server-httpfiles/cache/6914c6fe-4b20-4678-8532-a8438340f3e3 -> /tmp/junit1790034784138261936/server-server-httpfiles/persistent/6914c6fe-4b20-4678-8532-a8438340f3e3 ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/Q%2Fy6R172KY9YPbOiNMSixqoh8QjGcQtM%2BrFsRKO2bE8%3D) /tmp/junit1790034784138261936/server-server-httpfiles/cache/a17c4baf-7b88-4fa0-b89d-24d760ddeb67 -> /tmp/junit1790034784138261936/server-server-httpfiles/persistent/a17c4baf-7b88-4fa0-b89d-24d760ddeb67 ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/EDd6hjdyPU1Mt2vw3AA1ph%2BqFNUyZir%2BdXzbgA2ARyw%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/EDd6hjdyPU1Mt2vw3AA1ph%2BqFNUyZir%2BdXzbgA2ARyw%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/vBVhVK0Ik2c9Bvwl%2BlAPy96DxOyTL2%2BkeUcQmCA%2Frq0%3D) /tmp/junit1790034784138261936/server-server-httpfiles/cache/680600fb-92c0-4502-b4a4-5a9888d48167 -> /tmp/junit1790034784138261936/server-server-httpfiles/persistent/680600fb-92c0-4502-b4a4-5a9888d48167 ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/EDd6hjdyPU1Mt2vw3AA1ph%2BqFNUyZir%2BdXzbgA2ARyw%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/%2Fx3Wsw8%2BwpZRU2JIVcrL33nrHQV17lCsxuRemUqet54%3D) /tmp/junit1790034784138261936/server-server-httpfiles/cache/abf8d37a-25dc-4f17-9e9e-4ff3ee409df2 -> /tmp/junit1790034784138261936/server-server-httpfiles/persistent/abf8d37a-25dc-4f17-9e9e-4ff3ee409df2 ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/8NYR%2FhsIIjp%2FPKQLuUNyeWjGcw9Ffd0e82E28xODp0k%3D) /tmp/junit1790034784138261936/server-server-httpfiles/cache/a92a1afa-2f15-4ccb-abed-fd74a2cb43d6 -> /tmp/junit1790034784138261936/server-server-httpfiles/persistent/a92a1afa-2f15-4ccb-abed-fd74a2cb43d6 ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/WE8lrEOx7vAAZ6u4arUnr1yvMIbZP0FvaBy551jh88Y%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/WE8lrEOx7vAAZ6u4arUnr1yvMIbZP0FvaBy551jh88Y%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/oPQ1dcUBafEmFbVhtQHHEJeUFzCkPST6bxu3%2BWONWHQ%3D) /tmp/junit1790034784138261936/server-server-httpfiles/cache/1c0cc4fd-a6f3-4aac-b2d2-a879d682f5e8 -> /tmp/junit1790034784138261936/server-server-httpfiles/persistent/1c0cc4fd-a6f3-4aac-b2d2-a879d682f5e8 ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/WE8lrEOx7vAAZ6u4arUnr1yvMIbZP0FvaBy551jh88Y%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/K2Fsusn6qjgL725CJL7ByzgpD7DwK1Hv1Qc9nUTRvs0%3D) /tmp/junit1790034784138261936/server-server-httpfiles/cache/37732b27-d154-4a6c-84e2-3f95a6ddbea1 -> /tmp/junit1790034784138261936/server-server-httpfiles/persistent/37732b27-d154-4a6c-84e2-3f95a6ddbea1 ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/cR3Bmvjb8RQpKsAuwqDiUYfIXyFSmzGtyfnorloVx0Y%3D) /tmp/junit1790034784138261936/server-server-httpfiles/cache/2dc315f4-c8e9-4baa-9dd4-a221ab1e546e -> /tmp/junit1790034784138261936/server-server-httpfiles/persistent/2dc315f4-c8e9-4baa-9dd4-a221ab1e546e ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/f86dDrhwRUQf6RCl7AldiyqZIf7UO05nYkIFIepSeao%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/f86dDrhwRUQf6RCl7AldiyqZIf7UO05nYkIFIepSeao%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/tnKOTsJNsJ1igF6lTizkpOyMKbYWZe%2BdVsGZzjKfNTc%3D) /tmp/junit1790034784138261936/server-server-httpfiles/cache/8e9d5e74-b629-4978-87b3-d48dbdb03be5 -> /tmp/junit1790034784138261936/server-server-httpfiles/persistent/8e9d5e74-b629-4978-87b3-d48dbdb03be5 ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/f86dDrhwRUQf6RCl7AldiyqZIf7UO05nYkIFIepSeao%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/cTsr7j2oAImJK1yXqd0DLIulEmVnqZ5h5n0Tb5MbXdA%3D) /tmp/junit1790034784138261936/server-server-httpfiles/cache/38b86a67-258c-4544-9ed8-1519c34fe2b9 -> /tmp/junit1790034784138261936/server-server-httpfiles/persistent/38b86a67-258c-4544-9ed8-1519c34fe2b9 ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/lxzYcB9KSB%2FYkf7kHHM4ZRcTEbModiVoT3lAhJxL3mA%3D) /tmp/junit1790034784138261936/server-server-httpfiles/cache/37a22f0d-4f51-42ff-a15d-ee39155c72f2 -> /tmp/junit1790034784138261936/server-server-httpfiles/persistent/37a22f0d-4f51-42ff-a15d-ee39155c72f2 ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/17pZuPthKwaraODIXZkgcqZCV0%2Buh%2F01t0UPA4EqtEs%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/17pZuPthKwaraODIXZkgcqZCV0%2Buh%2F01t0UPA4EqtEs%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/Xl43QDLBGMM83V4fnX0WJXFd3Q96UrVudQC4xpaoApY%3D) /tmp/junit1790034784138261936/server-server-httpfiles/cache/b3b194c4-fab1-4a5c-a24c-6dbb56549d67 -> /tmp/junit1790034784138261936/server-server-httpfiles/persistent/b3b194c4-fab1-4a5c-a24c-6dbb56549d67 ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/17pZuPthKwaraODIXZkgcqZCV0%2Buh%2F01t0UPA4EqtEs%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/vx6kIK92xNpSxNN78Ud5xEGiuWVgncmo8IDc9M8XCDQ%3D) /tmp/junit1790034784138261936/server-server-httpfiles/cache/fa7030d6-6826-4690-a176-e4fc7ab55d9a -> /tmp/junit1790034784138261936/server-server-httpfiles/persistent/fa7030d6-6826-4690-a176-e4fc7ab55d9a ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/Cxs1ShEiNfLO%2FU%2Fvt3ziCc6g7XCCt3cXpLKqS0NW9p0%3D) /tmp/junit1790034784138261936/server-server-httpfiles/cache/cad768c0-640c-4b00-8b5e-1d6e771dfc0d -> /tmp/junit1790034784138261936/server-server-httpfiles/persistent/cad768c0-640c-4b00-8b5e-1d6e771dfc0d ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/hFJej7TOyIrYzsvgtguZHnlcWMcsq3KtS9FiLm3ykCo%3D) /tmp/junit1790034784138261936/server-server-httpfiles/cache/602d9640-a21c-4065-9722-3bf81571f56e -> /tmp/junit1790034784138261936/server-server-httpfiles/persistent/602d9640-a21c-4065-9722-3bf81571f56e ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/CmlVJmRSZLB7BmMKh27ly66%2FmbubmFKZNdWpB8De5X8%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/CmlVJmRSZLB7BmMKh27ly66%2FmbubmFKZNdWpB8De5X8%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/I9vIlkggX1UGSnA11062utk2y8IszUXgQgfJOO6C6so%3D) /tmp/junit1790034784138261936/server-server-httpfiles/cache/450eaa13-60e7-4210-b7db-bb11d9866606 -> /tmp/junit1790034784138261936/server-server-httpfiles/persistent/450eaa13-60e7-4210-b7db-bb11d9866606 ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/CmlVJmRSZLB7BmMKh27ly66%2FmbubmFKZNdWpB8De5X8%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/dlAewQPKn9t0EDFTEm5ltRQT%2BWrMBBErX1LZM6zfIc0%3D) /tmp/junit1790034784138261936/server-server-httpfiles/cache/f75477f4-ab7e-4815-9f7e-c4c44552e9c2 -> /tmp/junit1790034784138261936/server-server-httpfiles/persistent/f75477f4-ab7e-4815-9f7e-c4c44552e9c2 ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/ufoN52SamhFb3h2azBHykXR1pPhx5QzT55ir8wOLVBM%3D) /tmp/junit1790034784138261936/server-server-httpfiles/cache/f40b413f-be96-4c04-b14f-d695be5b1b49 -> /tmp/junit1790034784138261936/server-server-httpfiles/persistent/f40b413f-be96-4c04-b14f-d695be5b1b49 ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/nsmfXTJrTxUTogzM8u3%2BnLHfuNFK4hVP4tnH90njdqE%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/nsmfXTJrTxUTogzM8u3%2BnLHfuNFK4hVP4tnH90njdqE%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/nsmfXTJrTxUTogzM8u3%2BnLHfuNFK4hVP4tnH90njdqE%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/8l%2BWWVo6WOTD7pS09FmTYwoB2tptGH20X90e5TTJGQ0%3D) /tmp/junit1790034784138261936/server-server-httpfiles/cache/71f92185-4962-47e2-a4be-f32b7d045297 -> /tmp/junit1790034784138261936/server-server-httpfiles/persistent/71f92185-4962-47e2-a4be-f32b7d045297 ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/%2BIRZ4%2F%2FV1GOWQ9KLtbzgE%2BNbhhRBycosRc64B97TKj4%3D) /tmp/junit1790034784138261936/server-server-httpfiles/cache/a733629d-ba3b-4920-825a-b791d9884920 -> /tmp/junit1790034784138261936/server-server-httpfiles/persistent/a733629d-ba3b-4920-825a-b791d9884920 ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/GjqBgSSvm7XTUjdhXgppBT10y3S2AdiXOnCd1xl1AR4%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/GjqBgSSvm7XTUjdhXgppBT10y3S2AdiXOnCd1xl1AR4%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/V%2BlxWB0nxel8r7ylMgw556l%2FVPsMO29I16T%2FDgO8NMQ%3D) /tmp/junit1790034784138261936/server-server-httpfiles/cache/8a2a77ce-df84-4011-8e56-e7b53b816c46 -> /tmp/junit1790034784138261936/server-server-httpfiles/persistent/8a2a77ce-df84-4011-8e56-e7b53b816c46 ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/GjqBgSSvm7XTUjdhXgppBT10y3S2AdiXOnCd1xl1AR4%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/uYW3KrfsznrSIuqFkNUXxHUg0ZmpkuJvVYdtP2k6nAk%3D) /tmp/junit1790034784138261936/server-server-httpfiles/cache/1518c859-78af-4371-aed3-624c8e76ff4e -> /tmp/junit1790034784138261936/server-server-httpfiles/persistent/1518c859-78af-4371-aed3-624c8e76ff4e ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/pLIQYQAGGG6QDQPjEpjz67VyhV5phLnyxGKkUWIhm88%3D) /tmp/junit1790034784138261936/server-server-httpfiles/cache/ebb58f0d-7cc0-4ab3-9f99-c235223f720e -> /tmp/junit1790034784138261936/server-server-httpfiles/persistent/ebb58f0d-7cc0-4ab3-9f99-c235223f720e ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/3l8y8J6DrWhQA1W7Shf%2BSPfKgZyc%2Bu%2Fb%2BbCekBx6f8g%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/3l8y8J6DrWhQA1W7Shf%2BSPfKgZyc%2Bu%2Fb%2BbCekBx6f8g%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/Wmgp%2B1s82IIY%2BjX9o7lYcOJS1QrGlZC0PpACTzQwl6M%3D) /tmp/junit1790034784138261936/server-server-httpfiles/cache/152851dd-ed28-42fc-a26e-3217fc368a68 -> /tmp/junit1790034784138261936/server-server-httpfiles/persistent/152851dd-ed28-42fc-a26e-3217fc368a68 ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/3l8y8J6DrWhQA1W7Shf%2BSPfKgZyc%2Bu%2Fb%2BbCekBx6f8g%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/sHxTh3q3%2BdRVnFM3sxrWUzQpjAIWUYJijIDhezhkH6s%3D) /tmp/junit1790034784138261936/server-server-httpfiles/cache/7f248816-6b79-4ed9-86a2-c28e194c89c2 -> /tmp/junit1790034784138261936/server-server-httpfiles/persistent/7f248816-6b79-4ed9-86a2-c28e194c89c2 ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/Y3nFU5%2FVYE71u5aj3293uK2rbUrlZ%2FwwvObLZ8QhuYQ%3D) /tmp/junit1790034784138261936/server-server-httpfiles/cache/f9d78255-91c5-4661-8d73-4fe11ee2c40d -> /tmp/junit1790034784138261936/server-server-httpfiles/persistent/f9d78255-91c5-4661-8d73-4fe11ee2c40d ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/%2BpluXnN9d6MiNBWRNiCeM15nPresFv0BDtL1lIC9RI4%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/%2BpluXnN9d6MiNBWRNiCeM15nPresFv0BDtL1lIC9RI4%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/zBbaSmjEFvS6KUk8SEwgYyykdXC%2BUFyhY9%2F%2FLwqO8Z0%3D) /tmp/junit1790034784138261936/server-server-httpfiles/cache/48c24393-9b1f-482a-bbd5-80a427d09496 -> /tmp/junit1790034784138261936/server-server-httpfiles/persistent/48c24393-9b1f-482a-bbd5-80a427d09496 ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/%2BpluXnN9d6MiNBWRNiCeM15nPresFv0BDtL1lIC9RI4%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/u%2BLJFVTcY%2FMEnXDPx%2FjDr74kdKvSL0fNYsVaoucWMS0%3D) /tmp/junit1790034784138261936/server-server-httpfiles/cache/616db68e-ec74-47bb-aa91-8c674102584a -> /tmp/junit1790034784138261936/server-server-httpfiles/persistent/616db68e-ec74-47bb-aa91-8c674102584a ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/eo8K7m5KF0iRfYzWDplfji%2FfxUb9GlUHqqY6IuMrLc4%3D) /tmp/junit1790034784138261936/server-server-httpfiles/cache/63b9e6b1-e8c6-4e87-91a8-0a4d4dbaa1c4 -> /tmp/junit1790034784138261936/server-server-httpfiles/persistent/63b9e6b1-e8c6-4e87-91a8-0a4d4dbaa1c4 ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/5Ilriy7n1kwHjr0%2FXWzh4jhJPrT8xsZ1jrczKGatDiY%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/5Ilriy7n1kwHjr0%2FXWzh4jhJPrT8xsZ1jrczKGatDiY%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/%2FqULHYInAHdVBa5R1l938NaG9Ty3HotFmPBFK%2Fx8URU%3D) /tmp/junit1790034784138261936/server-server-httpfiles/cache/d0b02b3a-98df-43df-9ec1-fbaa9b897fde -> /tmp/junit1790034784138261936/server-server-httpfiles/persistent/d0b02b3a-98df-43df-9ec1-fbaa9b897fde ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/5Ilriy7n1kwHjr0%2FXWzh4jhJPrT8xsZ1jrczKGatDiY%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/ym1yKJRZWSDtpc56Uj7RFG1W6oCf5N5WCmZbqjHEbE4%3D) /tmp/junit1790034784138261936/server-server-httpfiles/cache/04592d08-cff0-461d-ab53-5572be42296b -> /tmp/junit1790034784138261936/server-server-httpfiles/persistent/04592d08-cff0-461d-ab53-5572be42296b ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/C1W33ZET4v%2BaPIkE7LOO6lFWDtV5OqhnAlLv4wfGAUU%3D) /tmp/junit1790034784138261936/server-server-httpfiles/cache/6ece2778-0dd2-448b-987a-87a73bc175b6 -> /tmp/junit1790034784138261936/server-server-httpfiles/persistent/6ece2778-0dd2-448b-987a-87a73bc175b6 ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/EgapfpQkKZP4bsfj%2FK5PxfHKzTlIJAVzuAkZmNmg3MM%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/EgapfpQkKZP4bsfj%2FK5PxfHKzTlIJAVzuAkZmNmg3MM%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/jGvo9dP2a%2BkzienoeQzWSLnGKfWhYB2XjsFOuELmW28%3D) /tmp/junit1790034784138261936/server-server-httpfiles/cache/1481319e-0132-4c5c-a5ee-69db48264b33 -> /tmp/junit1790034784138261936/server-server-httpfiles/persistent/1481319e-0132-4c5c-a5ee-69db48264b33 ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/EgapfpQkKZP4bsfj%2FK5PxfHKzTlIJAVzuAkZmNmg3MM%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/%2BF9Tlt29TsSXmyq%2FWyZ63J8R6bqXkujcv5KBRzPQ%2BWU%3D) /tmp/junit1790034784138261936/server-server-httpfiles/cache/2a9a0f2e-b5f5-4205-b8b4-818eb3ff2f7a -> /tmp/junit1790034784138261936/server-server-httpfiles/persistent/2a9a0f2e-b5f5-4205-b8b4-818eb3ff2f7a ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/xVHBEQCBRQcVQS1lvNmxfgZ0XXOkWfARY3xhEbjuloE%3D) /tmp/junit1790034784138261936/server-server-httpfiles/cache/a3369082-c4d8-43bf-9432-10687e2150f5 -> /tmp/junit1790034784138261936/server-server-httpfiles/persistent/a3369082-c4d8-43bf-9432-10687e2150f5 ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/QQhYT1gQF9x0oIMt0WRoLg3q4DbMidMg5%2FV3%2FOsnhog%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/QQhYT1gQF9x0oIMt0WRoLg3q4DbMidMg5%2FV3%2FOsnhog%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/QQhYT1gQF9x0oIMt0WRoLg3q4DbMidMg5%2FV3%2FOsnhog%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/EkHf%2FCGbd3loeNcgeAv6K4n2uKHvj3497sTVseG3xn0%3D) /tmp/junit1790034784138261936/server-server-httpfiles/cache/62c92b2b-a54f-47ef-9ed4-80022a77e0d3 -> /tmp/junit1790034784138261936/server-server-httpfiles/persistent/62c92b2b-a54f-47ef-9ed4-80022a77e0d3 ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/vOWepUFkWRq8r0%2BHZF7AzG8DLHriKMfWpiogMq%2FFD4s%3D) /tmp/junit1790034784138261936/server-server-httpfiles/cache/dfe2e60a-3447-4a8c-8e70-f55f83b3aceb -> /tmp/junit1790034784138261936/server-server-httpfiles/persistent/dfe2e60a-3447-4a8c-8e70-f55f83b3aceb ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/LnC2D3wwhrq34V1CB%2Bxg6EwLoaYhOVkplQkYTyRkqVA%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/LnC2D3wwhrq34V1CB%2Bxg6EwLoaYhOVkplQkYTyRkqVA%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/R0W8u8HlP%2FsgKWKJ2Q26%2FMLf5xdmrjzBL5IEPnV34JA%3D) /tmp/junit1790034784138261936/server-server-httpfiles/cache/52f20512-d167-4eb4-aeb3-74be542c0176 -> /tmp/junit1790034784138261936/server-server-httpfiles/persistent/52f20512-d167-4eb4-aeb3-74be542c0176 ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/LnC2D3wwhrq34V1CB%2Bxg6EwLoaYhOVkplQkYTyRkqVA%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/yD2T%2FjRDP29LkBjiITr7231CnugE2Jo0BIRRyW5N0mE%3D) /tmp/junit1790034784138261936/server-server-httpfiles/cache/e8c39b43-a9a1-4034-bad4-ca98a41d407e -> /tmp/junit1790034784138261936/server-server-httpfiles/persistent/e8c39b43-a9a1-4034-bad4-ca98a41d407e ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/DMle631prFri4uxxxxdON0FHQFOdiUt%2BW%2F6%2FvFfKmKI%3D) /tmp/junit1790034784138261936/server-server-httpfiles/cache/8f220b0f-bd4c-4658-b0f0-695a677fb4ef -> /tmp/junit1790034784138261936/server-server-httpfiles/persistent/8f220b0f-bd4c-4658-b0f0-695a677fb4ef ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/J2cr3iSclOBUxgDFRH12Icpmo32SS2pPkQejFFV9e3Y%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/J2cr3iSclOBUxgDFRH12Icpmo32SS2pPkQejFFV9e3Y%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/Ai1kxiVYF40Fu81oXM2uPCv9vkRmufeI2MqmWrEigoQ%3D) /tmp/junit1790034784138261936/server-server-httpfiles/cache/198538b7-d677-4faf-a540-78419f6ec40b -> /tmp/junit1790034784138261936/server-server-httpfiles/persistent/198538b7-d677-4faf-a540-78419f6ec40b ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/J2cr3iSclOBUxgDFRH12Icpmo32SS2pPkQejFFV9e3Y%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/MuzpZTkDFXpw0wwJdw%2FbBYCIsDKwWBU628LKd2p83po%3D) /tmp/junit1790034784138261936/server-server-httpfiles/cache/1a5211cc-7799-40f6-baa5-0e1a825156e4 -> /tmp/junit1790034784138261936/server-server-httpfiles/persistent/1a5211cc-7799-40f6-baa5-0e1a825156e4 ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/eARe8bkhihrOsDAQ7nvQs7HXU1%2Bi%2FpopDv%2BQ6UNWPcg%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/eARe8bkhihrOsDAQ7nvQs7HXU1%2Bi%2FpopDv%2BQ6UNWPcg%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/4zSTZMv%2FWKjpNfIWFmdBzDq%2BxpKgteLo5HBhbpkIMgg%3D) /tmp/junit1790034784138261936/server-server-httpfiles/cache/ad21dcaa-fc33-478a-bde9-88602ef69596 -> /tmp/junit1790034784138261936/server-server-httpfiles/persistent/ad21dcaa-fc33-478a-bde9-88602ef69596 ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/eARe8bkhihrOsDAQ7nvQs7HXU1%2Bi%2FpopDv%2BQ6UNWPcg%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/YuUHNreyN7U7%2BQZ5%2BzNNY1N11RsxVtHYZsqyJGBtmbQ%3D) /tmp/junit1790034784138261936/server-server-httpfiles/cache/32abb6bb-427f-4df7-aebd-f7dcfdf708fe -> /tmp/junit1790034784138261936/server-server-httpfiles/persistent/32abb6bb-427f-4df7-aebd-f7dcfdf708fe ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/6p3YvM8W7PtrV7LudBIoa%2Bq4QN3Y1SdaU02%2FGCeg0IM%3D) /tmp/junit1790034784138261936/server-server-httpfiles/cache/839bb2e5-6ef9-47ca-9992-2f13a1b5d08c -> /tmp/junit1790034784138261936/server-server-httpfiles/persistent/839bb2e5-6ef9-47ca-9992-2f13a1b5d08c ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/3fCEhtExvRNHYfveM9cY5bbE17mYr8%2BdEFRgE5Tz8ZU%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/3fCEhtExvRNHYfveM9cY5bbE17mYr8%2BdEFRgE5Tz8ZU%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/3fCEhtExvRNHYfveM9cY5bbE17mYr8%2BdEFRgE5Tz8ZU%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/c6Dc1YGSLmG1CzWhxrYVgHpZEYf6VEA09YuKyjB6o44%3D) /tmp/junit1790034784138261936/server-server-httpfiles/cache/2056728e-0856-4490-bf07-c30171373259 -> /tmp/junit1790034784138261936/server-server-httpfiles/persistent/2056728e-0856-4490-bf07-c30171373259 ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/fAhuvZVtVYSUCOENltmx6R%2BSg0UZACwHQOMDNf9fYlY%3D) /tmp/junit1790034784138261936/server-server-httpfiles/cache/d8b6ad86-7924-4da8-bdb1-1b9bddc79d4f -> /tmp/junit1790034784138261936/server-server-httpfiles/persistent/d8b6ad86-7924-4da8-bdb1-1b9bddc79d4f ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/we47ND4nhwrjRI%2BYLyQ%2BHWLDKA0nvAypEBID7KE1sjM%3D) /tmp/junit1790034784138261936/server-server-httpfiles/cache/ef7d5438-5f08-4133-ba7c-b6bc7e2e8f32 -> /tmp/junit1790034784138261936/server-server-httpfiles/persistent/ef7d5438-5f08-4133-ba7c-b6bc7e2e8f32 ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/NuX5jirPuFiJLnEJlD4dLnXRCsDkQMc2Vniko1v7nEo%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/NuX5jirPuFiJLnEJlD4dLnXRCsDkQMc2Vniko1v7nEo%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/EDd6hjdyPU1Mt2vw3AA1ph%2BqFNUyZir%2BdXzbgA2ARyw%3D) /tmp/junit1790034784138261936/server-server-httpfiles/cache/e58fd007-a07c-4447-8c86-b4bb3da091dd -> /tmp/junit1790034784138261936/server-server-httpfiles/persistent/e58fd007-a07c-4447-8c86-b4bb3da091dd ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/NuX5jirPuFiJLnEJlD4dLnXRCsDkQMc2Vniko1v7nEo%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/WE8lrEOx7vAAZ6u4arUnr1yvMIbZP0FvaBy551jh88Y%3D) /tmp/junit1790034784138261936/server-server-httpfiles/cache/826aba27-8e05-4967-bf2e-a408ae374a6f -> /tmp/junit1790034784138261936/server-server-httpfiles/persistent/826aba27-8e05-4967-bf2e-a408ae374a6f ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/f86dDrhwRUQf6RCl7AldiyqZIf7UO05nYkIFIepSeao%3D) /tmp/junit1790034784138261936/server-server-httpfiles/cache/e7a32485-8836-45c0-9974-012f283167e9 -> /tmp/junit1790034784138261936/server-server-httpfiles/persistent/e7a32485-8836-45c0-9974-012f283167e9 ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/%2F3QD%2Bd53w6wqfHpE3dn2fWN85w9xo6rHAzwCGcivpko%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/%2F3QD%2Bd53w6wqfHpE3dn2fWN85w9xo6rHAzwCGcivpko%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/%2F3QD%2Bd53w6wqfHpE3dn2fWN85w9xo6rHAzwCGcivpko%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/17pZuPthKwaraODIXZkgcqZCV0%2Buh%2F01t0UPA4EqtEs%3D) /tmp/junit1790034784138261936/server-server-httpfiles/cache/ac0108ba-a7ed-409f-9efa-7465485c23fa -> /tmp/junit1790034784138261936/server-server-httpfiles/persistent/ac0108ba-a7ed-409f-9efa-7465485c23fa ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/CmlVJmRSZLB7BmMKh27ly66%2FmbubmFKZNdWpB8De5X8%3D) /tmp/junit1790034784138261936/server-server-httpfiles/cache/e7345ffe-5328-40f4-b52b-6ab3714f9321 -> /tmp/junit1790034784138261936/server-server-httpfiles/persistent/e7345ffe-5328-40f4-b52b-6ab3714f9321 ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/nsmfXTJrTxUTogzM8u3%2BnLHfuNFK4hVP4tnH90njdqE%3D) /tmp/junit1790034784138261936/server-server-httpfiles/cache/7af115fd-67f5-4edb-8fd1-3649e8ee8421 -> /tmp/junit1790034784138261936/server-server-httpfiles/persistent/7af115fd-67f5-4edb-8fd1-3649e8ee8421 ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/GjqBgSSvm7XTUjdhXgppBT10y3S2AdiXOnCd1xl1AR4%3D) /tmp/junit1790034784138261936/server-server-httpfiles/cache/4b49917f-bc7b-437b-b30d-2cc0ecd804d5 -> /tmp/junit1790034784138261936/server-server-httpfiles/persistent/4b49917f-bc7b-437b-b30d-2cc0ecd804d5 ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/y4TDcAD4%2Fj5o4keZvggf698Cr9Oc7JZ%2BgGMax23qmVA%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/y4TDcAD4%2Fj5o4keZvggf698Cr9Oc7JZ%2BgGMax23qmVA%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/3l8y8J6DrWhQA1W7Shf%2BSPfKgZyc%2Bu%2Fb%2BbCekBx6f8g%3D) /tmp/junit1790034784138261936/server-server-httpfiles/cache/a887c1a7-6ab3-4361-bef3-9d442273f4a3 -> /tmp/junit1790034784138261936/server-server-httpfiles/persistent/a887c1a7-6ab3-4361-bef3-9d442273f4a3 ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/y4TDcAD4%2Fj5o4keZvggf698Cr9Oc7JZ%2BgGMax23qmVA%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/%2BpluXnN9d6MiNBWRNiCeM15nPresFv0BDtL1lIC9RI4%3D) /tmp/junit1790034784138261936/server-server-httpfiles/cache/b7f6c593-e76c-4790-8231-1632d20480b5 -> /tmp/junit1790034784138261936/server-server-httpfiles/persistent/b7f6c593-e76c-4790-8231-1632d20480b5 ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/5Ilriy7n1kwHjr0%2FXWzh4jhJPrT8xsZ1jrczKGatDiY%3D) /tmp/junit1790034784138261936/server-server-httpfiles/cache/4946a9c4-7253-4eb5-8107-d722de3372c9 -> /tmp/junit1790034784138261936/server-server-httpfiles/persistent/4946a9c4-7253-4eb5-8107-d722de3372c9 ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/UvNzyhHidciHBssZ%2FP%2B2l5FZbI1XAfmSJAplrILQ8gg%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/UvNzyhHidciHBssZ%2FP%2B2l5FZbI1XAfmSJAplrILQ8gg%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/EgapfpQkKZP4bsfj%2FK5PxfHKzTlIJAVzuAkZmNmg3MM%3D) /tmp/junit1790034784138261936/server-server-httpfiles/cache/d94b7d2a-9ec4-456b-bbc9-466bcf7fe968 -> /tmp/junit1790034784138261936/server-server-httpfiles/persistent/d94b7d2a-9ec4-456b-bbc9-466bcf7fe968 ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/UvNzyhHidciHBssZ%2FP%2B2l5FZbI1XAfmSJAplrILQ8gg%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/QQhYT1gQF9x0oIMt0WRoLg3q4DbMidMg5%2FV3%2FOsnhog%3D) /tmp/junit1790034784138261936/server-server-httpfiles/cache/65c6c6c9-38c0-4d53-87a7-456ece214c9b -> /tmp/junit1790034784138261936/server-server-httpfiles/persistent/65c6c6c9-38c0-4d53-87a7-456ece214c9b ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/ic4IoQBJDrNoYD6jzvjPUtyK2y2i0dmtWCW2k2Aa%2Fp8%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/ic4IoQBJDrNoYD6jzvjPUtyK2y2i0dmtWCW2k2Aa%2Fp8%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/LnC2D3wwhrq34V1CB%2Bxg6EwLoaYhOVkplQkYTyRkqVA%3D) /tmp/junit1790034784138261936/server-server-httpfiles/cache/abd5b5fd-527a-49f8-a3e8-c96ea9302aec -> /tmp/junit1790034784138261936/server-server-httpfiles/persistent/abd5b5fd-527a-49f8-a3e8-c96ea9302aec ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/ic4IoQBJDrNoYD6jzvjPUtyK2y2i0dmtWCW2k2Aa%2Fp8%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/J2cr3iSclOBUxgDFRH12Icpmo32SS2pPkQejFFV9e3Y%3D) /tmp/junit1790034784138261936/server-server-httpfiles/cache/58de6e51-ff88-4a36-aac1-67991b9ff2e1 -> /tmp/junit1790034784138261936/server-server-httpfiles/persistent/58de6e51-ff88-4a36-aac1-67991b9ff2e1 ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/De2JgQ0Nt5adGTd%2BS3vvpLJVOZegId%2BlUNz28Tv2qPA%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/De2JgQ0Nt5adGTd%2BS3vvpLJVOZegId%2BlUNz28Tv2qPA%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/eARe8bkhihrOsDAQ7nvQs7HXU1%2Bi%2FpopDv%2BQ6UNWPcg%3D) /tmp/junit1790034784138261936/server-server-httpfiles/cache/7398bff4-3ddb-43d9-8d15-e5b57338aefe -> /tmp/junit1790034784138261936/server-server-httpfiles/persistent/7398bff4-3ddb-43d9-8d15-e5b57338aefe ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/De2JgQ0Nt5adGTd%2BS3vvpLJVOZegId%2BlUNz28Tv2qPA%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/3fCEhtExvRNHYfveM9cY5bbE17mYr8%2BdEFRgE5Tz8ZU%3D) /tmp/junit1790034784138261936/server-server-httpfiles/cache/df2a9753-445d-4f89-ab08-f50734854ba1 -> /tmp/junit1790034784138261936/server-server-httpfiles/persistent/df2a9753-445d-4f89-ab08-f50734854ba1 ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/AxtMakPRFNdMGeXBvbRcztWEo0HNZu9GkF7yCvsE3Zs%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/AxtMakPRFNdMGeXBvbRcztWEo0HNZu9GkF7yCvsE3Zs%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/NuX5jirPuFiJLnEJlD4dLnXRCsDkQMc2Vniko1v7nEo%3D) /tmp/junit1790034784138261936/server-server-httpfiles/cache/cd0aba2d-5055-4677-85a0-e90fa5db0c30 -> /tmp/junit1790034784138261936/server-server-httpfiles/persistent/cd0aba2d-5055-4677-85a0-e90fa5db0c30 ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/AxtMakPRFNdMGeXBvbRcztWEo0HNZu9GkF7yCvsE3Zs%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/%2F3QD%2Bd53w6wqfHpE3dn2fWN85w9xo6rHAzwCGcivpko%3D) /tmp/junit1790034784138261936/server-server-httpfiles/cache/252549c6-7d4c-4c26-bda9-afdd069042ca -> /tmp/junit1790034784138261936/server-server-httpfiles/persistent/252549c6-7d4c-4c26-bda9-afdd069042ca ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/y4TDcAD4%2Fj5o4keZvggf698Cr9Oc7JZ%2BgGMax23qmVA%3D) /tmp/junit1790034784138261936/server-server-httpfiles/cache/447a9d1b-7144-4aaf-a983-b45e850dd04d -> /tmp/junit1790034784138261936/server-server-httpfiles/persistent/447a9d1b-7144-4aaf-a983-b45e850dd04d ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/JU9Nv2qFcpHwvSV4ps9ii7ATxDcpquEhDXTVT0iBUEo%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/JU9Nv2qFcpHwvSV4ps9ii7ATxDcpquEhDXTVT0iBUEo%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/JU9Nv2qFcpHwvSV4ps9ii7ATxDcpquEhDXTVT0iBUEo%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/UvNzyhHidciHBssZ%2FP%2B2l5FZbI1XAfmSJAplrILQ8gg%3D) /tmp/junit1790034784138261936/server-server-httpfiles/cache/97fe9d44-1ac4-480c-a083-a363f392341b -> /tmp/junit1790034784138261936/server-server-httpfiles/persistent/97fe9d44-1ac4-480c-a083-a363f392341b ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/ic4IoQBJDrNoYD6jzvjPUtyK2y2i0dmtWCW2k2Aa%2Fp8%3D) /tmp/junit1790034784138261936/server-server-httpfiles/cache/0e9ca6ff-0dca-4614-9068-42c73f7c9d6f -> /tmp/junit1790034784138261936/server-server-httpfiles/persistent/0e9ca6ff-0dca-4614-9068-42c73f7c9d6f ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/CdrdmkKdsdoH81%2B2cV0ipaFJ4y8Ng6Ujmj7K5QNYc94%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/CdrdmkKdsdoH81%2B2cV0ipaFJ4y8Ng6Ujmj7K5QNYc94%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/De2JgQ0Nt5adGTd%2BS3vvpLJVOZegId%2BlUNz28Tv2qPA%3D) /tmp/junit1790034784138261936/server-server-httpfiles/cache/7d9a9f85-7cd3-461a-8efa-05d998ab71a5 -> /tmp/junit1790034784138261936/server-server-httpfiles/persistent/7d9a9f85-7cd3-461a-8efa-05d998ab71a5 ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/CdrdmkKdsdoH81%2B2cV0ipaFJ4y8Ng6Ujmj7K5QNYc94%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/AxtMakPRFNdMGeXBvbRcztWEo0HNZu9GkF7yCvsE3Zs%3D) /tmp/junit1790034784138261936/server-server-httpfiles/cache/c7e50c36-a1da-459a-ad58-fbae593f5ff4 -> /tmp/junit1790034784138261936/server-server-httpfiles/persistent/c7e50c36-a1da-459a-ad58-fbae593f5ff4 ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/JU9Nv2qFcpHwvSV4ps9ii7ATxDcpquEhDXTVT0iBUEo%3D) /tmp/junit1790034784138261936/server-server-httpfiles/cache/f6bf1ca3-334d-4bdd-9db0-43f0e279a0a8 -> /tmp/junit1790034784138261936/server-server-httpfiles/persistent/f6bf1ca3-334d-4bdd-9db0-43f0e279a0a8 ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/ZY4mAUHHRYo0qd1n7jqXrYhYnC75hzx4DLeYU%2FtZAhs%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/ZY4mAUHHRYo0qd1n7jqXrYhYnC75hzx4DLeYU%2FtZAhs%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/CdrdmkKdsdoH81%2B2cV0ipaFJ4y8Ng6Ujmj7K5QNYc94%3D) /tmp/junit1790034784138261936/server-server-httpfiles/cache/b6542bad-1a58-4a5a-b5fb-84f4a39cf604 -> /tmp/junit1790034784138261936/server-server-httpfiles/persistent/b6542bad-1a58-4a5a-b5fb-84f4a39cf604 ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/ZY4mAUHHRYo0qd1n7jqXrYhYnC75hzx4DLeYU%2FtZAhs%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/ZY4mAUHHRYo0qd1n7jqXrYhYnC75hzx4DLeYU%2FtZAhs%3D) /tmp/junit1790034784138261936/server-server-httpfiles/cache/ec1484bd-e023-4d99-9686-7f5fb7cb379c -> /tmp/junit1790034784138261936/server-server-httpfiles/persistent/ec1484bd-e023-4d99-9686-7f5fb7cb379c ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/kpeAot1GwrHfHslj4hcJEyVdiQvKVG3a0bQXx1ERn7o%3D) /tmp/junit1790034784138261936/server-server-httpfiles/cache/4aa8996f-f3f1-44aa-986b-c77b5ded9504 -> /tmp/junit1790034784138261936/server-server-httpfiles/persistent/4aa8996f-f3f1-44aa-986b-c77b5ded9504 ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/%2FEmb%2B%2FduVWkOJrRcZWoRMF6TTLig7Qm2uAa7A%2B78ghA%3D) /tmp/junit1790034784138261936/server-server-httpfiles/cache/7c7015f3-c915-4199-bcac-58f9ff6d8ba4 -> /tmp/junit1790034784138261936/server-server-httpfiles/persistent/7c7015f3-c915-4199-bcac-58f9ff6d8ba4 ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/kpeAot1GwrHfHslj4hcJEyVdiQvKVG3a0bQXx1ERn7o%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/kpeAot1GwrHfHslj4hcJEyVdiQvKVG3a0bQXx1ERn7o%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/lpSbYYTpxt5zyFPhLE5PlvwDpVyNc2B3kULVJzvg6%2B4%3D) /tmp/junit1790034784138261936/server-server-httpfiles/cache/0163f1ba-588a-431b-99fc-579d9b52ce54 -> /tmp/junit1790034784138261936/server-server-httpfiles/persistent/0163f1ba-588a-431b-99fc-579d9b52ce54 ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/kpeAot1GwrHfHslj4hcJEyVdiQvKVG3a0bQXx1ERn7o%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/rySbdfEfwrB779vaMkVIyj%2BABqAS%2BgtUUBu4dkB4J6A%3D) /tmp/junit1790034784138261936/server-server-httpfiles/cache/30e9944d-e89a-49e6-94ce-364ac623497d -> /tmp/junit1790034784138261936/server-server-httpfiles/persistent/30e9944d-e89a-49e6-94ce-364ac623497d ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/oJd6y005JyUgaUAFQ6GgvvLGzc467muipcNv7aXTB%2F0%3D) /tmp/junit1790034784138261936/server-server-httpfiles/cache/127c4c62-c917-4974-a82a-389714c1a07b -> /tmp/junit1790034784138261936/server-server-httpfiles/persistent/127c4c62-c917-4974-a82a-389714c1a07b ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/VYwTeujSQh1Gss7XDcPY61SmNUSlOTCzClVbdoYAHJE%3D) /tmp/junit1790034784138261936/server-server-httpfiles/cache/f3984ced-bc05-49ef-8409-c0119e1cf3de -> /tmp/junit1790034784138261936/server-server-httpfiles/persistent/f3984ced-bc05-49ef-8409-c0119e1cf3de ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/%2FEmb%2B%2FduVWkOJrRcZWoRMF6TTLig7Qm2uAa7A%2B78ghA%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/%2FEmb%2B%2FduVWkOJrRcZWoRMF6TTLig7Qm2uAa7A%2B78ghA%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/JVUTiGfvsBPpaY2QLvpiW%2Bx0rWNh6Tlj0QXu2TOSbGY%3D) /tmp/junit1790034784138261936/server-server-httpfiles/cache/ea8889e4-20a7-49f5-9215-7b69dada1ddb -> /tmp/junit1790034784138261936/server-server-httpfiles/persistent/ea8889e4-20a7-49f5-9215-7b69dada1ddb ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/%2FEmb%2B%2FduVWkOJrRcZWoRMF6TTLig7Qm2uAa7A%2B78ghA%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/z2ct%2BVoKX1r9xRSP%2FGYmKyUmhGtAlSmS7FrBHQz1i6E%3D) /tmp/junit1790034784138261936/server-server-httpfiles/cache/e5df4905-e778-4bcf-ab69-7c3b8a8a22a5 -> /tmp/junit1790034784138261936/server-server-httpfiles/persistent/e5df4905-e778-4bcf-ab69-7c3b8a8a22a5 ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/5djSGONTPUXLvVbL1YNge3qvQFN9YVYlb3QwlvbvfEU%3D) /tmp/junit1790034784138261936/server-server-httpfiles/cache/3ec8e148-2cc5-4594-ae8b-887b453a75fd -> /tmp/junit1790034784138261936/server-server-httpfiles/persistent/3ec8e148-2cc5-4594-ae8b-887b453a75fd ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/lpSbYYTpxt5zyFPhLE5PlvwDpVyNc2B3kULVJzvg6%2B4%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/lpSbYYTpxt5zyFPhLE5PlvwDpVyNc2B3kULVJzvg6%2B4%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/LWwdIdB4NUHFdmDaq2YoB5EqjWD9BIm2i0npsi3fE0o%3D) /tmp/junit1790034784138261936/server-server-httpfiles/cache/27be4ee4-8a99-4314-8779-1402cd1089c6 -> /tmp/junit1790034784138261936/server-server-httpfiles/persistent/27be4ee4-8a99-4314-8779-1402cd1089c6 ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/lpSbYYTpxt5zyFPhLE5PlvwDpVyNc2B3kULVJzvg6%2B4%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/sy4b7%2F3q3vGmQUg9OE%2F4gm%2FnVaSA36EeIqyCcnYi4M8%3D) /tmp/junit1790034784138261936/server-server-httpfiles/cache/926eab46-0bbd-4090-bcef-d535ab5a193f -> /tmp/junit1790034784138261936/server-server-httpfiles/persistent/926eab46-0bbd-4090-bcef-d535ab5a193f ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/gQYVKIPGaIxZIIuE90qThxaJvZJZw2sECpusZyMP5ME%3D) /tmp/junit1790034784138261936/server-server-httpfiles/cache/1f33904d-e69f-4c51-ade5-85a6ebd04787 -> /tmp/junit1790034784138261936/server-server-httpfiles/persistent/1f33904d-e69f-4c51-ade5-85a6ebd04787 ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/yopZ8hFGsieV4Tw74UQx3ta7ZTBGwOr0lvzfSVdok8w%3D) /tmp/junit1790034784138261936/server-server-httpfiles/cache/7df15aa9-b4a4-4ae4-b20b-4c5a33a144cd -> /tmp/junit1790034784138261936/server-server-httpfiles/persistent/7df15aa9-b4a4-4ae4-b20b-4c5a33a144cd ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/rySbdfEfwrB779vaMkVIyj%2BABqAS%2BgtUUBu4dkB4J6A%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/rySbdfEfwrB779vaMkVIyj%2BABqAS%2BgtUUBu4dkB4J6A%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/p8QJ1CS%2FUy4JsZzAfC4gp9lblDmY9lv4EPY5LPA1jdo%3D) /tmp/junit1790034784138261936/server-server-httpfiles/cache/e9e1915e-f9b1-4018-bb24-e400d59ecfa2 -> /tmp/junit1790034784138261936/server-server-httpfiles/persistent/e9e1915e-f9b1-4018-bb24-e400d59ecfa2 ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/rySbdfEfwrB779vaMkVIyj%2BABqAS%2BgtUUBu4dkB4J6A%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/x8RELOMsvCzPJXs2%2BuGp6tUMSIzdxC%2FSRUta7acbbZ4%3D) /tmp/junit1790034784138261936/server-server-httpfiles/cache/fb7efe2b-dc92-44fd-9586-0ee996908d3a -> /tmp/junit1790034784138261936/server-server-httpfiles/persistent/fb7efe2b-dc92-44fd-9586-0ee996908d3a ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/2brsrAkktIi9NilQNTT8ppOc5Gbl17tffhdX0aeFCoI%3D) /tmp/junit1790034784138261936/server-server-httpfiles/cache/d239e87f-8878-4f27-825b-0bb99a854d15 -> /tmp/junit1790034784138261936/server-server-httpfiles/persistent/d239e87f-8878-4f27-825b-0bb99a854d15 ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/oJd6y005JyUgaUAFQ6GgvvLGzc467muipcNv7aXTB%2F0%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/oJd6y005JyUgaUAFQ6GgvvLGzc467muipcNv7aXTB%2F0%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/Pp8lPMJPMU%2Fg1eelJlUn1gggLBKxNX2QhrjbNVWCbyI%3D) /tmp/junit1790034784138261936/server-server-httpfiles/cache/16265e22-62ba-4c59-b38b-6f34cfbe586b -> /tmp/junit1790034784138261936/server-server-httpfiles/persistent/16265e22-62ba-4c59-b38b-6f34cfbe586b ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/oJd6y005JyUgaUAFQ6GgvvLGzc467muipcNv7aXTB%2F0%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/47DEQpj8HBSa%2B%2FTImW%2B5JCeuQeRkm5NMpJWZG3hSuFU%3D) /tmp/junit1790034784138261936/server-server-httpfiles/cache/f77d1aa8-8a60-42fc-952a-68e2f4776ec7 -> /tmp/junit1790034784138261936/server-server-httpfiles/persistent/f77d1aa8-8a60-42fc-952a-68e2f4776ec7 ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/60oKn5%2FPS0PBO8N14aS8JzAQUMnMRqyMbkNBTnJTCH8%3D) /tmp/junit1790034784138261936/server-server-httpfiles/cache/0e82c691-ded9-4d3b-8a54-426601656c56 -> /tmp/junit1790034784138261936/server-server-httpfiles/persistent/0e82c691-ded9-4d3b-8a54-426601656c56 ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/VYwTeujSQh1Gss7XDcPY61SmNUSlOTCzClVbdoYAHJE%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/VYwTeujSQh1Gss7XDcPY61SmNUSlOTCzClVbdoYAHJE%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/xvUv8bQ7fzE4XXu73K9RYSkhe0GeeOPKqo3J2BlBH4c%3D) /tmp/junit1790034784138261936/server-server-httpfiles/cache/4321058f-175d-4c3b-93a2-8d0667eb7a6f -> /tmp/junit1790034784138261936/server-server-httpfiles/persistent/4321058f-175d-4c3b-93a2-8d0667eb7a6f ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/VYwTeujSQh1Gss7XDcPY61SmNUSlOTCzClVbdoYAHJE%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/xiokJ09WttZwKc3d%2FhV6IqkEKeWLg9lWE0%2FbWOTxClg%3D) /tmp/junit1790034784138261936/server-server-httpfiles/cache/34c770d4-fa02-4899-aaa5-0253cecfb8b4 -> /tmp/junit1790034784138261936/server-server-httpfiles/persistent/34c770d4-fa02-4899-aaa5-0253cecfb8b4 ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/wWL1jZH9TMxilFxiMeVIUsPHWxbeFX5CJNJtHZ0Yv%2Bg%3D) /tmp/junit1790034784138261936/server-server-httpfiles/cache/9f7c1a1a-1a17-4292-b3e9-4b9f5ad0d330 -> /tmp/junit1790034784138261936/server-server-httpfiles/persistent/9f7c1a1a-1a17-4292-b3e9-4b9f5ad0d330 ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/QG6s8ffvRksUj4CoqMfqKsmzKCDVZOMJS4Z%2BhjD4sko%3D) /tmp/junit1790034784138261936/server-server-httpfiles/cache/d1a2d568-38b4-4408-90ba-95ce484e9a8b -> /tmp/junit1790034784138261936/server-server-httpfiles/persistent/d1a2d568-38b4-4408-90ba-95ce484e9a8b ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/Cs%2FL%2BOBmRgENBqKnXY5%2FOJ44hDv7z%2B18UB%2Bdln6zuFs%3D) /tmp/junit1790034784138261936/server-server-httpfiles/cache/c87309a4-d0d5-4c1c-8586-a365d3abc00b -> /tmp/junit1790034784138261936/server-server-httpfiles/persistent/c87309a4-d0d5-4c1c-8586-a365d3abc00b ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/JVUTiGfvsBPpaY2QLvpiW%2Bx0rWNh6Tlj0QXu2TOSbGY%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/JVUTiGfvsBPpaY2QLvpiW%2Bx0rWNh6Tlj0QXu2TOSbGY%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/HkkywhhDQrAzn7Dz6sRR9c4DiBK6MpCD86BkvtJB5SE%3D) /tmp/junit1790034784138261936/server-server-httpfiles/cache/719e9faa-6d06-4e05-ba15-d43e65893c6f -> /tmp/junit1790034784138261936/server-server-httpfiles/persistent/719e9faa-6d06-4e05-ba15-d43e65893c6f ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/JVUTiGfvsBPpaY2QLvpiW%2Bx0rWNh6Tlj0QXu2TOSbGY%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/kpaWI2p5pMdbuxPJnq3QBXQZedGFfh9o18RGgBafeb0%3D) /tmp/junit1790034784138261936/server-server-httpfiles/cache/905d0110-a287-49d4-b05b-bc792734e366 -> /tmp/junit1790034784138261936/server-server-httpfiles/persistent/905d0110-a287-49d4-b05b-bc792734e366 ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/3vWQ0f6tRdZRM4YjJSPrQBPdMi7QlJxHoeN4gO8VZXc%3D) /tmp/junit1790034784138261936/server-server-httpfiles/cache/78409311-9ff6-4477-8dcc-47bcc0f899a7 -> /tmp/junit1790034784138261936/server-server-httpfiles/persistent/78409311-9ff6-4477-8dcc-47bcc0f899a7 ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/z2ct%2BVoKX1r9xRSP%2FGYmKyUmhGtAlSmS7FrBHQz1i6E%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/z2ct%2BVoKX1r9xRSP%2FGYmKyUmhGtAlSmS7FrBHQz1i6E%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/lvpl17wtiXNsQEGVLgL5hcq22Jkm53kZrj6t5p3iWQ4%3D) /tmp/junit1790034784138261936/server-server-httpfiles/cache/61a5fe82-ef9d-479e-81b0-ec56e3c3d7ce -> /tmp/junit1790034784138261936/server-server-httpfiles/persistent/61a5fe82-ef9d-479e-81b0-ec56e3c3d7ce ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/z2ct%2BVoKX1r9xRSP%2FGYmKyUmhGtAlSmS7FrBHQz1i6E%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/0gUfpA5HMCps0QY%2BoMxb%2BJSq%2BoBIWs62g2C4f%2BxJCoU%3D) /tmp/junit1790034784138261936/server-server-httpfiles/cache/69f618ba-d8f1-40c7-bdb0-bbbc48d1942f -> /tmp/junit1790034784138261936/server-server-httpfiles/persistent/69f618ba-d8f1-40c7-bdb0-bbbc48d1942f ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/5djSGONTPUXLvVbL1YNge3qvQFN9YVYlb3QwlvbvfEU%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/5djSGONTPUXLvVbL1YNge3qvQFN9YVYlb3QwlvbvfEU%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/0zWQjjAb1k%2BvCeEvpXjWHop85BXoVhKUsw%2BqmHl0U%2B4%3D) /tmp/junit1790034784138261936/server-server-httpfiles/cache/009cd5fa-0148-401b-b4e9-f103a59e1d2d -> /tmp/junit1790034784138261936/server-server-httpfiles/persistent/009cd5fa-0148-401b-b4e9-f103a59e1d2d ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/5djSGONTPUXLvVbL1YNge3qvQFN9YVYlb3QwlvbvfEU%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/blob/EArfY4qBP1HFoEdjBizqqABDObYPmGCn5HWa0eEEElo%3D) /tmp/junit1790034784138261936/server-server-httpfiles/cache/dcecd3cb-17f1-4390-8fc1-0be05e8a26ef -> /tmp/junit1790034784138261936/server-server-httpfiles/persistent/dcecd3cb-17f1-4390-8fc1-0be05e8a26ef ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/LWwdIdB4NUHFdmDaq2YoB5EqjWD9BIm2i0npsi3fE0o%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/LWwdIdB4NUHFdmDaq2YoB5EqjWD9BIm2i0npsi3fE0o%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:46683/api/content/719727995853443072/_ustadmanifest.json) /tmp/junit1790034784138261936/server-server-httpfiles/cache/eb702d42-9be4-4367-8efa-885da8dcba0b -> /tmp/junit1790034784138261936/server-server-httpfiles/persistent/eb702d42-9be4-4367-8efa-885da8dcba0b ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/LWwdIdB4NUHFdmDaq2YoB5EqjWD9BIm2i0npsi3fE0o%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/sy4b7%2F3q3vGmQUg9OE%2F4gm%2FnVaSA36EeIqyCcnYi4M8%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/sy4b7%2F3q3vGmQUg9OE%2F4gm%2FnVaSA36EeIqyCcnYi4M8%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/sy4b7%2F3q3vGmQUg9OE%2F4gm%2FnVaSA36EeIqyCcnYi4M8%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/gQYVKIPGaIxZIIuE90qThxaJvZJZw2sECpusZyMP5ME%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/gQYVKIPGaIxZIIuE90qThxaJvZJZw2sECpusZyMP5ME%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/gQYVKIPGaIxZIIuE90qThxaJvZJZw2sECpusZyMP5ME%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/yopZ8hFGsieV4Tw74UQx3ta7ZTBGwOr0lvzfSVdok8w%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/yopZ8hFGsieV4Tw74UQx3ta7ZTBGwOr0lvzfSVdok8w%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/yopZ8hFGsieV4Tw74UQx3ta7ZTBGwOr0lvzfSVdok8w%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/p8QJ1CS%2FUy4JsZzAfC4gp9lblDmY9lv4EPY5LPA1jdo%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/p8QJ1CS%2FUy4JsZzAfC4gp9lblDmY9lv4EPY5LPA1jdo%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/p8QJ1CS%2FUy4JsZzAfC4gp9lblDmY9lv4EPY5LPA1jdo%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/x8RELOMsvCzPJXs2%2BuGp6tUMSIzdxC%2FSRUta7acbbZ4%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/x8RELOMsvCzPJXs2%2BuGp6tUMSIzdxC%2FSRUta7acbbZ4%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/x8RELOMsvCzPJXs2%2BuGp6tUMSIzdxC%2FSRUta7acbbZ4%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/2brsrAkktIi9NilQNTT8ppOc5Gbl17tffhdX0aeFCoI%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/2brsrAkktIi9NilQNTT8ppOc5Gbl17tffhdX0aeFCoI%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/2brsrAkktIi9NilQNTT8ppOc5Gbl17tffhdX0aeFCoI%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/Pp8lPMJPMU%2Fg1eelJlUn1gggLBKxNX2QhrjbNVWCbyI%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/Pp8lPMJPMU%2Fg1eelJlUn1gggLBKxNX2QhrjbNVWCbyI%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/Pp8lPMJPMU%2Fg1eelJlUn1gggLBKxNX2QhrjbNVWCbyI%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/47DEQpj8HBSa%2B%2FTImW%2B5JCeuQeRkm5NMpJWZG3hSuFU%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/47DEQpj8HBSa%2B%2FTImW%2B5JCeuQeRkm5NMpJWZG3hSuFU%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/47DEQpj8HBSa%2B%2FTImW%2B5JCeuQeRkm5NMpJWZG3hSuFU%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/60oKn5%2FPS0PBO8N14aS8JzAQUMnMRqyMbkNBTnJTCH8%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/60oKn5%2FPS0PBO8N14aS8JzAQUMnMRqyMbkNBTnJTCH8%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/60oKn5%2FPS0PBO8N14aS8JzAQUMnMRqyMbkNBTnJTCH8%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/xvUv8bQ7fzE4XXu73K9RYSkhe0GeeOPKqo3J2BlBH4c%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/xvUv8bQ7fzE4XXu73K9RYSkhe0GeeOPKqo3J2BlBH4c%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/xvUv8bQ7fzE4XXu73K9RYSkhe0GeeOPKqo3J2BlBH4c%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/xiokJ09WttZwKc3d%2FhV6IqkEKeWLg9lWE0%2FbWOTxClg%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/xiokJ09WttZwKc3d%2FhV6IqkEKeWLg9lWE0%2FbWOTxClg%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/xiokJ09WttZwKc3d%2FhV6IqkEKeWLg9lWE0%2FbWOTxClg%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/wWL1jZH9TMxilFxiMeVIUsPHWxbeFX5CJNJtHZ0Yv%2Bg%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/wWL1jZH9TMxilFxiMeVIUsPHWxbeFX5CJNJtHZ0Yv%2Bg%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/wWL1jZH9TMxilFxiMeVIUsPHWxbeFX5CJNJtHZ0Yv%2Bg%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/QG6s8ffvRksUj4CoqMfqKsmzKCDVZOMJS4Z%2BhjD4sko%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/QG6s8ffvRksUj4CoqMfqKsmzKCDVZOMJS4Z%2BhjD4sko%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/QG6s8ffvRksUj4CoqMfqKsmzKCDVZOMJS4Z%2BhjD4sko%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/Cs%2FL%2BOBmRgENBqKnXY5%2FOJ44hDv7z%2B18UB%2Bdln6zuFs%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/Cs%2FL%2BOBmRgENBqKnXY5%2FOJ44hDv7z%2B18UB%2Bdln6zuFs%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/Cs%2FL%2BOBmRgENBqKnXY5%2FOJ44hDv7z%2B18UB%2Bdln6zuFs%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/HkkywhhDQrAzn7Dz6sRR9c4DiBK6MpCD86BkvtJB5SE%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/HkkywhhDQrAzn7Dz6sRR9c4DiBK6MpCD86BkvtJB5SE%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/HkkywhhDQrAzn7Dz6sRR9c4DiBK6MpCD86BkvtJB5SE%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/kpaWI2p5pMdbuxPJnq3QBXQZedGFfh9o18RGgBafeb0%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/kpaWI2p5pMdbuxPJnq3QBXQZedGFfh9o18RGgBafeb0%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/kpaWI2p5pMdbuxPJnq3QBXQZedGFfh9o18RGgBafeb0%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/3vWQ0f6tRdZRM4YjJSPrQBPdMi7QlJxHoeN4gO8VZXc%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/3vWQ0f6tRdZRM4YjJSPrQBPdMi7QlJxHoeN4gO8VZXc%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/3vWQ0f6tRdZRM4YjJSPrQBPdMi7QlJxHoeN4gO8VZXc%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/lvpl17wtiXNsQEGVLgL5hcq22Jkm53kZrj6t5p3iWQ4%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/lvpl17wtiXNsQEGVLgL5hcq22Jkm53kZrj6t5p3iWQ4%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/lvpl17wtiXNsQEGVLgL5hcq22Jkm53kZrj6t5p3iWQ4%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/0gUfpA5HMCps0QY%2BoMxb%2BJSq%2BoBIWs62g2C4f%2BxJCoU%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/0gUfpA5HMCps0QY%2BoMxb%2BJSq%2BoBIWs62g2C4f%2BxJCoU%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/0gUfpA5HMCps0QY%2BoMxb%2BJSq%2BoBIWs62g2C4f%2BxJCoU%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/0zWQjjAb1k%2BvCeEvpXjWHop85BXoVhKUsw%2BqmHl0U%2B4%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/0zWQjjAb1k%2BvCeEvpXjWHop85BXoVhKUsw%2BqmHl0U%2B4%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/0zWQjjAb1k%2BvCeEvpXjWHop85BXoVhKUsw%2BqmHl0U%2B4%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/EArfY4qBP1HFoEdjBizqqABDObYPmGCn5HWa0eEEElo%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/EArfY4qBP1HFoEdjBizqqABDObYPmGCn5HWa0eEEElo%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/EArfY4qBP1HFoEdjBizqqABDObYPmGCn5HWa0eEEElo%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/content/719727995853443072/_ustadmanifest.json ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/content/719727995853443072/_ustadmanifest.json ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?B}FINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/content/719727995853443072/_ustadmanifest.json ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/T6uQJbiizni1qK8zT4b1x46g0ck9NyM05rMKufLI2FI%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/T6uQJbiizni1qK8zT4b1x46g0ck9NyM05rMKufLI2FI%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/T6uQJbiizni1qK8zT4b1x46g0ck9NyM05rMKufLI2FI%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/bjwfnGlRbxR6w41vOplXXSsJlK%2FkQzJuwiG9Vdr2PBI%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/bjwfnGlRbxR6w41vOplXXSsJlK%2FkQzJuwiG9Vdr2PBI%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/bjwfnGlRbxR6w41vOplXXSsJlK%2FkQzJuwiG9Vdr2PBI%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/GbEzhDlg2eOkUS0yhbQRdkYN7%2BExqlN1jS7v1KfVVxw%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/GbEzhDlg2eOkUS0yhbQRdkYN7%2BExqlN1jS7v1KfVVxw%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/GbEzhDlg2eOkUS0yhbQRdkYN7%2BExqlN1jS7v1KfVVxw%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/ftJMBUMkAxFzcokVQ%2FDLankiEAkZ564HfB8%2Fr2dljcI%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/ftJMBUMkAxFzcokVQ%2FDLankiEAkZ564HfB8%2Fr2dljcI%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/ftJMBUMkAxFzcokVQ%2FDLankiEAkZ564HfB8%2Fr2dljcI%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/4hns6PTT5KxFXvMc06fHtQV%2BpooQmTf8JrA8bpnukyI%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/4hns6PTT5KxFXvMc06fHtQV%2BpooQmTf8JrA8bpnukyI%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/4hns6PTT5KxFXvMc06fHtQV%2BpooQmTf8JrA8bpnukyI%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/1nBB%2Fl1Q7vnvZxZDlo985rEw6qqqLOTUlrGNCjOuuHs%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/1nBB%2Fl1Q7vnvZxZDlo985rEw6qqqLOTUlrGNCjOuuHs%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/1nBB%2Fl1Q7vnvZxZDlo985rEw6qqqLOTUlrGNCjOuuHs%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/e1pDIPug1Mj3kydkW0ucyHWi7GF6VX6Em4E5GOtzNJk%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/e1pDIPug1Mj3kydkW0ucyHWi7GF6VX6Em4E5GOtzNJk%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/e1pDIPug1Mj3kydkW0ucyHWi7GF6VX6Em4E5GOtzNJk%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/yBLdyeR10%2BZdaKaztYnOWYoqW6u3r8VUd9WSFcSjikA%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/yBLdyeR10%2BZdaKaztYnOWYoqW6u3r8VUd9WSFcSjikA%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/yBLdyeR10%2BZdaKaztYnOWYoqW6u3r8VUd9WSFcSjikA%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/%2F4Ku7WubtnAWlshNGyI9Lmgut4yJEXpDjObP6oxJiZU%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/%2F4Ku7WubtnAWlshNGyI9Lmgut4yJEXpDjObP6oxJiZU%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/%2F4Ku7WubtnAWlshNGyI9Lmgut4yJEXpDjObP6oxJiZU%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/hNkB8eW5RIdaNUrvVRKRFRxo07hZCB8p7k8hiRJnOmU%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/hNkB8eW5RIdaNUrvVRKRFRxo07hZCB8p7k8hiRJnOmU%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/hNkB8eW5RIdaNUrvVRKRFRxo07hZCB8p7k8hiRJnOmU%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #4 : SQLite Change Tracker: Changed tables=[CacheLockJoin] ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/wNCC8cHq2llme5T359p2aAVxgnZy1xD02zehmxYfzrQ%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/wNCC8cHq2llme5T359p2aAVxgnZy1xD02zehmxYfzrQ%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/wNCC8cHq2llme5T359p2aAVxgnZy1xD02zehmxYfzrQ%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/JakG3baTnxBZ0ygCbLpNeqUSpupufejv3CEJsk8lGjM%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/JakG3baTnxBZ0ygCbLpNeqUSpupufejv3CEJsk8lGjM%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/JakG3baTnxBZ0ygCbLpNeqUSpupufejv3CEJsk8lGjM%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/Tyj1ZbAw3I%2BjTnYcRMap00SSDE8uimpYNpM%2FV1r5TQc%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/Tyj1ZbAw3I%2BjTnYcRMap00SSDE8uimpYNpM%2FV1r5TQc%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/Tyj1ZbAw3I%2BjTnYcRMap00SSDE8uimpYNpM%2FV1r5TQc%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/5d4Gn7Lje7djT1HHt6jjcg%2BHKH9wgn2vEpJCSjuX6z4%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/5d4Gn7Lje7djT1HHt6jjcg%2BHKH9wgn2vEpJCSjuX6z4%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/5d4Gn7Lje7djT1HHt6jjcg%2BHKH9wgn2vEpJCSjuX6z4%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/k65pd4r52nGCR800CqwX9ekYeR56pcNyD6PKQm5ECMY%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/k65pd4r52nGCR800CqwX9ekYeR56pcNyD6PKQm5ECMY%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/k65pd4r52nGCR800CqwX9ekYeR56pcNyD6PKQm5ECMY%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/MZikNKgl2FhWpW23NSSFUT1wOPqRV060fcrD6oKsRao%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/MZikNKgl2FhWpW23NSSFUT1wOPqRV060fcrD6oKsRao%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/MZikNKgl2FhWpW23NSSFUT1wOPqRV060fcrD6oKsRao%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/qGvsfW4NaWJUAV8k%2BjAgxyt68uSYkM8Zvl4iO07eQSw%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/qGvsfW4NaWJUAV8k%2BjAgxyt68uSYkM8Zvl4iO07eQSw%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/qGvsfW4NaWJUAV8k%2BjAgxyt68uSYkM8Zvl4iO07eQSw%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/jT7lEK6lwyBhlTHcKRWFJqu7C0gPdwvq0cKmMsrO3o4%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/jT7lEK6lwyBhlTHcKRWFJqu7C0gPdwvq0cKmMsrO3o4%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/jT7lEK6lwyBhlTHcKRWFJqu7C0gPdwvq0cKmMsrO3o4%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/Au%2B2IdPCR1K6fzgi%2BwM5XKVYY8AZh6QiVWhS%2FNgRMNU%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/Au%2B2IdPCR1K6fzgi%2BwM5XKVYY8AZh6QiVWhS%2FNgRMNU%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/Au%2B2IdPCR1K6fzgi%2BwM5XKVYY8AZh6QiVWhS%2FNgRMNU%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/SQzRpZj429D6cW3daoNAw3eqvBYSS2ns7TItpaMlHT8%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/SQzRpZj429D6cW3daoNAw3eqvBYSS2ns7TItpaMlHT8%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/SQzRpZj429D6cW3daoNAw3eqvBYSS2ns7TItpaMlHT8%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/WdACppPgOH8BBO0iigwsrmWMy17E3kScuTWoKjWTy%2Fw%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/WdACppPgOH8BBO0iigwsrmWMy17E3kScuTWoKjWTy%2Fw%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/WdACppPgOH8BBO0iigwsrmWMy17E3kScuTWoKjWTy%2Fw%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/7vs8uqNXfk02HCNxgA9IXzTGWczwRxAXgvYRXQZHT3w%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/7vs8uqNXfk02HCNxgA9IXzTGWczwRxAXgvYRXQZHT3w%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/7vs8uqNXfk02HCNxgA9IXzTGWczwRxAXgvYRXQZHT3w%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/b0rPNEXzpQ22OFjtaC11asx2j0%2BhLr7cAomd3VO69e0%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/b0rPNEXzpQ22OFjtaC11asx2j0%2BhLr7cAomd3VO69e0%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/b0rPNEXzpQ22OFjtaC11asx2j0%2BhLr7cAomd3VO69e0%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/Oq8Qt4f%2FpNdOtT7Cz%2FP1buRr1KXcoKQUW%2BC9lCFg8YQ%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/Oq8Qt4f%2FpNdOtT7Cz%2FP1buRr1KXcoKQUW%2BC9lCFg8YQ%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/Oq8Qt4f%2FpNdOtT7Cz%2FP1buRr1KXcoKQUW%2BC9lCFg8YQ%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/yzJGqJtjyxHYqHNh51kOeZtaOIra3Ks3%2B1GBRu4D0%2BQ%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/yzJGqJtjyxHYqHNh51kOeZtaOIra3Ks3%2B1GBRu4D0%2BQ%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/yzJGqJtjyxHYqHNh51kOeZtaOIra3Ks3%2B1GBRu4D0%2BQ%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/b%2FpemT3AQtkcxWYfWDVJk2%2FkTkEqjdt%2BoehmTIE02AM%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/b%2FpemT3AQtkcxWYfWDVJk2%2FkTkEqjdt%2BoehmTIE02AM%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/b%2FpemT3AQtkcxWYfWDVJk2%2FkTkEqjdt%2BoehmTIE02AM%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/mfov8Hrp8eJ57UpQUEJ%2B8RVeKjq45a8ngANpAaLYR6w%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/mfov8Hrp8eJ57UpQUEJ%2B8RVeKjq45a8ngANpAaLYR6w%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/mfov8Hrp8eJ57UpQUEJ%2B8RVeKjq45a8ngANpAaLYR6w%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/7xF1FYDJR0vQb3gRCLf5zGPh50%2B3WuGOhPKs9utqGUE%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/7xF1FYDJR0vQb3gRCLf5zGPh50%2B3WuGOhPKs9utqGUE%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/7xF1FYDJR0vQb3gRCLf5zGPh50%2B3WuGOhPKs9utqGUE%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/s%2BjWsJZ%2F9ShpZSiPQWSmovDOpcmVTDAObwrxxK3lcHc%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/s%2BjWsJZ%2F9ShpZSiPQWSmovDOpcmVTDAObwrxxK3lcHc%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/s%2BjWsJZ%2F9ShpZSiPQWSmovDOpcmVTDAObwrxxK3lcHc%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/MpD8uvv86rzRXumzeeIEP9dkvgCqNH4BgNx%2Bu3BdkYQ%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/MpD8uvv86rzRXumzeeIEP9dkvgCqNH4BgNx%2Bu3BdkYQ%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/MpD8uvv86rzRXumzeeIEP9dkvgCqNH4BgNx%2Bu3BdkYQ%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/s9HqB4agwbGesiE3QlUHeYBRLelpFY4r8WgsGxlH3Qo%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/s9HqB4agwbGesiE3QlUHeYBRLelpFY4r8WgsGxlH3Qo%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/s9HqB4agwbGesiE3QlUHeYBRLelpFY4r8WgsGxlH3Qo%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/UKuxu3Hz%2BfGYRK1HeAzq8IUine8lfc8wmfa4xX1FqNk%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/UKuxu3Hz%2BfGYRK1HeAzq8IUine8lfc8wmfa4xX1FqNk%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/UKuxu3Hz%2BfGYRK1HeAzq8IUine8lfc8wmfa4xX1FqNk%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/3NOfayEFEmNxtWcImQh5OHnRGSetW1NnAmZP8xt%2FTEE%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/3NOfayEFEmNxtWcImQh5OHnRGSetW1NnAmZP8xt%2FTEE%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/3NOfayEFEmNxtWcImQh5OHnRGSetW1NnAmZP8xt%2FTEE%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/Rq39aiLMuqiP%2B0mPmeCr0C2QflhXTn%2F%2FNEPZaPtsh7s%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/Rq39aiLMuqiP%2B0mPmeCr0C2QflhXTn%2F%2FNEPZaPtsh7s%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/Rq39aiLMuqiP%2B0mPmeCr0C2QflhXTn%2F%2FNEPZaPtsh7s%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/Rq39aiLMuqiP%2B0mPmeCr0C2QflhXTn%2F%2FNEPZaPtsh7s%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/Rq39aiLMuqiP%2B0mPmeCr0C2QflhXTn%2F%2FNEPZaPtsh7s%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/Rq39aiLMuqiP%2B0mPmeCr0C2QflhXTn%2F%2FNEPZaPtsh7s%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/PjfwUp1%2Bw6kzto%2B92J5gCGOUXTWvFUUHmzECFE26ZTI%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/PjfwUp1%2Bw6kzto%2B92J5gCGOUXTWvFUUHmzECFE26ZTI%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/PjfwUp1%2Bw6kzto%2B92J5gCGOUXTWvFUUHmzECFE26ZTI%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/h%2BjhrR%2B2SJw3n6swaOU2A8b3QZHrKvXk3vxMgmuJI48%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/h%2BjhrR%2B2SJw3n6swaOU2A8b3QZHrKvXk3vxMgmuJI48%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/h%2BjhrR%2B2SJw3n6swaOU2A8b3QZHrKvXk3vxMgmuJI48%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/vGluaw0k9XeZTNkXi2DMNSp4SAI6Mpq0chcOqfhROgo%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/vGluaw0k9XeZTNkXi2DMNSp4SAI6Mpq0chcOqfhROgo%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/vGluaw0k9XeZTNkXi2DMNSp4SAI6Mpq0chcOqfhROgo%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/2HtvcBRqQjS2JXOH5QQ9utn6ppsaI1mFBHfAO7S2ccI%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/2HtvcBRqQjS2JXOH5QQ9utn6ppsaI1mFBHfAO7S2ccI%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/2HtvcBRqQjS2JXOH5QQ9utn6ppsaI1mFBHfAO7S2ccI%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/sHX8VAaCnEAbmKOODXx8XwsoiVmNERxdjjnDxegBg8s%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/sHX8VAaCnEAbmKOODXx8XwsoiVmNERxdjjnDxegBg8s%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/sHX8VAaCnEAbmKOODXx8XwsoiVmNERxdjjnDxegBg8s%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/Io0MLdilHmozLkMugHE9pOBHQ0GoWK2Ad%2BKk1mN4QiY%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/Io0MLdilHmozLkMugHE9pOBHQ0GoWK2Ad%2BKk1mN4QiY%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/Io0MLdilHmozLkMugHE9pOBHQ0GoWK2Ad%2BKk1mN4QiY%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/kTthmgm8PGGYjMHstF6NYIjf3CLWmwpKOi4l3MdMEtg%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/kTthmgm8PGGYjMHstF6NYIjf3CLWmwpKOi4l3MdMEtg%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/kTthmgm8PGGYjMHstF6NYIjf3CLWmwpKOi4l3MdMEtg%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/eYHHnwyecTXEwTD51UOV4ep3iOXp7UijenqWFiHPj7w%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/eYHHnwyecTXEwTD51UOV4ep3iOXp7UijenqWFiHPj7w%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/eYHHnwyecTXEwTD51UOV4ep3iOXp7UijenqWFiHPj7w%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/XNfsFzpMGtyUb4cp%2BZP4sbwRpfi%2BBGbF07psv2MPtA4%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/XNfsFzpMGtyUb4cp%2BZP4sbwRpfi%2BBGbF07psv2MPtA4%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/XNfsFzpMGtyUb4cp%2BZP4sbwRpfi%2BBGbF07psv2MPtA4%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/GslQZC%2FV0B6kfy34jVZWRceF2QhHWG6YmuW5qqEmeu8%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/GslQZC%2FV0B6kfy34jVZWRceF2QhHWG6YmuW5qqEmeu8%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/GslQZC%2FV0B6kfy34jVZWRceF2QhHWG6YmuW5qqEmeu8%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/mvg3xbJ3LnwZdOssam2%2BvdSJ1%2FLWFX7%2FlxFJVciB6lg%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/mvg3xbJ3LnwZdOssam2%2BvdSJ1%2FLWFX7%2FlxFJVciB6lg%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/mvg3xbJ3LnwZdOssam2%2BvdSJ1%2FLWFX7%2FlxFJVciB6lg%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/MAqsHQLxvTtVgSONw2nt%2Bi52FKAKxkPqHKZN3dVehag%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/MAqsHQLxvTtVgSONw2nt%2Bi52FKAKxkPqHKZN3dVehag%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/MAqsHQLxvTtVgSONw2nt%2Bi52FKAKxkPqHKZN3dVehag%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/iLrog15kL9bl86CzWtk92zSVko7oOALiUGQ8de0aZAE%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/iLrog15kL9bl86CzWtk92zSVko7oOALiUGQ8de0aZAE%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/iLrog15kL9bl86CzWtk92zSVko7oOALiUGQ8de0aZAE%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/82XHZdU1kTgwewOyJbFyMVK0zesRRj2xRJpu92yJxx4%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/82XHZdU1kTgwewOyJbFyMVK0zesRRj2xRJpu92yJxx4%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/82XHZdU1kTgwewOyJbFyMVK0zesRRj2xRJpu92yJxx4%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/Q%2Fy6R172KY9YPbOiNMSixqoh8QjGcQtM%2BrFsRKO2bE8%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/Q%2Fy6R172KY9YPbOiNMSixqoh8QjGcQtM%2BrFsRKO2bE8%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/Q%2Fy6R172KY9YPbOiNMSixqoh8QjGcQtM%2BrFsRKO2bE8%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/vBVhVK0Ik2c9Bvwl%2BlAPy96DxOyTL2%2BkeUcQmCA%2Frq0%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/vBVhVK0Ik2c9Bvwl%2BlAPy96DxOyTL2%2BkeUcQmCA%2Frq0%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/vBVhVK0Ik2c9Bvwl%2BlAPy96DxOyTL2%2BkeUcQmCA%2Frq0%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/vBVhVK0Ik2c9Bvwl%2BlAPy96DxOyTL2%2BkeUcQmCA%2Frq0%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/vBVhVK0Ik2c9Bvwl%2BlAPy96DxOyTL2%2BkeUcQmCA%2Frq0%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/vBVhVK0Ik2c9Bvwl%2BlAPy96DxOyTL2%2BkeUcQmCA%2Frq0%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/%2Fx3Wsw8%2BwpZRU2JIVcrL33nrHQV17lCsxuRemUqet54%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/%2Fx3Wsw8%2BwpZRU2JIVcrL33nrHQV17lCsxuRemUqet54%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/%2Fx3Wsw8%2BwpZRU2JIVcrL33nrHQV17lCsxuRemUqet54%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/8NYR%2FhsIIjp%2FPKQLuUNyeWjGcw9Ffd0e82E28xODp0k%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/8NYR%2FhsIIjp%2FPKQLuUNyeWjGcw9Ffd0e82E28xODp0k%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/8NYR%2FhsIIjp%2FPKQLuUNyeWjGcw9Ffd0e82E28xODp0k%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/oPQ1dcUBafEmFbVhtQHHEJeUFzCkPST6bxu3%2BWONWHQ%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/oPQ1dcUBafEmFbVhtQHHEJeUFzCkPST6bxu3%2BWONWHQ%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/oPQ1dcUBafEmFbVhtQHHEJeUFzCkPST6bxu3%2BWONWHQ%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/K2Fsusn6qjgL725CJL7ByzgpD7DwK1Hv1Qc9nUTRvs0%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/K2Fsusn6qjgL725CJL7ByzgpD7DwK1Hv1Qc9nUTRvs0%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/K2Fsusn6qjgL725CJL7ByzgpD7DwK1Hv1Qc9nUTRvs0%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/cR3Bmvjb8RQpKsAuwqDiUYfIXyFSmzGtyfnorloVx0Y%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/cR3Bmvjb8RQpKsAuwqDiUYfIXyFSmzGtyfnorloVx0Y%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/cR3Bmvjb8RQpKsAuwqDiUYfIXyFSmzGtyfnorloVx0Y%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/tnKOTsJNsJ1igF6lTizkpOyMKbYWZe%2BdVsGZzjKfNTc%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/tnKOTsJNsJ1igF6lTizkpOyMKbYWZe%2BdVsGZzjKfNTc%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/tnKOTsJNsJ1igF6lTizkpOyMKbYWZe%2BdVsGZzjKfNTc%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/cTsr7j2oAImJK1yXqd0DLIulEmVnqZ5h5n0Tb5MbXdA%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/cTsr7j2oAImJK1yXqd0DLIulEmVnqZ5h5n0Tb5MbXdA%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/cTsr7j2oAImJK1yXqd0DLIulEmVnqZ5h5n0Tb5MbXdA%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/mvg3xbJ3LnwZdOssam2%2BvdSJ1%2FLWFX7%2FlxFJVciB6lg%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/mvg3xbJ3LnwZdOssam2%2BvdSJ1%2FLWFX7%2FlxFJVciB6lg%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/mvg3xbJ3LnwZdOssam2%2BvdSJ1%2FLWFX7%2FlxFJVciB6lg%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/lxzYcB9KSB%2FYkf7kHHM4ZRcTEbModiVoT3lAhJxL3mA%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/lxzYcB9KSB%2FYkf7kHHM4ZRcTEbModiVoT3lAhJxL3mA%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/lxzYcB9KSB%2FYkf7kHHM4ZRcTEbModiVoT3lAhJxL3mA%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/Xl43QDLBGMM83V4fnX0WJXFd3Q96UrVudQC4xpaoApY%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/Xl43QDLBGMM83V4fnX0WJXFd3Q96UrVudQC4xpaoApY%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/Xl43QDLBGMM83V4fnX0WJXFd3Q96UrVudQC4xpaoApY%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/vx6kIK92xNpSxNN78Ud5xEGiuWVgncmo8IDc9M8XCDQ%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/vx6kIK92xNpSxNN78Ud5xEGiuWVgncmo8IDc9M8XCDQ%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/vx6kIK92xNpSxNN78Ud5xEGiuWVgncmo8IDc9M8XCDQ%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/Cxs1ShEiNfLO%2FU%2Fvt3ziCc6g7XCCt3cXpLKqS0NW9p0%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/Cxs1ShEiNfLO%2FU%2Fvt3ziCc6g7XCCt3cXpLKqS0NW9p0%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/Cxs1ShEiNfLO%2FU%2Fvt3ziCc6g7XCCt3cXpLKqS0NW9p0%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/Cxs1ShEiNfLO%2FU%2Fvt3ziCc6g7XCCt3cXpLKqS0NW9p0%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/Cxs1ShEiNfLO%2FU%2Fvt3ziCc6g7XCCt3cXpLKqS0NW9p0%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/Cxs1ShEiNfLO%2FU%2Fvt3ziCc6g7XCCt3cXpLKqS0NW9p0%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/hFJej7TOyIrYzsvgtguZHnlcWMcsq3KtS9FiLm3ykCo%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/hFJej7TOyIrYzsvgtguZHnlcWMcsq3KtS9FiLm3ykCo%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/hFJej7TOyIrYzsvgtguZHnlcWMcsq3KtS9FiLm3ykCo%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/I9vIlkggX1UGSnA11062utk2y8IszUXgQgfJOO6C6so%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/I9vIlkggX1UGSnA11062utk2y8IszUXgQgfJOO6C6so%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/I9vIlkggX1UGSnA11062utk2y8IszUXgQgfJOO6C6so%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/mvg3xbJ3LnwZdOssam2%2BvdSJ1%2FLWFX7%2FlxFJVciB6lg%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/mvg3xbJ3LnwZdOssam2%2BvdSJ1%2FLWFX7%2FlxFJVciB6lg%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/mvg3xbJ3LnwZdOssam2%2BvdSJ1%2FLWFX7%2FlxFJVciB6lg%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/mvg3xbJ3LnwZdOssam2%2BvdSJ1%2FLWFX7%2FlxFJVciB6lg%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/mvg3xbJ3LnwZdOssam2%2BvdSJ1%2FLWFX7%2FlxFJVciB6lg%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/mvg3xbJ3LnwZdOssam2%2BvdSJ1%2FLWFX7%2FlxFJVciB6lg%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/mvg3xbJ3LnwZdOssam2%2BvdSJ1%2FLWFX7%2FlxFJVciB6lg%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/mvg3xbJ3LnwZdOssam2%2BvdSJ1%2FLWFX7%2FlxFJVciB6lg%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/mvg3xbJ3LnwZdOssam2%2BvdSJ1%2FLWFX7%2FlxFJVciB6lg%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/mvg3xbJ3LnwZdOssam2%2BvdSJ1%2FLWFX7%2FlxFJVciB6lg%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/mvg3xbJ3LnwZdOssam2%2BvdSJ1%2FLWFX7%2FlxFJVciB6lg%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/mvg3xbJ3LnwZdOssam2%2BvdSJ1%2FLWFX7%2FlxFJVciB6lg%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/dlAewQPKn9t0EDFTEm5ltRQT%2BWrMBBErX1LZM6zfIc0%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/dlAewQPKn9t0EDFTEm5ltRQT%2BWrMBBErX1LZM6zfIc0%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/dlAewQPKn9t0EDFTEm5ltRQT%2BWrMBBErX1LZM6zfIc0%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/ufoN52SamhFb3h2azBHykXR1pPhx5QzT55ir8wOLVBM%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/ufoN52SamhFb3h2azBHykXR1pPhx5QzT55ir8wOLVBM%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/ufoN52SamhFb3h2azBHykXR1pPhx5QzT55ir8wOLVBM%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/8l%2BWWVo6WOTD7pS09FmTYwoB2tptGH20X90e5TTJGQ0%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/8l%2BWWVo6WOTD7pS09FmTYwoB2tptGH20X90e5TTJGQ0%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/8l%2BWWVo6WOTD7pS09FmTYwoB2tptGH20X90e5TTJGQ0%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/%2BIRZ4%2F%2FV1GOWQ9KLtbzgE%2BNbhhRBycosRc64B97TKj4%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/%2BIRZ4%2F%2FV1GOWQ9KLtbzgE%2BNbhhRBycosRc64B97TKj4%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/%2BIRZ4%2F%2FV1GOWQ9KLtbzgE%2BNbhhRBycosRc64B97TKj4%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/V%2BlxWB0nxel8r7ylMgw556l%2FVPsMO29I16T%2FDgO8NMQ%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/V%2BlxWB0nxel8r7ylMgw556l%2FVPsMO29I16T%2FDgO8NMQ%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/V%2BlxWB0nxel8r7ylMgw556l%2FVPsMO29I16T%2FDgO8NMQ%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/uYW3KrfsznrSIuqFkNUXxHUg0ZmpkuJvVYdtP2k6nAk%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/uYW3KrfsznrSIuqFkNUXxHUg0ZmpkuJvVYdtP2k6nAk%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/uYW3KrfsznrSIuqFkNUXxHUg0ZmpkuJvVYdtP2k6nAk%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/pLIQYQAGGG6QDQPjEpjz67VyhV5phLnyxGKkUWIhm88%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/pLIQYQAGGG6QDQPjEpjz67VyhV5phLnyxGKkUWIhm88%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/pLIQYQAGGG6QDQPjEpjz67VyhV5phLnyxGKkUWIhm88%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/Wmgp%2B1s82IIY%2BjX9o7lYcOJS1QrGlZC0PpACTzQwl6M%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/Wmgp%2B1s82IIY%2BjX9o7lYcOJS1QrGlZC0PpACTzQwl6M%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/Wmgp%2B1s82IIY%2BjX9o7lYcOJS1QrGlZC0PpACTzQwl6M%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/sHxTh3q3%2BdRVnFM3sxrWUzQpjAIWUYJijIDhezhkH6s%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/sHxTh3q3%2BdRVnFM3sxrWUzQpjAIWUYJijIDhezhkH6s%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/sHxTh3q3%2BdRVnFM3sxrWUzQpjAIWUYJijIDhezhkH6s%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/Y3nFU5%2FVYE71u5aj3293uK2rbUrlZ%2FwwvObLZ8QhuYQ%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/Y3nFU5%2FVYE71u5aj3293uK2rbUrlZ%2FwwvObLZ8QhuYQ%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/Y3nFU5%2FVYE71u5aj3293uK2rbUrlZ%2FwwvObLZ8QhuYQ%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/zBbaSmjEFvS6KUk8SEwgYyykdXC%2BUFyhY9%2F%2FLwqO8Z0%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/zBbaSmjEFvS6KUk8SEwgYyykdXC%2BUFyhY9%2F%2FLwqO8Z0%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/zBbaSmjEFvS6KUk8SEwgYyykdXC%2BUFyhY9%2F%2FLwqO8Z0%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/u%2BLJFVTcY%2FMEnXDPx%2FjDr74kdKvSL0fNYsVaoucWMS0%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/u%2BLJFVTcY%2FMEnXDPx%2FjDr74kdKvSL0fNYsVaoucWMS0%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/u%2BLJFVTcY%2FMEnXDPx%2FjDr74kdKvSL0fNYsVaoucWMS0%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/eo8K7m5KF0iRfYzWDplfji%2FfxUb9GlUHqqY6IuMrLc4%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/eo8K7m5KF0iRfYzWDplfji%2FfxUb9GlUHqqY6IuMrLc4%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/eo8K7m5KF0iRfYzWDplfji%2FfxUb9GlUHqqY6IuMrLc4%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/%2FqULHYInAHdVBa5R1l938NaG9Ty3HotFmPBFK%2Fx8URU%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/%2FqULHYInAHdVBa5R1l938NaG9Ty3HotFmPBFK%2Fx8URU%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/%2FqULHYInAHdVBa5R1l938NaG9Ty3HotFmPBFK%2Fx8URU%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/ym1yKJRZWSDtpc56Uj7RFG1W6oCf5N5WCmZbqjHEbE4%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/ym1yKJRZWSDtpc56Uj7RFG1W6oCf5N5WCmZbqjHEbE4%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/ym1yKJRZWSDtpc56Uj7RFG1W6oCf5N5WCmZbqjHEbE4%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/C1W33ZET4v%2BaPIkE7LOO6lFWDtV5OqhnAlLv4wfGAUU%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/C1W33ZET4v%2BaPIkE7LOO6lFWDtV5OqhnAlLv4wfGAUU%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/C1W33ZET4v%2BaPIkE7LOO6lFWDtV5OqhnAlLv4wfGAUU%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/jGvo9dP2a%2BkzienoeQzWSLnGKfWhYB2XjsFOuELmW28%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/jGvo9dP2a%2BkzienoeQzWSLnGKfWhYB2XjsFOuELmW28%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/jGvo9dP2a%2BkzienoeQzWSLnGKfWhYB2XjsFOuELmW28%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/%2BF9Tlt29TsSXmyq%2FWyZ63J8R6bqXkujcv5KBRzPQ%2BWU%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/%2BF9Tlt29TsSXmyq%2FWyZ63J8R6bqXkujcv5KBRzPQ%2BWU%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/%2BF9Tlt29TsSXmyq%2FWyZ63J8R6bqXkujcv5KBRzPQ%2BWU%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/xVHBEQCBRQcVQS1lvNmxfgZ0XXOkWfARY3xhEbjuloE%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/xVHBEQCBRQcVQS1lvNmxfgZ0XXOkWfARY3xhEbjuloE%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/xVHBEQCBRQcVQS1lvNmxfgZ0XXOkWfARY3xhEbjuloE%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/EkHf%2FCGbd3loeNcgeAv6K4n2uKHvj3497sTVseG3xn0%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/EkHf%2FCGbd3loeNcgeAv6K4n2uKHvj3497sTVseG3xn0%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/EkHf%2FCGbd3loeNcgeAv6K4n2uKHvj3497sTVseG3xn0%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/vOWepUFkWRq8r0%2BHZF7AzG8DLHriKMfWpiogMq%2FFD4s%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/vOWepUFkWRq8r0%2BHZF7AzG8DLHriKMfWpiogMq%2FFD4s%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/vOWepUFkWRq8r0%2BHZF7AzG8DLHriKMfWpiogMq%2FFD4s%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/R0W8u8HlP%2FsgKWKJ2Q26%2FMLf5xdmrjzBL5IEPnV34JA%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/R0W8u8HlP%2FsgKWKJ2Q26%2FMLf5xdmrjzBL5IEPnV34JA%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/R0W8u8HlP%2FsgKWKJ2Q26%2FMLf5xdmrjzBL5IEPnV34JA%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/yD2T%2FjRDP29LkBjiITr7231CnugE2Jo0BIRRyW5N0mE%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/yD2T%2FjRDP29LkBjiITr7231CnugE2Jo0BIRRyW5N0mE%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/yD2T%2FjRDP29LkBjiITr7231CnugE2Jo0BIRRyW5N0mE%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/DMle631prFri4uxxxxdON0FHQFOdiUt%2BW%2F6%2FvFfKmKI%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/DMle631prFri4uxxxxdON0FHQFOdiUt%2BW%2F6%2FvFfKmKI%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/DMle631prFri4uxxxxdON0FHQFOdiUt%2BW%2F6%2FvFfKmKI%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/Ai1kxiVYF40Fu81oXM2uPCv9vkRmufeI2MqmWrEigoQ%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/Ai1kxiVYF40Fu81oXM2uPCv9vkRmufeI2MqmWrEigoQ%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/Ai1kxiVYF40Fu81oXM2uPCv9vkRmufeI2MqmWrEigoQ%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/MuzpZTkDFXpw0wwJdw%2FbBYCIsDKwWBU628LKd2p83po%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/MuzpZTkDFXpw0wwJdw%2FbBYCIsDKwWBU628LKd2p83po%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/MuzpZTkDFXpw0wwJdw%2FbBYCIsDKwWBU628LKd2p83po%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/4zSTZMv%2FWKjpNfIWFmdBzDq%2BxpKgteLo5HBhbpkIMgg%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/4zSTZMv%2FWKjpNfIWFmdBzDq%2BxpKgteLo5HBhbpkIMgg%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/4zSTZMv%2FWKjpNfIWFmdBzDq%2BxpKgteLo5HBhbpkIMgg%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/YuUHNreyN7U7%2BQZ5%2BzNNY1N11RsxVtHYZsqyJGBtmbQ%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/YuUHNreyN7U7%2BQZ5%2BzNNY1N11RsxVtHYZsqyJGBtmbQ%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/YuUHNreyN7U7%2BQZ5%2BzNNY1N11RsxVtHYZsqyJGBtmbQ%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/6p3YvM8W7PtrV7LudBIoa%2Bq4QN3Y1SdaU02%2FGCeg0IM%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/6p3YvM8W7PtrV7LudBIoa%2Bq4QN3Y1SdaU02%2FGCeg0IM%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/6p3YvM8W7PtrV7LudBIoa%2Bq4QN3Y1SdaU02%2FGCeg0IM%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/c6Dc1YGSLmG1CzWhxrYVgHpZEYf6VEA09YuKyjB6o44%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/c6Dc1YGSLmG1CzWhxrYVgHpZEYf6VEA09YuKyjB6o44%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/c6Dc1YGSLmG1CzWhxrYVgHpZEYf6VEA09YuKyjB6o44%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/fAhuvZVtVYSUCOENltmx6R%2BSg0UZACwHQOMDNf9fYlY%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/fAhuvZVtVYSUCOENltmx6R%2BSg0UZACwHQOMDNf9fYlY%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/fAhuvZVtVYSUCOENltmx6R%2BSg0UZACwHQOMDNf9fYlY%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/we47ND4nhwrjRI%2BYLyQ%2BHWLDKA0nvAypEBID7KE1sjM%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/we47ND4nhwrjRI%2BYLyQ%2BHWLDKA0nvAypEBID7KE1sjM%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/we47ND4nhwrjRI%2BYLyQ%2BHWLDKA0nvAypEBID7KE1sjM%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/EDd6hjdyPU1Mt2vw3AA1ph%2BqFNUyZir%2BdXzbgA2ARyw%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/EDd6hjdyPU1Mt2vw3AA1ph%2BqFNUyZir%2BdXzbgA2ARyw%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/EDd6hjdyPU1Mt2vw3AA1ph%2BqFNUyZir%2BdXzbgA2ARyw%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/WE8lrEOx7vAAZ6u4arUnr1yvMIbZP0FvaBy551jh88Y%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/WE8lrEOx7vAAZ6u4arUnr1yvMIbZP0FvaBy551jh88Y%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/WE8lrEOx7vAAZ6u4arUnr1yvMIbZP0FvaBy551jh88Y%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/f86dDrhwRUQf6RCl7AldiyqZIf7UO05nYkIFIepSeao%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/f86dDrhwRUQf6RCl7AldiyqZIf7UO05nYkIFIepSeao%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/f86dDrhwRUQf6RCl7AldiyqZIf7UO05nYkIFIepSeao%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/17pZuPthKwaraODIXZkgcqZCV0%2Buh%2F01t0UPA4EqtEs%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/17pZuPthKwaraODIXZkgcqZCV0%2Buh%2F01t0UPA4EqtEs%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/17pZuPthKwaraODIXZkgcqZCV0%2Buh%2F01t0UPA4EqtEs%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/CmlVJmRSZLB7BmMKh27ly66%2FmbubmFKZNdWpB8De5X8%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/CmlVJmRSZLB7BmMKh27ly66%2FmbubmFKZNdWpB8De5X8%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/CmlVJmRSZLB7BmMKh27ly66%2FmbubmFKZNdWpB8De5X8%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/nsmfXTJrTxUTogzM8u3%2BnLHfuNFK4hVP4tnH90njdqE%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/nsmfXTJrTxUTogzM8u3%2BnLHfuNFK4hVP4tnH90njdqE%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/nsmfXTJrTxUTogzM8u3%2BnLHfuNFK4hVP4tnH90njdqE%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/GjqBgSSvm7XTUjdhXgppBT10y3S2AdiXOnCd1xl1AR4%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/GjqBgSSvm7XTUjdhXgppBT10y3S2AdiXOnCd1xl1AR4%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/GjqBgSSvm7XTUjdhXgppBT10y3S2AdiXOnCd1xl1AR4%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/3l8y8J6DrWhQA1W7Shf%2BSPfKgZyc%2Bu%2Fb%2BbCekBx6f8g%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/3l8y8J6DrWhQA1W7Shf%2BSPfKgZyc%2Bu%2Fb%2BbCekBx6f8g%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/3l8y8J6DrWhQA1W7Shf%2BSPfKgZyc%2Bu%2Fb%2BbCekBx6f8g%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/%2BpluXnN9d6MiNBWRNiCeM15nPresFv0BDtL1lIC9RI4%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/%2BpluXnN9d6MiNBWRNiCeM15nPresFv0BDtL1lIC9RI4%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/%2BpluXnN9d6MiNBWRNiCeM15nPresFv0BDtL1lIC9RI4%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/5Ilriy7n1kwHjr0%2FXWzh4jhJPrT8xsZ1jrczKGatDiY%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/5Ilriy7n1kwHjr0%2FXWzh4jhJPrT8xsZ1jrczKGatDiY%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/5Ilriy7n1kwHjr0%2FXWzh4jhJPrT8xsZ1jrczKGatDiY%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/EgapfpQkKZP4bsfj%2FK5PxfHKzTlIJAVzuAkZmNmg3MM%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/EgapfpQkKZP4bsfj%2FK5PxfHKzTlIJAVzuAkZmNmg3MM%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/EgapfpQkKZP4bsfj%2FK5PxfHKzTlIJAVzuAkZmNmg3MM%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/QQhYT1gQF9x0oIMt0WRoLg3q4DbMidMg5%2FV3%2FOsnhog%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/QQhYT1gQF9x0oIMt0WRoLg3q4DbMidMg5%2FV3%2FOsnhog%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/QQhYT1gQF9x0oIMt0WRoLg3q4DbMidMg5%2FV3%2FOsnhog%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/LnC2D3wwhrq34V1CB%2Bxg6EwLoaYhOVkplQkYTyRkqVA%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/LnC2D3wwhrq34V1CB%2Bxg6EwLoaYhOVkplQkYTyRkqVA%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/LnC2D3wwhrq34V1CB%2Bxg6EwLoaYhOVkplQkYTyRkqVA%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/J2cr3iSclOBUxgDFRH12Icpmo32SS2pPkQejFFV9e3Y%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/J2cr3iSclOBUxgDFRH12Icpmo32SS2pPkQejFFV9e3Y%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/J2cr3iSclOBUxgDFRH12Icpmo32SS2pPkQejFFV9e3Y%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/eARe8bkhihrOsDAQ7nvQs7HXU1%2Bi%2FpopDv%2BQ6UNWPcg%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/eARe8bkhihrOsDAQ7nvQs7HXU1%2Bi%2FpopDv%2BQ6UNWPcg%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/eARe8bkhihrOsDAQ7nvQs7HXU1%2Bi%2FpopDv%2BQ6UNWPcg%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/3fCEhtExvRNHYfveM9cY5bbE17mYr8%2BdEFRgE5Tz8ZU%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/3fCEhtExvRNHYfveM9cY5bbE17mYr8%2BdEFRgE5Tz8ZU%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/3fCEhtExvRNHYfveM9cY5bbE17mYr8%2BdEFRgE5Tz8ZU%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/NuX5jirPuFiJLnEJlD4dLnXRCsDkQMc2Vniko1v7nEo%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/NuX5jirPuFiJLnEJlD4dLnXRCsDkQMc2Vniko1v7nEo%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/NuX5jirPuFiJLnEJlD4dLnXRCsDkQMc2Vniko1v7nEo%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/%2F3QD%2Bd53w6wqfHpE3dn2fWN85w9xo6rHAzwCGcivpko%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/%2F3QD%2Bd53w6wqfHpE3dn2fWN85w9xo6rHAzwCGcivpko%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/%2F3QD%2Bd53w6wqfHpE3dn2fWN85w9xo6rHAzwCGcivpko%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/y4TDcAD4%2Fj5o4keZvggf698Cr9Oc7JZ%2BgGMax23qmVA%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/y4TDcAD4%2Fj5o4keZvggf698Cr9Oc7JZ%2BgGMax23qmVA%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/y4TDcAD4%2Fj5o4keZvggf698Cr9Oc7JZ%2BgGMax23qmVA%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/UvNzyhHidciHBssZ%2FP%2B2l5FZbI1XAfmSJAplrILQ8gg%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/UvNzyhHidciHBssZ%2FP%2B2l5FZbI1XAfmSJAplrILQ8gg%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/UvNzyhHidciHBssZ%2FP%2B2l5FZbI1XAfmSJAplrILQ8gg%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/ic4IoQBJDrNoYD6jzvjPUtyK2y2i0dmtWCW2k2Aa%2Fp8%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/ic4IoQBJDrNoYD6jzvjPUtyK2y2i0dmtWCW2k2Aa%2Fp8%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/ic4IoQBJDrNoYD6jzvjPUtyK2y2i0dmtWCW2k2Aa%2Fp8%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/De2JgQ0Nt5adGTd%2BS3vvpLJVOZegId%2BlUNz28Tv2qPA%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/De2JgQ0Nt5adGTd%2BS3vvpLJVOZegId%2BlUNz28Tv2qPA%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/De2JgQ0Nt5adGTd%2BS3vvpLJVOZegId%2BlUNz28Tv2qPA%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/AxtMakPRFNdMGeXBvbRcztWEo0HNZu9GkF7yCvsE3Zs%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/AxtMakPRFNdMGeXBvbRcztWEo0HNZu9GkF7yCvsE3Zs%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/AxtMakPRFNdMGeXBvbRcztWEo0HNZu9GkF7yCvsE3Zs%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/JU9Nv2qFcpHwvSV4ps9ii7ATxDcpquEhDXTVT0iBUEo%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/JU9Nv2qFcpHwvSV4ps9ii7ATxDcpquEhDXTVT0iBUEo%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/JU9Nv2qFcpHwvSV4ps9ii7ATxDcpquEhDXTVT0iBUEo%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/CdrdmkKdsdoH81%2B2cV0ipaFJ4y8Ng6Ujmj7K5QNYc94%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/CdrdmkKdsdoH81%2B2cV0ipaFJ4y8Ng6Ujmj7K5QNYc94%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/CdrdmkKdsdoH81%2B2cV0ipaFJ4y8Ng6Ujmj7K5QNYc94%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/ZY4mAUHHRYo0qd1n7jqXrYhYnC75hzx4DLeYU%2FtZAhs%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/ZY4mAUHHRYo0qd1n7jqXrYhYnC75hzx4DLeYU%2FtZAhs%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/ZY4mAUHHRYo0qd1n7jqXrYhYnC75hzx4DLeYU%2FtZAhs%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/kpeAot1GwrHfHslj4hcJEyVdiQvKVG3a0bQXx1ERn7o%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/kpeAot1GwrHfHslj4hcJEyVdiQvKVG3a0bQXx1ERn7o%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/kpeAot1GwrHfHslj4hcJEyVdiQvKVG3a0bQXx1ERn7o%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/%2FEmb%2B%2FduVWkOJrRcZWoRMF6TTLig7Qm2uAa7A%2B78ghA%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/%2FEmb%2B%2FduVWkOJrRcZWoRMF6TTLig7Qm2uAa7A%2B78ghA%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/%2FEmb%2B%2FduVWkOJrRcZWoRMF6TTLig7Qm2uAa7A%2B78ghA%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/lpSbYYTpxt5zyFPhLE5PlvwDpVyNc2B3kULVJzvg6%2B4%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/lpSbYYTpxt5zyFPhLE5PlvwDpVyNc2B3kULVJzvg6%2B4%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/lpSbYYTpxt5zyFPhLE5PlvwDpVyNc2B3kULVJzvg6%2B4%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/rySbdfEfwrB779vaMkVIyj%2BABqAS%2BgtUUBu4dkB4J6A%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/rySbdfEfwrB779vaMkVIyj%2BABqAS%2BgtUUBu4dkB4J6A%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/rySbdfEfwrB779vaMkVIyj%2BABqAS%2BgtUUBu4dkB4J6A%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/oJd6y005JyUgaUAFQ6GgvvLGzc467muipcNv7aXTB%2F0%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/oJd6y005JyUgaUAFQ6GgvvLGzc467muipcNv7aXTB%2F0%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/oJd6y005JyUgaUAFQ6GgvvLGzc467muipcNv7aXTB%2F0%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/VYwTeujSQh1Gss7XDcPY61SmNUSlOTCzClVbdoYAHJE%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/VYwTeujSQh1Gss7XDcPY61SmNUSlOTCzClVbdoYAHJE%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/VYwTeujSQh1Gss7XDcPY61SmNUSlOTCzClVbdoYAHJE%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/JVUTiGfvsBPpaY2QLvpiW%2Bx0rWNh6Tlj0QXu2TOSbGY%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/JVUTiGfvsBPpaY2QLvpiW%2Bx0rWNh6Tlj0QXu2TOSbGY%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/JVUTiGfvsBPpaY2QLvpiW%2Bx0rWNh6Tlj0QXu2TOSbGY%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/z2ct%2BVoKX1r9xRSP%2FGYmKyUmhGtAlSmS7FrBHQz1i6E%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/z2ct%2BVoKX1r9xRSP%2FGYmKyUmhGtAlSmS7FrBHQz1i6E%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/z2ct%2BVoKX1r9xRSP%2FGYmKyUmhGtAlSmS7FrBHQz1i6E%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/5djSGONTPUXLvVbL1YNge3qvQFN9YVYlb3QwlvbvfEU%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/5djSGONTPUXLvVbL1YNge3qvQFN9YVYlb3QwlvbvfEU%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/5djSGONTPUXLvVbL1YNge3qvQFN9YVYlb3QwlvbvfEU%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/LWwdIdB4NUHFdmDaq2YoB5EqjWD9BIm2i0npsi3fE0o%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/LWwdIdB4NUHFdmDaq2YoB5EqjWD9BIm2i0npsi3fE0o%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/LWwdIdB4NUHFdmDaq2YoB5EqjWD9BIm2i0npsi3fE0o%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/sy4b7%2F3q3vGmQUg9OE%2F4gm%2FnVaSA36EeIqyCcnYi4M8%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/sy4b7%2F3q3vGmQUg9OE%2F4gm%2FnVaSA36EeIqyCcnYi4M8%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/sy4b7%2F3q3vGmQUg9OE%2F4gm%2FnVaSA36EeIqyCcnYi4M8%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/gQYVKIPGaIxZIIuE90qThxaJvZJZw2sECpusZyMP5ME%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/gQYVKIPGaIxZIIuE90qThxaJvZJZw2sECpusZyMP5ME%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/gQYVKIPGaIxZIIuE90qThxaJvZJZw2sECpusZyMP5ME%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/yopZ8hFGsieV4Tw74UQx3ta7ZTBGwOr0lvzfSVdok8w%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/yopZ8hFGsieV4Tw74UQx3ta7ZTBGwOr0lvzfSVdok8w%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/yopZ8hFGsieV4Tw74UQx3ta7ZTBGwOr0lvzfSVdok8w%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/p8QJ1CS%2FUy4JsZzAfC4gp9lblDmY9lv4EPY5LPA1jdo%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/p8QJ1CS%2FUy4JsZzAfC4gp9lblDmY9lv4EPY5LPA1jdo%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/p8QJ1CS%2FUy4JsZzAfC4gp9lblDmY9lv4EPY5LPA1jdo%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/x8RELOMsvCzPJXs2%2BuGp6tUMSIzdxC%2FSRUta7acbbZ4%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/x8RELOMsvCzPJXs2%2BuGp6tUMSIzdxC%2FSRUta7acbbZ4%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/x8RELOMsvCzPJXs2%2BuGp6tUMSIzdxC%2FSRUta7acbbZ4%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/2brsrAkktIi9NilQNTT8ppOc5Gbl17tffhdX0aeFCoI%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/2brsrAkktIi9NilQNTT8ppOc5Gbl17tffhdX0aeFCoI%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/2brsrAkktIi9NilQNTT8ppOc5Gbl17tffhdX0aeFCoI%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/Pp8lPMJPMU%2Fg1eelJlUn1gggLBKxNX2QhrjbNVWCbyI%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/Pp8lPMJPMU%2Fg1eelJlUn1gggLBKxNX2QhrjbNVWCbyI%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/Pp8lPMJPMU%2Fg1eelJlUn1gggLBKxNX2QhrjbNVWCbyI%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/47DEQpj8HBSa%2B%2FTImW%2B5JCeuQeRkm5NMpJWZG3hSuFU%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/47DEQpj8HBSa%2B%2FTImW%2B5JCeuQeRkm5NMpJWZG3hSuFU%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/47DEQpj8HBSa%2B%2FTImW%2B5JCeuQeRkm5NMpJWZG3hSuFU%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/60oKn5%2FPS0PBO8N14aS8JzAQUMnMRqyMbkNBTnJTCH8%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/60oKn5%2FPS0PBO8N14aS8JzAQUMnMRqyMbkNBTnJTCH8%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/60oKn5%2FPS0PBO8N14aS8JzAQUMnMRqyMbkNBTnJTCH8%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/xvUv8bQ7fzE4XXu73K9RYSkhe0GeeOPKqo3J2BlBH4c%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/xvUv8bQ7fzE4XXu73K9RYSkhe0GeeOPKqo3J2BlBH4c%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/xvUv8bQ7fzE4XXu73K9RYSkhe0GeeOPKqo3J2BlBH4c%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/xiokJ09WttZwKc3d%2FhV6IqkEKeWLg9lWE0%2FbWOTxClg%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/xiokJ09WttZwKc3d%2FhV6IqkEKeWLg9lWE0%2FbWOTxClg%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/xiokJ09WttZwKc3d%2FhV6IqkEKeWLg9lWE0%2FbWOTxClg%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/wWL1jZH9TMxilFxiMeVIUsPHWxbeFX5CJNJtHZ0Yv%2Bg%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/wWL1jZH9TMxilFxiMeVIUsPHWxbeFX5CJNJtHZ0Yv%2Bg%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/wWL1jZH9TMxilFxiMeVIUsPHWxbeFX5CJNJtHZ0Yv%2Bg%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/QG6s8ffvRksUj4CoqMfqKsmzKCDVZOMJS4Z%2BhjD4sko%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/QG6s8ffvRksUj4CoqMfqKsmzKCDVZOMJS4Z%2BhjD4sko%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/QG6s8ffvRksUj4CoqMfqKsmzKCDVZOMJS4Z%2BhjD4sko%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/Cs%2FL%2BOBmRgENBqKnXY5%2FOJ44hDv7z%2B18UB%2Bdln6zuFs%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/Cs%2FL%2BOBmRgENBqKnXY5%2FOJ44hDv7z%2B18UB%2Bdln6zuFs%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/Cs%2FL%2BOBmRgENBqKnXY5%2FOJ44hDv7z%2B18UB%2Bdln6zuFs%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/HkkywhhDQrAzn7Dz6sRR9c4DiBK6MpCD86BkvtJB5SE%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/HkkywhhDQrAzn7Dz6sRR9c4DiBK6MpCD86BkvtJB5SE%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/HkkywhhDQrAzn7Dz6sRR9c4DiBK6MpCD86BkvtJB5SE%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/kpaWI2p5pMdbuxPJnq3QBXQZedGFfh9o18RGgBafeb0%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/kpaWI2p5pMdbuxPJnq3QBXQZedGFfh9o18RGgBafeb0%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/kpaWI2p5pMdbuxPJnq3QBXQZedGFfh9o18RGgBafeb0%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/3vWQ0f6tRdZRM4YjJSPrQBPdMi7QlJxHoeN4gO8VZXc%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/3vWQ0f6tRdZRM4YjJSPrQBPdMi7QlJxHoeN4gO8VZXc%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/3vWQ0f6tRdZRM4YjJSPrQBPdMi7QlJxHoeN4gO8VZXc%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/lvpl17wtiXNsQEGVLgL5hcq22Jkm53kZrj6t5p3iWQ4%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/lvpl17wtiXNsQEGVLgL5hcq22Jkm53kZrj6t5p3iWQ4%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/lvpl17wtiXNsQEGVLgL5hcq22Jkm53kZrj6t5p3iWQ4%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/0gUfpA5HMCps0QY%2BoMxb%2BJSq%2BoBIWs62g2C4f%2BxJCoU%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/0gUfpA5HMCps0QY%2BoMxb%2BJSq%2BoBIWs62g2C4f%2BxJCoU%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/0gUfpA5HMCps0QY%2BoMxb%2BJSq%2BoBIWs62g2C4f%2BxJCoU%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/0zWQjjAb1k%2BvCeEvpXjWHop85BXoVhKUsw%2BqmHl0U%2B4%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/0zWQjjAb1k%2BvCeEvpXjWHop85BXoVhKUsw%2BqmHl0U%2B4%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/0zWQjjAb1k%2BvCeEvpXjWHop85BXoVhKUsw%2BqmHl0U%2B4%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/EArfY4qBP1HFoEdjBizqqABDObYPmGCn5HWa0eEEElo%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:46683/api/blob/EArfY4qBP1HFoEdjBizqqABDObYPmGCn5HWa0eEEElo%3D ?BNApr 23, 2025 2:32:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:46683/api/blob/EArfY4qBP1HFoEdjBizqqABDObYPmGCn5HWa0eEEElo%3D ?BNApr 23, 2025 2:32:16 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DoorLog - [DoorEventSource@com.ustadmobile.door.sse.DoorEventSource@6b04689e - http://localhost:46683/UmAppDatabase/replication/sse?door-node=6041139237879781950%2F0c7edf9d-e03b-4c45-96b5-3bef85ac89f7] close ?BNApr 23, 2025 2:32:16 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?B>FINE: FINER DoorLog - Closed HikariDataSource connection pool ?BNApr 23, 2025 2:32:17 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?B>FINE: FINER DoorLog - Closed HikariDataSource connection pool DCNApr 23, 2025 2:32:17 PM com.ustadmobile.core.util.NapierAntilogJvm performLog DC\INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete DCNApr 23, 2025 2:32:17 PM com.ustadmobile.core.util.NapierAntilogJvm performLog DC\INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete DCNApr 23, 2025 2:32:17 PM com.ustadmobile.core.util.NapierAntilogJvm performLog DCFINE: FINER SaveLocalUrisAsBlobsUseCaseJvm$invoke$invokeSuspend - SaveLocalUrisAsBlobsUseCaseJvm Storing 3 local uris as blobs (http://localhost:8094/api/blob/hlfF4oGFRfane2XiRyLv02LtOJ4Va2UanpQV0im%2FK8I%3D, http://localhost:8094/api/blob/DWDf0O8J19BHTcJOC4RUdOWkQIE8T91ahd5W5PySXy4%3D, http://localhost:8094/api/blob/kogGiGy6nDHut87gor1HOPRG0qvTakw30a1QMo7hXHk%3D) DCNApr 23, 2025 2:32:17 PM com.ustadmobile.core.util.NapierAntilogJvm performLog DCDFINE: FINER UstadCache - UstadCache(client): storerequest 3 entries DCNApr 23, 2025 2:32:17 PM com.ustadmobile.core.util.NapierAntilogJvm performLog DCFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:8094/api/blob/hlfF4oGFRfane2XiRyLv02LtOJ4Va2UanpQV0im%2FK8I%3D to /tmp/junit14551233068050873769/junit13507807389501385617/tmpWork/1.tmp (integrity=sha256-hlfF4oGFRfane2XiRyLv02LtOJ4Va2UanpQV0im/K8I=) DCNApr 23, 2025 2:32:17 PM com.ustadmobile.core.util.NapierAntilogJvm performLog DCFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:8094/api/blob/DWDf0O8J19BHTcJOC4RUdOWkQIE8T91ahd5W5PySXy4%3D to /tmp/junit14551233068050873769/junit13507807389501385617/tmpWork/2.tmp (integrity=sha256-DWDf0O8J19BHTcJOC4RUdOWkQIE8T91ahd5W5PySXy4=) DCNApr 23, 2025 2:32:17 PM com.ustadmobile.core.util.NapierAntilogJvm performLog DCFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:8094/api/blob/kogGiGy6nDHut87gor1HOPRG0qvTakw30a1QMo7hXHk%3D to /tmp/junit14551233068050873769/junit13507807389501385617/tmpWork/3.tmp (integrity=sha256-kogGiGy6nDHut87gor1HOPRG0qvTakw30a1QMo7hXHk=) DCNApr 23, 2025 2:32:17 PM com.ustadmobile.core.util.NapierAntilogJvm performLog DCOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 3 entries DCNApr 23, 2025 2:32:17 PM com.ustadmobile.core.util.NapierAntilogJvm performLog DCBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files DCNApr 23, 2025 2:32:17 PM com.ustadmobile.core.util.NapierAntilogJvm performLog DCFFINE: FINER UstadCache - UstadCache(client): db transaction completed DCNApr 23, 2025 2:32:17 PM com.ustadmobile.core.util.NapierAntilogJvm performLog DCINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:8094/api/blob/hlfF4oGFRfane2XiRyLv02LtOJ4Va2UanpQV0im%2FK8I%3D DCNApr 23, 2025 2:32:17 PM com.ustadmobile.core.util.NapierAntilogJvm performLog DCINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:8094/api/blob/hlfF4oGFRfane2XiRyLv02LtOJ4Va2UanpQV0im%2FK8I%3D DCNApr 23, 2025 2:32:17 PM com.ustadmobile.core.util.NapierAntilogJvm performLog DCFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:8094/api/blob/hlfF4oGFRfane2XiRyLv02LtOJ4Va2UanpQV0im%2FK8I%3D DCNApr 23, 2025 2:32:17 PM com.ustadmobile.core.util.NapierAntilogJvm performLog DCINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:8094/api/blob/DWDf0O8J19BHTcJOC4RUdOWkQIE8T91ahd5W5PySXy4%3D DCNApr 23, 2025 2:32:17 PM com.ustadmobile.core.util.NapierAntilogJvm performLog DCINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:8094/api/blob/DWDf0O8J19BHTcJOC4RUdOWkQIE8T91ahd5W5PySXy4%3D DCNApr 23, 2025 2:32:17 PM com.ustadmobile.core.util.NapierAntilogJvm performLog DCFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:8094/api/blob/DWDf0O8J19BHTcJOC4RUdOWkQIE8T91ahd5W5PySXy4%3D DCNApr 23, 2025 2:32:17 PM com.ustadmobile.core.util.NapierAntilogJvm performLog DCINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:8094/api/blob/kogGiGy6nDHut87gor1HOPRG0qvTakw30a1QMo7hXHk%3D DCNApr 23, 2025 2:32:17 PM com.ustadmobile.core.util.NapierAntilogJvm performLog DCINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:8094/api/blob/kogGiGy6nDHut87gor1HOPRG0qvTakw30a1QMo7hXHk%3D DCNApr 23, 2025 2:32:17 PM com.ustadmobile.core.util.NapierAntilogJvm performLog DCFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:8094/api/blob/kogGiGy6nDHut87gor1HOPRG0qvTakw30a1QMo7hXHk%3D FENApr 23, 2025 2:32:17 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FE\INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete FENApr 23, 2025 2:32:17 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FE\INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete FENApr 23, 2025 2:32:17 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FE\INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete FENApr 23, 2025 2:32:17 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FE\INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete FENApr 23, 2025 2:32:17 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FEFINE: FINER SaveLocalUrisAsBlobsUseCaseJvm$invoke$invokeSuspend - SaveLocalUrisAsBlobsUseCaseJvm Storing 1 local uris as blobs (http://localhost:34507/api/blob/SAwMEEihCX84BYpcX9K0y%2FGPuYxx298222HQu85QihE%3D) FENApr 23, 2025 2:32:17 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FEDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries FENApr 23, 2025 2:32:17 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FEFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:34507/api/blob/SAwMEEihCX84BYpcX9K0y%2FGPuYxx298222HQu85QihE%3D to /tmp/junit9667216333231128363/httpfiles-client/tmpWork/1.tmp (integrity=sha256-SAwMEEihCX84BYpcX9K0y/GPuYxx298222HQu85QihE=) FENApr 23, 2025 2:32:17 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FEOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries FENApr 23, 2025 2:32:17 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FEBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files FENApr 23, 2025 2:32:17 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FEFFINE: FINER UstadCache - UstadCache(client): db transaction completed FENApr 23, 2025 2:32:17 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FEFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit9667216333231128363/tmproot-client/d092b9ef-d156-4e68-a883-70305966e0b8 FENApr 23, 2025 2:32:17 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FEINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:34507/api/blob/SAwMEEihCX84BYpcX9K0y%2FGPuYxx298222HQu85QihE%3D FENApr 23, 2025 2:32:17 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FEINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:34507/api/blob/SAwMEEihCX84BYpcX9K0y%2FGPuYxx298222HQu85QihE%3D FENApr 23, 2025 2:32:17 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FEFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:34507/api/blob/SAwMEEihCX84BYpcX9K0y%2FGPuYxx298222HQu85QihE%3D FENApr 23, 2025 2:32:17 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FEFINE: FINER BlobUploadServerUseCase$onStartUploadSession - BlobUploadServerUseCase#onStartUploadSession(upload d65e4d31-35c0-4051-8332-59ec179990b9): batch upload init: Client list 1 blobs. 1 uploads pending (0 partial) FENApr 23, 2025 2:32:17 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FEFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(77689873-e098-41f4-b81d-782f387a595a): Uploading 152064 bytes in 1 chunks to http://localhost:34507/api/blob/upload-batch-data starting from byte=0 FENApr 23, 2025 2:32:17 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FEINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:34507/api/blob/SAwMEEihCX84BYpcX9K0y%2FGPuYxx298222HQu85QihE%3D FENApr 23, 2025 2:32:17 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FEINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:34507/api/blob/SAwMEEihCX84BYpcX9K0y%2FGPuYxx298222HQu85QihE%3D FENApr 23, 2025 2:32:17 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FEFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:34507/api/blob/SAwMEEihCX84BYpcX9K0y%2FGPuYxx298222HQu85QihE%3D FENApr 23, 2025 2:32:17 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FEINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(77689873-e098-41f4-b81d-782f387a595a) receive request FENApr 23, 2025 2:32:17 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FEINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(77689873-e098-41f4-b81d-782f387a595a) receive request FENApr 23, 2025 2:32:17 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FEFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(77689873-e098-41f4-b81d-782f387a595a) appended chunk (isFinal=true) to /tmp/junit9667216333231128363/httpfiles-server/77689873-e098-41f4-b81d-782f387a595a FENApr 23, 2025 2:32:17 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FEDFINE: FINER UstadCache - UstadCache(server): storerequest 1 entries FENApr 23, 2025 2:32:17 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FEFINEST: FINEST UstadCache - UstadCache(server): copied request data for http://localhost:34507/api/blob/SAwMEEihCX84BYpcX9K0y%2FGPuYxx298222HQu85QihE%3D to /tmp/junit9667216333231128363/httpfiles-server/tmpWork/1.tmp (integrity=sha256-SAwMEEihCX84BYpcX9K0y/GPuYxx298222HQu85QihE=) FENApr 23, 2025 2:32:17 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FEOFINEST: FINEST UstadCache - UstadCache(server): cacheEntries created 1 entries FENApr 23, 2025 2:32:17 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FEBFINE: FINER UstadCache - UstadCache(server): deleting 0 tmp files FENApr 23, 2025 2:32:17 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FEFFINE: FINER UstadCache - UstadCache(server): db transaction completed FENApr 23, 2025 2:32:17 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FEFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(77689873-e098-41f4-b81d-782f387a595a): Upload complete of 152064 bytes in 1 chunks to http://localhost:34507/api/blob/upload-batch-data FENApr 23, 2025 2:32:17 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FEINFO: INFO UstadCache - UstadCache(server): Retrieve http://localhost:34507/api/blob/SAwMEEihCX84BYpcX9K0y%2FGPuYxx298222HQu85QihE%3D FENApr 23, 2025 2:32:17 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FEINFO: INFO UstadCache - UstadCache(server): Retrieve http://localhost:34507/api/blob/SAwMEEihCX84BYpcX9K0y%2FGPuYxx298222HQu85QihE%3D FENApr 23, 2025 2:32:17 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FEFINE: FINER UstadCache - UstadCache(server): FOUND http://localhost:34507/api/blob/SAwMEEihCX84BYpcX9K0y%2FGPuYxx298222HQu85QihE%3D HGNApr 23, 2025 2:32:18 PM com.ustadmobile.core.util.NapierAntilogJvm performLog HG\INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete HGNApr 23, 2025 2:32:18 PM com.ustadmobile.core.util.NapierAntilogJvm performLog HG\INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete HGNApr 23, 2025 2:32:18 PM com.ustadmobile.core.util.NapierAntilogJvm performLog HGFINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 : SQLite Change Tracker: Changed tables=[TransferJob, TransferJobItem] HGNApr 23, 2025 2:32:18 PM com.ustadmobile.core.util.NapierAntilogJvm performLog HGZFINE: FINER BlobUploadClientUseCaseJvm$invoke - BlobUploadClientUseCaseJvm (#1): starting HGNApr 23, 2025 2:32:18 PM com.ustadmobile.core.util.NapierAntilogJvm performLog HGSEVERE: SEVERE BlobUploadClientUseCaseJvm$invoke$invokeSuspend - BlobUploadClientUseCaseJvm (#1): Exception. Attempt has failed. HG[com.ustadmobile.core.domain.blob.upload.BlobUploadClientUseCaseJvmTest$TestUploadException HG at com.ustadmobile.core.domain.blob.upload.BlobUploadClientUseCaseJvmTest.stubToThrowException$lambda$11$lambda$10(BlobUploadClientUseCaseJvmTest.kt:209) HGd at org.mockito.internal.stubbing.StubbedInvocationMatcher.answer(StubbedInvocationMatcher.java:42) HGR at org.mockito.internal.handler.MockHandlerImpl.handle(MockHandlerImpl.java:103) HGW at org.mockito.internal.handler.NullResultGuardian.handle(NullResultGuardian.java:29) HGe at org.mockito.internal.handler.InvocationNotifierHandler.handle(InvocationNotifierHandler.java:34) HGm at org.mockito.internal.creation.bytebuddy.MockMethodInterceptor.doIntercept(MockMethodInterceptor.java:82) HG_ at org.mockito.internal.creation.bytebuddy.MockMethodAdvice.handle(MockMethodAdvice.java:134) HG| at com.ustadmobile.core.domain.upload.ChunkedUploadClientUseCaseKtorImpl.invoke(ChunkedUploadClientUseCaseKtorImpl.kt:107) HG at com.ustadmobile.core.domain.blob.upload.BlobUploadClientUseCaseJvm$asyncUploadItemsFromChannelProcessor$2$1.invokeSuspend(BlobUploadClientUseCaseJvm.kt:120) HG5 at _COROUTINE._BOUNDARY._(CoroutineDebugging.kt:42) HG at com.ustadmobile.core.domain.blob.upload.BlobUploadClientUseCaseJvm$invoke$2.invokeSuspend(BlobUploadClientUseCaseJvm.kt:244) HG at com.ustadmobile.core.domain.blob.upload.BlobUploadClientUseCaseJvm$invoke$4.invokeSuspend(BlobUploadClientUseCaseJvm.kt:272) HGq at com.ustadmobile.core.domain.blob.upload.BlobUploadClientUseCaseJvm.invoke(BlobUploadClientUseCaseJvm.kt:269) HG at com.ustadmobile.core.domain.blob.upload.BlobUploadClientUseCaseJvmTest$givenTransferJobInDatabase_whenErrorOccurs_thenAttemptCountIncrementAndExceptionThrown$1.invokeSuspend(BlobUploadClientUseCaseJvmTest.kt:384) HGfCaused by: com.ustadmobile.core.domain.blob.upload.BlobUploadClientUseCaseJvmTest$TestUploadException HG at com.ustadmobile.core.domain.blob.upload.BlobUploadClientUseCaseJvmTest.stubToThrowException$lambda$11$lambda$10(BlobUploadClientUseCaseJvmTest.kt:209) HGd at org.mockito.internal.stubbing.StubbedInvocationMatcher.answer(StubbedInvocationMatcher.java:42) HGR at org.mockito.internal.handler.MockHandlerImpl.handle(MockHandlerImpl.java:103) HGW at org.mockito.internal.handler.NullResultGuardian.handle(NullResultGuardian.java:29) HGe at org.mockito.internal.handler.InvocationNotifierHandler.handle(InvocationNotifierHandler.java:34) HGm at org.mockito.internal.creation.bytebuddy.MockMethodInterceptor.doIntercept(MockMethodInterceptor.java:82) HG_ at org.mockito.internal.creation.bytebuddy.MockMethodAdvice.handle(MockMethodAdvice.java:134) HG| at com.ustadmobile.core.domain.upload.ChunkedUploadClientUseCaseKtorImpl.invoke(ChunkedUploadClientUseCaseKtorImpl.kt:107) HG at com.ustadmobile.core.domain.blob.upload.BlobUploadClientUseCaseJvm$asyncUploadItemsFromChannelProcessor$2$1.invokeSuspend(BlobUploadClientUseCaseJvm.kt:120) HG[ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) HGA at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104) HGS at kotlinx.coroutines.EventLoopImplBase.processNextEvent(EventLoop.common.kt:277) HGF at kotlinx.coroutines.BlockingCoroutine.joinBlocking(Builders.kt:95) HGJ at kotlinx.coroutines.BuildersKt__BuildersKt.runBlocking(Builders.kt:69) HG> at kotlinx.coroutines.BuildersKt.runBlocking(Unknown Source) HGR at kotlinx.coroutines.BuildersKt__BuildersKt.runBlocking$default(Builders.kt:48) HGF at kotlinx.coroutines.BuildersKt.runBlocking$default(Unknown Source) HG at com.ustadmobile.core.domain.blob.upload.BlobUploadClientUseCaseJvmTest.givenTransferJobInDatabase_whenErrorOccurs_thenAttemptCountIncrementAndExceptionThrown(BlobUploadClientUseCaseJvmTest.kt:356) HGS at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) HGe at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) HGm at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) HG? at java.base/java.lang.reflect.Method.invoke(Method.java:569) HGY at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) HGX at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) HGW at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) HGV at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) HGR at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) HGP at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) HGJ at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:54) HGE at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) HGY at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) HGB at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) HGW at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) HGV at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) HG@ at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) HGD at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) HGF at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) HGD at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) HGE at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) HGE at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) HG> at org.junit.runners.ParentRunner.run(ParentRunner.java:413) HGu at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:112) HGo at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58) HGo at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:40) HG at org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:54) HGt at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:53) HGJ at jdk.internal.reflect.GeneratedMethodAccessor65.invoke(Unknown Source) HGm at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) HG? at java.base/java.lang.reflect.Method.invoke(Method.java:569) HGY at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36) HGY at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24) HGi at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33) HGx at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:92) HGC at jdk.proxy1/jdk.proxy1.$Proxy4.processTestClass(Unknown Source) HGW at org.gradle.api.internal.tasks.testing.worker.TestWorker$2.run(TestWorker.java:183) HGn at org.gradle.api.internal.tasks.testing.worker.TestWorker.executeAndMaintainThreadName(TestWorker.java:132) HGY at org.gradle.api.internal.tasks.testing.worker.TestWorker.execute(TestWorker.java:103) HGX at org.gradle.api.internal.tasks.testing.worker.TestWorker.execute(TestWorker.java:63) HGj at org.gradle.process.internal.worker.child.ActionExecutionWorker.execute(ActionExecutionWorker.java:56) HG at org.gradle.process.internal.worker.child.SystemApplicationClassLoaderWorker.call(SystemApplicationClassLoaderWorker.java:121) HG at org.gradle.process.internal.worker.child.SystemApplicationClassLoaderWorker.call(SystemApplicationClassLoaderWorker.java:71) HG] at worker.org.gradle.process.internal.worker.GradleWorkerMain.run(GradleWorkerMain.java:69) HG^ at worker.org.gradle.process.internal.worker.GradleWorkerMain.main(GradleWorkerMain.java:74) HG HGNApr 23, 2025 2:32:18 PM com.ustadmobile.core.util.NapierAntilogJvm performLog HGSEVERE: SEVERE BlobUploadClientUseCaseJvm$invoke$invokeSuspend - BlobUploadClientUseCaseJvm (#1): Exception. Attempt has failed. HG[com.ustadmobile.core.domain.blob.upload.BlobUploadClientUseCaseJvmTest$TestUploadException HG at com.ustadmobile.core.domain.blob.upload.BlobUploadClientUseCaseJvmTest.stubToThrowException$lambda$11$lambda$10(BlobUploadClientUseCaseJvmTest.kt:209) HGd at org.mockito.internal.stubbing.StubbedInvocationMatcher.answer(StubbedInvocationMatcher.java:42) HGR at org.mockito.internal.handler.MockHandlerImpl.handle(MockHandlerImpl.java:103) HGW at org.mockito.internal.handler.NullResultGuardian.handle(NullResultGuardian.java:29) HGe at org.mockito.internal.handler.InvocationNotifierHandler.handle(InvocationNotifierHandler.java:34) HGm at org.mockito.internal.creation.bytebuddy.MockMethodInterceptor.doIntercept(MockMethodInterceptor.java:82) HG_ at org.mockito.internal.creation.bytebuddy.MockMethodAdvice.handle(MockMethodAdvice.java:134) HG| at com.ustadmobile.core.domain.upload.ChunkedUploadClientUseCaseKtorImpl.invoke(ChunkedUploadClientUseCaseKtorImpl.kt:107) HG at com.ustadmobile.core.domain.blob.upload.BlobUploadClientUseCaseJvm$asyncUploadItemsFromChannelProcessor$2$1.invokeSuspend(BlobUploadClientUseCaseJvm.kt:120) HG5 at _COROUTINE._BOUNDARY._(CoroutineDebugging.kt:42) HG at com.ustadmobile.core.domain.blob.upload.BlobUploadClientUseCaseJvm$invoke$2.invokeSuspend(BlobUploadClientUseCaseJvm.kt:244) HG at com.ustadmobile.core.domain.blob.upload.BlobUploadClientUseCaseJvm$invoke$4.invokeSuspend(BlobUploadClientUseCaseJvm.kt:272) HGq at com.ustadmobile.core.domain.blob.upload.BlobUploadClientUseCaseJvm.invoke(BlobUploadClientUseCaseJvm.kt:269) HG at com.ustadmobile.core.domain.blob.upload.BlobUploadClientUseCaseJvmTest$givenTransferJobInDatabase_whenErrorOccurs_thenAttemptCountIncrementAndExceptionThrown$1.invokeSuspend(BlobUploadClientUseCaseJvmTest.kt:384) HGfCaused by: com.ustadmobile.core.domain.blob.upload.BlobUploadClientUseCaseJvmTest$TestUploadException HG at com.ustadmobile.core.domain.blob.upload.BlobUploadClientUseCaseJvmTest.stubToThrowException$lambda$11$lambda$10(BlobUploadClientUseCaseJvmTest.kt:209) HGd at org.mockito.internal.stubbing.StubbedInvocationMatcher.answer(StubbedInvocationMatcher.java:42) HGR at org.mockito.internal.handler.MockHandlerImpl.handle(MockHandlerImpl.java:103) HGW at org.mockito.internal.handler.NullResultGuardian.handle(NullResultGuardian.java:29) HGe at org.mockito.internal.handler.InvocationNotifierHandler.handle(InvocationNotifierHandler.java:34) HGm at org.mockito.internal.creation.bytebuddy.MockMethodInterceptor.doIntercept(MockMethodInterceptor.java:82) HG_ at org.mockito.internal.creation.bytebuddy.MockMethodAdvice.handle(MockMethodAdvice.java:134) HG| at com.ustadmobile.core.domain.upload.ChunkedUploadClientUseCaseKtorImpl.invoke(ChunkedUploadClientUseCaseKtorImpl.kt:107) HG at com.ustadmobile.core.domain.blob.upload.BlobUploadClientUseCaseJvm$asyncUploadItemsFromChannelProcessor$2$1.invokeSuspend(BlobUploadClientUseCaseJvm.kt:120) HG[ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) HGA at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104) HGS at kotlinx.coroutines.EventLoopImplBase.processNextEvent(EventLoop.common.kt:277) HGF at kotlinx.coroutines.BlockingCoroutine.joinBlocking(Builders.kt:95) HGJ at kotlinx.coroutines.BuildersKt__BuildersKt.runBlocking(Builders.kt:69) HG> at kotlinx.coroutines.BuildersKt.runBlocking(Unknown Source) HGR at kotlinx.coroutines.BuildersKt__BuildersKt.runBlocking$default(Builders.kt:48) HGF at kotlinx.coroutines.BuildersKt.runBlocking$default(Unknown Source) HG at com.ustadmobile.core.domain.blob.upload.BlobUploadClientUseCaseJvmTest.givenTransferJobInDatabase_whenErrorOccurs_thenAttemptCountIncrementAndExceptionThrown(BlobUploadClientUseCaseJvmTest.kt:356) HGS at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) HGe at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) HGm at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) HG? at java.base/java.lang.reflect.Method.invoke(Method.java:569) HGY at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) HGX at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) HGW at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) HGV at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) HGR at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) HGP at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) HGJ at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:54) HGE at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) HGY at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) HGB at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) HGW at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) HGV at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) HG@ at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) HGD at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) HGF at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) HGD at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) HGE at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) HGE at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) HG> at org.junit.runners.ParentRunner.run(ParentRunner.java:413) HGu at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:112) HGo at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58) HGo at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:40) HG at org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:54) HGt at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:53) HGJ at jdk.internal.reflect.GeneratedMethodAccessor65.invoke(Unknown Source) HGm at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) HG? at java.base/java.lang.reflect.Method.invoke(Method.java:569) HGY at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36) HGY at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24) HGi at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33) HGx at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:92) HGC at jdk.proxy1/jdk.proxy1.$Proxy4.processTestClass(Unknown Source) HGW at org.gradle.api.internal.tasks.testing.worker.TestWorker$2.run(TestWorker.java:183) HGn at org.gradle.api.internal.tasks.testing.worker.TestWorker.executeAndMaintainThreadName(TestWorker.java:132) HGY at org.gradle.api.internal.tasks.testing.worker.TestWorker.execute(TestWorker.java:103) HGX at org.gradle.api.internal.tasks.testing.worker.TestWorker.execute(TestWorker.java:63) HGj at org.gradle.process.internal.worker.child.ActionExecutionWorker.execute(ActionExecutionWorker.java:56) HG at org.gradle.process.internal.worker.child.SystemApplicationClassLoaderWorker.call(SystemApplicationClassLoaderWorker.java:121) HG at org.gradle.process.internal.worker.child.SystemApplicationClassLoaderWorker.call(SystemApplicationClassLoaderWorker.java:71) HG] at worker.org.gradle.process.internal.worker.GradleWorkerMain.run(GradleWorkerMain.java:69) HG^ at worker.org.gradle.process.internal.worker.GradleWorkerMain.main(GradleWorkerMain.java:74) HG HGNApr 23, 2025 2:32:18 PM com.ustadmobile.core.util.NapierAntilogJvm performLog HGFINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #4 : SQLite Change Tracker: Changed tables=[TransferJobError] HGNApr 23, 2025 2:32:18 PM com.ustadmobile.core.util.NapierAntilogJvm performLog HG>FINE: FINER DoorLog - Closed HikariDataSource connection pool HINApr 23, 2025 2:32:18 PM com.ustadmobile.core.util.NapierAntilogJvm performLog HI\INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete HINApr 23, 2025 2:32:18 PM com.ustadmobile.core.util.NapierAntilogJvm performLog HI\INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete HINApr 23, 2025 2:32:18 PM com.ustadmobile.core.util.NapierAntilogJvm performLog HI>FINE: FINER DoorLog - Closed HikariDataSource connection pool HJNApr 23, 2025 2:32:18 PM com.ustadmobile.core.util.NapierAntilogJvm performLog HJ\INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete HJNApr 23, 2025 2:32:18 PM com.ustadmobile.core.util.NapierAntilogJvm performLog HJ\INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete HJNApr 23, 2025 2:32:18 PM com.ustadmobile.core.util.NapierAntilogJvm performLog HJ>FINE: FINER DoorLog - Closed HikariDataSource connection pool LKNApr 23, 2025 2:32:18 PM com.ustadmobile.core.util.NapierAntilogJvm performLog LKFINE: FINER BlobUploadServerUseCase$onStartUploadSession - BlobUploadServerUseCase#onStartUploadSession(upload 844491b6-4b60-453d-9e09-3166e3df774d): batch upload init: Client list 3 blobs. 2 uploads pending (0 partial) LKNApr 23, 2025 2:32:18 PM com.ustadmobile.core.util.NapierAntilogJvm performLog LKFINE: FINER BlobUploadServerUseCase$onStartUploadSession - BlobUploadServerUseCase#onStartUploadSession(upload 844491b6-4b60-453d-9e09-3166e3df774d): batch upload init: Client list 3 blobs. 2 uploads pending (1 partial) LKNApr 23, 2025 2:32:18 PM com.ustadmobile.core.util.NapierAntilogJvm performLog LKFINEST: FINEST BlobUploadServerUseCase$onStartUploadSession - BlobUploadServerUseCase#onStartUploadSession(upload 844491b6-4b60-453d-9e09-3166e3df774d): Partial uploads pending = https://endpoint.com/api/blob/DWDf0O8J19BHTcJOC4RUdOWkQIE8T91ahd5W5PySXy4= LMNApr 23, 2025 2:32:18 PM com.ustadmobile.core.util.NapierAntilogJvm performLog LMFINE: FINER BlobUploadServerUseCase$onStartUploadSession - BlobUploadServerUseCase#onStartUploadSession(upload 71f61a7e-b74b-4859-a995-d39eb2eb727b): batch upload init: Client list 3 blobs. 3 uploads pending (0 partial) ONNApr 23, 2025 2:32:18 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ON\INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete ONNApr 23, 2025 2:32:18 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ON\INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete ONNApr 23, 2025 2:32:18 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ONFINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #3 : SQLite Change Tracker: Changed tables=[] OPNApr 23, 2025 2:32:18 PM com.ustadmobile.core.util.NapierAntilogJvm performLog OP\INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete OPNApr 23, 2025 2:32:18 PM com.ustadmobile.core.util.NapierAntilogJvm performLog OP\INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete OPNApr 23, 2025 2:32:18 PM com.ustadmobile.core.util.NapierAntilogJvm performLog OPFINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #2 : SQLite Change Tracker: Changed tables=[] OQNApr 23, 2025 2:32:18 PM com.ustadmobile.core.util.NapierAntilogJvm performLog OQ\INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete OQNApr 23, 2025 2:32:18 PM com.ustadmobile.core.util.NapierAntilogJvm performLog OQ\INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete UTNApr 23, 2025 2:32:18 PM com.ustadmobile.core.util.NapierAntilogJvm performLog UT\INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete UTNApr 23, 2025 2:32:18 PM com.ustadmobile.core.util.NapierAntilogJvm performLog UT\INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete UTNApr 23, 2025 2:32:18 PM com.ustadmobile.core.util.NapierAntilogJvm performLog UTFINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 : SQLite Change Tracker: Changed tables=[PersonGroup] UTNApr 23, 2025 2:32:18 PM com.ustadmobile.core.util.NapierAntilogJvm performLog UTFINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #2 : SQLite Change Tracker: Changed tables=[Person] UTNApr 23, 2025 2:32:18 PM com.ustadmobile.core.util.NapierAntilogJvm performLog UTFINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #3 : SQLite Change Tracker: Changed tables=[PersonGroupMember] UTNApr 23, 2025 2:32:18 PM com.ustadmobile.core.util.NapierAntilogJvm performLog UTFINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #4 : SQLite Change Tracker: Changed tables=[ScopedGrant] UTNApr 23, 2025 2:32:18 PM com.ustadmobile.core.util.NapierAntilogJvm performLog UTFINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #5 : SQLite Change Tracker: Changed tables=[ClazzEnrolment] UTNApr 23, 2025 2:32:18 PM com.ustadmobile.core.util.NapierAntilogJvm performLog UT>FINE: FINER DoorLog - Closed HikariDataSource connection pool UVNApr 23, 2025 2:32:18 PM com.ustadmobile.core.util.NapierAntilogJvm performLog UV\INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete UVNApr 23, 2025 2:32:18 PM com.ustadmobile.core.util.NapierAntilogJvm performLog UV\INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete UVNApr 23, 2025 2:32:18 PM com.ustadmobile.core.util.NapierAntilogJvm performLog UVFINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 : SQLite Change Tracker: Changed tables=[PersonGroup] UVNApr 23, 2025 2:32:18 PM com.ustadmobile.core.util.NapierAntilogJvm performLog UVFINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #2 : SQLite Change Tracker: Changed tables=[Person] UVNApr 23, 2025 2:32:18 PM com.ustadmobile.core.util.NapierAntilogJvm performLog UVFINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #3 : SQLite Change Tracker: Changed tables=[PersonGroupMember] UVNApr 23, 2025 2:32:18 PM com.ustadmobile.core.util.NapierAntilogJvm performLog UVFINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #4 : SQLite Change Tracker: Changed tables=[ScopedGrant] UVNApr 23, 2025 2:32:18 PM com.ustadmobile.core.util.NapierAntilogJvm performLog UVFINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #8 : SQLite Change Tracker: Changed tables=[EnrolmentRequest] UVNApr 23, 2025 2:32:18 PM com.ustadmobile.core.util.NapierAntilogJvm performLog UV>FINE: FINER DoorLog - Closed HikariDataSource connection pool UWNApr 23, 2025 2:32:18 PM com.ustadmobile.core.util.NapierAntilogJvm performLog UW\INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete UWNApr 23, 2025 2:32:18 PM com.ustadmobile.core.util.NapierAntilogJvm performLog UW\INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete UWNApr 23, 2025 2:32:18 PM com.ustadmobile.core.util.NapierAntilogJvm performLog UWFINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 : SQLite Change Tracker: Changed tables=[PersonGroup] UWNApr 23, 2025 2:32:18 PM com.ustadmobile.core.util.NapierAntilogJvm performLog UWFINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #2 : SQLite Change Tracker: Changed tables=[Person] UWNApr 23, 2025 2:32:18 PM com.ustadmobile.core.util.NapierAntilogJvm performLog UWFINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #3 : SQLite Change Tracker: Changed tables=[PersonGroupMember] UWNApr 23, 2025 2:32:18 PM com.ustadmobile.core.util.NapierAntilogJvm performLog UWFINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #4 : SQLite Change Tracker: Changed tables=[ScopedGrant] UWNApr 23, 2025 2:32:18 PM com.ustadmobile.core.util.NapierAntilogJvm performLog UW>FINE: FINER DoorLog - Closed HikariDataSource connection pool UXNApr 23, 2025 2:32:18 PM com.ustadmobile.core.util.NapierAntilogJvm performLog UX\INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete UXNApr 23, 2025 2:32:18 PM com.ustadmobile.core.util.NapierAntilogJvm performLog UX\INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete UXNApr 23, 2025 2:32:18 PM com.ustadmobile.core.util.NapierAntilogJvm performLog UXFINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 : SQLite Change Tracker: Changed tables=[PersonGroup] UXNApr 23, 2025 2:32:18 PM com.ustadmobile.core.util.NapierAntilogJvm performLog UXFINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #2 : SQLite Change Tracker: Changed tables=[Person] UXNApr 23, 2025 2:32:18 PM com.ustadmobile.core.util.NapierAntilogJvm performLog UXFINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #3 : SQLite Change Tracker: Changed tables=[PersonGroupMember] UXNApr 23, 2025 2:32:18 PM com.ustadmobile.core.util.NapierAntilogJvm performLog UXFINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #4 : SQLite Change Tracker: Changed tables=[ScopedGrant] UXNApr 23, 2025 2:32:18 PM com.ustadmobile.core.util.NapierAntilogJvm performLog UXFINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #5 : SQLite Change Tracker: Changed tables=[EnrolmentRequest] UXNApr 23, 2025 2:32:18 PM com.ustadmobile.core.util.NapierAntilogJvm performLog UX>FINE: FINER DoorLog - Closed HikariDataSource connection pool ZYNApr 23, 2025 2:32:18 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ZYFINEST: FINEST CompressAudioUseCaseSox$invoke$invokeSuspend - CompressAudioUseCase: Running sox: /usr/bin/sox /tmp/junit10049371659065349931/soundfile.mp3 -C 2 --type ogg /tmp/junit10049371659065349931/junit15929867523247693619/af579a21-5057-44fd-b76b-e7208cee0686 baNApr 23, 2025 2:32:19 PM com.ustadmobile.core.util.NapierAntilogJvm performLog baFINE: FINER CompressPdfUseCaseJvm$invoke$invokeSuspend - CompressPdfUseCaseJvm: running /usr/bin/gs -sDEVICE=pdfwrite -dCompatibilityLevel=1.4 -dPDFSETTINGS=/ebook -dNOPAUSE -dBATCH -sOutputFile=/tmp/junit9045935671699778944/junit6232124792073194362/8edff7ae-8817-4425-acf2-d258da680e7f /tmp/junit9045935671699778944/junit7978805975423742902.tmp baNApr 23, 2025 2:32:19 PM com.ustadmobile.core.util.NapierAntilogJvm performLog bavFINEST: FINEST CompressPdfUseCaseJvm$invoke$2$outputReaderJob$invokeSuspend - CompressPdfUseCaseJvm: completed page 1 baNApr 23, 2025 2:32:19 PM com.ustadmobile.core.util.NapierAntilogJvm performLog bavFINEST: FINEST CompressPdfUseCaseJvm$invoke$2$outputReaderJob$invokeSuspend - CompressPdfUseCaseJvm: completed page 2 baNApr 23, 2025 2:32:19 PM com.ustadmobile.core.util.NapierAntilogJvm performLog baFINE: FINER CompressPdfUseCaseJvm$invoke$invokeSuspend - CompressPdfUseCaseJvm: compressed file:/tmp/junit9045935671699778944/junit7978805975423742902.tmp from 152064 bytes to 99455 bytes dcNApr 23, 2025 2:32:19 PM com.ustadmobile.core.util.NapierAntilogJvm performLog dcFINE: FINER CompressVideoUseCaseHandbrake$invoke$invokeSuspend - CompressVideoUseCase: running /usr/bin/HandBrakeCLI -i /home/jenkins/.jenkins/workspace/UstadMobile-primary2/core/tmp-bigbuckbunny.mp4 -o /home/jenkins/.jenkins/workspace/UstadMobile-primary2/core/44118a82-af74-46a0-89b5-d264bb2752b3.mp4 --format av_mp4 --encoder svt_av1 --aencoder opus --maxWidth 720 --maxHeight 405 --quality 55 --ab 96 --rate 30 --json hgNApr 23, 2025 2:32:22 PM com.ustadmobile.core.util.NapierAntilogJvm performLog hg\INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete hgNApr 23, 2025 2:32:22 PM com.ustadmobile.core.util.NapierAntilogJvm performLog hg\INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete hgNApr 23, 2025 2:32:22 PM com.ustadmobile.core.util.NapierAntilogJvm performLog hgFINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 : SQLite Change Tracker: Changed tables=[ContentEntry, ContentEntryParentChildJoin, DeletedItem] onNApr 23, 2025 2:32:22 PM com.ustadmobile.core.util.NapierAntilogJvm performLog on\INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete onNApr 23, 2025 2:32:22 PM com.ustadmobile.core.util.NapierAntilogJvm performLog on\INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete onNApr 23, 2025 2:32:22 PM com.ustadmobile.core.util.NapierAntilogJvm performLog onFINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 : SQLite Change Tracker: Changed tables=[Person, SystemPermission] onNApr 23, 2025 2:32:22 PM com.ustadmobile.core.util.NapierAntilogJvm performLog onFINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #2 : SQLite Change Tracker: Changed tables=[Clazz, CoursePermission] onNApr 23, 2025 2:32:22 PM com.ustadmobile.core.util.NapierAntilogJvm performLog onFINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #3 : SQLite Change Tracker: Changed tables=[ClazzEnrolment] onNApr 23, 2025 2:32:22 PM com.ustadmobile.core.util.NapierAntilogJvm performLog onFINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #4 : SQLite Change Tracker: Changed tables=[CourseBlock] onNApr 23, 2025 2:32:22 PM com.ustadmobile.core.util.NapierAntilogJvm performLog onFINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #5 : SQLite Change Tracker: Changed tables=[ExternalAppPermission] opNApr 23, 2025 2:32:23 PM com.ustadmobile.core.util.NapierAntilogJvm performLog op\INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete opNApr 23, 2025 2:32:23 PM com.ustadmobile.core.util.NapierAntilogJvm performLog op\INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete opNApr 23, 2025 2:32:23 PM com.ustadmobile.core.util.NapierAntilogJvm performLog opFINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 : SQLite Change Tracker: Changed tables=[Person, SystemPermission] opNApr 23, 2025 2:32:23 PM com.ustadmobile.core.util.NapierAntilogJvm performLog opFINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #2 : SQLite Change Tracker: Changed tables=[Clazz, CoursePermission] opNApr 23, 2025 2:32:23 PM com.ustadmobile.core.util.NapierAntilogJvm performLog opFINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #3 : SQLite Change Tracker: Changed tables=[ClazzEnrolment] opNApr 23, 2025 2:32:23 PM com.ustadmobile.core.util.NapierAntilogJvm performLog opFINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #4 : SQLite Change Tracker: Changed tables=[ExternalAppPermission] oqNApr 23, 2025 2:32:23 PM com.ustadmobile.core.util.NapierAntilogJvm performLog oq\INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete oqNApr 23, 2025 2:32:23 PM com.ustadmobile.core.util.NapierAntilogJvm performLog oq\INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete oqNApr 23, 2025 2:32:23 PM com.ustadmobile.core.util.NapierAntilogJvm performLog oqFINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 : SQLite Change Tracker: Changed tables=[Person, SystemPermission] oqNApr 23, 2025 2:32:23 PM com.ustadmobile.core.util.NapierAntilogJvm performLog oqFINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #2 : SQLite Change Tracker: Changed tables=[Clazz, CoursePermission] oqNApr 23, 2025 2:32:23 PM com.ustadmobile.core.util.NapierAntilogJvm performLog oqFINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #3 : SQLite Change Tracker: Changed tables=[ClazzEnrolment] oqNApr 23, 2025 2:32:23 PM com.ustadmobile.core.util.NapierAntilogJvm performLog oqFINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #4 : SQLite Change Tracker: Changed tables=[CourseBlock] oqNApr 23, 2025 2:32:23 PM com.ustadmobile.core.util.NapierAntilogJvm performLog oqFINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #5 : SQLite Change Tracker: Changed tables=[ExternalAppPermission] oqNApr 23, 2025 2:32:23 PM com.ustadmobile.core.util.NapierAntilogJvm performLog oqFINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #9 : SQLite Change Tracker: Changed tables=[CourseBlock] orNApr 23, 2025 2:32:23 PM com.ustadmobile.core.util.NapierAntilogJvm performLog or\INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete orNApr 23, 2025 2:32:23 PM com.ustadmobile.core.util.NapierAntilogJvm performLog or\INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete orNApr 23, 2025 2:32:23 PM com.ustadmobile.core.util.NapierAntilogJvm performLog orFINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 : SQLite Change Tracker: Changed tables=[Person, SystemPermission] orNApr 23, 2025 2:32:23 PM com.ustadmobile.core.util.NapierAntilogJvm performLog orFINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #2 : SQLite Change Tracker: Changed tables=[Clazz, CoursePermission] orNApr 23, 2025 2:32:23 PM com.ustadmobile.core.util.NapierAntilogJvm performLog orFINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #3 : SQLite Change Tracker: Changed tables=[ClazzEnrolment] orNApr 23, 2025 2:32:23 PM com.ustadmobile.core.util.NapierAntilogJvm performLog orFINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #4 : SQLite Change Tracker: Changed tables=[ExternalAppPermission] orNApr 23, 2025 2:32:23 PM com.ustadmobile.core.util.NapierAntilogJvm performLog orFINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #8 : SQLite Change Tracker: Changed tables=[CourseBlock] osNApr 23, 2025 2:32:23 PM com.ustadmobile.core.util.NapierAntilogJvm performLog os\INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete osNApr 23, 2025 2:32:23 PM com.ustadmobile.core.util.NapierAntilogJvm performLog os\INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete osNApr 23, 2025 2:32:23 PM com.ustadmobile.core.util.NapierAntilogJvm performLog osFINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 : SQLite Change Tracker: Changed tables=[Person, SystemPermission] osNApr 23, 2025 2:32:23 PM com.ustadmobile.core.util.NapierAntilogJvm performLog osFINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #2 : SQLite Change Tracker: Changed tables=[Clazz, CoursePermission] osNApr 23, 2025 2:32:23 PM com.ustadmobile.core.util.NapierAntilogJvm performLog osFINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #3 : SQLite Change Tracker: Changed tables=[ClazzEnrolment] osNApr 23, 2025 2:32:23 PM com.ustadmobile.core.util.NapierAntilogJvm performLog osFINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #4 : SQLite Change Tracker: Changed tables=[CourseBlock] osNApr 23, 2025 2:32:23 PM com.ustadmobile.core.util.NapierAntilogJvm performLog osFINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #5 : SQLite Change Tracker: Changed tables=[ExternalAppPermission] osNApr 23, 2025 2:32:23 PM com.ustadmobile.core.util.NapierAntilogJvm performLog osFINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #6 : SQLite Change Tracker: Changed tables=[StudentResult] otNApr 23, 2025 2:32:23 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ot\INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete otNApr 23, 2025 2:32:23 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ot\INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete otNApr 23, 2025 2:32:23 PM com.ustadmobile.core.util.NapierAntilogJvm performLog otFINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 : SQLite Change Tracker: Changed tables=[Person, SystemPermission] otNApr 23, 2025 2:32:23 PM com.ustadmobile.core.util.NapierAntilogJvm performLog otFINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #2 : SQLite Change Tracker: Changed tables=[Clazz, CoursePermission] otNApr 23, 2025 2:32:23 PM com.ustadmobile.core.util.NapierAntilogJvm performLog otFINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #3 : SQLite Change Tracker: Changed tables=[ClazzEnrolment] otNApr 23, 2025 2:32:23 PM com.ustadmobile.core.util.NapierAntilogJvm performLog otFINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #4 : SQLite Change Tracker: Changed tables=[ExternalAppPermission] ouNApr 23, 2025 2:32:23 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ou\INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete ouNApr 23, 2025 2:32:23 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ou\INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete ouNApr 23, 2025 2:32:23 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ouFINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 : SQLite Change Tracker: Changed tables=[Person, SystemPermission] ouNApr 23, 2025 2:32:23 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ouFINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #2 : SQLite Change Tracker: Changed tables=[Clazz, CoursePermission] ouNApr 23, 2025 2:32:23 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ouFINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #3 : SQLite Change Tracker: Changed tables=[ClazzEnrolment] ouNApr 23, 2025 2:32:23 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ouFINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #4 : SQLite Change Tracker: Changed tables=[CourseBlock] ouNApr 23, 2025 2:32:23 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ouFINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #5 : SQLite Change Tracker: Changed tables=[ExternalAppPermission] ouNApr 23, 2025 2:32:23 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ouFINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #10 : SQLite Change Tracker: Changed tables=[StudentResult] wvNApr 23, 2025 2:32:23 PM com.ustadmobile.core.util.NapierAntilogJvm performLog wv\INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete wvNApr 23, 2025 2:32:23 PM com.ustadmobile.core.util.NapierAntilogJvm performLog wv\INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete wxNApr 23, 2025 2:32:23 PM com.ustadmobile.core.util.NapierAntilogJvm performLog wx\INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete wxNApr 23, 2025 2:32:23 PM com.ustadmobile.core.util.NapierAntilogJvm performLog wx\INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete wyNApr 23, 2025 2:32:23 PM com.ustadmobile.core.util.NapierAntilogJvm performLog wy\INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete wyNApr 23, 2025 2:32:23 PM com.ustadmobile.core.util.NapierAntilogJvm performLog wy\INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete wzNApr 23, 2025 2:32:23 PM com.ustadmobile.core.util.NapierAntilogJvm performLog wz\INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete wzNApr 23, 2025 2:32:23 PM com.ustadmobile.core.util.NapierAntilogJvm performLog wz\INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete w{NApr 23, 2025 2:32:23 PM com.ustadmobile.core.util.NapierAntilogJvm performLog w{\INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete w{NApr 23, 2025 2:32:23 PM com.ustadmobile.core.util.NapierAntilogJvm performLog w{\INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete }|NApr 23, 2025 2:32:23 PM com.ustadmobile.core.util.NapierAntilogJvm performLog }|FINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(4207d5c0-5016-4cd2-8e29-9a692df59287): Uploading 133184 bytes in 7 chunks to http://localhost.localdomain:52751/ starting from byte=0 }|NApr 23, 2025 2:32:23 PM com.ustadmobile.core.util.NapierAntilogJvm performLog }|FINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(4207d5c0-5016-4cd2-8e29-9a692df59287): Upload complete of 133184 bytes in 7 chunks to http://localhost.localdomain:52751/ }~NApr 23, 2025 2:32:23 PM com.ustadmobile.core.util.NapierAntilogJvm performLog }~FINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(2225ecae-4633-4ae6-8682-d1d6e5f18370): Uploading 133184 bytes in 7 chunks to http://localhost.localdomain:60761/ starting from byte=10000 }~NApr 23, 2025 2:32:23 PM com.ustadmobile.core.util.NapierAntilogJvm performLog }~FINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(2225ecae-4633-4ae6-8682-d1d6e5f18370): Upload complete of 133184 bytes in 7 chunks to http://localhost.localdomain:60761/ NApr 23, 2025 2:32:23 PM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(8ce7de92-dac3-413b-8203-ec77bc4b3457) receive request NApr 23, 2025 2:32:23 PM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(8ce7de92-dac3-413b-8203-ec77bc4b3457) receive request NApr 23, 2025 2:32:23 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(8ce7de92-dac3-413b-8203-ec77bc4b3457) appended chunk (isFinal=true) to /tmp/junit7423600338279666055/junit1369171451750655493/8ce7de92-dac3-413b-8203-ec77bc4b3457 NApr 23, 2025 2:32:23 PM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(8ce7de92-dac3-413b-8203-ec77bc4b3457) receive request NApr 23, 2025 2:32:23 PM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(8ce7de92-dac3-413b-8203-ec77bc4b3457) receive request NApr 23, 2025 2:32:23 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(8ce7de92-dac3-413b-8203-ec77bc4b3457) appended chunk (isFinal=true) to /tmp/junit7423600338279666055/junit1369171451750655493/8ce7de92-dac3-413b-8203-ec77bc4b3457 NApr 23, 2025 2:32:23 PM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(8ce7de92-dac3-413b-8203-ec77bc4b3457) receive request NApr 23, 2025 2:32:23 PM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(8ce7de92-dac3-413b-8203-ec77bc4b3457) receive request NApr 23, 2025 2:32:23 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(8ce7de92-dac3-413b-8203-ec77bc4b3457) appended chunk (isFinal=true) to /tmp/junit7423600338279666055/junit1369171451750655493/8ce7de92-dac3-413b-8203-ec77bc4b3457 NApr 23, 2025 2:32:23 PM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(8ce7de92-dac3-413b-8203-ec77bc4b3457) receive request NApr 23, 2025 2:32:23 PM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(8ce7de92-dac3-413b-8203-ec77bc4b3457) receive request NApr 23, 2025 2:32:23 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(8ce7de92-dac3-413b-8203-ec77bc4b3457) appended chunk (isFinal=true) to /tmp/junit7423600338279666055/junit1369171451750655493/8ce7de92-dac3-413b-8203-ec77bc4b3457 NApr 23, 2025 2:32:23 PM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(8ce7de92-dac3-413b-8203-ec77bc4b3457) receive request NApr 23, 2025 2:32:23 PM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(8ce7de92-dac3-413b-8203-ec77bc4b3457) receive request NApr 23, 2025 2:32:23 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(8ce7de92-dac3-413b-8203-ec77bc4b3457) appended chunk (isFinal=true) to /tmp/junit7423600338279666055/junit1369171451750655493/8ce7de92-dac3-413b-8203-ec77bc4b3457 NApr 23, 2025 2:32:23 PM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(8ce7de92-dac3-413b-8203-ec77bc4b3457) receive request NApr 23, 2025 2:32:23 PM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(8ce7de92-dac3-413b-8203-ec77bc4b3457) receive request NApr 23, 2025 2:32:23 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(8ce7de92-dac3-413b-8203-ec77bc4b3457) appended chunk (isFinal=true) to /tmp/junit7423600338279666055/junit1369171451750655493/8ce7de92-dac3-413b-8203-ec77bc4b3457 NApr 23, 2025 2:32:23 PM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(8ce7de92-dac3-413b-8203-ec77bc4b3457) receive request NApr 23, 2025 2:32:23 PM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(8ce7de92-dac3-413b-8203-ec77bc4b3457) receive request NApr 23, 2025 2:32:23 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(8ce7de92-dac3-413b-8203-ec77bc4b3457) appended chunk (isFinal=true) to /tmp/junit7423600338279666055/junit1369171451750655493/8ce7de92-dac3-413b-8203-ec77bc4b3457 NApr 23, 2025 2:32:23 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NApr 23, 2025 2:32:23 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NApr 23, 2025 2:32:23 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 : SQLite Change Tracker: Changed tables=[VerbEntity, ActivityEntity, StatementEntity, ActorEntity, VerbLangMapEntry, ActivityLangMapEntry, StatementEntityJson] NApr 23, 2025 2:32:23 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NApr 23, 2025 2:32:23 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NApr 23, 2025 2:32:23 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 : SQLite Change Tracker: Changed tables=[VerbEntity, StatementEntity, ActorEntity, VerbLangMapEntry, StatementEntityJson] NApr 23, 2025 2:32:23 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NApr 23, 2025 2:32:23 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NApr 23, 2025 2:32:23 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 : SQLite Change Tracker: Changed tables=[VerbEntity, ActivityEntity, StatementEntity, ActorEntity, VerbLangMapEntry, ActivityLangMapEntry, StatementEntityJson] NApr 23, 2025 2:32:23 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NApr 23, 2025 2:32:23 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NApr 23, 2025 2:32:23 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 : SQLite Change Tracker: Changed tables=[VerbEntity, StatementEntity, ActorEntity, VerbLangMapEntry, StatementEntityJson] NApr 23, 2025 2:32:23 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NApr 23, 2025 2:32:23 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NApr 23, 2025 2:32:23 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 : SQLite Change Tracker: Changed tables=[VerbEntity, ActivityEntity, StatementEntity, ActorEntity, VerbLangMapEntry, ActivityLangMapEntry, ActivityExtensionEntity, StatementEntityJson] NApr 23, 2025 2:32:23 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NApr 23, 2025 2:32:23 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NApr 23, 2025 2:32:23 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 : SQLite Change Tracker: Changed tables=[VerbEntity, ActivityEntity, StatementEntity, ActorEntity, VerbLangMapEntry, ActivityLangMapEntry, ActivityExtensionEntity, StatementContextActivityJoin, StatementEntityJson] NApr 23, 2025 2:32:23 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NApr 23, 2025 2:32:23 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NApr 23, 2025 2:32:24 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 : SQLite Change Tracker: Changed tables=[VerbEntity, ActivityEntity, StatementEntity, ActorEntity, ActivityInteractionEntity, VerbLangMapEntry, ActivityLangMapEntry, StatementEntityJson] NApr 23, 2025 2:32:24 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NApr 23, 2025 2:32:24 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NApr 23, 2025 2:32:24 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 : SQLite Change Tracker: Changed tables=[Clazz, CoursePermission] NApr 23, 2025 2:32:24 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #2 : SQLite Change Tracker: Changed tables=[CourseGroupSet] NApr 23, 2025 2:32:24 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #3 : SQLite Change Tracker: Changed tables=[Person] NApr 23, 2025 2:32:24 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #4 : SQLite Change Tracker: Changed tables=[ClazzEnrolment] NApr 23, 2025 2:32:24 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #5 : SQLite Change Tracker: Changed tables=[Person, ClazzEnrolment, CourseGroupMember] NApr 23, 2025 2:32:24 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #6 : SQLite Change Tracker: Changed tables=[ClazzAssignment] NApr 23, 2025 2:32:24 PM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool NApr 23, 2025 2:32:24 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NApr 23, 2025 2:32:24 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NApr 23, 2025 2:32:24 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 : SQLite Change Tracker: Changed tables=[VerbEntity, ActivityEntity, StatementEntity, ActorEntity, ActivityInteractionEntity, VerbLangMapEntry, ActivityLangMapEntry, StatementEntityJson] NApr 23, 2025 2:32:24 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NApr 23, 2025 2:32:24 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NApr 23, 2025 2:32:24 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 : SQLite Change Tracker: Changed tables=[VerbEntity, ActivityEntity, StatementEntity, ActorEntity, VerbLangMapEntry, ActivityLangMapEntry, StatementEntityJson] NApr 23, 2025 2:32:24 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NApr 23, 2025 2:32:24 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NApr 23, 2025 2:32:24 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 : SQLite Change Tracker: Changed tables=[VerbEntity, ActivityEntity, StatementEntity, ActorEntity, ActivityInteractionEntity, VerbLangMapEntry, ActivityLangMapEntry, StatementEntityJson] NApr 23, 2025 2:32:24 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NApr 23, 2025 2:32:24 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NApr 23, 2025 2:32:24 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 : SQLite Change Tracker: Changed tables=[VerbEntity, ActivityEntity, StatementEntity, ActorEntity, VerbLangMapEntry, ActivityLangMapEntry, StatementEntityJson] NApr 23, 2025 2:32:24 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NApr 23, 2025 2:32:24 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NApr 23, 2025 2:32:24 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 : SQLite Change Tracker: Changed tables=[VerbEntity, ActivityEntity, StatementEntity, ActorEntity, ActivityInteractionEntity, VerbLangMapEntry, ActivityLangMapEntry, StatementEntityJson] NApr 23, 2025 2:32:24 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NApr 23, 2025 2:32:24 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NApr 23, 2025 2:32:24 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 : SQLite Change Tracker: Changed tables=[VerbEntity, ActivityEntity, StatementEntity, ActorEntity, ActivityInteractionEntity, VerbLangMapEntry, ActivityLangMapEntry, StatementEntityJson] NApr 23, 2025 2:32:24 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NApr 23, 2025 2:32:24 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NApr 23, 2025 2:32:24 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 : SQLite Change Tracker: Changed tables=[VerbEntity, ActivityEntity, StatementEntity, ActorEntity, ActivityInteractionEntity, VerbLangMapEntry, ActivityLangMapEntry, StatementEntityJson] NApr 23, 2025 2:32:24 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NApr 23, 2025 2:32:24 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NApr 23, 2025 2:32:24 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 : SQLite Change Tracker: Changed tables=[VerbEntity, ActivityEntity, StatementEntity, ActorEntity, ActivityInteractionEntity, VerbLangMapEntry, ActivityLangMapEntry, StatementEntityJson] NApr 23, 2025 2:32:24 PM com.ustadmobile.core.util.NapierAntilogJvm performLog wFINEST: FINEST NonInteractiveContentXapiStatementRecorder$onActiveChanged - ContentUsageStatementRecorder: active=true NApr 23, 2025 2:32:26 PM com.ustadmobile.core.util.NapierAntilogJvm performLog pFINEST: FINEST NonInteractiveContentXapiStatementRecorder$onComplete - ContentUsageStatementRecorder: completed NApr 23, 2025 2:32:26 PM com.ustadmobile.core.util.NapierAntilogJvm performLog wFINEST: FINEST NonInteractiveContentXapiStatementRecorder$onActiveChanged - ContentUsageStatementRecorder: active=true NApr 23, 2025 2:32:28 PM com.ustadmobile.core.util.NapierAntilogJvm performLog xFINEST: FINEST NonInteractiveContentXapiStatementRecorder$onActiveChanged - ContentUsageStatementRecorder: active=false NApr 23, 2025 2:32:28 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NApr 23, 2025 2:32:28 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NApr 23, 2025 2:32:28 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 : SQLite Change Tracker: Changed tables=[ActorEntity] NApr 23, 2025 2:32:28 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #2 : SQLite Change Tracker: Changed tables=[StateEntity] NApr 23, 2025 2:32:28 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NApr 23, 2025 2:32:28 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NApr 23, 2025 2:32:28 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 : SQLite Change Tracker: Changed tables=[ActorEntity] NApr 23, 2025 2:32:28 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #2 : SQLite Change Tracker: Changed tables=[StateEntity] NApr 23, 2025 2:32:28 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #3 : SQLite Change Tracker: Changed tables=[StateEntity] NApr 23, 2025 2:32:28 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #4 : SQLite Change Tracker: Changed tables=[StateEntity, StateDeleteCommand] NApr 23, 2025 2:32:28 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NApr 23, 2025 2:32:28 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NApr 23, 2025 2:32:28 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 : SQLite Change Tracker: Changed tables=[ActorEntity] NApr 23, 2025 2:32:28 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #2 : SQLite Change Tracker: Changed tables=[StateEntity] NApr 23, 2025 2:32:28 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #3 : SQLite Change Tracker: Changed tables=[StateEntity] NApr 23, 2025 2:32:28 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #4 : SQLite Change Tracker: Changed tables=[StateEntity, StateDeleteCommand] NApr 23, 2025 2:32:28 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NApr 23, 2025 2:32:28 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NApr 23, 2025 2:32:28 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 : SQLite Change Tracker: Changed tables=[ActorEntity] NApr 23, 2025 2:32:28 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #3 : SQLite Change Tracker: Changed tables=[StateEntity] NApr 23, 2025 2:32:28 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #5 : SQLite Change Tracker: Changed tables=[StateEntity] NApr 23, 2025 2:32:28 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NApr 23, 2025 2:32:28 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NApr 23, 2025 2:32:28 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 : SQLite Change Tracker: Changed tables=[ActorEntity] NApr 23, 2025 2:32:28 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #2 : SQLite Change Tracker: Changed tables=[StateEntity] NApr 23, 2025 2:32:28 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NApr 23, 2025 2:32:28 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NApr 23, 2025 2:32:28 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 : SQLite Change Tracker: Changed tables=[ActorEntity] NApr 23, 2025 2:32:28 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NApr 23, 2025 2:32:28 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NApr 23, 2025 2:32:28 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 : SQLite Change Tracker: Changed tables=[ActorEntity] NApr 23, 2025 2:32:28 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINEST: FINEST EmbeddedHttpServer$serveApiEndpoint - EmbeddedHttpServer: content: endpoint=http://endpoint.com/ versionUid=1234 path=path/file.txt NApr 23, 2025 2:32:28 PM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite:build/tmp/localhost_localdomain_46465_.sqlite] database build complete NApr 23, 2025 2:32:28 PM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite:build/tmp/localhost_localdomain_46465_.sqlite] database build complete NApr 23, 2025 2:32:28 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:46465/UmAppDatabase/ - endpoint=http://localhost.localdomain:46465/UmAppDatabase/] init NApr 23, 2025 2:32:28 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [NodeEventSseClient localNodeId=403074787121451540 remoteEndpoint=http://localhost.localdomain:46465/UmAppDatabase/] : onError .java.io.IOException: other event source error d at com.ustadmobile.door.sse.DoorEventSource$eventSourceListener$1.onFailure(DoorEventSource.kt:44) P at okhttp3.internal.sse.RealEventSource.processResponse(RealEventSource.kt:52) K at okhttp3.internal.sse.RealEventSource.onResponse(RealEventSource.kt:46) H at okhttp3.internal.connection.RealCall$AsyncCall.run(RealCall.kt:519) ^ at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) ^ at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) 4 at java.base/java.lang.Thread.run(Thread.java:840)  NApr 23, 2025 2:32:28 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [NodeEventSseClient localNodeId=403074787121451540 remoteEndpoint=http://localhost.localdomain:46465/UmAppDatabase/] : onError .java.io.IOException: other event source error d at com.ustadmobile.door.sse.DoorEventSource$eventSourceListener$1.onFailure(DoorEventSource.kt:44) P at okhttp3.internal.sse.RealEventSource.processResponse(RealEventSource.kt:52) K at okhttp3.internal.sse.RealEventSource.onResponse(RealEventSource.kt:46) H at okhttp3.internal.connection.RealCall$AsyncCall.run(RealCall.kt:519) ^ at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) ^ at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) 4 at java.base/java.lang.Thread.run(Thread.java:840)  NApr 23, 2025 2:32:28 PM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorEventSource$eventSourceListener$1$onFailure$invokeSuspend - [DoorEventSource@com.ustadmobile.door.sse.DoorEventSource@74899963 - http://localhost.localdomain:46465/UmAppDatabase/replication/sse?door-node=403074787121451540%2Fa9c613aa-5391-43bd-85ff-5611a3de3e4e] error: java.io.IOException: other event source error . Attempting to reconnect after 2000ms NApr 23, 2025 2:32:28 PM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorEventSource$eventSourceListener$1$onFailure$invokeSuspend - [DoorEventSource@com.ustadmobile.door.sse.DoorEventSource@74899963 - http://localhost.localdomain:46465/UmAppDatabase/replication/sse?door-node=403074787121451540%2Fa9c613aa-5391-43bd-85ff-5611a3de3e4e] error: java.io.IOException: other event source error . Attempting to reconnect after 2000ms NApr 23, 2025 2:32:28 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite:build/tmp/localhost_localdomain_46465_.sqlite] - useNewConnectionAsyncInternal connection #1 : SQLite Change Tracker: Changed tables=[PendingRepositorySession] NApr 23, 2025 2:32:28 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:46465/UmAppDatabase/ - endpoint=http://localhost.localdomain:46465/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:46465/UmAppDatabase/ - endpoint=http://localhost.localdomain:46465/UmAppDatabase/] getRemoteNodeId : server did not provide node id } at com.ustadmobile.door.replication.DoorRepositoryReplicationClient$1.invokeSuspend(DoorRepositoryReplicationClient.kt:275) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  NApr 23, 2025 2:32:28 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:46465/UmAppDatabase/ - endpoint=http://localhost.localdomain:46465/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:46465/UmAppDatabase/ - endpoint=http://localhost.localdomain:46465/UmAppDatabase/] getRemoteNodeId : server did not provide node id } at com.ustadmobile.door.replication.DoorRepositoryReplicationClient$1.invokeSuspend(DoorRepositoryReplicationClient.kt:275) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  NApr 23, 2025 2:32:28 PM com.ustadmobile.core.util.NapierAntilogJvm performLog yINFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite:build/tmp/app_ustadmobile_com_.sqlite] database build complete NApr 23, 2025 2:32:28 PM com.ustadmobile.core.util.NapierAntilogJvm performLog yINFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite:build/tmp/app_ustadmobile_com_.sqlite] database build complete NApr 23, 2025 2:32:28 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite:build/tmp/app_ustadmobile_com_.sqlite] - useNewConnectionAsyncInternal connection #1 : SQLite Change Tracker: Changed tables=[UserSession] NApr 23, 2025 2:32:28 PM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite:build/tmp/localhost_localdomain_39375_.sqlite] database build complete NApr 23, 2025 2:32:28 PM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite:build/tmp/localhost_localdomain_39375_.sqlite] database build complete NApr 23, 2025 2:32:28 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:39375/UmAppDatabase/ - endpoint=http://localhost.localdomain:39375/UmAppDatabase/] init NApr 23, 2025 2:32:28 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [NodeEventSseClient localNodeId=8764284603145151325 remoteEndpoint=http://localhost.localdomain:39375/UmAppDatabase/] : onError .java.io.IOException: other event source error d at com.ustadmobile.door.sse.DoorEventSource$eventSourceListener$1.onFailure(DoorEventSource.kt:44) P at okhttp3.internal.sse.RealEventSource.processResponse(RealEventSource.kt:52) K at okhttp3.internal.sse.RealEventSource.onResponse(RealEventSource.kt:46) H at okhttp3.internal.connection.RealCall$AsyncCall.run(RealCall.kt:519) ^ at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) ^ at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) 4 at java.base/java.lang.Thread.run(Thread.java:840)  NApr 23, 2025 2:32:28 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [NodeEventSseClient localNodeId=8764284603145151325 remoteEndpoint=http://localhost.localdomain:39375/UmAppDatabase/] : onError .java.io.IOException: other event source error d at com.ustadmobile.door.sse.DoorEventSource$eventSourceListener$1.onFailure(DoorEventSource.kt:44) P at okhttp3.internal.sse.RealEventSource.processResponse(RealEventSource.kt:52) K at okhttp3.internal.sse.RealEventSource.onResponse(RealEventSource.kt:46) H at okhttp3.internal.connection.RealCall$AsyncCall.run(RealCall.kt:519) ^ at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) ^ at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) 4 at java.base/java.lang.Thread.run(Thread.java:840)  NApr 23, 2025 2:32:28 PM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorEventSource$eventSourceListener$1$onFailure$invokeSuspend - [DoorEventSource@com.ustadmobile.door.sse.DoorEventSource@73a04949 - http://localhost.localdomain:39375/UmAppDatabase/replication/sse?door-node=8764284603145151325%2F8cf98fb6-d63a-435c-8dcc-c294e5dc9ccc] error: java.io.IOException: other event source error . Attempting to reconnect after 2000ms NApr 23, 2025 2:32:28 PM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorEventSource$eventSourceListener$1$onFailure$invokeSuspend - [DoorEventSource@com.ustadmobile.door.sse.DoorEventSource@73a04949 - http://localhost.localdomain:39375/UmAppDatabase/replication/sse?door-node=8764284603145151325%2F8cf98fb6-d63a-435c-8dcc-c294e5dc9ccc] error: java.io.IOException: other event source error . Attempting to reconnect after 2000ms NApr 23, 2025 2:32:28 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite:build/tmp/localhost_localdomain_39375_.sqlite] - useNewConnectionAsyncInternal connection #1 : SQLite Change Tracker: Changed tables=[PendingRepositorySession] NApr 23, 2025 2:32:28 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:39375/UmAppDatabase/ - endpoint=http://localhost.localdomain:39375/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:39375/UmAppDatabase/ - endpoint=http://localhost.localdomain:39375/UmAppDatabase/] getRemoteNodeId : server did not provide node id } at com.ustadmobile.door.replication.DoorRepositoryReplicationClient$1.invokeSuspend(DoorRepositoryReplicationClient.kt:275) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  NApr 23, 2025 2:32:28 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:39375/UmAppDatabase/ - endpoint=http://localhost.localdomain:39375/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:39375/UmAppDatabase/ - endpoint=http://localhost.localdomain:39375/UmAppDatabase/] getRemoteNodeId : server did not provide node id } at com.ustadmobile.door.replication.DoorRepositoryReplicationClient$1.invokeSuspend(DoorRepositoryReplicationClient.kt:275) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  NApr 23, 2025 2:32:28 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite:build/tmp/localhost_localdomain_39375_.sqlite] - useNewConnectionAsyncInternal connection #2 : SQLite Change Tracker: Changed tables=[PersonGroup, OutgoingReplication] NApr 23, 2025 2:32:28 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [NodeEventJdbcImplListenerSqlite - jdbc:sqlite:build/tmp/localhost_localdomain_39375_.sqlite] emitting 2 events com.ustadmobile.door.nodeevent.NodeEvent@d22bb39, com.ustadmobile.door.nodeevent.NodeEvent@1082fc07 NApr 23, 2025 2:32:28 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite:build/tmp/localhost_localdomain_39375_.sqlite] - useNewConnectionAsyncInternal connection #3 : SQLite Change Tracker: Changed tables=[Person, OutgoingReplication] NApr 23, 2025 2:32:28 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [NodeEventJdbcImplListenerSqlite - jdbc:sqlite:build/tmp/localhost_localdomain_39375_.sqlite] emitting 1 events com.ustadmobile.door.nodeevent.NodeEvent@63db8a1 NApr 23, 2025 2:32:28 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite:build/tmp/localhost_localdomain_39375_.sqlite] - useNewConnectionAsyncInternal connection #4 : SQLite Change Tracker: Changed tables=[PersonGroupMember, OutgoingReplication] NApr 23, 2025 2:32:28 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [NodeEventJdbcImplListenerSqlite - jdbc:sqlite:build/tmp/localhost_localdomain_39375_.sqlite] emitting 1 events com.ustadmobile.door.nodeevent.NodeEvent@58e5d382 NApr 23, 2025 2:32:28 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite:build/tmp/localhost_localdomain_39375_.sqlite] - useNewConnectionAsyncInternal connection #5 : SQLite Change Tracker: Changed tables=[ScopedGrant, OutgoingReplication] NApr 23, 2025 2:32:28 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [NodeEventJdbcImplListenerSqlite - jdbc:sqlite:build/tmp/localhost_localdomain_39375_.sqlite] emitting 1 events com.ustadmobile.door.nodeevent.NodeEvent@75fd6f06 NApr 23, 2025 2:32:28 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite:build/tmp/localhost_localdomain_39375_.sqlite] - useNewConnectionAsyncInternal connection #6 : SQLite Change Tracker: Changed tables=[PersonGroup, OutgoingReplication] NApr 23, 2025 2:32:28 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [NodeEventJdbcImplListenerSqlite - jdbc:sqlite:build/tmp/localhost_localdomain_39375_.sqlite] emitting 1 events com.ustadmobile.door.nodeevent.NodeEvent@50354672 NApr 23, 2025 2:32:28 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite:build/tmp/localhost_localdomain_39375_.sqlite] - useNewConnectionAsyncInternal connection #7 : SQLite Change Tracker: Changed tables=[Person, OutgoingReplication] NApr 23, 2025 2:32:28 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [NodeEventJdbcImplListenerSqlite - jdbc:sqlite:build/tmp/localhost_localdomain_39375_.sqlite] emitting 1 events com.ustadmobile.door.nodeevent.NodeEvent@569d13b1 NApr 23, 2025 2:32:28 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite:build/tmp/localhost_localdomain_39375_.sqlite] - useNewConnectionAsyncInternal connection #8 : SQLite Change Tracker: Changed tables=[PersonGroupMember, OutgoingReplication] NApr 23, 2025 2:32:28 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [NodeEventJdbcImplListenerSqlite - jdbc:sqlite:build/tmp/localhost_localdomain_39375_.sqlite] emitting 1 events com.ustadmobile.door.nodeevent.NodeEvent@a842601 NApr 23, 2025 2:32:29 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite:build/tmp/localhost_localdomain_39375_.sqlite] - useNewConnectionAsyncInternal connection #9 : SQLite Change Tracker: Changed tables=[ScopedGrant, OutgoingReplication] NApr 23, 2025 2:32:29 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [NodeEventJdbcImplListenerSqlite - jdbc:sqlite:build/tmp/localhost_localdomain_39375_.sqlite] emitting 1 events com.ustadmobile.door.nodeevent.NodeEvent@44ca2d9a NApr 23, 2025 2:32:29 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite:build/tmp/localhost_localdomain_39375_.sqlite] - useNewConnectionAsyncInternal connection #10 : SQLite Change Tracker: Changed tables=[UserSession, OutgoingReplication] NApr 23, 2025 2:32:29 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [NodeEventJdbcImplListenerSqlite - jdbc:sqlite:build/tmp/localhost_localdomain_39375_.sqlite] emitting 1 events com.ustadmobile.door.nodeevent.NodeEvent@1f756711 NApr 23, 2025 2:32:29 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite:build/tmp/localhost_localdomain_39375_.sqlite] - useNewConnectionAsyncInternal connection #11 : SQLite Change Tracker: Changed tables=[UserSession, OutgoingReplication] NApr 23, 2025 2:32:29 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [NodeEventJdbcImplListenerSqlite - jdbc:sqlite:build/tmp/localhost_localdomain_39375_.sqlite] emitting 1 events com.ustadmobile.door.nodeevent.NodeEvent@47fe88ea NApr 23, 2025 2:32:29 PM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite:build/tmp/localhost_localdomain_36457_.sqlite] database build complete NApr 23, 2025 2:32:29 PM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite:build/tmp/localhost_localdomain_36457_.sqlite] database build complete NApr 23, 2025 2:32:29 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:36457/UmAppDatabase/ - endpoint=http://localhost.localdomain:36457/UmAppDatabase/] init NApr 23, 2025 2:32:29 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite:build/tmp/localhost_localdomain_36457_.sqlite] - useNewConnectionAsyncInternal connection #1 : SQLite Change Tracker: Changed tables=[PendingRepositorySession] NApr 23, 2025 2:32:29 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [NodeEventSseClient localNodeId=7094406850226360757 remoteEndpoint=http://localhost.localdomain:36457/UmAppDatabase/] : onError .java.io.IOException: other event source error d at com.ustadmobile.door.sse.DoorEventSource$eventSourceListener$1.onFailure(DoorEventSource.kt:44) P at okhttp3.internal.sse.RealEventSource.processResponse(RealEventSource.kt:52) K at okhttp3.internal.sse.RealEventSource.onResponse(RealEventSource.kt:46) H at okhttp3.internal.connection.RealCall$AsyncCall.run(RealCall.kt:519) ^ at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) ^ at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) 4 at java.base/java.lang.Thread.run(Thread.java:840)  NApr 23, 2025 2:32:29 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [NodeEventSseClient localNodeId=7094406850226360757 remoteEndpoint=http://localhost.localdomain:36457/UmAppDatabase/] : onError .java.io.IOException: other event source error d at com.ustadmobile.door.sse.DoorEventSource$eventSourceListener$1.onFailure(DoorEventSource.kt:44) P at okhttp3.internal.sse.RealEventSource.processResponse(RealEventSource.kt:52) K at okhttp3.internal.sse.RealEventSource.onResponse(RealEventSource.kt:46) H at okhttp3.internal.connection.RealCall$AsyncCall.run(RealCall.kt:519) ^ at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) ^ at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) 4 at java.base/java.lang.Thread.run(Thread.java:840)  NApr 23, 2025 2:32:29 PM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorEventSource$eventSourceListener$1$onFailure$invokeSuspend - [DoorEventSource@com.ustadmobile.door.sse.DoorEventSource@40cfcb3b - http://localhost.localdomain:36457/UmAppDatabase/replication/sse?door-node=7094406850226360757%2F1d93c251-d6d7-4322-9eca-4fb9c192c287] error: java.io.IOException: other event source error . Attempting to reconnect after 2000ms NApr 23, 2025 2:32:29 PM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorEventSource$eventSourceListener$1$onFailure$invokeSuspend - [DoorEventSource@com.ustadmobile.door.sse.DoorEventSource@40cfcb3b - http://localhost.localdomain:36457/UmAppDatabase/replication/sse?door-node=7094406850226360757%2F1d93c251-d6d7-4322-9eca-4fb9c192c287] error: java.io.IOException: other event source error . Attempting to reconnect after 2000ms NApr 23, 2025 2:32:29 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:36457/UmAppDatabase/ - endpoint=http://localhost.localdomain:36457/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:36457/UmAppDatabase/ - endpoint=http://localhost.localdomain:36457/UmAppDatabase/] getRemoteNodeId : server did not provide node id } at com.ustadmobile.door.replication.DoorRepositoryReplicationClient$1.invokeSuspend(DoorRepositoryReplicationClient.kt:275) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  NApr 23, 2025 2:32:29 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:36457/UmAppDatabase/ - endpoint=http://localhost.localdomain:36457/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:36457/UmAppDatabase/ - endpoint=http://localhost.localdomain:36457/UmAppDatabase/] getRemoteNodeId : server did not provide node id } at com.ustadmobile.door.replication.DoorRepositoryReplicationClient$1.invokeSuspend(DoorRepositoryReplicationClient.kt:275) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  NApr 23, 2025 2:32:29 PM com.ustadmobile.core.util.NapierAntilogJvm performLog yINFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite:build/tmp/app_ustadmobile_com_.sqlite] database build complete NApr 23, 2025 2:32:29 PM com.ustadmobile.core.util.NapierAntilogJvm performLog yINFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite:build/tmp/app_ustadmobile_com_.sqlite] database build complete NApr 23, 2025 2:32:29 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite:build/tmp/app_ustadmobile_com_.sqlite] - useNewConnectionAsyncInternal connection #1 : SQLite Change Tracker: Changed tables=[UserSession] NApr 23, 2025 2:32:29 PM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite:build/tmp/localhost_localdomain_49937_.sqlite] database build complete NApr 23, 2025 2:32:29 PM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite:build/tmp/localhost_localdomain_49937_.sqlite] database build complete NApr 23, 2025 2:32:29 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:49937/UmAppDatabase/ - endpoint=http://localhost.localdomain:49937/UmAppDatabase/] init NApr 23, 2025 2:32:29 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite:build/tmp/localhost_localdomain_49937_.sqlite] - useNewConnectionAsyncInternal connection #1 : SQLite Change Tracker: Changed tables=[PendingRepositorySession] NApr 23, 2025 2:32:29 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [NodeEventSseClient localNodeId=4979267641079309009 remoteEndpoint=http://localhost.localdomain:49937/UmAppDatabase/] : onError .java.io.IOException: other event source error d at com.ustadmobile.door.sse.DoorEventSource$eventSourceListener$1.onFailure(DoorEventSource.kt:44) P at okhttp3.internal.sse.RealEventSource.processResponse(RealEventSource.kt:52) K at okhttp3.internal.sse.RealEventSource.onResponse(RealEventSource.kt:46) H at okhttp3.internal.connection.RealCall$AsyncCall.run(RealCall.kt:519) ^ at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) ^ at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) 4 at java.base/java.lang.Thread.run(Thread.java:840)  NApr 23, 2025 2:32:29 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [NodeEventSseClient localNodeId=4979267641079309009 remoteEndpoint=http://localhost.localdomain:49937/UmAppDatabase/] : onError .java.io.IOException: other event source error d at com.ustadmobile.door.sse.DoorEventSource$eventSourceListener$1.onFailure(DoorEventSource.kt:44) P at okhttp3.internal.sse.RealEventSource.processResponse(RealEventSource.kt:52) K at okhttp3.internal.sse.RealEventSource.onResponse(RealEventSource.kt:46) H at okhttp3.internal.connection.RealCall$AsyncCall.run(RealCall.kt:519) ^ at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) ^ at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) 4 at java.base/java.lang.Thread.run(Thread.java:840)  NApr 23, 2025 2:32:29 PM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorEventSource$eventSourceListener$1$onFailure$invokeSuspend - [DoorEventSource@com.ustadmobile.door.sse.DoorEventSource@7d755ac4 - http://localhost.localdomain:49937/UmAppDatabase/replication/sse?door-node=4979267641079309009%2F80004e94-654b-4833-aedc-c90f05cdd779] error: java.io.IOException: other event source error . Attempting to reconnect after 2000ms NApr 23, 2025 2:32:29 PM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorEventSource$eventSourceListener$1$onFailure$invokeSuspend - [DoorEventSource@com.ustadmobile.door.sse.DoorEventSource@7d755ac4 - http://localhost.localdomain:49937/UmAppDatabase/replication/sse?door-node=4979267641079309009%2F80004e94-654b-4833-aedc-c90f05cdd779] error: java.io.IOException: other event source error . Attempting to reconnect after 2000ms NApr 23, 2025 2:32:29 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:49937/UmAppDatabase/ - endpoint=http://localhost.localdomain:49937/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:49937/UmAppDatabase/ - endpoint=http://localhost.localdomain:49937/UmAppDatabase/] getRemoteNodeId : server did not provide node id } at com.ustadmobile.door.replication.DoorRepositoryReplicationClient$1.invokeSuspend(DoorRepositoryReplicationClient.kt:275) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  NApr 23, 2025 2:32:29 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:49937/UmAppDatabase/ - endpoint=http://localhost.localdomain:49937/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:49937/UmAppDatabase/ - endpoint=http://localhost.localdomain:49937/UmAppDatabase/] getRemoteNodeId : server did not provide node id } at com.ustadmobile.door.replication.DoorRepositoryReplicationClient$1.invokeSuspend(DoorRepositoryReplicationClient.kt:275) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  NApr 23, 2025 2:32:29 PM com.ustadmobile.core.util.NapierAntilogJvm performLog yINFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite:build/tmp/app_ustadmobile_com_.sqlite] database build complete NApr 23, 2025 2:32:29 PM com.ustadmobile.core.util.NapierAntilogJvm performLog yINFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite:build/tmp/app_ustadmobile_com_.sqlite] database build complete NApr 23, 2025 2:32:29 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite:build/tmp/app_ustadmobile_com_.sqlite] - useNewConnectionAsyncInternal connection #1 : SQLite Change Tracker: Changed tables=[UserSession] NApr 23, 2025 2:32:29 PM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite:build/tmp/localhost_localdomain_45333_.sqlite] database build complete NApr 23, 2025 2:32:29 PM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite:build/tmp/localhost_localdomain_45333_.sqlite] database build complete NApr 23, 2025 2:32:29 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:45333/UmAppDatabase/ - endpoint=http://localhost.localdomain:45333/UmAppDatabase/] init NApr 23, 2025 2:32:29 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite:build/tmp/localhost_localdomain_45333_.sqlite] - useNewConnectionAsyncInternal connection #1 : SQLite Change Tracker: Changed tables=[PendingRepositorySession] NApr 23, 2025 2:32:29 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [NodeEventSseClient localNodeId=3937896276252873330 remoteEndpoint=http://localhost.localdomain:45333/UmAppDatabase/] : onError .java.io.IOException: other event source error d at com.ustadmobile.door.sse.DoorEventSource$eventSourceListener$1.onFailure(DoorEventSource.kt:44) P at okhttp3.internal.sse.RealEventSource.processResponse(RealEventSource.kt:52) K at okhttp3.internal.sse.RealEventSource.onResponse(RealEventSource.kt:46) H at okhttp3.internal.connection.RealCall$AsyncCall.run(RealCall.kt:519) ^ at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) ^ at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) 4 at java.base/java.lang.Thread.run(Thread.java:840)  NApr 23, 2025 2:32:29 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [NodeEventSseClient localNodeId=3937896276252873330 remoteEndpoint=http://localhost.localdomain:45333/UmAppDatabase/] : onError .java.io.IOException: other event source error d at com.ustadmobile.door.sse.DoorEventSource$eventSourceListener$1.onFailure(DoorEventSource.kt:44) P at okhttp3.internal.sse.RealEventSource.processResponse(RealEventSource.kt:52) K at okhttp3.internal.sse.RealEventSource.onResponse(RealEventSource.kt:46) H at okhttp3.internal.connection.RealCall$AsyncCall.run(RealCall.kt:519) ^ at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) ^ at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) 4 at java.base/java.lang.Thread.run(Thread.java:840)  NApr 23, 2025 2:32:29 PM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorEventSource$eventSourceListener$1$onFailure$invokeSuspend - [DoorEventSource@com.ustadmobile.door.sse.DoorEventSource@7ea4f0a5 - http://localhost.localdomain:45333/UmAppDatabase/replication/sse?door-node=3937896276252873330%2F2dbad5f5-fc93-4a4d-8ec6-9ed4a45fad90] error: java.io.IOException: other event source error . Attempting to reconnect after 2000ms NApr 23, 2025 2:32:29 PM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorEventSource$eventSourceListener$1$onFailure$invokeSuspend - [DoorEventSource@com.ustadmobile.door.sse.DoorEventSource@7ea4f0a5 - http://localhost.localdomain:45333/UmAppDatabase/replication/sse?door-node=3937896276252873330%2F2dbad5f5-fc93-4a4d-8ec6-9ed4a45fad90] error: java.io.IOException: other event source error . Attempting to reconnect after 2000ms NApr 23, 2025 2:32:29 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:45333/UmAppDatabase/ - endpoint=http://localhost.localdomain:45333/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:45333/UmAppDatabase/ - endpoint=http://localhost.localdomain:45333/UmAppDatabase/] getRemoteNodeId : server did not provide node id } at com.ustadmobile.door.replication.DoorRepositoryReplicationClient$1.invokeSuspend(DoorRepositoryReplicationClient.kt:275) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  NApr 23, 2025 2:32:29 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:45333/UmAppDatabase/ - endpoint=http://localhost.localdomain:45333/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:45333/UmAppDatabase/ - endpoint=http://localhost.localdomain:45333/UmAppDatabase/] getRemoteNodeId : server did not provide node id } at com.ustadmobile.door.replication.DoorRepositoryReplicationClient$1.invokeSuspend(DoorRepositoryReplicationClient.kt:275) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  NApr 23, 2025 2:32:29 PM com.ustadmobile.core.util.NapierAntilogJvm performLog yINFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite:build/tmp/app_ustadmobile_com_.sqlite] database build complete NApr 23, 2025 2:32:29 PM com.ustadmobile.core.util.NapierAntilogJvm performLog yINFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite:build/tmp/app_ustadmobile_com_.sqlite] database build complete NApr 23, 2025 2:32:29 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite:build/tmp/app_ustadmobile_com_.sqlite] - useNewConnectionAsyncInternal connection #1 : SQLite Change Tracker: Changed tables=[UserSession] NApr 23, 2025 2:32:29 PM com.ustadmobile.core.util.NapierAntilogJvm performLog rINFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite:build/tmp/inaccessible_.sqlite] database build complete NApr 23, 2025 2:32:29 PM com.ustadmobile.core.util.NapierAntilogJvm performLog rINFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite:build/tmp/inaccessible_.sqlite] database build complete NApr 23, 2025 2:32:29 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [DoorRepositoryReplicationClient - http://inaccessible/UmAppDatabase/ - endpoint=http://inaccessible/UmAppDatabase/] init NApr 23, 2025 2:32:29 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [NodeEventSseClient localNodeId=3937896276252873330 remoteEndpoint=http://inaccessible/UmAppDatabase/] : onError Rjava.net.UnknownHostException: inaccessible: Temporary failure in name resolution I at java.base/java.net.Inet6AddressImpl.lookupAllHostAddr(Native Method) _ at java.base/java.net.InetAddress$PlatformNameService.lookupAllHostAddr(InetAddress.java:934) V at java.base/java.net.InetAddress.getAddressesFromNameService(InetAddress.java:1543) R at java.base/java.net.InetAddress$NameServiceAddresses.get(InetAddress.java:852) H at java.base/java.net.InetAddress.getAllByName0(InetAddress.java:1533) G at java.base/java.net.InetAddress.getAllByName(InetAddress.java:1385) G at java.base/java.net.InetAddress.getAllByName(InetAddress.java:1306) 6 at okhttp3.Dns$Companion$DnsSystem.lookup(Dns.kt:49) _ at okhttp3.internal.connection.RouteSelector.resetNextInetSocketAddress(RouteSelector.kt:169) N at okhttp3.internal.connection.RouteSelector.nextProxy(RouteSelector.kt:131) H at okhttp3.internal.connection.RouteSelector.next(RouteSelector.kt:73) U at okhttp3.internal.connection.ExchangeFinder.findConnection(ExchangeFinder.kt:205) \ at okhttp3.internal.connection.ExchangeFinder.findHealthyConnection(ExchangeFinder.kt:106) J at okhttp3.internal.connection.ExchangeFinder.find(ExchangeFinder.kt:74) N at okhttp3.internal.connection.RealCall.initExchange$okhttp(RealCall.kt:255) W at okhttp3.internal.connection.ConnectInterceptor.intercept(ConnectInterceptor.kt:32) T at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:109) N at okhttp3.internal.cache.CacheInterceptor.intercept(CacheInterceptor.kt:95) T at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:109) O at okhttp3.internal.http.BridgeInterceptor.intercept(BridgeInterceptor.kt:83) T at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:109) c at okhttp3.internal.http.RetryAndFollowUpInterceptor.intercept(RetryAndFollowUpInterceptor.kt:76) T at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:109) a at okhttp3.internal.connection.RealCall.getResponseWithInterceptorChain$okhttp(RealCall.kt:201) H 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) 4 at java.base/java.lang.Thread.run(Thread.java:840)  NApr 23, 2025 2:32:29 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [NodeEventSseClient localNodeId=3937896276252873330 remoteEndpoint=http://inaccessible/UmAppDatabase/] : onError Rjava.net.UnknownHostException: inaccessible: Temporary failure in name resolution I at java.base/java.net.Inet6AddressImpl.lookupAllHostAddr(Native Method) _ at java.base/java.net.InetAddress$PlatformNameService.lookupAllHostAddr(InetAddress.java:934) V at java.base/java.net.InetAddress.getAddressesFromNameService(InetAddress.java:1543) R at java.base/java.net.InetAddress$NameServiceAddresses.get(InetAddress.java:852) H at java.base/java.net.InetAddress.getAllByName0(InetAddress.java:1533) G at java.base/java.net.InetAddress.getAllByName(InetAddress.java:1385) G at java.base/java.net.InetAddress.getAllByName(InetAddress.java:1306) 6 at okhttp3.Dns$Companion$DnsSystem.lookup(Dns.kt:49) _ at okhttp3.internal.connection.RouteSelector.resetNextInetSocketAddress(RouteSelector.kt:169) N at okhttp3.internal.connection.RouteSelector.nextProxy(RouteSelector.kt:131) H at okhttp3.internal.connection.RouteSelector.next(RouteSelector.kt:73) U at okhttp3.internal.connection.ExchangeFinder.findConnection(ExchangeFinder.kt:205) \ at okhttp3.internal.connection.ExchangeFinder.findHealthyConnection(ExchangeFinder.kt:106) J at okhttp3.internal.connection.ExchangeFinder.find(ExchangeFinder.kt:74) N at okhttp3.internal.connection.RealCall.initExchange$okhttp(RealCall.kt:255) W at okhttp3.internal.connection.ConnectInterceptor.intercept(ConnectInterceptor.kt:32) T at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:109) N at okhttp3.internal.cache.CacheInterceptor.intercept(CacheInterceptor.kt:95) T at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:109) O at okhttp3.internal.http.BridgeInterceptor.intercept(BridgeInterceptor.kt:83) T at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:109) c at okhttp3.internal.http.RetryAndFollowUpInterceptor.intercept(RetryAndFollowUpInterceptor.kt:76) T at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:109) a at okhttp3.internal.connection.RealCall.getResponseWithInterceptorChain$okhttp(RealCall.kt:201) H 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) 4 at java.base/java.lang.Thread.run(Thread.java:840)  NApr 23, 2025 2:32:29 PM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorEventSource$eventSourceListener$1$onFailure$invokeSuspend - [DoorEventSource@com.ustadmobile.door.sse.DoorEventSource@45ccfd6e - http://inaccessible/UmAppDatabase/replication/sse?door-node=3937896276252873330%2F2dbad5f5-fc93-4a4d-8ec6-9ed4a45fad90] error: java.net.UnknownHostException: inaccessible: Temporary failure in name resolution . Attempting to reconnect after 2000ms NApr 23, 2025 2:32:29 PM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorEventSource$eventSourceListener$1$onFailure$invokeSuspend - [DoorEventSource@com.ustadmobile.door.sse.DoorEventSource@45ccfd6e - http://inaccessible/UmAppDatabase/replication/sse?door-node=3937896276252873330%2F2dbad5f5-fc93-4a4d-8ec6-9ed4a45fad90] error: java.net.UnknownHostException: inaccessible: Temporary failure in name resolution . Attempting to reconnect after 2000ms NApr 23, 2025 2:32:29 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite:build/tmp/inaccessible_.sqlite] - useNewConnectionAsyncInternal connection #1 : SQLite Change Tracker: Changed tables=[PendingRepositorySession] NApr 23, 2025 2:32:29 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://inaccessible/UmAppDatabase/ - endpoint=http://inaccessible/UmAppDatabase/] getRemoteNodeId : exception getting remote node id ,java.net.UnknownHostException: inaccessible 5 at _COROUTINE._BOUNDARY._(CoroutineDebugging.kt:42) V at io.ktor.client.engine.okhttp.OkHttpEngine.executeHttpRequest(OkHttpEngine.kt:103) J at io.ktor.client.engine.okhttp.OkHttpEngine.execute(OkHttpEngine.kt:70) l at io.ktor.client.engine.HttpClientEngine$executeWithinCallContext$2.invokeSuspend(HttpClientEngine.kt:99) j at io.ktor.client.engine.HttpClientEngine$DefaultImpls.executeWithinCallContext(HttpClientEngine.kt:100) [ at io.ktor.client.engine.HttpClientEngine$install$1.invokeSuspend(HttpClientEngine.kt:70) K at io.ktor.client.plugins.HttpSend$DefaultSender.execute(HttpSend.kt:138) Z at io.ktor.client.plugins.HttpTimeout$Plugin$install$1.invokeSuspend(HttpTimeout.kt:174) [ at io.ktor.client.plugins.HttpRedirect$Plugin$install$1.invokeSuspend(HttpRedirect.kt:64) i at io.ktor.client.plugins.HttpCallValidator$Companion$install$3.invokeSuspend(HttpCallValidator.kt:151) T at io.ktor.client.plugins.HttpSend$Plugin$install$1.invokeSuspend(HttpSend.kt:104) i at io.ktor.client.plugins.HttpCallValidator$Companion$install$1.invokeSuspend(HttpCallValidator.kt:130) k at io.ktor.client.plugins.HttpRequestLifecycle$Plugin$install$1.invokeSuspend(HttpRequestLifecycle.kt:38) J at io.ktor.client.HttpClient.execute$ktor_client_core(HttpClient.kt:191) O at io.ktor.client.statement.HttpStatement.executeUnsafe(HttpStatement.kt:108) H at io.ktor.client.statement.HttpStatement.execute(HttpStatement.kt:47) } at com.ustadmobile.door.replication.DoorRepositoryReplicationClient$1.invokeSuspend(DoorRepositoryReplicationClient.kt:492) 7Caused by: java.net.UnknownHostException: inaccessible M at java.base/java.net.InetAddress$CachedAddresses.get(InetAddress.java:801) H at java.base/java.net.InetAddress.getAllByName0(InetAddress.java:1533) G at java.base/java.net.InetAddress.getAllByName(InetAddress.java:1385) G at java.base/java.net.InetAddress.getAllByName(InetAddress.java:1306) 6 at okhttp3.Dns$Companion$DnsSystem.lookup(Dns.kt:49) _ at okhttp3.internal.connection.RouteSelector.resetNextInetSocketAddress(RouteSelector.kt:169) N at okhttp3.internal.connection.RouteSelector.nextProxy(RouteSelector.kt:131) H at okhttp3.internal.connection.RouteSelector.next(RouteSelector.kt:73) U at okhttp3.internal.connection.ExchangeFinder.findConnection(ExchangeFinder.kt:205) \ at okhttp3.internal.connection.ExchangeFinder.findHealthyConnection(ExchangeFinder.kt:106) J at okhttp3.internal.connection.ExchangeFinder.find(ExchangeFinder.kt:74) N at okhttp3.internal.connection.RealCall.initExchange$okhttp(RealCall.kt:255) W at okhttp3.internal.connection.ConnectInterceptor.intercept(ConnectInterceptor.kt:32) T at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:109) N at okhttp3.internal.cache.CacheInterceptor.intercept(CacheInterceptor.kt:95) T at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:109) O at okhttp3.internal.http.BridgeInterceptor.intercept(BridgeInterceptor.kt:83) T at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:109) c at okhttp3.internal.http.RetryAndFollowUpInterceptor.intercept(RetryAndFollowUpInterceptor.kt:76) T at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:109) a at okhttp3.internal.connection.RealCall.getResponseWithInterceptorChain$okhttp(RealCall.kt:201) H 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) 4 at java.base/java.lang.Thread.run(Thread.java:840)  NApr 23, 2025 2:32:29 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://inaccessible/UmAppDatabase/ - endpoint=http://inaccessible/UmAppDatabase/] getRemoteNodeId : exception getting remote node id ,java.net.UnknownHostException: inaccessible 5 at _COROUTINE._BOUNDARY._(CoroutineDebugging.kt:42) V at io.ktor.client.engine.okhttp.OkHttpEngine.executeHttpRequest(OkHttpEngine.kt:103) J at io.ktor.client.engine.okhttp.OkHttpEngine.execute(OkHttpEngine.kt:70) l at io.ktor.client.engine.HttpClientEngine$executeWithinCallContext$2.invokeSuspend(HttpClientEngine.kt:99) j at io.ktor.client.engine.HttpClientEngine$DefaultImpls.executeWithinCallContext(HttpClientEngine.kt:100) [ at io.ktor.client.engine.HttpClientEngine$install$1.invokeSuspend(HttpClientEngine.kt:70) K at io.ktor.client.plugins.HttpSend$DefaultSender.execute(HttpSend.kt:138) Z at io.ktor.client.plugins.HttpTimeout$Plugin$install$1.invokeSuspend(HttpTimeout.kt:174) [ at io.ktor.client.plugins.HttpRedirect$Plugin$install$1.invokeSuspend(HttpRedirect.kt:64) i at io.ktor.client.plugins.HttpCallValidator$Companion$install$3.invokeSuspend(HttpCallValidator.kt:151) T at io.ktor.client.plugins.HttpSend$Plugin$install$1.invokeSuspend(HttpSend.kt:104) i at io.ktor.client.plugins.HttpCallValidator$Companion$install$1.invokeSuspend(HttpCallValidator.kt:130) k at io.ktor.client.plugins.HttpRequestLifecycle$Plugin$install$1.invokeSuspend(HttpRequestLifecycle.kt:38) J at io.ktor.client.HttpClient.execute$ktor_client_core(HttpClient.kt:191) O at io.ktor.client.statement.HttpStatement.executeUnsafe(HttpStatement.kt:108) H at io.ktor.client.statement.HttpStatement.execute(HttpStatement.kt:47) } at com.ustadmobile.door.replication.DoorRepositoryReplicationClient$1.invokeSuspend(DoorRepositoryReplicationClient.kt:492) 7Caused by: java.net.UnknownHostException: inaccessible M at java.base/java.net.InetAddress$CachedAddresses.get(InetAddress.java:801) H at java.base/java.net.InetAddress.getAllByName0(InetAddress.java:1533) G at java.base/java.net.InetAddress.getAllByName(InetAddress.java:1385) G at java.base/java.net.InetAddress.getAllByName(InetAddress.java:1306) 6 at okhttp3.Dns$Companion$DnsSystem.lookup(Dns.kt:49) _ at okhttp3.internal.connection.RouteSelector.resetNextInetSocketAddress(RouteSelector.kt:169) N at okhttp3.internal.connection.RouteSelector.nextProxy(RouteSelector.kt:131) H at okhttp3.internal.connection.RouteSelector.next(RouteSelector.kt:73) U at okhttp3.internal.connection.ExchangeFinder.findConnection(ExchangeFinder.kt:205) \ at okhttp3.internal.connection.ExchangeFinder.findHealthyConnection(ExchangeFinder.kt:106) J at okhttp3.internal.connection.ExchangeFinder.find(ExchangeFinder.kt:74) N at okhttp3.internal.connection.RealCall.initExchange$okhttp(RealCall.kt:255) W at okhttp3.internal.connection.ConnectInterceptor.intercept(ConnectInterceptor.kt:32) T at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:109) N at okhttp3.internal.cache.CacheInterceptor.intercept(CacheInterceptor.kt:95) T at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:109) O at okhttp3.internal.http.BridgeInterceptor.intercept(BridgeInterceptor.kt:83) T at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:109) c at okhttp3.internal.http.RetryAndFollowUpInterceptor.intercept(RetryAndFollowUpInterceptor.kt:76) T at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:109) a at okhttp3.internal.connection.RealCall.getResponseWithInterceptorChain$okhttp(RealCall.kt:201) H 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) 4 at java.base/java.lang.Thread.run(Thread.java:840)  NApr 23, 2025 2:32:29 PM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite:build/tmp/localhost_localdomain_54629_.sqlite] database build complete NApr 23, 2025 2:32:29 PM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite:build/tmp/localhost_localdomain_54629_.sqlite] database build complete NApr 23, 2025 2:32:29 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:54629/UmAppDatabase/ - endpoint=http://localhost.localdomain:54629/UmAppDatabase/] init NApr 23, 2025 2:32:29 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite:build/tmp/localhost_localdomain_54629_.sqlite] - useNewConnectionAsyncInternal connection #1 : SQLite Change Tracker: Changed tables=[PendingRepositorySession] NApr 23, 2025 2:32:29 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [NodeEventSseClient localNodeId=7839400481427674373 remoteEndpoint=http://localhost.localdomain:54629/UmAppDatabase/] : onError .java.io.IOException: other event source error d at com.ustadmobile.door.sse.DoorEventSource$eventSourceListener$1.onFailure(DoorEventSource.kt:44) P at okhttp3.internal.sse.RealEventSource.processResponse(RealEventSource.kt:52) K at okhttp3.internal.sse.RealEventSource.onResponse(RealEventSource.kt:46) H at okhttp3.internal.connection.RealCall$AsyncCall.run(RealCall.kt:519) ^ at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) ^ at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) 4 at java.base/java.lang.Thread.run(Thread.java:840)  NApr 23, 2025 2:32:29 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [NodeEventSseClient localNodeId=7839400481427674373 remoteEndpoint=http://localhost.localdomain:54629/UmAppDatabase/] : onError .java.io.IOException: other event source error d at com.ustadmobile.door.sse.DoorEventSource$eventSourceListener$1.onFailure(DoorEventSource.kt:44) P at okhttp3.internal.sse.RealEventSource.processResponse(RealEventSource.kt:52) K at okhttp3.internal.sse.RealEventSource.onResponse(RealEventSource.kt:46) H at okhttp3.internal.connection.RealCall$AsyncCall.run(RealCall.kt:519) ^ at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) ^ at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) 4 at java.base/java.lang.Thread.run(Thread.java:840)  NApr 23, 2025 2:32:29 PM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorEventSource$eventSourceListener$1$onFailure$invokeSuspend - [DoorEventSource@com.ustadmobile.door.sse.DoorEventSource@1e5e4404 - http://localhost.localdomain:54629/UmAppDatabase/replication/sse?door-node=7839400481427674373%2F124ba0ea-ed93-42bc-8bc6-2ac91fbd355b] error: java.io.IOException: other event source error . Attempting to reconnect after 2000ms NApr 23, 2025 2:32:29 PM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorEventSource$eventSourceListener$1$onFailure$invokeSuspend - [DoorEventSource@com.ustadmobile.door.sse.DoorEventSource@1e5e4404 - http://localhost.localdomain:54629/UmAppDatabase/replication/sse?door-node=7839400481427674373%2F124ba0ea-ed93-42bc-8bc6-2ac91fbd355b] error: java.io.IOException: other event source error . Attempting to reconnect after 2000ms NApr 23, 2025 2:32:29 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite:build/tmp/localhost_localdomain_54629_.sqlite] - useNewConnectionAsyncInternal connection #2 : SQLite Change Tracker: Changed tables=[PersonGroup, OutgoingReplication] NApr 23, 2025 2:32:29 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [NodeEventJdbcImplListenerSqlite - jdbc:sqlite:build/tmp/localhost_localdomain_54629_.sqlite] emitting 2 events com.ustadmobile.door.nodeevent.NodeEvent@4ddbbe12, com.ustadmobile.door.nodeevent.NodeEvent@5668ad5f NApr 23, 2025 2:32:29 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite:build/tmp/localhost_localdomain_54629_.sqlite] - useNewConnectionAsyncInternal connection #3 : SQLite Change Tracker: Changed tables=[Person, OutgoingReplication] NApr 23, 2025 2:32:29 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [NodeEventJdbcImplListenerSqlite - jdbc:sqlite:build/tmp/localhost_localdomain_54629_.sqlite] emitting 1 events com.ustadmobile.door.nodeevent.NodeEvent@7bbff1a1 NApr 23, 2025 2:32:29 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:54629/UmAppDatabase/ - endpoint=http://localhost.localdomain:54629/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:54629/UmAppDatabase/ - endpoint=http://localhost.localdomain:54629/UmAppDatabase/] getRemoteNodeId : server did not provide node id } at com.ustadmobile.door.replication.DoorRepositoryReplicationClient$1.invokeSuspend(DoorRepositoryReplicationClient.kt:275) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  NApr 23, 2025 2:32:29 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:54629/UmAppDatabase/ - endpoint=http://localhost.localdomain:54629/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:54629/UmAppDatabase/ - endpoint=http://localhost.localdomain:54629/UmAppDatabase/] getRemoteNodeId : server did not provide node id } at com.ustadmobile.door.replication.DoorRepositoryReplicationClient$1.invokeSuspend(DoorRepositoryReplicationClient.kt:275) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  NApr 23, 2025 2:32:29 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite:build/tmp/localhost_localdomain_54629_.sqlite] - useNewConnectionAsyncInternal connection #4 : SQLite Change Tracker: Changed tables=[PersonGroupMember, OutgoingReplication] NApr 23, 2025 2:32:29 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [NodeEventJdbcImplListenerSqlite - jdbc:sqlite:build/tmp/localhost_localdomain_54629_.sqlite] emitting 1 events com.ustadmobile.door.nodeevent.NodeEvent@1581dfee NApr 23, 2025 2:32:29 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite:build/tmp/localhost_localdomain_54629_.sqlite] - useNewConnectionAsyncInternal connection #5 : SQLite Change Tracker: Changed tables=[ScopedGrant, OutgoingReplication] NApr 23, 2025 2:32:29 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [NodeEventJdbcImplListenerSqlite - jdbc:sqlite:build/tmp/localhost_localdomain_54629_.sqlite] emitting 1 events com.ustadmobile.door.nodeevent.NodeEvent@5581bd6e NApr 23, 2025 2:32:29 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite:build/tmp/localhost_localdomain_54629_.sqlite] - useNewConnectionAsyncInternal connection #6 : SQLite Change Tracker: Changed tables=[PersonGroup, OutgoingReplication] NApr 23, 2025 2:32:29 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [NodeEventJdbcImplListenerSqlite - jdbc:sqlite:build/tmp/localhost_localdomain_54629_.sqlite] emitting 1 events com.ustadmobile.door.nodeevent.NodeEvent@75c7d4fc NApr 23, 2025 2:32:29 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite:build/tmp/localhost_localdomain_54629_.sqlite] - useNewConnectionAsyncInternal connection #7 : SQLite Change Tracker: Changed tables=[Person, OutgoingReplication] NApr 23, 2025 2:32:29 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [NodeEventJdbcImplListenerSqlite - jdbc:sqlite:build/tmp/localhost_localdomain_54629_.sqlite] emitting 1 events com.ustadmobile.door.nodeevent.NodeEvent@221082db NApr 23, 2025 2:32:29 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite:build/tmp/localhost_localdomain_54629_.sqlite] - useNewConnectionAsyncInternal connection #8 : SQLite Change Tracker: Changed tables=[PersonGroupMember, OutgoingReplication] NApr 23, 2025 2:32:29 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [NodeEventJdbcImplListenerSqlite - jdbc:sqlite:build/tmp/localhost_localdomain_54629_.sqlite] emitting 1 events com.ustadmobile.door.nodeevent.NodeEvent@7f94e8e0 NApr 23, 2025 2:32:29 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite:build/tmp/localhost_localdomain_54629_.sqlite] - useNewConnectionAsyncInternal connection #9 : SQLite Change Tracker: Changed tables=[ScopedGrant, OutgoingReplication] NApr 23, 2025 2:32:29 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [NodeEventJdbcImplListenerSqlite - jdbc:sqlite:build/tmp/localhost_localdomain_54629_.sqlite] emitting 1 events com.ustadmobile.door.nodeevent.NodeEvent@16498640 NApr 23, 2025 2:32:29 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite:build/tmp/localhost_localdomain_54629_.sqlite] - useNewConnectionAsyncInternal connection #10 : SQLite Change Tracker: Changed tables=[UserSession, OutgoingReplication] NApr 23, 2025 2:32:29 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [NodeEventJdbcImplListenerSqlite - jdbc:sqlite:build/tmp/localhost_localdomain_54629_.sqlite] emitting 1 events com.ustadmobile.door.nodeevent.NodeEvent@69e417c9 NApr 23, 2025 2:32:29 PM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorLog - $[onClientRepoDoorMessageHttpResponse - jdbc:sqlite:build/tmp/localhost_localdomain_54629_.sqlite] - http://localhost.localdomain:54629/UmAppDatabase/PersonDao/findByUidWithPicture?accountPersonUid=42 - unexpected response status = 404 Client Error NApr 23, 2025 2:32:29 PM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorLog - $[onClientRepoDoorMessageHttpResponse - jdbc:sqlite:build/tmp/localhost_localdomain_54629_.sqlite] - http://localhost.localdomain:54629/UmAppDatabase/PersonDao/findByUidWithPicture?accountPersonUid=42 - unexpected response status = 404 Client Error NApr 23, 2025 2:32:29 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite:build/tmp/localhost_localdomain_54629_.sqlite] - useNewConnectionAsyncInternal connection #13 : SQLite Change Tracker: Changed tables=[UserSession, OutgoingReplication] NApr 23, 2025 2:32:29 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [NodeEventJdbcImplListenerSqlite - jdbc:sqlite:build/tmp/localhost_localdomain_54629_.sqlite] emitting 1 events com.ustadmobile.door.nodeevent.NodeEvent@420f0c95 NApr 23, 2025 2:32:29 PM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite:build/tmp/localhost_localdomain_38287_.sqlite] database build complete NApr 23, 2025 2:32:29 PM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite:build/tmp/localhost_localdomain_38287_.sqlite] database build complete NApr 23, 2025 2:32:29 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:38287/UmAppDatabase/ - endpoint=http://localhost.localdomain:38287/UmAppDatabase/] init NApr 23, 2025 2:32:29 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [NodeEventSseClient localNodeId=5996167274536851170 remoteEndpoint=http://localhost.localdomain:38287/UmAppDatabase/] : onError .java.io.IOException: other event source error d at com.ustadmobile.door.sse.DoorEventSource$eventSourceListener$1.onFailure(DoorEventSource.kt:44) P at okhttp3.internal.sse.RealEventSource.processResponse(RealEventSource.kt:52) K at okhttp3.internal.sse.RealEventSource.onResponse(RealEventSource.kt:46) H at okhttp3.internal.connection.RealCall$AsyncCall.run(RealCall.kt:519) ^ at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) ^ at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) 4 at java.base/java.lang.Thread.run(Thread.java:840)  NApr 23, 2025 2:32:29 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [NodeEventSseClient localNodeId=5996167274536851170 remoteEndpoint=http://localhost.localdomain:38287/UmAppDatabase/] : onError .java.io.IOException: other event source error d at com.ustadmobile.door.sse.DoorEventSource$eventSourceListener$1.onFailure(DoorEventSource.kt:44) P at okhttp3.internal.sse.RealEventSource.processResponse(RealEventSource.kt:52) K at okhttp3.internal.sse.RealEventSource.onResponse(RealEventSource.kt:46) H at okhttp3.internal.connection.RealCall$AsyncCall.run(RealCall.kt:519) ^ at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) ^ at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) 4 at java.base/java.lang.Thread.run(Thread.java:840)  NApr 23, 2025 2:32:29 PM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorEventSource$eventSourceListener$1$onFailure$invokeSuspend - [DoorEventSource@com.ustadmobile.door.sse.DoorEventSource@13a63313 - http://localhost.localdomain:38287/UmAppDatabase/replication/sse?door-node=5996167274536851170%2Fac14360e-8466-4dee-ad40-509bfd7c4ba7] error: java.io.IOException: other event source error . Attempting to reconnect after 2000ms NApr 23, 2025 2:32:29 PM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorEventSource$eventSourceListener$1$onFailure$invokeSuspend - [DoorEventSource@com.ustadmobile.door.sse.DoorEventSource@13a63313 - http://localhost.localdomain:38287/UmAppDatabase/replication/sse?door-node=5996167274536851170%2Fac14360e-8466-4dee-ad40-509bfd7c4ba7] error: java.io.IOException: other event source error . Attempting to reconnect after 2000ms NApr 23, 2025 2:32:29 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite:build/tmp/localhost_localdomain_38287_.sqlite] - useNewConnectionAsyncInternal connection #1 : SQLite Change Tracker: Changed tables=[PendingRepositorySession] NApr 23, 2025 2:32:29 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:38287/UmAppDatabase/ - endpoint=http://localhost.localdomain:38287/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:38287/UmAppDatabase/ - endpoint=http://localhost.localdomain:38287/UmAppDatabase/] getRemoteNodeId : server did not provide node id } at com.ustadmobile.door.replication.DoorRepositoryReplicationClient$1.invokeSuspend(DoorRepositoryReplicationClient.kt:275) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  NApr 23, 2025 2:32:29 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:38287/UmAppDatabase/ - endpoint=http://localhost.localdomain:38287/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:38287/UmAppDatabase/ - endpoint=http://localhost.localdomain:38287/UmAppDatabase/] getRemoteNodeId : server did not provide node id } at com.ustadmobile.door.replication.DoorRepositoryReplicationClient$1.invokeSuspend(DoorRepositoryReplicationClient.kt:275) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  NApr 23, 2025 2:32:29 PM com.ustadmobile.core.util.NapierAntilogJvm performLog yINFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite:build/tmp/app_ustadmobile_com_.sqlite] database build complete NApr 23, 2025 2:32:29 PM com.ustadmobile.core.util.NapierAntilogJvm performLog yINFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite:build/tmp/app_ustadmobile_com_.sqlite] database build complete NApr 23, 2025 2:32:29 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite:build/tmp/app_ustadmobile_com_.sqlite] - useNewConnectionAsyncInternal connection #1 : SQLite Change Tracker: Changed tables=[UserSession] NApr 23, 2025 2:32:29 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite:build/tmp/localhost_localdomain_38287_.sqlite] - useNewConnectionAsyncInternal connection #2 : SQLite Change Tracker: Changed tables=[PersonGroup] NApr 23, 2025 2:32:29 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [NodeEventJdbcImplListenerSqlite - jdbc:sqlite:build/tmp/localhost_localdomain_38287_.sqlite] emitting 1 events com.ustadmobile.door.nodeevent.NodeEvent@615ef40e NApr 23, 2025 2:32:29 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite:build/tmp/localhost_localdomain_38287_.sqlite] - useNewConnectionAsyncInternal connection #3 : SQLite Change Tracker: Changed tables=[Person] NApr 23, 2025 2:32:29 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite:build/tmp/localhost_localdomain_38287_.sqlite] - useNewConnectionAsyncInternal connection #4 : SQLite Change Tracker: Changed tables=[PersonGroupMember] NApr 23, 2025 2:32:29 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite:build/tmp/localhost_localdomain_38287_.sqlite] - useNewConnectionAsyncInternal connection #5 : SQLite Change Tracker: Changed tables=[ScopedGrant] NApr 23, 2025 2:32:29 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite:build/tmp/localhost_localdomain_38287_.sqlite] - useNewConnectionAsyncInternal connection #6 : SQLite Change Tracker: Changed tables=[UserSession, OutgoingReplication] NApr 23, 2025 2:32:29 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [NodeEventJdbcImplListenerSqlite - jdbc:sqlite:build/tmp/localhost_localdomain_38287_.sqlite] emitting 1 events com.ustadmobile.door.nodeevent.NodeEvent@375f1b7a NApr 23, 2025 2:32:29 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite:build/tmp/localhost_localdomain_38287_.sqlite] - useNewConnectionAsyncInternal connection #7 : SQLite Change Tracker: Changed tables=[PersonGroup, OutgoingReplication] NApr 23, 2025 2:32:29 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [NodeEventJdbcImplListenerSqlite - jdbc:sqlite:build/tmp/localhost_localdomain_38287_.sqlite] emitting 1 events com.ustadmobile.door.nodeevent.NodeEvent@59203b14 NApr 23, 2025 2:32:29 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite:build/tmp/localhost_localdomain_38287_.sqlite] - useNewConnectionAsyncInternal connection #8 : SQLite Change Tracker: Changed tables=[Person, OutgoingReplication] NApr 23, 2025 2:32:29 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [NodeEventJdbcImplListenerSqlite - jdbc:sqlite:build/tmp/localhost_localdomain_38287_.sqlite] emitting 1 events com.ustadmobile.door.nodeevent.NodeEvent@53396573 NApr 23, 2025 2:32:29 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite:build/tmp/localhost_localdomain_38287_.sqlite] - useNewConnectionAsyncInternal connection #9 : SQLite Change Tracker: Changed tables=[PersonGroupMember, OutgoingReplication] NApr 23, 2025 2:32:29 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [NodeEventJdbcImplListenerSqlite - jdbc:sqlite:build/tmp/localhost_localdomain_38287_.sqlite] emitting 1 events com.ustadmobile.door.nodeevent.NodeEvent@78fabcfa NApr 23, 2025 2:32:29 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite:build/tmp/localhost_localdomain_38287_.sqlite] - useNewConnectionAsyncInternal connection #10 : SQLite Change Tracker: Changed tables=[ScopedGrant, OutgoingReplication] NApr 23, 2025 2:32:29 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [NodeEventJdbcImplListenerSqlite - jdbc:sqlite:build/tmp/localhost_localdomain_38287_.sqlite] emitting 1 events com.ustadmobile.door.nodeevent.NodeEvent@55f0f014 NApr 23, 2025 2:32:29 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite:build/tmp/localhost_localdomain_38287_.sqlite] - useNewConnectionAsyncInternal connection #12 : SQLite Change Tracker: Changed tables=[UserSession, OutgoingReplication] NApr 23, 2025 2:32:29 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [NodeEventJdbcImplListenerSqlite - jdbc:sqlite:build/tmp/localhost_localdomain_38287_.sqlite] emitting 1 events com.ustadmobile.door.nodeevent.NodeEvent@28eb441b NApr 23, 2025 2:32:29 PM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite:build/tmp/localhost_localdomain_60363_.sqlite] database build complete NApr 23, 2025 2:32:29 PM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite:build/tmp/localhost_localdomain_60363_.sqlite] database build complete NApr 23, 2025 2:32:29 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:60363/UmAppDatabase/ - endpoint=http://localhost.localdomain:60363/UmAppDatabase/] init NApr 23, 2025 2:32:29 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [NodeEventSseClient localNodeId=1300342632182372182 remoteEndpoint=http://localhost.localdomain:60363/UmAppDatabase/] : onError .java.io.IOException: other event source error d at com.ustadmobile.door.sse.DoorEventSource$eventSourceListener$1.onFailure(DoorEventSource.kt:44) P at okhttp3.internal.sse.RealEventSource.processResponse(RealEventSource.kt:52) K at okhttp3.internal.sse.RealEventSource.onResponse(RealEventSource.kt:46) H at okhttp3.internal.connection.RealCall$AsyncCall.run(RealCall.kt:519) ^ at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) ^ at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) 4 at java.base/java.lang.Thread.run(Thread.java:840)  NApr 23, 2025 2:32:29 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [NodeEventSseClient localNodeId=1300342632182372182 remoteEndpoint=http://localhost.localdomain:60363/UmAppDatabase/] : onError .java.io.IOException: other event source error d at com.ustadmobile.door.sse.DoorEventSource$eventSourceListener$1.onFailure(DoorEventSource.kt:44) P at okhttp3.internal.sse.RealEventSource.processResponse(RealEventSource.kt:52) K at okhttp3.internal.sse.RealEventSource.onResponse(RealEventSource.kt:46) H at okhttp3.internal.connection.RealCall$AsyncCall.run(RealCall.kt:519) ^ at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) ^ at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) 4 at java.base/java.lang.Thread.run(Thread.java:840)  NApr 23, 2025 2:32:29 PM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorEventSource$eventSourceListener$1$onFailure$invokeSuspend - [DoorEventSource@com.ustadmobile.door.sse.DoorEventSource@71901f84 - http://localhost.localdomain:60363/UmAppDatabase/replication/sse?door-node=1300342632182372182%2F2fd6a754-bf38-4206-9b07-524558f03d1e] error: java.io.IOException: other event source error . Attempting to reconnect after 2000ms NApr 23, 2025 2:32:29 PM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorEventSource$eventSourceListener$1$onFailure$invokeSuspend - [DoorEventSource@com.ustadmobile.door.sse.DoorEventSource@71901f84 - http://localhost.localdomain:60363/UmAppDatabase/replication/sse?door-node=1300342632182372182%2F2fd6a754-bf38-4206-9b07-524558f03d1e] error: java.io.IOException: other event source error . Attempting to reconnect after 2000ms NApr 23, 2025 2:32:29 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite:build/tmp/localhost_localdomain_60363_.sqlite] - useNewConnectionAsyncInternal connection #1 : SQLite Change Tracker: Changed tables=[PendingRepositorySession] NApr 23, 2025 2:32:29 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:60363/UmAppDatabase/ - endpoint=http://localhost.localdomain:60363/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:60363/UmAppDatabase/ - endpoint=http://localhost.localdomain:60363/UmAppDatabase/] getRemoteNodeId : server did not provide node id } at com.ustadmobile.door.replication.DoorRepositoryReplicationClient$1.invokeSuspend(DoorRepositoryReplicationClient.kt:275) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  NApr 23, 2025 2:32:29 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:60363/UmAppDatabase/ - endpoint=http://localhost.localdomain:60363/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:60363/UmAppDatabase/ - endpoint=http://localhost.localdomain:60363/UmAppDatabase/] getRemoteNodeId : server did not provide node id } at com.ustadmobile.door.replication.DoorRepositoryReplicationClient$1.invokeSuspend(DoorRepositoryReplicationClient.kt:275) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  NApr 23, 2025 2:32:29 PM com.ustadmobile.core.util.NapierAntilogJvm performLog yINFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite:build/tmp/app_ustadmobile_com_.sqlite] database build complete NApr 23, 2025 2:32:29 PM com.ustadmobile.core.util.NapierAntilogJvm performLog yINFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite:build/tmp/app_ustadmobile_com_.sqlite] database build complete NApr 23, 2025 2:32:29 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite:build/tmp/localhost_localdomain_46465_.sqlite] - useNewConnectionAsyncInternal connection #2 : SQLite Change Tracker: Changed tables=[PendingRepositorySession] NApr 23, 2025 2:32:29 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [NodeEventJdbcImplListenerSqlite - jdbc:sqlite:build/tmp/localhost_localdomain_46465_.sqlite] emitting 1 events com.ustadmobile.door.nodeevent.NodeEvent@72e433cd NApr 23, 2025 2:32:29 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite:build/tmp/localhost_localdomain_60363_.sqlite] - useNewConnectionAsyncInternal connection #2 : SQLite Change Tracker: Changed tables=[PersonGroup, OutgoingReplication] NApr 23, 2025 2:32:29 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [NodeEventJdbcImplListenerSqlite - jdbc:sqlite:build/tmp/localhost_localdomain_60363_.sqlite] emitting 2 events com.ustadmobile.door.nodeevent.NodeEvent@2ce6ee71, com.ustadmobile.door.nodeevent.NodeEvent@614fd14 NApr 23, 2025 2:32:29 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:46465/UmAppDatabase/ - endpoint=http://localhost.localdomain:46465/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:46465/UmAppDatabase/ - endpoint=http://localhost.localdomain:46465/UmAppDatabase/] getRemoteNodeId : server did not provide node id } at com.ustadmobile.door.replication.DoorRepositoryReplicationClient$1.invokeSuspend(DoorRepositoryReplicationClient.kt:275) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  NApr 23, 2025 2:32:29 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:46465/UmAppDatabase/ - endpoint=http://localhost.localdomain:46465/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:46465/UmAppDatabase/ - endpoint=http://localhost.localdomain:46465/UmAppDatabase/] getRemoteNodeId : server did not provide node id } at com.ustadmobile.door.replication.DoorRepositoryReplicationClient$1.invokeSuspend(DoorRepositoryReplicationClient.kt:275) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  NApr 23, 2025 2:32:29 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite:build/tmp/app_ustadmobile_com_.sqlite] - useNewConnectionAsyncInternal connection #1 : SQLite Change Tracker: Changed tables=[UserSession] NApr 23, 2025 2:32:29 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite:build/tmp/localhost_localdomain_60363_.sqlite] - useNewConnectionAsyncInternal connection #3 : SQLite Change Tracker: Changed tables=[Person, OutgoingReplication] NApr 23, 2025 2:32:29 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [NodeEventJdbcImplListenerSqlite - jdbc:sqlite:build/tmp/localhost_localdomain_60363_.sqlite] emitting 1 events com.ustadmobile.door.nodeevent.NodeEvent@15eb9905 NApr 23, 2025 2:32:29 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite:build/tmp/localhost_localdomain_60363_.sqlite] - useNewConnectionAsyncInternal connection #4 : SQLite Change Tracker: Changed tables=[PersonGroupMember, OutgoingReplication] NApr 23, 2025 2:32:29 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [NodeEventJdbcImplListenerSqlite - jdbc:sqlite:build/tmp/localhost_localdomain_60363_.sqlite] emitting 1 events com.ustadmobile.door.nodeevent.NodeEvent@3f25e91c NApr 23, 2025 2:32:29 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite:build/tmp/localhost_localdomain_60363_.sqlite] - useNewConnectionAsyncInternal connection #5 : SQLite Change Tracker: Changed tables=[ScopedGrant, OutgoingReplication] NApr 23, 2025 2:32:29 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [NodeEventJdbcImplListenerSqlite - jdbc:sqlite:build/tmp/localhost_localdomain_60363_.sqlite] emitting 1 events com.ustadmobile.door.nodeevent.NodeEvent@3a319007 NApr 23, 2025 2:32:29 PM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorLog - $[onClientRepoDoorMessageHttpResponse - jdbc:sqlite:build/tmp/localhost_localdomain_60363_.sqlite] - http://localhost.localdomain:60363/UmAppDatabase/PersonDao/findByUidWithPicture?accountPersonUid=42 - unexpected response status = 404 Client Error NApr 23, 2025 2:32:29 PM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorLog - $[onClientRepoDoorMessageHttpResponse - jdbc:sqlite:build/tmp/localhost_localdomain_60363_.sqlite] - http://localhost.localdomain:60363/UmAppDatabase/PersonDao/findByUidWithPicture?accountPersonUid=42 - unexpected response status = 404 Client Error NApr 23, 2025 2:32:29 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite:build/tmp/localhost_localdomain_60363_.sqlite] - useNewConnectionAsyncInternal connection #8 : SQLite Change Tracker: Changed tables=[UserSession, OutgoingReplication] NApr 23, 2025 2:32:29 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [NodeEventJdbcImplListenerSqlite - jdbc:sqlite:build/tmp/localhost_localdomain_60363_.sqlite] emitting 1 events com.ustadmobile.door.nodeevent.NodeEvent@5151b915 NApr 23, 2025 2:32:29 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite:build/tmp/localhost_localdomain_39375_.sqlite] - useNewConnectionAsyncInternal connection #13 : SQLite Change Tracker: Changed tables=[PendingRepositorySession] NApr 23, 2025 2:32:29 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:39375/UmAppDatabase/ - endpoint=http://localhost.localdomain:39375/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:39375/UmAppDatabase/ - endpoint=http://localhost.localdomain:39375/UmAppDatabase/] getRemoteNodeId : server did not provide node id } at com.ustadmobile.door.replication.DoorRepositoryReplicationClient$1.invokeSuspend(DoorRepositoryReplicationClient.kt:275) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  NApr 23, 2025 2:32:29 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:39375/UmAppDatabase/ - endpoint=http://localhost.localdomain:39375/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:39375/UmAppDatabase/ - endpoint=http://localhost.localdomain:39375/UmAppDatabase/] getRemoteNodeId : server did not provide node id } at com.ustadmobile.door.replication.DoorRepositoryReplicationClient$1.invokeSuspend(DoorRepositoryReplicationClient.kt:275) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  NApr 23, 2025 2:32:30 PM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite:build/tmp/localhost_localdomain_48975_.sqlite] database build complete NApr 23, 2025 2:32:30 PM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite:build/tmp/localhost_localdomain_48975_.sqlite] database build complete NApr 23, 2025 2:32:30 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:48975/UmAppDatabase/ - endpoint=http://localhost.localdomain:48975/UmAppDatabase/] init NApr 23, 2025 2:32:30 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite:build/tmp/localhost_localdomain_48975_.sqlite] - useNewConnectionAsyncInternal connection #1 : SQLite Change Tracker: Changed tables=[PendingRepositorySession] NApr 23, 2025 2:32:30 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:48975/UmAppDatabase/ - endpoint=http://localhost.localdomain:48975/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:48975/UmAppDatabase/ - endpoint=http://localhost.localdomain:48975/UmAppDatabase/] getRemoteNodeId : server did not provide node id } at com.ustadmobile.door.replication.DoorRepositoryReplicationClient$1.invokeSuspend(DoorRepositoryReplicationClient.kt:275) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  NApr 23, 2025 2:32:30 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:48975/UmAppDatabase/ - endpoint=http://localhost.localdomain:48975/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:48975/UmAppDatabase/ - endpoint=http://localhost.localdomain:48975/UmAppDatabase/] getRemoteNodeId : server did not provide node id } at com.ustadmobile.door.replication.DoorRepositoryReplicationClient$1.invokeSuspend(DoorRepositoryReplicationClient.kt:275) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  NApr 23, 2025 2:32:30 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [NodeEventSseClient localNodeId=2288021498854307691 remoteEndpoint=http://localhost.localdomain:48975/UmAppDatabase/] : onError .java.io.IOException: other event source error d at com.ustadmobile.door.sse.DoorEventSource$eventSourceListener$1.onFailure(DoorEventSource.kt:44) P at okhttp3.internal.sse.RealEventSource.processResponse(RealEventSource.kt:52) K at okhttp3.internal.sse.RealEventSource.onResponse(RealEventSource.kt:46) H at okhttp3.internal.connection.RealCall$AsyncCall.run(RealCall.kt:519) ^ at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) ^ at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) 4 at java.base/java.lang.Thread.run(Thread.java:840)  NApr 23, 2025 2:32:30 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [NodeEventSseClient localNodeId=2288021498854307691 remoteEndpoint=http://localhost.localdomain:48975/UmAppDatabase/] : onError .java.io.IOException: other event source error d at com.ustadmobile.door.sse.DoorEventSource$eventSourceListener$1.onFailure(DoorEventSource.kt:44) P at okhttp3.internal.sse.RealEventSource.processResponse(RealEventSource.kt:52) K at okhttp3.internal.sse.RealEventSource.onResponse(RealEventSource.kt:46) H at okhttp3.internal.connection.RealCall$AsyncCall.run(RealCall.kt:519) ^ at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) ^ at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) 4 at java.base/java.lang.Thread.run(Thread.java:840)  NApr 23, 2025 2:32:30 PM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorEventSource$eventSourceListener$1$onFailure$invokeSuspend - [DoorEventSource@com.ustadmobile.door.sse.DoorEventSource@2f2c412a - http://localhost.localdomain:48975/UmAppDatabase/replication/sse?door-node=2288021498854307691%2Ff16586cd-8e5a-4ae5-bd2a-ee8f4f6bec1b] error: java.io.IOException: other event source error . Attempting to reconnect after 2000ms NApr 23, 2025 2:32:30 PM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorEventSource$eventSourceListener$1$onFailure$invokeSuspend - [DoorEventSource@com.ustadmobile.door.sse.DoorEventSource@2f2c412a - http://localhost.localdomain:48975/UmAppDatabase/replication/sse?door-node=2288021498854307691%2Ff16586cd-8e5a-4ae5-bd2a-ee8f4f6bec1b] error: java.io.IOException: other event source error . Attempting to reconnect after 2000ms NApr 23, 2025 2:32:30 PM com.ustadmobile.core.util.NapierAntilogJvm performLog yINFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite:build/tmp/app_ustadmobile_com_.sqlite] database build complete NApr 23, 2025 2:32:30 PM com.ustadmobile.core.util.NapierAntilogJvm performLog yINFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite:build/tmp/app_ustadmobile_com_.sqlite] database build complete NApr 23, 2025 2:32:30 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite:build/tmp/app_ustadmobile_com_.sqlite] - useNewConnectionAsyncInternal connection #1 : SQLite Change Tracker: Changed tables=[UserSession] NApr 23, 2025 2:32:30 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite:build/tmp/localhost_localdomain_48975_.sqlite] - useNewConnectionAsyncInternal connection #3 : SQLite Change Tracker: Changed tables=[UserSession, OutgoingReplication] NApr 23, 2025 2:32:30 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [NodeEventJdbcImplListenerSqlite - jdbc:sqlite:build/tmp/localhost_localdomain_48975_.sqlite] emitting 2 events com.ustadmobile.door.nodeevent.NodeEvent@5baaa734, com.ustadmobile.door.nodeevent.NodeEvent@8038dd7 NApr 23, 2025 2:32:30 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite:build/tmp/localhost_localdomain_48975_.sqlite] - useNewConnectionAsyncInternal connection #4 : SQLite Change Tracker: Changed tables=[Person] NApr 23, 2025 2:32:30 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite:build/tmp/localhost_localdomain_36457_.sqlite] - useNewConnectionAsyncInternal connection #2 : SQLite Change Tracker: Changed tables=[PendingRepositorySession] NApr 23, 2025 2:32:30 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [NodeEventJdbcImplListenerSqlite - jdbc:sqlite:build/tmp/localhost_localdomain_36457_.sqlite] emitting 1 events com.ustadmobile.door.nodeevent.NodeEvent@3cecf5be NApr 23, 2025 2:32:30 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:36457/UmAppDatabase/ - endpoint=http://localhost.localdomain:36457/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:36457/UmAppDatabase/ - endpoint=http://localhost.localdomain:36457/UmAppDatabase/] getRemoteNodeId : server did not provide node id } at com.ustadmobile.door.replication.DoorRepositoryReplicationClient$1.invokeSuspend(DoorRepositoryReplicationClient.kt:275) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  NApr 23, 2025 2:32:30 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:36457/UmAppDatabase/ - endpoint=http://localhost.localdomain:36457/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:36457/UmAppDatabase/ - endpoint=http://localhost.localdomain:36457/UmAppDatabase/] getRemoteNodeId : server did not provide node id } at com.ustadmobile.door.replication.DoorRepositoryReplicationClient$1.invokeSuspend(DoorRepositoryReplicationClient.kt:275) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  NApr 23, 2025 2:32:30 PM com.ustadmobile.core.util.NapierAntilogJvm performLog rINFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite:build/tmp/UmAppDatabase.sqlite] database build complete NApr 23, 2025 2:32:30 PM com.ustadmobile.core.util.NapierAntilogJvm performLog rINFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite:build/tmp/UmAppDatabase.sqlite] database build complete NApr 23, 2025 2:32:30 PM com.ustadmobile.core.util.NapierAntilogJvm performLog xFINE: FINER DoorLog - [DoorRepositoryReplicationClient - http://localhost/dummy - endpoint=http://localhost/dummy] init NApr 23, 2025 2:32:30 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [NodeEventSseClient localNodeId=-7787167275012994417 remoteEndpoint=http://localhost/dummy] : onError .java.io.IOException: other event source error d at com.ustadmobile.door.sse.DoorEventSource$eventSourceListener$1.onFailure(DoorEventSource.kt:44) P at okhttp3.internal.sse.RealEventSource.processResponse(RealEventSource.kt:52) K at okhttp3.internal.sse.RealEventSource.onResponse(RealEventSource.kt:46) H at okhttp3.internal.connection.RealCall$AsyncCall.run(RealCall.kt:519) ^ at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) ^ at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) 4 at java.base/java.lang.Thread.run(Thread.java:840)  NApr 23, 2025 2:32:30 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [NodeEventSseClient localNodeId=-7787167275012994417 remoteEndpoint=http://localhost/dummy] : onError .java.io.IOException: other event source error d at com.ustadmobile.door.sse.DoorEventSource$eventSourceListener$1.onFailure(DoorEventSource.kt:44) P at okhttp3.internal.sse.RealEventSource.processResponse(RealEventSource.kt:52) K at okhttp3.internal.sse.RealEventSource.onResponse(RealEventSource.kt:46) H at okhttp3.internal.connection.RealCall$AsyncCall.run(RealCall.kt:519) ^ at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) ^ at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) 4 at java.base/java.lang.Thread.run(Thread.java:840)  NApr 23, 2025 2:32:30 PM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorEventSource$eventSourceListener$1$onFailure$invokeSuspend - [DoorEventSource@com.ustadmobile.door.sse.DoorEventSource@6998b0f1 - http://localhost/dummyreplication/sse?door-node=-7787167275012994417%2F9d837996-3d1a-41a9-80b1-1ec2dc03ecfe] error: java.io.IOException: other event source error . Attempting to reconnect after 2000ms NApr 23, 2025 2:32:30 PM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorEventSource$eventSourceListener$1$onFailure$invokeSuspend - [DoorEventSource@com.ustadmobile.door.sse.DoorEventSource@6998b0f1 - http://localhost/dummyreplication/sse?door-node=-7787167275012994417%2F9d837996-3d1a-41a9-80b1-1ec2dc03ecfe] error: java.io.IOException: other event source error . Attempting to reconnect after 2000ms NApr 23, 2025 2:32:30 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite:build/tmp/UmAppDatabase.sqlite] - useNewConnectionAsyncInternal connection #1 : SQLite Change Tracker: Changed tables=[PendingRepositorySession] NApr 23, 2025 2:32:30 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost/dummy - endpoint=http://localhost/dummy] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost/dummy - endpoint=http://localhost/dummy] getRemoteNodeId : server did not provide node id } at com.ustadmobile.door.replication.DoorRepositoryReplicationClient$1.invokeSuspend(DoorRepositoryReplicationClient.kt:275) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  NApr 23, 2025 2:32:30 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost/dummy - endpoint=http://localhost/dummy] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost/dummy - endpoint=http://localhost/dummy] getRemoteNodeId : server did not provide node id } at com.ustadmobile.door.replication.DoorRepositoryReplicationClient$1.invokeSuspend(DoorRepositoryReplicationClient.kt:275) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  NApr 23, 2025 2:32:30 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [DoorEventSource@com.ustadmobile.door.sse.DoorEventSource@6998b0f1 - http://localhost/dummyreplication/sse?door-node=-7787167275012994417%2F9d837996-3d1a-41a9-80b1-1ec2dc03ecfe] close NApr 23, 2025 2:32:30 PM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool NApr 23, 2025 2:32:30 PM com.ustadmobile.core.util.NapierAntilogJvm performLog rINFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite:build/tmp/UmAppDatabase.sqlite] database build complete NApr 23, 2025 2:32:30 PM com.ustadmobile.core.util.NapierAntilogJvm performLog rINFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite:build/tmp/UmAppDatabase.sqlite] database build complete NApr 23, 2025 2:32:30 PM com.ustadmobile.core.util.NapierAntilogJvm performLog xFINE: FINER DoorLog - [DoorRepositoryReplicationClient - http://localhost/dummy - endpoint=http://localhost/dummy] init NApr 23, 2025 2:32:30 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [NodeEventSseClient localNodeId=7064838002499810842 remoteEndpoint=http://localhost/dummy] : onError .java.io.IOException: other event source error d at com.ustadmobile.door.sse.DoorEventSource$eventSourceListener$1.onFailure(DoorEventSource.kt:44) P at okhttp3.internal.sse.RealEventSource.processResponse(RealEventSource.kt:52) K at okhttp3.internal.sse.RealEventSource.onResponse(RealEventSource.kt:46) H at okhttp3.internal.connection.RealCall$AsyncCall.run(RealCall.kt:519) ^ at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) ^ at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) 4 at java.base/java.lang.Thread.run(Thread.java:840)  NApr 23, 2025 2:32:30 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [NodeEventSseClient localNodeId=7064838002499810842 remoteEndpoint=http://localhost/dummy] : onError .java.io.IOException: other event source error d at com.ustadmobile.door.sse.DoorEventSource$eventSourceListener$1.onFailure(DoorEventSource.kt:44) P at okhttp3.internal.sse.RealEventSource.processResponse(RealEventSource.kt:52) K at okhttp3.internal.sse.RealEventSource.onResponse(RealEventSource.kt:46) H at okhttp3.internal.connection.RealCall$AsyncCall.run(RealCall.kt:519) ^ at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) ^ at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) 4 at java.base/java.lang.Thread.run(Thread.java:840)  NApr 23, 2025 2:32:30 PM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorEventSource$eventSourceListener$1$onFailure$invokeSuspend - [DoorEventSource@com.ustadmobile.door.sse.DoorEventSource@fd50e7c - http://localhost/dummyreplication/sse?door-node=7064838002499810842%2F192250d4-7a7a-46f8-9a54-f45f5e49725f] error: java.io.IOException: other event source error . Attempting to reconnect after 2000ms NApr 23, 2025 2:32:30 PM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorEventSource$eventSourceListener$1$onFailure$invokeSuspend - [DoorEventSource@com.ustadmobile.door.sse.DoorEventSource@fd50e7c - http://localhost/dummyreplication/sse?door-node=7064838002499810842%2F192250d4-7a7a-46f8-9a54-f45f5e49725f] error: java.io.IOException: other event source error . Attempting to reconnect after 2000ms NApr 23, 2025 2:32:30 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite:build/tmp/UmAppDatabase.sqlite] - useNewConnectionAsyncInternal connection #1 : SQLite Change Tracker: Changed tables=[PendingRepositorySession] NApr 23, 2025 2:32:30 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost/dummy - endpoint=http://localhost/dummy] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost/dummy - endpoint=http://localhost/dummy] getRemoteNodeId : server did not provide node id } at com.ustadmobile.door.replication.DoorRepositoryReplicationClient$1.invokeSuspend(DoorRepositoryReplicationClient.kt:275) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  NApr 23, 2025 2:32:30 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost/dummy - endpoint=http://localhost/dummy] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost/dummy - endpoint=http://localhost/dummy] getRemoteNodeId : server did not provide node id } at com.ustadmobile.door.replication.DoorRepositoryReplicationClient$1.invokeSuspend(DoorRepositoryReplicationClient.kt:275) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  NApr 23, 2025 2:32:30 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [DoorEventSource@com.ustadmobile.door.sse.DoorEventSource@fd50e7c - http://localhost/dummyreplication/sse?door-node=7064838002499810842%2F192250d4-7a7a-46f8-9a54-f45f5e49725f] close NApr 23, 2025 2:32:30 PM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool NApr 23, 2025 2:32:30 PM com.ustadmobile.core.util.NapierAntilogJvm performLog rINFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite:build/tmp/UmAppDatabase.sqlite] database build complete NApr 23, 2025 2:32:30 PM com.ustadmobile.core.util.NapierAntilogJvm performLog rINFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite:build/tmp/UmAppDatabase.sqlite] database build complete NApr 23, 2025 2:32:30 PM com.ustadmobile.core.util.NapierAntilogJvm performLog xFINE: FINER DoorLog - [DoorRepositoryReplicationClient - http://localhost/dummy - endpoint=http://localhost/dummy] init NApr 23, 2025 2:32:30 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite:build/tmp/UmAppDatabase.sqlite] - useNewConnectionAsyncInternal connection #1 : SQLite Change Tracker: Changed tables=[PendingRepositorySession] NApr 23, 2025 2:32:30 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [NodeEventSseClient localNodeId=1378303088021923483 remoteEndpoint=http://localhost/dummy] : onError .java.io.IOException: other event source error d at com.ustadmobile.door.sse.DoorEventSource$eventSourceListener$1.onFailure(DoorEventSource.kt:44) P at okhttp3.internal.sse.RealEventSource.processResponse(RealEventSource.kt:52) K at okhttp3.internal.sse.RealEventSource.onResponse(RealEventSource.kt:46) H at okhttp3.internal.connection.RealCall$AsyncCall.run(RealCall.kt:519) ^ at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) ^ at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) 4 at java.base/java.lang.Thread.run(Thread.java:840)  NApr 23, 2025 2:32:30 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [NodeEventSseClient localNodeId=1378303088021923483 remoteEndpoint=http://localhost/dummy] : onError .java.io.IOException: other event source error d at com.ustadmobile.door.sse.DoorEventSource$eventSourceListener$1.onFailure(DoorEventSource.kt:44) P at okhttp3.internal.sse.RealEventSource.processResponse(RealEventSource.kt:52) K at okhttp3.internal.sse.RealEventSource.onResponse(RealEventSource.kt:46) H at okhttp3.internal.connection.RealCall$AsyncCall.run(RealCall.kt:519) ^ at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) ^ at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) 4 at java.base/java.lang.Thread.run(Thread.java:840)  NApr 23, 2025 2:32:30 PM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorEventSource$eventSourceListener$1$onFailure$invokeSuspend - [DoorEventSource@com.ustadmobile.door.sse.DoorEventSource@7c5fdd21 - http://localhost/dummyreplication/sse?door-node=1378303088021923483%2F68f63be3-fd4f-483a-b0d1-387ad0743287] error: java.io.IOException: other event source error . Attempting to reconnect after 2000ms NApr 23, 2025 2:32:30 PM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorEventSource$eventSourceListener$1$onFailure$invokeSuspend - [DoorEventSource@com.ustadmobile.door.sse.DoorEventSource@7c5fdd21 - http://localhost/dummyreplication/sse?door-node=1378303088021923483%2F68f63be3-fd4f-483a-b0d1-387ad0743287] error: java.io.IOException: other event source error . Attempting to reconnect after 2000ms NApr 23, 2025 2:32:30 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost/dummy - endpoint=http://localhost/dummy] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost/dummy - endpoint=http://localhost/dummy] getRemoteNodeId : server did not provide node id } at com.ustadmobile.door.replication.DoorRepositoryReplicationClient$1.invokeSuspend(DoorRepositoryReplicationClient.kt:275) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  NApr 23, 2025 2:32:30 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost/dummy - endpoint=http://localhost/dummy] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost/dummy - endpoint=http://localhost/dummy] getRemoteNodeId : server did not provide node id } at com.ustadmobile.door.replication.DoorRepositoryReplicationClient$1.invokeSuspend(DoorRepositoryReplicationClient.kt:275) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  NApr 23, 2025 2:32:30 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [DoorEventSource@com.ustadmobile.door.sse.DoorEventSource@7c5fdd21 - http://localhost/dummyreplication/sse?door-node=1378303088021923483%2F68f63be3-fd4f-483a-b0d1-387ad0743287] close NApr 23, 2025 2:32:30 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite:build/tmp/localhost_localdomain_49937_.sqlite] - useNewConnectionAsyncInternal connection #2 : SQLite Change Tracker: Changed tables=[PendingRepositorySession] NApr 23, 2025 2:32:30 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [NodeEventJdbcImplListenerSqlite - jdbc:sqlite:build/tmp/localhost_localdomain_49937_.sqlite] emitting 1 events com.ustadmobile.door.nodeevent.NodeEvent@4aee260 NApr 23, 2025 2:32:30 PM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool NApr 23, 2025 2:32:30 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:49937/UmAppDatabase/ - endpoint=http://localhost.localdomain:49937/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:49937/UmAppDatabase/ - endpoint=http://localhost.localdomain:49937/UmAppDatabase/] getRemoteNodeId : server did not provide node id } at com.ustadmobile.door.replication.DoorRepositoryReplicationClient$1.invokeSuspend(DoorRepositoryReplicationClient.kt:275) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  NApr 23, 2025 2:32:30 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:49937/UmAppDatabase/ - endpoint=http://localhost.localdomain:49937/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:49937/UmAppDatabase/ - endpoint=http://localhost.localdomain:49937/UmAppDatabase/] getRemoteNodeId : server did not provide node id } at com.ustadmobile.door.replication.DoorRepositoryReplicationClient$1.invokeSuspend(DoorRepositoryReplicationClient.kt:275) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  NApr 23, 2025 2:32:30 PM com.ustadmobile.core.util.NapierAntilogJvm performLog rINFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite:build/tmp/UmAppDatabase.sqlite] database build complete NApr 23, 2025 2:32:30 PM com.ustadmobile.core.util.NapierAntilogJvm performLog rINFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite:build/tmp/UmAppDatabase.sqlite] database build complete NApr 23, 2025 2:32:30 PM com.ustadmobile.core.util.NapierAntilogJvm performLog xFINE: FINER DoorLog - [DoorRepositoryReplicationClient - http://localhost/dummy - endpoint=http://localhost/dummy] init NApr 23, 2025 2:32:30 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [NodeEventSseClient localNodeId=3693721190779174305 remoteEndpoint=http://localhost/dummy] : onError .java.io.IOException: other event source error d at com.ustadmobile.door.sse.DoorEventSource$eventSourceListener$1.onFailure(DoorEventSource.kt:44) P at okhttp3.internal.sse.RealEventSource.processResponse(RealEventSource.kt:52) K at okhttp3.internal.sse.RealEventSource.onResponse(RealEventSource.kt:46) H at okhttp3.internal.connection.RealCall$AsyncCall.run(RealCall.kt:519) ^ at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) ^ at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) 4 at java.base/java.lang.Thread.run(Thread.java:840)  NApr 23, 2025 2:32:30 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [NodeEventSseClient localNodeId=3693721190779174305 remoteEndpoint=http://localhost/dummy] : onError .java.io.IOException: other event source error d at com.ustadmobile.door.sse.DoorEventSource$eventSourceListener$1.onFailure(DoorEventSource.kt:44) P at okhttp3.internal.sse.RealEventSource.processResponse(RealEventSource.kt:52) K at okhttp3.internal.sse.RealEventSource.onResponse(RealEventSource.kt:46) H at okhttp3.internal.connection.RealCall$AsyncCall.run(RealCall.kt:519) ^ at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) ^ at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) 4 at java.base/java.lang.Thread.run(Thread.java:840)  NApr 23, 2025 2:32:30 PM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorEventSource$eventSourceListener$1$onFailure$invokeSuspend - [DoorEventSource@com.ustadmobile.door.sse.DoorEventSource@1fffb59f - http://localhost/dummyreplication/sse?door-node=3693721190779174305%2Fa1b25cb6-49d4-4c1c-b70c-ee81121db3f2] error: java.io.IOException: other event source error . Attempting to reconnect after 2000ms NApr 23, 2025 2:32:30 PM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorEventSource$eventSourceListener$1$onFailure$invokeSuspend - [DoorEventSource@com.ustadmobile.door.sse.DoorEventSource@1fffb59f - http://localhost/dummyreplication/sse?door-node=3693721190779174305%2Fa1b25cb6-49d4-4c1c-b70c-ee81121db3f2] error: java.io.IOException: other event source error . Attempting to reconnect after 2000ms NApr 23, 2025 2:32:30 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite:build/tmp/UmAppDatabase.sqlite] - useNewConnectionAsyncInternal connection #1 : SQLite Change Tracker: Changed tables=[PendingRepositorySession] NApr 23, 2025 2:32:30 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost/dummy - endpoint=http://localhost/dummy] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost/dummy - endpoint=http://localhost/dummy] getRemoteNodeId : server did not provide node id } at com.ustadmobile.door.replication.DoorRepositoryReplicationClient$1.invokeSuspend(DoorRepositoryReplicationClient.kt:275) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  NApr 23, 2025 2:32:30 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost/dummy - endpoint=http://localhost/dummy] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost/dummy - endpoint=http://localhost/dummy] getRemoteNodeId : server did not provide node id } at com.ustadmobile.door.replication.DoorRepositoryReplicationClient$1.invokeSuspend(DoorRepositoryReplicationClient.kt:275) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  NApr 23, 2025 2:32:30 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [DoorEventSource@com.ustadmobile.door.sse.DoorEventSource@1fffb59f - http://localhost/dummyreplication/sse?door-node=3693721190779174305%2Fa1b25cb6-49d4-4c1c-b70c-ee81121db3f2] close NApr 23, 2025 2:32:30 PM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool NApr 23, 2025 2:32:30 PM com.ustadmobile.core.util.NapierAntilogJvm performLog rINFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite:build/tmp/UmAppDatabase.sqlite] database build complete NApr 23, 2025 2:32:30 PM com.ustadmobile.core.util.NapierAntilogJvm performLog rINFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite:build/tmp/UmAppDatabase.sqlite] database build complete NApr 23, 2025 2:32:30 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite:build/tmp/localhost_localdomain_45333_.sqlite] - useNewConnectionAsyncInternal connection #2 : SQLite Change Tracker: Changed tables=[PendingRepositorySession] NApr 23, 2025 2:32:30 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [NodeEventJdbcImplListenerSqlite - jdbc:sqlite:build/tmp/localhost_localdomain_45333_.sqlite] emitting 1 events com.ustadmobile.door.nodeevent.NodeEvent@33ad6b1 NApr 23, 2025 2:32:30 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:45333/UmAppDatabase/ - endpoint=http://localhost.localdomain:45333/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:45333/UmAppDatabase/ - endpoint=http://localhost.localdomain:45333/UmAppDatabase/] getRemoteNodeId : server did not provide node id } at com.ustadmobile.door.replication.DoorRepositoryReplicationClient$1.invokeSuspend(DoorRepositoryReplicationClient.kt:275) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  NApr 23, 2025 2:32:30 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:45333/UmAppDatabase/ - endpoint=http://localhost.localdomain:45333/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:45333/UmAppDatabase/ - endpoint=http://localhost.localdomain:45333/UmAppDatabase/] getRemoteNodeId : server did not provide node id } at com.ustadmobile.door.replication.DoorRepositoryReplicationClient$1.invokeSuspend(DoorRepositoryReplicationClient.kt:275) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  NApr 23, 2025 2:32:30 PM com.ustadmobile.core.util.NapierAntilogJvm performLog xFINE: FINER DoorLog - [DoorRepositoryReplicationClient - http://localhost/dummy - endpoint=http://localhost/dummy] init NApr 23, 2025 2:32:30 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [NodeEventSseClient localNodeId=-6363346202922340625 remoteEndpoint=http://localhost/dummy] : onError .java.io.IOException: other event source error d at com.ustadmobile.door.sse.DoorEventSource$eventSourceListener$1.onFailure(DoorEventSource.kt:44) P at okhttp3.internal.sse.RealEventSource.processResponse(RealEventSource.kt:52) K at okhttp3.internal.sse.RealEventSource.onResponse(RealEventSource.kt:46) H at okhttp3.internal.connection.RealCall$AsyncCall.run(RealCall.kt:519) ^ at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) ^ at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) 4 at java.base/java.lang.Thread.run(Thread.java:840)  NApr 23, 2025 2:32:30 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [NodeEventSseClient localNodeId=-6363346202922340625 remoteEndpoint=http://localhost/dummy] : onError .java.io.IOException: other event source error d at com.ustadmobile.door.sse.DoorEventSource$eventSourceListener$1.onFailure(DoorEventSource.kt:44) P at okhttp3.internal.sse.RealEventSource.processResponse(RealEventSource.kt:52) K at okhttp3.internal.sse.RealEventSource.onResponse(RealEventSource.kt:46) H at okhttp3.internal.connection.RealCall$AsyncCall.run(RealCall.kt:519) ^ at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) ^ at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) 4 at java.base/java.lang.Thread.run(Thread.java:840)  NApr 23, 2025 2:32:30 PM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorEventSource$eventSourceListener$1$onFailure$invokeSuspend - [DoorEventSource@com.ustadmobile.door.sse.DoorEventSource@6297a1d7 - http://localhost/dummyreplication/sse?door-node=-6363346202922340625%2Fb44ba453-e50b-4821-99f5-b8d404311d3c] error: java.io.IOException: other event source error . Attempting to reconnect after 2000ms NApr 23, 2025 2:32:30 PM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorEventSource$eventSourceListener$1$onFailure$invokeSuspend - [DoorEventSource@com.ustadmobile.door.sse.DoorEventSource@6297a1d7 - http://localhost/dummyreplication/sse?door-node=-6363346202922340625%2Fb44ba453-e50b-4821-99f5-b8d404311d3c] error: java.io.IOException: other event source error . Attempting to reconnect after 2000ms NApr 23, 2025 2:32:30 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite:build/tmp/UmAppDatabase.sqlite] - useNewConnectionAsyncInternal connection #1 : SQLite Change Tracker: Changed tables=[PendingRepositorySession] NApr 23, 2025 2:32:30 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost/dummy - endpoint=http://localhost/dummy] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost/dummy - endpoint=http://localhost/dummy] getRemoteNodeId : server did not provide node id } at com.ustadmobile.door.replication.DoorRepositoryReplicationClient$1.invokeSuspend(DoorRepositoryReplicationClient.kt:275) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  NApr 23, 2025 2:32:30 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost/dummy - endpoint=http://localhost/dummy] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost/dummy - endpoint=http://localhost/dummy] getRemoteNodeId : server did not provide node id } at com.ustadmobile.door.replication.DoorRepositoryReplicationClient$1.invokeSuspend(DoorRepositoryReplicationClient.kt:275) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  NApr 23, 2025 2:32:30 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [DoorEventSource@com.ustadmobile.door.sse.DoorEventSource@6297a1d7 - http://localhost/dummyreplication/sse?door-node=-6363346202922340625%2Fb44ba453-e50b-4821-99f5-b8d404311d3c] close NApr 23, 2025 2:32:30 PM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool NApr 23, 2025 2:32:30 PM com.ustadmobile.core.util.NapierAntilogJvm performLog rINFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite:build/tmp/UmAppDatabase.sqlite] database build complete NApr 23, 2025 2:32:30 PM com.ustadmobile.core.util.NapierAntilogJvm performLog rINFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite:build/tmp/UmAppDatabase.sqlite] database build complete NApr 23, 2025 2:32:30 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite:build/tmp/inaccessible_.sqlite] - useNewConnectionAsyncInternal connection #2 : SQLite Change Tracker: Changed tables=[PendingRepositorySession] NApr 23, 2025 2:32:30 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://inaccessible/UmAppDatabase/ - endpoint=http://inaccessible/UmAppDatabase/] getRemoteNodeId : exception getting remote node id ,java.net.UnknownHostException: inaccessible 5 at _COROUTINE._BOUNDARY._(CoroutineDebugging.kt:42) V at io.ktor.client.engine.okhttp.OkHttpEngine.executeHttpRequest(OkHttpEngine.kt:103) J at io.ktor.client.engine.okhttp.OkHttpEngine.execute(OkHttpEngine.kt:70) l at io.ktor.client.engine.HttpClientEngine$executeWithinCallContext$2.invokeSuspend(HttpClientEngine.kt:99) j at io.ktor.client.engine.HttpClientEngine$DefaultImpls.executeWithinCallContext(HttpClientEngine.kt:100) [ at io.ktor.client.engine.HttpClientEngine$install$1.invokeSuspend(HttpClientEngine.kt:70) K at io.ktor.client.plugins.HttpSend$DefaultSender.execute(HttpSend.kt:138) Z at io.ktor.client.plugins.HttpTimeout$Plugin$install$1.invokeSuspend(HttpTimeout.kt:174) [ at io.ktor.client.plugins.HttpRedirect$Plugin$install$1.invokeSuspend(HttpRedirect.kt:64) i at io.ktor.client.plugins.HttpCallValidator$Companion$install$3.invokeSuspend(HttpCallValidator.kt:151) T at io.ktor.client.plugins.HttpSend$Plugin$install$1.invokeSuspend(HttpSend.kt:104) i at io.ktor.client.plugins.HttpCallValidator$Companion$install$1.invokeSuspend(HttpCallValidator.kt:130) k at io.ktor.client.plugins.HttpRequestLifecycle$Plugin$install$1.invokeSuspend(HttpRequestLifecycle.kt:38) J at io.ktor.client.HttpClient.execute$ktor_client_core(HttpClient.kt:191) O at io.ktor.client.statement.HttpStatement.executeUnsafe(HttpStatement.kt:108) H at io.ktor.client.statement.HttpStatement.execute(HttpStatement.kt:47) } at com.ustadmobile.door.replication.DoorRepositoryReplicationClient$1.invokeSuspend(DoorRepositoryReplicationClient.kt:492) 7Caused by: java.net.UnknownHostException: inaccessible M at java.base/java.net.InetAddress$CachedAddresses.get(InetAddress.java:801) H at java.base/java.net.InetAddress.getAllByName0(InetAddress.java:1533) G at java.base/java.net.InetAddress.getAllByName(InetAddress.java:1385) G at java.base/java.net.InetAddress.getAllByName(InetAddress.java:1306) 6 at okhttp3.Dns$Companion$DnsSystem.lookup(Dns.kt:49) _ at okhttp3.internal.connection.RouteSelector.resetNextInetSocketAddress(RouteSelector.kt:169) N at okhttp3.internal.connection.RouteSelector.nextProxy(RouteSelector.kt:131) H at okhttp3.internal.connection.RouteSelector.next(RouteSelector.kt:73) U at okhttp3.internal.connection.ExchangeFinder.findConnection(ExchangeFinder.kt:205) \ at okhttp3.internal.connection.ExchangeFinder.findHealthyConnection(ExchangeFinder.kt:106) J at okhttp3.internal.connection.ExchangeFinder.find(ExchangeFinder.kt:74) N at okhttp3.internal.connection.RealCall.initExchange$okhttp(RealCall.kt:255) W at okhttp3.internal.connection.ConnectInterceptor.intercept(ConnectInterceptor.kt:32) T at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:109) N at okhttp3.internal.cache.CacheInterceptor.intercept(CacheInterceptor.kt:95) T at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:109) O at okhttp3.internal.http.BridgeInterceptor.intercept(BridgeInterceptor.kt:83) T at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:109) c at okhttp3.internal.http.RetryAndFollowUpInterceptor.intercept(RetryAndFollowUpInterceptor.kt:76) T at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:109) a at okhttp3.internal.connection.RealCall.getResponseWithInterceptorChain$okhttp(RealCall.kt:201) H 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) 4 at java.base/java.lang.Thread.run(Thread.java:840)  NApr 23, 2025 2:32:30 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://inaccessible/UmAppDatabase/ - endpoint=http://inaccessible/UmAppDatabase/] getRemoteNodeId : exception getting remote node id ,java.net.UnknownHostException: inaccessible 5 at _COROUTINE._BOUNDARY._(CoroutineDebugging.kt:42) V at io.ktor.client.engine.okhttp.OkHttpEngine.executeHttpRequest(OkHttpEngine.kt:103) J at io.ktor.client.engine.okhttp.OkHttpEngine.execute(OkHttpEngine.kt:70) l at io.ktor.client.engine.HttpClientEngine$executeWithinCallContext$2.invokeSuspend(HttpClientEngine.kt:99) j at io.ktor.client.engine.HttpClientEngine$DefaultImpls.executeWithinCallContext(HttpClientEngine.kt:100) [ at io.ktor.client.engine.HttpClientEngine$install$1.invokeSuspend(HttpClientEngine.kt:70) K at io.ktor.client.plugins.HttpSend$DefaultSender.execute(HttpSend.kt:138) Z at io.ktor.client.plugins.HttpTimeout$Plugin$install$1.invokeSuspend(HttpTimeout.kt:174) [ at io.ktor.client.plugins.HttpRedirect$Plugin$install$1.invokeSuspend(HttpRedirect.kt:64) i at io.ktor.client.plugins.HttpCallValidator$Companion$install$3.invokeSuspend(HttpCallValidator.kt:151) T at io.ktor.client.plugins.HttpSend$Plugin$install$1.invokeSuspend(HttpSend.kt:104) i at io.ktor.client.plugins.HttpCallValidator$Companion$install$1.invokeSuspend(HttpCallValidator.kt:130) k at io.ktor.client.plugins.HttpRequestLifecycle$Plugin$install$1.invokeSuspend(HttpRequestLifecycle.kt:38) J at io.ktor.client.HttpClient.execute$ktor_client_core(HttpClient.kt:191) O at io.ktor.client.statement.HttpStatement.executeUnsafe(HttpStatement.kt:108) H at io.ktor.client.statement.HttpStatement.execute(HttpStatement.kt:47) } at com.ustadmobile.door.replication.DoorRepositoryReplicationClient$1.invokeSuspend(DoorRepositoryReplicationClient.kt:492) 7Caused by: java.net.UnknownHostException: inaccessible M at java.base/java.net.InetAddress$CachedAddresses.get(InetAddress.java:801) H at java.base/java.net.InetAddress.getAllByName0(InetAddress.java:1533) G at java.base/java.net.InetAddress.getAllByName(InetAddress.java:1385) G at java.base/java.net.InetAddress.getAllByName(InetAddress.java:1306) 6 at okhttp3.Dns$Companion$DnsSystem.lookup(Dns.kt:49) _ at okhttp3.internal.connection.RouteSelector.resetNextInetSocketAddress(RouteSelector.kt:169) N at okhttp3.internal.connection.RouteSelector.nextProxy(RouteSelector.kt:131) H at okhttp3.internal.connection.RouteSelector.next(RouteSelector.kt:73) U at okhttp3.internal.connection.ExchangeFinder.findConnection(ExchangeFinder.kt:205) \ at okhttp3.internal.connection.ExchangeFinder.findHealthyConnection(ExchangeFinder.kt:106) J at okhttp3.internal.connection.ExchangeFinder.find(ExchangeFinder.kt:74) N at okhttp3.internal.connection.RealCall.initExchange$okhttp(RealCall.kt:255) W at okhttp3.internal.connection.ConnectInterceptor.intercept(ConnectInterceptor.kt:32) T at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:109) N at okhttp3.internal.cache.CacheInterceptor.intercept(CacheInterceptor.kt:95) T at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:109) O at okhttp3.internal.http.BridgeInterceptor.intercept(BridgeInterceptor.kt:83) T at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:109) c at okhttp3.internal.http.RetryAndFollowUpInterceptor.intercept(RetryAndFollowUpInterceptor.kt:76) T at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:109) a at okhttp3.internal.connection.RealCall.getResponseWithInterceptorChain$okhttp(RealCall.kt:201) H 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) 4 at java.base/java.lang.Thread.run(Thread.java:840)  NApr 23, 2025 2:32:30 PM com.ustadmobile.core.util.NapierAntilogJvm performLog xFINE: FINER DoorLog - [DoorRepositoryReplicationClient - http://localhost/dummy - endpoint=http://localhost/dummy] init NApr 23, 2025 2:32:30 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [NodeEventSseClient localNodeId=5443888632731194560 remoteEndpoint=http://localhost/dummy] : onError .java.io.IOException: other event source error d at com.ustadmobile.door.sse.DoorEventSource$eventSourceListener$1.onFailure(DoorEventSource.kt:44) P at okhttp3.internal.sse.RealEventSource.processResponse(RealEventSource.kt:52) K at okhttp3.internal.sse.RealEventSource.onResponse(RealEventSource.kt:46) H at okhttp3.internal.connection.RealCall$AsyncCall.run(RealCall.kt:519) ^ at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) ^ at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) 4 at java.base/java.lang.Thread.run(Thread.java:840)  NApr 23, 2025 2:32:30 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [NodeEventSseClient localNodeId=5443888632731194560 remoteEndpoint=http://localhost/dummy] : onError .java.io.IOException: other event source error d at com.ustadmobile.door.sse.DoorEventSource$eventSourceListener$1.onFailure(DoorEventSource.kt:44) P at okhttp3.internal.sse.RealEventSource.processResponse(RealEventSource.kt:52) K at okhttp3.internal.sse.RealEventSource.onResponse(RealEventSource.kt:46) H at okhttp3.internal.connection.RealCall$AsyncCall.run(RealCall.kt:519) ^ at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) ^ at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) 4 at java.base/java.lang.Thread.run(Thread.java:840)  NApr 23, 2025 2:32:30 PM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorEventSource$eventSourceListener$1$onFailure$invokeSuspend - [DoorEventSource@com.ustadmobile.door.sse.DoorEventSource@7ec327e - http://localhost/dummyreplication/sse?door-node=5443888632731194560%2Fc7861309-9474-4db5-a5d4-b27e2cdfd948] error: java.io.IOException: other event source error . Attempting to reconnect after 2000ms NApr 23, 2025 2:32:30 PM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorEventSource$eventSourceListener$1$onFailure$invokeSuspend - [DoorEventSource@com.ustadmobile.door.sse.DoorEventSource@7ec327e - http://localhost/dummyreplication/sse?door-node=5443888632731194560%2Fc7861309-9474-4db5-a5d4-b27e2cdfd948] error: java.io.IOException: other event source error . Attempting to reconnect after 2000ms NApr 23, 2025 2:32:30 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite:build/tmp/UmAppDatabase.sqlite] - useNewConnectionAsyncInternal connection #1 : SQLite Change Tracker: Changed tables=[PendingRepositorySession] NApr 23, 2025 2:32:30 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost/dummy - endpoint=http://localhost/dummy] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost/dummy - endpoint=http://localhost/dummy] getRemoteNodeId : server did not provide node id } at com.ustadmobile.door.replication.DoorRepositoryReplicationClient$1.invokeSuspend(DoorRepositoryReplicationClient.kt:275) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  NApr 23, 2025 2:32:30 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost/dummy - endpoint=http://localhost/dummy] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost/dummy - endpoint=http://localhost/dummy] getRemoteNodeId : server did not provide node id } at com.ustadmobile.door.replication.DoorRepositoryReplicationClient$1.invokeSuspend(DoorRepositoryReplicationClient.kt:275) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  NApr 23, 2025 2:32:30 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [DoorEventSource@com.ustadmobile.door.sse.DoorEventSource@7ec327e - http://localhost/dummyreplication/sse?door-node=5443888632731194560%2Fc7861309-9474-4db5-a5d4-b27e2cdfd948] close NApr 23, 2025 2:32:30 PM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool NApr 23, 2025 2:32:30 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite:build/tmp/localhost_localdomain_54629_.sqlite] - useNewConnectionAsyncInternal connection #15 : SQLite Change Tracker: Changed tables=[PendingRepositorySession] NApr 23, 2025 2:32:30 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:54629/UmAppDatabase/ - endpoint=http://localhost.localdomain:54629/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:54629/UmAppDatabase/ - endpoint=http://localhost.localdomain:54629/UmAppDatabase/] getRemoteNodeId : server did not provide node id } at com.ustadmobile.door.replication.DoorRepositoryReplicationClient$1.invokeSuspend(DoorRepositoryReplicationClient.kt:275) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  NApr 23, 2025 2:32:30 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:54629/UmAppDatabase/ - endpoint=http://localhost.localdomain:54629/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:54629/UmAppDatabase/ - endpoint=http://localhost.localdomain:54629/UmAppDatabase/] getRemoteNodeId : server did not provide node id } at com.ustadmobile.door.replication.DoorRepositoryReplicationClient$1.invokeSuspend(DoorRepositoryReplicationClient.kt:275) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  NApr 23, 2025 2:32:30 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite:build/tmp/localhost_localdomain_38287_.sqlite] - useNewConnectionAsyncInternal connection #13 : SQLite Change Tracker: Changed tables=[PendingRepositorySession] NApr 23, 2025 2:32:30 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:38287/UmAppDatabase/ - endpoint=http://localhost.localdomain:38287/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:38287/UmAppDatabase/ - endpoint=http://localhost.localdomain:38287/UmAppDatabase/] getRemoteNodeId : server did not provide node id } at com.ustadmobile.door.replication.DoorRepositoryReplicationClient$1.invokeSuspend(DoorRepositoryReplicationClient.kt:275) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  NApr 23, 2025 2:32:30 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:38287/UmAppDatabase/ - endpoint=http://localhost.localdomain:38287/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:38287/UmAppDatabase/ - endpoint=http://localhost.localdomain:38287/UmAppDatabase/] getRemoteNodeId : server did not provide node id } at com.ustadmobile.door.replication.DoorRepositoryReplicationClient$1.invokeSuspend(DoorRepositoryReplicationClient.kt:275) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  NApr 23, 2025 2:32:30 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite:build/tmp/localhost_localdomain_60363_.sqlite] - useNewConnectionAsyncInternal connection #10 : SQLite Change Tracker: Changed tables=[PendingRepositorySession] NApr 23, 2025 2:32:30 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:60363/UmAppDatabase/ - endpoint=http://localhost.localdomain:60363/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:60363/UmAppDatabase/ - endpoint=http://localhost.localdomain:60363/UmAppDatabase/] getRemoteNodeId : server did not provide node id } at com.ustadmobile.door.replication.DoorRepositoryReplicationClient$1.invokeSuspend(DoorRepositoryReplicationClient.kt:275) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  NApr 23, 2025 2:32:30 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:60363/UmAppDatabase/ - endpoint=http://localhost.localdomain:60363/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:60363/UmAppDatabase/ - endpoint=http://localhost.localdomain:60363/UmAppDatabase/] getRemoteNodeId : server did not provide node id } at com.ustadmobile.door.replication.DoorRepositoryReplicationClient$1.invokeSuspend(DoorRepositoryReplicationClient.kt:275) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  NApr 23, 2025 2:32:30 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [NodeEventSseClient localNodeId=403074787121451540 remoteEndpoint=http://localhost.localdomain:46465/UmAppDatabase/] : onError .java.io.IOException: other event source error d at com.ustadmobile.door.sse.DoorEventSource$eventSourceListener$1.onFailure(DoorEventSource.kt:44) P at okhttp3.internal.sse.RealEventSource.processResponse(RealEventSource.kt:52) K at okhttp3.internal.sse.RealEventSource.onResponse(RealEventSource.kt:46) H at okhttp3.internal.connection.RealCall$AsyncCall.run(RealCall.kt:519) ^ at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) ^ at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) 4 at java.base/java.lang.Thread.run(Thread.java:840)  NApr 23, 2025 2:32:30 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [NodeEventSseClient localNodeId=403074787121451540 remoteEndpoint=http://localhost.localdomain:46465/UmAppDatabase/] : onError .java.io.IOException: other event source error d at com.ustadmobile.door.sse.DoorEventSource$eventSourceListener$1.onFailure(DoorEventSource.kt:44) P at okhttp3.internal.sse.RealEventSource.processResponse(RealEventSource.kt:52) K at okhttp3.internal.sse.RealEventSource.onResponse(RealEventSource.kt:46) H at okhttp3.internal.connection.RealCall$AsyncCall.run(RealCall.kt:519) ^ at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) ^ at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) 4 at java.base/java.lang.Thread.run(Thread.java:840)  NApr 23, 2025 2:32:30 PM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorEventSource$eventSourceListener$1$onFailure$invokeSuspend - [DoorEventSource@com.ustadmobile.door.sse.DoorEventSource@74899963 - http://localhost.localdomain:46465/UmAppDatabase/replication/sse?door-node=403074787121451540%2Fa9c613aa-5391-43bd-85ff-5611a3de3e4e] error: java.io.IOException: other event source error . Attempting to reconnect after 2000ms NApr 23, 2025 2:32:30 PM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorEventSource$eventSourceListener$1$onFailure$invokeSuspend - [DoorEventSource@com.ustadmobile.door.sse.DoorEventSource@74899963 - http://localhost.localdomain:46465/UmAppDatabase/replication/sse?door-node=403074787121451540%2Fa9c613aa-5391-43bd-85ff-5611a3de3e4e] error: java.io.IOException: other event source error . Attempting to reconnect after 2000ms NApr 23, 2025 2:32:30 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NApr 23, 2025 2:32:30 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NApr 23, 2025 2:32:30 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite:build/tmp/localhost_localdomain_46465_.sqlite] - useNewConnectionAsyncInternal connection #3 : SQLite Change Tracker: Changed tables=[PendingRepositorySession] NApr 23, 2025 2:32:30 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:46465/UmAppDatabase/ - endpoint=http://localhost.localdomain:46465/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:46465/UmAppDatabase/ - endpoint=http://localhost.localdomain:46465/UmAppDatabase/] getRemoteNodeId : server did not provide node id } at com.ustadmobile.door.replication.DoorRepositoryReplicationClient$1.invokeSuspend(DoorRepositoryReplicationClient.kt:275) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  NApr 23, 2025 2:32:30 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:46465/UmAppDatabase/ - endpoint=http://localhost.localdomain:46465/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:46465/UmAppDatabase/ - endpoint=http://localhost.localdomain:46465/UmAppDatabase/] getRemoteNodeId : server did not provide node id } at com.ustadmobile.door.replication.DoorRepositoryReplicationClient$1.invokeSuspend(DoorRepositoryReplicationClient.kt:275) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  NApr 23, 2025 2:32:30 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 : SQLite Change Tracker: Changed tables=[UserSession] NApr 23, 2025 2:32:30 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #4 : SQLite Change Tracker: Changed tables=[LeavingReason] NApr 23, 2025 2:32:30 PM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool NApr 23, 2025 2:32:30 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [NodeEventSseClient localNodeId=8764284603145151325 remoteEndpoint=http://localhost.localdomain:39375/UmAppDatabase/] : onError .java.io.IOException: other event source error d at com.ustadmobile.door.sse.DoorEventSource$eventSourceListener$1.onFailure(DoorEventSource.kt:44) P at okhttp3.internal.sse.RealEventSource.processResponse(RealEventSource.kt:52) K at okhttp3.internal.sse.RealEventSource.onResponse(RealEventSource.kt:46) H at okhttp3.internal.connection.RealCall$AsyncCall.run(RealCall.kt:519) ^ at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) ^ at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) 4 at java.base/java.lang.Thread.run(Thread.java:840)  NApr 23, 2025 2:32:30 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [NodeEventSseClient localNodeId=8764284603145151325 remoteEndpoint=http://localhost.localdomain:39375/UmAppDatabase/] : onError .java.io.IOException: other event source error d at com.ustadmobile.door.sse.DoorEventSource$eventSourceListener$1.onFailure(DoorEventSource.kt:44) P at okhttp3.internal.sse.RealEventSource.processResponse(RealEventSource.kt:52) K at okhttp3.internal.sse.RealEventSource.onResponse(RealEventSource.kt:46) H at okhttp3.internal.connection.RealCall$AsyncCall.run(RealCall.kt:519) ^ at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) ^ at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) 4 at java.base/java.lang.Thread.run(Thread.java:840)  NApr 23, 2025 2:32:30 PM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorEventSource$eventSourceListener$1$onFailure$invokeSuspend - [DoorEventSource@com.ustadmobile.door.sse.DoorEventSource@73a04949 - http://localhost.localdomain:39375/UmAppDatabase/replication/sse?door-node=8764284603145151325%2F8cf98fb6-d63a-435c-8dcc-c294e5dc9ccc] error: java.io.IOException: other event source error . Attempting to reconnect after 2000ms NApr 23, 2025 2:32:30 PM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorEventSource$eventSourceListener$1$onFailure$invokeSuspend - [DoorEventSource@com.ustadmobile.door.sse.DoorEventSource@73a04949 - http://localhost.localdomain:39375/UmAppDatabase/replication/sse?door-node=8764284603145151325%2F8cf98fb6-d63a-435c-8dcc-c294e5dc9ccc] error: java.io.IOException: other event source error . Attempting to reconnect after 2000ms NApr 23, 2025 2:32:30 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NApr 23, 2025 2:32:30 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NApr 23, 2025 2:32:31 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite:build/tmp/localhost_localdomain_39375_.sqlite] - useNewConnectionAsyncInternal connection #14 : SQLite Change Tracker: Changed tables=[PendingRepositorySession] NApr 23, 2025 2:32:31 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:39375/UmAppDatabase/ - endpoint=http://localhost.localdomain:39375/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:39375/UmAppDatabase/ - endpoint=http://localhost.localdomain:39375/UmAppDatabase/] getRemoteNodeId : server did not provide node id } at com.ustadmobile.door.replication.DoorRepositoryReplicationClient$1.invokeSuspend(DoorRepositoryReplicationClient.kt:275) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  NApr 23, 2025 2:32:31 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:39375/UmAppDatabase/ - endpoint=http://localhost.localdomain:39375/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:39375/UmAppDatabase/ - endpoint=http://localhost.localdomain:39375/UmAppDatabase/] getRemoteNodeId : server did not provide node id } at com.ustadmobile.door.replication.DoorRepositoryReplicationClient$1.invokeSuspend(DoorRepositoryReplicationClient.kt:275) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  NApr 23, 2025 2:32:31 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite:build/tmp/localhost_localdomain_48975_.sqlite] - useNewConnectionAsyncInternal connection #6 : SQLite Change Tracker: Changed tables=[PendingRepositorySession] NApr 23, 2025 2:32:31 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:48975/UmAppDatabase/ - endpoint=http://localhost.localdomain:48975/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:48975/UmAppDatabase/ - endpoint=http://localhost.localdomain:48975/UmAppDatabase/] getRemoteNodeId : server did not provide node id } at com.ustadmobile.door.replication.DoorRepositoryReplicationClient$1.invokeSuspend(DoorRepositoryReplicationClient.kt:275) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  NApr 23, 2025 2:32:31 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:48975/UmAppDatabase/ - endpoint=http://localhost.localdomain:48975/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:48975/UmAppDatabase/ - endpoint=http://localhost.localdomain:48975/UmAppDatabase/] getRemoteNodeId : server did not provide node id } at com.ustadmobile.door.replication.DoorRepositoryReplicationClient$1.invokeSuspend(DoorRepositoryReplicationClient.kt:275) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  NApr 23, 2025 2:32:31 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NApr 23, 2025 2:32:31 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NApr 23, 2025 2:32:31 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 : SQLite Change Tracker: Changed tables=[UserSession] NApr 23, 2025 2:32:31 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 : SQLite Change Tracker: Changed tables=[Person, PersonGroup, PersonGroupMember, ScopedGrant, UserSession] NApr 23, 2025 2:32:31 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #2 : SQLite Change Tracker: Changed tables=[Clazz] NApr 23, 2025 2:32:31 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #3 : SQLite Change Tracker: Changed tables=[CoursePermission] NApr 23, 2025 2:32:31 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [NodeEventSseClient localNodeId=7094406850226360757 remoteEndpoint=http://localhost.localdomain:36457/UmAppDatabase/] : onError .java.io.IOException: other event source error d at com.ustadmobile.door.sse.DoorEventSource$eventSourceListener$1.onFailure(DoorEventSource.kt:44) P at okhttp3.internal.sse.RealEventSource.processResponse(RealEventSource.kt:52) K at okhttp3.internal.sse.RealEventSource.onResponse(RealEventSource.kt:46) H at okhttp3.internal.connection.RealCall$AsyncCall.run(RealCall.kt:519) ^ at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) ^ at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) 4 at java.base/java.lang.Thread.run(Thread.java:840)  NApr 23, 2025 2:32:31 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [NodeEventSseClient localNodeId=7094406850226360757 remoteEndpoint=http://localhost.localdomain:36457/UmAppDatabase/] : onError .java.io.IOException: other event source error d at com.ustadmobile.door.sse.DoorEventSource$eventSourceListener$1.onFailure(DoorEventSource.kt:44) P at okhttp3.internal.sse.RealEventSource.processResponse(RealEventSource.kt:52) K at okhttp3.internal.sse.RealEventSource.onResponse(RealEventSource.kt:46) H at okhttp3.internal.connection.RealCall$AsyncCall.run(RealCall.kt:519) ^ at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) ^ at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) 4 at java.base/java.lang.Thread.run(Thread.java:840)  NApr 23, 2025 2:32:31 PM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorEventSource$eventSourceListener$1$onFailure$invokeSuspend - [DoorEventSource@com.ustadmobile.door.sse.DoorEventSource@40cfcb3b - http://localhost.localdomain:36457/UmAppDatabase/replication/sse?door-node=7094406850226360757%2F1d93c251-d6d7-4322-9eca-4fb9c192c287] error: java.io.IOException: other event source error . Attempting to reconnect after 2000ms NApr 23, 2025 2:32:31 PM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorEventSource$eventSourceListener$1$onFailure$invokeSuspend - [DoorEventSource@com.ustadmobile.door.sse.DoorEventSource@40cfcb3b - http://localhost.localdomain:36457/UmAppDatabase/replication/sse?door-node=7094406850226360757%2F1d93c251-d6d7-4322-9eca-4fb9c192c287] error: java.io.IOException: other event source error . Attempting to reconnect after 2000ms NApr 23, 2025 2:32:31 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite:build/tmp/localhost_localdomain_36457_.sqlite] - useNewConnectionAsyncInternal connection #3 : SQLite Change Tracker: Changed tables=[PendingRepositorySession] NApr 23, 2025 2:32:31 PM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool NApr 23, 2025 2:32:31 PM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool NApr 23, 2025 2:32:31 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:36457/UmAppDatabase/ - endpoint=http://localhost.localdomain:36457/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:36457/UmAppDatabase/ - endpoint=http://localhost.localdomain:36457/UmAppDatabase/] getRemoteNodeId : server did not provide node id } at com.ustadmobile.door.replication.DoorRepositoryReplicationClient$1.invokeSuspend(DoorRepositoryReplicationClient.kt:275) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  NApr 23, 2025 2:32:31 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:36457/UmAppDatabase/ - endpoint=http://localhost.localdomain:36457/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:36457/UmAppDatabase/ - endpoint=http://localhost.localdomain:36457/UmAppDatabase/] getRemoteNodeId : server did not provide node id } at com.ustadmobile.door.replication.DoorRepositoryReplicationClient$1.invokeSuspend(DoorRepositoryReplicationClient.kt:275) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  NApr 23, 2025 2:32:31 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NApr 23, 2025 2:32:31 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NApr 23, 2025 2:32:31 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NApr 23, 2025 2:32:31 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NApr 23, 2025 2:32:31 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 : SQLite Change Tracker: Changed tables=[UserSession] NApr 23, 2025 2:32:31 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 : SQLite Change Tracker: Changed tables=[Person, PersonGroup, PersonGroupMember, ScopedGrant, UserSession] NApr 23, 2025 2:32:31 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #2 : SQLite Change Tracker: Changed tables=[Clazz] NApr 23, 2025 2:32:31 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #3 : SQLite Change Tracker: Changed tables=[CoursePermission] NApr 23, 2025 2:32:31 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [NodeEventSseClient localNodeId=4979267641079309009 remoteEndpoint=http://localhost.localdomain:49937/UmAppDatabase/] : onError .java.io.IOException: other event source error d at com.ustadmobile.door.sse.DoorEventSource$eventSourceListener$1.onFailure(DoorEventSource.kt:44) P at okhttp3.internal.sse.RealEventSource.processResponse(RealEventSource.kt:52) K at okhttp3.internal.sse.RealEventSource.onResponse(RealEventSource.kt:46) H at okhttp3.internal.connection.RealCall$AsyncCall.run(RealCall.kt:519) ^ at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) ^ at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) 4 at java.base/java.lang.Thread.run(Thread.java:840)  NApr 23, 2025 2:32:31 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [NodeEventSseClient localNodeId=4979267641079309009 remoteEndpoint=http://localhost.localdomain:49937/UmAppDatabase/] : onError .java.io.IOException: other event source error d at com.ustadmobile.door.sse.DoorEventSource$eventSourceListener$1.onFailure(DoorEventSource.kt:44) P at okhttp3.internal.sse.RealEventSource.processResponse(RealEventSource.kt:52) K at okhttp3.internal.sse.RealEventSource.onResponse(RealEventSource.kt:46) H at okhttp3.internal.connection.RealCall$AsyncCall.run(RealCall.kt:519) ^ at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) ^ at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) 4 at java.base/java.lang.Thread.run(Thread.java:840)  NApr 23, 2025 2:32:31 PM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorEventSource$eventSourceListener$1$onFailure$invokeSuspend - [DoorEventSource@com.ustadmobile.door.sse.DoorEventSource@7d755ac4 - http://localhost.localdomain:49937/UmAppDatabase/replication/sse?door-node=4979267641079309009%2F80004e94-654b-4833-aedc-c90f05cdd779] error: java.io.IOException: other event source error . Attempting to reconnect after 2000ms NApr 23, 2025 2:32:31 PM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorEventSource$eventSourceListener$1$onFailure$invokeSuspend - [DoorEventSource@com.ustadmobile.door.sse.DoorEventSource@7d755ac4 - http://localhost.localdomain:49937/UmAppDatabase/replication/sse?door-node=4979267641079309009%2F80004e94-654b-4833-aedc-c90f05cdd779] error: java.io.IOException: other event source error . Attempting to reconnect after 2000ms NApr 23, 2025 2:32:31 PM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool NApr 23, 2025 2:32:31 PM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool NApr 23, 2025 2:32:31 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite:build/tmp/localhost_localdomain_49937_.sqlite] - useNewConnectionAsyncInternal connection #3 : SQLite Change Tracker: Changed tables=[PendingRepositorySession] NApr 23, 2025 2:32:31 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NApr 23, 2025 2:32:31 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NApr 23, 2025 2:32:31 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:49937/UmAppDatabase/ - endpoint=http://localhost.localdomain:49937/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:49937/UmAppDatabase/ - endpoint=http://localhost.localdomain:49937/UmAppDatabase/] getRemoteNodeId : server did not provide node id } at com.ustadmobile.door.replication.DoorRepositoryReplicationClient$1.invokeSuspend(DoorRepositoryReplicationClient.kt:275) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  NApr 23, 2025 2:32:31 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:49937/UmAppDatabase/ - endpoint=http://localhost.localdomain:49937/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:49937/UmAppDatabase/ - endpoint=http://localhost.localdomain:49937/UmAppDatabase/] getRemoteNodeId : server did not provide node id } at com.ustadmobile.door.replication.DoorRepositoryReplicationClient$1.invokeSuspend(DoorRepositoryReplicationClient.kt:275) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  NApr 23, 2025 2:32:31 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 : SQLite Change Tracker: Changed tables=[UserSession] NApr 23, 2025 2:32:31 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #2 : SQLite Change Tracker: Changed tables=[Person, PersonGroup, PersonGroupMember, ScopedGrant, UserSession] NApr 23, 2025 2:32:31 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [NodeEventSseClient localNodeId=3937896276252873330 remoteEndpoint=http://localhost.localdomain:45333/UmAppDatabase/] : onError .java.io.IOException: other event source error d at com.ustadmobile.door.sse.DoorEventSource$eventSourceListener$1.onFailure(DoorEventSource.kt:44) P at okhttp3.internal.sse.RealEventSource.processResponse(RealEventSource.kt:52) K at okhttp3.internal.sse.RealEventSource.onResponse(RealEventSource.kt:46) H at okhttp3.internal.connection.RealCall$AsyncCall.run(RealCall.kt:519) ^ at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) ^ at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) 4 at java.base/java.lang.Thread.run(Thread.java:840)  NApr 23, 2025 2:32:31 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [NodeEventSseClient localNodeId=3937896276252873330 remoteEndpoint=http://localhost.localdomain:45333/UmAppDatabase/] : onError .java.io.IOException: other event source error d at com.ustadmobile.door.sse.DoorEventSource$eventSourceListener$1.onFailure(DoorEventSource.kt:44) P at okhttp3.internal.sse.RealEventSource.processResponse(RealEventSource.kt:52) K at okhttp3.internal.sse.RealEventSource.onResponse(RealEventSource.kt:46) H at okhttp3.internal.connection.RealCall$AsyncCall.run(RealCall.kt:519) ^ at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) ^ at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) 4 at java.base/java.lang.Thread.run(Thread.java:840)  NApr 23, 2025 2:32:31 PM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorEventSource$eventSourceListener$1$onFailure$invokeSuspend - [DoorEventSource@com.ustadmobile.door.sse.DoorEventSource@7ea4f0a5 - http://localhost.localdomain:45333/UmAppDatabase/replication/sse?door-node=3937896276252873330%2F2dbad5f5-fc93-4a4d-8ec6-9ed4a45fad90] error: java.io.IOException: other event source error . Attempting to reconnect after 2000ms NApr 23, 2025 2:32:31 PM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorEventSource$eventSourceListener$1$onFailure$invokeSuspend - [DoorEventSource@com.ustadmobile.door.sse.DoorEventSource@7ea4f0a5 - http://localhost.localdomain:45333/UmAppDatabase/replication/sse?door-node=3937896276252873330%2F2dbad5f5-fc93-4a4d-8ec6-9ed4a45fad90] error: java.io.IOException: other event source error . Attempting to reconnect after 2000ms NApr 23, 2025 2:32:31 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #3 : SQLite Change Tracker: Changed tables=[CoursePermission] NApr 23, 2025 2:32:31 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite:build/tmp/localhost_localdomain_45333_.sqlite] - useNewConnectionAsyncInternal connection #3 : SQLite Change Tracker: Changed tables=[PendingRepositorySession] NApr 23, 2025 2:32:31 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:45333/UmAppDatabase/ - endpoint=http://localhost.localdomain:45333/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:45333/UmAppDatabase/ - endpoint=http://localhost.localdomain:45333/UmAppDatabase/] getRemoteNodeId : server did not provide node id } at com.ustadmobile.door.replication.DoorRepositoryReplicationClient$1.invokeSuspend(DoorRepositoryReplicationClient.kt:275) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  NApr 23, 2025 2:32:31 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:45333/UmAppDatabase/ - endpoint=http://localhost.localdomain:45333/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:45333/UmAppDatabase/ - endpoint=http://localhost.localdomain:45333/UmAppDatabase/] getRemoteNodeId : server did not provide node id } at com.ustadmobile.door.replication.DoorRepositoryReplicationClient$1.invokeSuspend(DoorRepositoryReplicationClient.kt:275) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  NApr 23, 2025 2:32:31 PM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool NApr 23, 2025 2:32:31 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NApr 23, 2025 2:32:31 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NApr 23, 2025 2:32:31 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [NodeEventSseClient localNodeId=3937896276252873330 remoteEndpoint=http://inaccessible/UmAppDatabase/] : onError ,java.net.UnknownHostException: inaccessible M at java.base/java.net.InetAddress$CachedAddresses.get(InetAddress.java:801) H at java.base/java.net.InetAddress.getAllByName0(InetAddress.java:1533) G at java.base/java.net.InetAddress.getAllByName(InetAddress.java:1385) G at java.base/java.net.InetAddress.getAllByName(InetAddress.java:1306) 6 at okhttp3.Dns$Companion$DnsSystem.lookup(Dns.kt:49) _ at okhttp3.internal.connection.RouteSelector.resetNextInetSocketAddress(RouteSelector.kt:169) N at okhttp3.internal.connection.RouteSelector.nextProxy(RouteSelector.kt:131) H at okhttp3.internal.connection.RouteSelector.next(RouteSelector.kt:73) U at okhttp3.internal.connection.ExchangeFinder.findConnection(ExchangeFinder.kt:205) \ at okhttp3.internal.connection.ExchangeFinder.findHealthyConnection(ExchangeFinder.kt:106) J at okhttp3.internal.connection.ExchangeFinder.find(ExchangeFinder.kt:74) N at okhttp3.internal.connection.RealCall.initExchange$okhttp(RealCall.kt:255) W at okhttp3.internal.connection.ConnectInterceptor.intercept(ConnectInterceptor.kt:32) T at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:109) N at okhttp3.internal.cache.CacheInterceptor.intercept(CacheInterceptor.kt:95) T at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:109) O at okhttp3.internal.http.BridgeInterceptor.intercept(BridgeInterceptor.kt:83) T at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:109) c at okhttp3.internal.http.RetryAndFollowUpInterceptor.intercept(RetryAndFollowUpInterceptor.kt:76) T at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:109) a at okhttp3.internal.connection.RealCall.getResponseWithInterceptorChain$okhttp(RealCall.kt:201) H 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) 4 at java.base/java.lang.Thread.run(Thread.java:840)  NApr 23, 2025 2:32:31 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [NodeEventSseClient localNodeId=3937896276252873330 remoteEndpoint=http://inaccessible/UmAppDatabase/] : onError ,java.net.UnknownHostException: inaccessible M at java.base/java.net.InetAddress$CachedAddresses.get(InetAddress.java:801) H at java.base/java.net.InetAddress.getAllByName0(InetAddress.java:1533) G at java.base/java.net.InetAddress.getAllByName(InetAddress.java:1385) G at java.base/java.net.InetAddress.getAllByName(InetAddress.java:1306) 6 at okhttp3.Dns$Companion$DnsSystem.lookup(Dns.kt:49) _ at okhttp3.internal.connection.RouteSelector.resetNextInetSocketAddress(RouteSelector.kt:169) N at okhttp3.internal.connection.RouteSelector.nextProxy(RouteSelector.kt:131) H at okhttp3.internal.connection.RouteSelector.next(RouteSelector.kt:73) U at okhttp3.internal.connection.ExchangeFinder.findConnection(ExchangeFinder.kt:205) \ at okhttp3.internal.connection.ExchangeFinder.findHealthyConnection(ExchangeFinder.kt:106) J at okhttp3.internal.connection.ExchangeFinder.find(ExchangeFinder.kt:74) N at okhttp3.internal.connection.RealCall.initExchange$okhttp(RealCall.kt:255) W at okhttp3.internal.connection.ConnectInterceptor.intercept(ConnectInterceptor.kt:32) T at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:109) N at okhttp3.internal.cache.CacheInterceptor.intercept(CacheInterceptor.kt:95) T at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:109) O at okhttp3.internal.http.BridgeInterceptor.intercept(BridgeInterceptor.kt:83) T at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:109) c at okhttp3.internal.http.RetryAndFollowUpInterceptor.intercept(RetryAndFollowUpInterceptor.kt:76) T at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:109) a at okhttp3.internal.connection.RealCall.getResponseWithInterceptorChain$okhttp(RealCall.kt:201) H 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) 4 at java.base/java.lang.Thread.run(Thread.java:840)  NApr 23, 2025 2:32:31 PM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorEventSource$eventSourceListener$1$onFailure$invokeSuspend - [DoorEventSource@com.ustadmobile.door.sse.DoorEventSource@45ccfd6e - http://inaccessible/UmAppDatabase/replication/sse?door-node=3937896276252873330%2F2dbad5f5-fc93-4a4d-8ec6-9ed4a45fad90] error: java.net.UnknownHostException: inaccessible . Attempting to reconnect after 2000ms NApr 23, 2025 2:32:31 PM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorEventSource$eventSourceListener$1$onFailure$invokeSuspend - [DoorEventSource@com.ustadmobile.door.sse.DoorEventSource@45ccfd6e - http://inaccessible/UmAppDatabase/replication/sse?door-node=3937896276252873330%2F2dbad5f5-fc93-4a4d-8ec6-9ed4a45fad90] error: java.net.UnknownHostException: inaccessible . Attempting to reconnect after 2000ms NApr 23, 2025 2:32:31 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 : SQLite Change Tracker: Changed tables=[Person, PersonGroup, PersonGroupMember, ScopedGrant, UserSession] NApr 23, 2025 2:32:31 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite:build/tmp/inaccessible_.sqlite] - useNewConnectionAsyncInternal connection #3 : SQLite Change Tracker: Changed tables=[PendingRepositorySession] NApr 23, 2025 2:32:31 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://inaccessible/UmAppDatabase/ - endpoint=http://inaccessible/UmAppDatabase/] getRemoteNodeId : exception getting remote node id ,java.net.UnknownHostException: inaccessible 5 at _COROUTINE._BOUNDARY._(CoroutineDebugging.kt:42) V at io.ktor.client.engine.okhttp.OkHttpEngine.executeHttpRequest(OkHttpEngine.kt:103) J at io.ktor.client.engine.okhttp.OkHttpEngine.execute(OkHttpEngine.kt:70) l at io.ktor.client.engine.HttpClientEngine$executeWithinCallContext$2.invokeSuspend(HttpClientEngine.kt:99) j at io.ktor.client.engine.HttpClientEngine$DefaultImpls.executeWithinCallContext(HttpClientEngine.kt:100) [ at io.ktor.client.engine.HttpClientEngine$install$1.invokeSuspend(HttpClientEngine.kt:70) K at io.ktor.client.plugins.HttpSend$DefaultSender.execute(HttpSend.kt:138) Z at io.ktor.client.plugins.HttpTimeout$Plugin$install$1.invokeSuspend(HttpTimeout.kt:174) [ at io.ktor.client.plugins.HttpRedirect$Plugin$install$1.invokeSuspend(HttpRedirect.kt:64) i at io.ktor.client.plugins.HttpCallValidator$Companion$install$3.invokeSuspend(HttpCallValidator.kt:151) T at io.ktor.client.plugins.HttpSend$Plugin$install$1.invokeSuspend(HttpSend.kt:104) i at io.ktor.client.plugins.HttpCallValidator$Companion$install$1.invokeSuspend(HttpCallValidator.kt:130) k at io.ktor.client.plugins.HttpRequestLifecycle$Plugin$install$1.invokeSuspend(HttpRequestLifecycle.kt:38) J at io.ktor.client.HttpClient.execute$ktor_client_core(HttpClient.kt:191) O at io.ktor.client.statement.HttpStatement.executeUnsafe(HttpStatement.kt:108) H at io.ktor.client.statement.HttpStatement.execute(HttpStatement.kt:47) } at com.ustadmobile.door.replication.DoorRepositoryReplicationClient$1.invokeSuspend(DoorRepositoryReplicationClient.kt:492) 7Caused by: java.net.UnknownHostException: inaccessible M at java.base/java.net.InetAddress$CachedAddresses.get(InetAddress.java:801) H at java.base/java.net.InetAddress.getAllByName0(InetAddress.java:1533) G at java.base/java.net.InetAddress.getAllByName(InetAddress.java:1385) G at java.base/java.net.InetAddress.getAllByName(InetAddress.java:1306) 6 at okhttp3.Dns$Companion$DnsSystem.lookup(Dns.kt:49) _ at okhttp3.internal.connection.RouteSelector.resetNextInetSocketAddress(RouteSelector.kt:169) N at okhttp3.internal.connection.RouteSelector.nextProxy(RouteSelector.kt:131) H at okhttp3.internal.connection.RouteSelector.next(RouteSelector.kt:73) U at okhttp3.internal.connection.ExchangeFinder.findConnection(ExchangeFinder.kt:205) \ at okhttp3.internal.connection.ExchangeFinder.findHealthyConnection(ExchangeFinder.kt:106) J at okhttp3.internal.connection.ExchangeFinder.find(ExchangeFinder.kt:74) N at okhttp3.internal.connection.RealCall.initExchange$okhttp(RealCall.kt:255) W at okhttp3.internal.connection.ConnectInterceptor.intercept(ConnectInterceptor.kt:32) T at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:109) N at okhttp3.internal.cache.CacheInterceptor.intercept(CacheInterceptor.kt:95) T at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:109) O at okhttp3.internal.http.BridgeInterceptor.intercept(BridgeInterceptor.kt:83) T at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:109) c at okhttp3.internal.http.RetryAndFollowUpInterceptor.intercept(RetryAndFollowUpInterceptor.kt:76) T at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:109) a at okhttp3.internal.connection.RealCall.getResponseWithInterceptorChain$okhttp(RealCall.kt:201) H 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) 4 at java.base/java.lang.Thread.run(Thread.java:840)  NApr 23, 2025 2:32:31 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://inaccessible/UmAppDatabase/ - endpoint=http://inaccessible/UmAppDatabase/] getRemoteNodeId : exception getting remote node id ,java.net.UnknownHostException: inaccessible 5 at _COROUTINE._BOUNDARY._(CoroutineDebugging.kt:42) V at io.ktor.client.engine.okhttp.OkHttpEngine.executeHttpRequest(OkHttpEngine.kt:103) J at io.ktor.client.engine.okhttp.OkHttpEngine.execute(OkHttpEngine.kt:70) l at io.ktor.client.engine.HttpClientEngine$executeWithinCallContext$2.invokeSuspend(HttpClientEngine.kt:99) j at io.ktor.client.engine.HttpClientEngine$DefaultImpls.executeWithinCallContext(HttpClientEngine.kt:100) [ at io.ktor.client.engine.HttpClientEngine$install$1.invokeSuspend(HttpClientEngine.kt:70) K at io.ktor.client.plugins.HttpSend$DefaultSender.execute(HttpSend.kt:138) Z at io.ktor.client.plugins.HttpTimeout$Plugin$install$1.invokeSuspend(HttpTimeout.kt:174) [ at io.ktor.client.plugins.HttpRedirect$Plugin$install$1.invokeSuspend(HttpRedirect.kt:64) i at io.ktor.client.plugins.HttpCallValidator$Companion$install$3.invokeSuspend(HttpCallValidator.kt:151) T at io.ktor.client.plugins.HttpSend$Plugin$install$1.invokeSuspend(HttpSend.kt:104) i at io.ktor.client.plugins.HttpCallValidator$Companion$install$1.invokeSuspend(HttpCallValidator.kt:130) k at io.ktor.client.plugins.HttpRequestLifecycle$Plugin$install$1.invokeSuspend(HttpRequestLifecycle.kt:38) J at io.ktor.client.HttpClient.execute$ktor_client_core(HttpClient.kt:191) O at io.ktor.client.statement.HttpStatement.executeUnsafe(HttpStatement.kt:108) H at io.ktor.client.statement.HttpStatement.execute(HttpStatement.kt:47) } at com.ustadmobile.door.replication.DoorRepositoryReplicationClient$1.invokeSuspend(DoorRepositoryReplicationClient.kt:492) 7Caused by: java.net.UnknownHostException: inaccessible M at java.base/java.net.InetAddress$CachedAddresses.get(InetAddress.java:801) H at java.base/java.net.InetAddress.getAllByName0(InetAddress.java:1533) G at java.base/java.net.InetAddress.getAllByName(InetAddress.java:1385) G at java.base/java.net.InetAddress.getAllByName(InetAddress.java:1306) 6 at okhttp3.Dns$Companion$DnsSystem.lookup(Dns.kt:49) _ at okhttp3.internal.connection.RouteSelector.resetNextInetSocketAddress(RouteSelector.kt:169) N at okhttp3.internal.connection.RouteSelector.nextProxy(RouteSelector.kt:131) H at okhttp3.internal.connection.RouteSelector.next(RouteSelector.kt:73) U at okhttp3.internal.connection.ExchangeFinder.findConnection(ExchangeFinder.kt:205) \ at okhttp3.internal.connection.ExchangeFinder.findHealthyConnection(ExchangeFinder.kt:106) J at okhttp3.internal.connection.ExchangeFinder.find(ExchangeFinder.kt:74) N at okhttp3.internal.connection.RealCall.initExchange$okhttp(RealCall.kt:255) W at okhttp3.internal.connection.ConnectInterceptor.intercept(ConnectInterceptor.kt:32) T at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:109) N at okhttp3.internal.cache.CacheInterceptor.intercept(CacheInterceptor.kt:95) T at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:109) O at okhttp3.internal.http.BridgeInterceptor.intercept(BridgeInterceptor.kt:83) T at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:109) c at okhttp3.internal.http.RetryAndFollowUpInterceptor.intercept(RetryAndFollowUpInterceptor.kt:76) T at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:109) a at okhttp3.internal.connection.RealCall.getResponseWithInterceptorChain$okhttp(RealCall.kt:201) H 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) 4 at java.base/java.lang.Thread.run(Thread.java:840)  NApr 23, 2025 2:32:31 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #2 : SQLite Change Tracker: Changed tables=[UserSession] NApr 23, 2025 2:32:31 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #3 : SQLite Change Tracker: Changed tables=[CoursePermission] NApr 23, 2025 2:32:31 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [NodeEventSseClient localNodeId=7839400481427674373 remoteEndpoint=http://localhost.localdomain:54629/UmAppDatabase/] : onError .java.io.IOException: other event source error d at com.ustadmobile.door.sse.DoorEventSource$eventSourceListener$1.onFailure(DoorEventSource.kt:44) P at okhttp3.internal.sse.RealEventSource.processResponse(RealEventSource.kt:52) K at okhttp3.internal.sse.RealEventSource.onResponse(RealEventSource.kt:46) H at okhttp3.internal.connection.RealCall$AsyncCall.run(RealCall.kt:519) ^ at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) ^ at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) 4 at java.base/java.lang.Thread.run(Thread.java:840)  NApr 23, 2025 2:32:31 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [NodeEventSseClient localNodeId=7839400481427674373 remoteEndpoint=http://localhost.localdomain:54629/UmAppDatabase/] : onError .java.io.IOException: other event source error d at com.ustadmobile.door.sse.DoorEventSource$eventSourceListener$1.onFailure(DoorEventSource.kt:44) P at okhttp3.internal.sse.RealEventSource.processResponse(RealEventSource.kt:52) K at okhttp3.internal.sse.RealEventSource.onResponse(RealEventSource.kt:46) H at okhttp3.internal.connection.RealCall$AsyncCall.run(RealCall.kt:519) ^ at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) ^ at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) 4 at java.base/java.lang.Thread.run(Thread.java:840)  NApr 23, 2025 2:32:31 PM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorEventSource$eventSourceListener$1$onFailure$invokeSuspend - [DoorEventSource@com.ustadmobile.door.sse.DoorEventSource@1e5e4404 - http://localhost.localdomain:54629/UmAppDatabase/replication/sse?door-node=7839400481427674373%2F124ba0ea-ed93-42bc-8bc6-2ac91fbd355b] error: java.io.IOException: other event source error . Attempting to reconnect after 2000ms NApr 23, 2025 2:32:31 PM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorEventSource$eventSourceListener$1$onFailure$invokeSuspend - [DoorEventSource@com.ustadmobile.door.sse.DoorEventSource@1e5e4404 - http://localhost.localdomain:54629/UmAppDatabase/replication/sse?door-node=7839400481427674373%2F124ba0ea-ed93-42bc-8bc6-2ac91fbd355b] error: java.io.IOException: other event source error . Attempting to reconnect after 2000ms NApr 23, 2025 2:32:31 PM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool NApr 23, 2025 2:32:31 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NApr 23, 2025 2:32:31 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NApr 23, 2025 2:32:31 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 : SQLite Change Tracker: Changed tables=[Person, PersonGroup, PersonGroupMember, ScopedGrant, UserSession] NApr 23, 2025 2:32:31 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #2 : SQLite Change Tracker: Changed tables=[UserSession] NApr 23, 2025 2:32:31 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #3 : SQLite Change Tracker: Changed tables=[SystemPermission] NApr 23, 2025 2:32:31 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite:build/tmp/localhost_localdomain_54629_.sqlite] - useNewConnectionAsyncInternal connection #16 : SQLite Change Tracker: Changed tables=[PendingRepositorySession] NApr 23, 2025 2:32:31 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:54629/UmAppDatabase/ - endpoint=http://localhost.localdomain:54629/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:54629/UmAppDatabase/ - endpoint=http://localhost.localdomain:54629/UmAppDatabase/] getRemoteNodeId : server did not provide node id } at com.ustadmobile.door.replication.DoorRepositoryReplicationClient$1.invokeSuspend(DoorRepositoryReplicationClient.kt:275) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  NApr 23, 2025 2:32:31 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:54629/UmAppDatabase/ - endpoint=http://localhost.localdomain:54629/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:54629/UmAppDatabase/ - endpoint=http://localhost.localdomain:54629/UmAppDatabase/] getRemoteNodeId : server did not provide node id } at com.ustadmobile.door.replication.DoorRepositoryReplicationClient$1.invokeSuspend(DoorRepositoryReplicationClient.kt:275) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  NApr 23, 2025 2:32:31 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [NodeEventSseClient localNodeId=5996167274536851170 remoteEndpoint=http://localhost.localdomain:38287/UmAppDatabase/] : onError .java.io.IOException: other event source error d at com.ustadmobile.door.sse.DoorEventSource$eventSourceListener$1.onFailure(DoorEventSource.kt:44) P at okhttp3.internal.sse.RealEventSource.processResponse(RealEventSource.kt:52) K at okhttp3.internal.sse.RealEventSource.onResponse(RealEventSource.kt:46) H at okhttp3.internal.connection.RealCall$AsyncCall.run(RealCall.kt:519) ^ at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) ^ at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) 4 at java.base/java.lang.Thread.run(Thread.java:840)  NApr 23, 2025 2:32:31 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [NodeEventSseClient localNodeId=5996167274536851170 remoteEndpoint=http://localhost.localdomain:38287/UmAppDatabase/] : onError .java.io.IOException: other event source error d at com.ustadmobile.door.sse.DoorEventSource$eventSourceListener$1.onFailure(DoorEventSource.kt:44) P at okhttp3.internal.sse.RealEventSource.processResponse(RealEventSource.kt:52) K at okhttp3.internal.sse.RealEventSource.onResponse(RealEventSource.kt:46) H at okhttp3.internal.connection.RealCall$AsyncCall.run(RealCall.kt:519) ^ at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) ^ at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) 4 at java.base/java.lang.Thread.run(Thread.java:840)  NApr 23, 2025 2:32:31 PM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorEventSource$eventSourceListener$1$onFailure$invokeSuspend - [DoorEventSource@com.ustadmobile.door.sse.DoorEventSource@13a63313 - http://localhost.localdomain:38287/UmAppDatabase/replication/sse?door-node=5996167274536851170%2Fac14360e-8466-4dee-ad40-509bfd7c4ba7] error: java.io.IOException: other event source error . Attempting to reconnect after 2000ms NApr 23, 2025 2:32:31 PM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorEventSource$eventSourceListener$1$onFailure$invokeSuspend - [DoorEventSource@com.ustadmobile.door.sse.DoorEventSource@13a63313 - http://localhost.localdomain:38287/UmAppDatabase/replication/sse?door-node=5996167274536851170%2Fac14360e-8466-4dee-ad40-509bfd7c4ba7] error: java.io.IOException: other event source error . Attempting to reconnect after 2000ms NApr 23, 2025 2:32:31 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite:build/tmp/localhost_localdomain_38287_.sqlite] - useNewConnectionAsyncInternal connection #14 : SQLite Change Tracker: Changed tables=[PendingRepositorySession] NApr 23, 2025 2:32:31 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:38287/UmAppDatabase/ - endpoint=http://localhost.localdomain:38287/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:38287/UmAppDatabase/ - endpoint=http://localhost.localdomain:38287/UmAppDatabase/] getRemoteNodeId : server did not provide node id } at com.ustadmobile.door.replication.DoorRepositoryReplicationClient$1.invokeSuspend(DoorRepositoryReplicationClient.kt:275) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  NApr 23, 2025 2:32:31 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:38287/UmAppDatabase/ - endpoint=http://localhost.localdomain:38287/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:38287/UmAppDatabase/ - endpoint=http://localhost.localdomain:38287/UmAppDatabase/] getRemoteNodeId : server did not provide node id } at com.ustadmobile.door.replication.DoorRepositoryReplicationClient$1.invokeSuspend(DoorRepositoryReplicationClient.kt:275) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  NApr 23, 2025 2:32:31 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ZFINE: FINER ClazzEditViewModel$onClickSave$invokeSuspend - onClickSave: start transaction NApr 23, 2025 2:32:31 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [NodeEventSseClient localNodeId=1300342632182372182 remoteEndpoint=http://localhost.localdomain:60363/UmAppDatabase/] : onError .java.io.IOException: other event source error d at com.ustadmobile.door.sse.DoorEventSource$eventSourceListener$1.onFailure(DoorEventSource.kt:44) P at okhttp3.internal.sse.RealEventSource.processResponse(RealEventSource.kt:52) K at okhttp3.internal.sse.RealEventSource.onResponse(RealEventSource.kt:46) H at okhttp3.internal.connection.RealCall$AsyncCall.run(RealCall.kt:519) ^ at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) ^ at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) 4 at java.base/java.lang.Thread.run(Thread.java:840)  NApr 23, 2025 2:32:31 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [NodeEventSseClient localNodeId=1300342632182372182 remoteEndpoint=http://localhost.localdomain:60363/UmAppDatabase/] : onError .java.io.IOException: other event source error d at com.ustadmobile.door.sse.DoorEventSource$eventSourceListener$1.onFailure(DoorEventSource.kt:44) P at okhttp3.internal.sse.RealEventSource.processResponse(RealEventSource.kt:52) K at okhttp3.internal.sse.RealEventSource.onResponse(RealEventSource.kt:46) H at okhttp3.internal.connection.RealCall$AsyncCall.run(RealCall.kt:519) ^ at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) ^ at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) 4 at java.base/java.lang.Thread.run(Thread.java:840)  NApr 23, 2025 2:32:31 PM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorEventSource$eventSourceListener$1$onFailure$invokeSuspend - [DoorEventSource@com.ustadmobile.door.sse.DoorEventSource@71901f84 - http://localhost.localdomain:60363/UmAppDatabase/replication/sse?door-node=1300342632182372182%2F2fd6a754-bf38-4206-9b07-524558f03d1e] error: java.io.IOException: other event source error . Attempting to reconnect after 2000ms NApr 23, 2025 2:32:31 PM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorEventSource$eventSourceListener$1$onFailure$invokeSuspend - [DoorEventSource@com.ustadmobile.door.sse.DoorEventSource@71901f84 - http://localhost.localdomain:60363/UmAppDatabase/replication/sse?door-node=1300342632182372182%2F2fd6a754-bf38-4206-9b07-524558f03d1e] error: java.io.IOException: other event source error . Attempting to reconnect after 2000ms NApr 23, 2025 2:32:31 PM com.ustadmobile.core.util.NapierAntilogJvm performLog _FINE: FINER ClazzEditViewModel$onClickSave$invokeSuspend - onClickSave: transaction block done NApr 23, 2025 2:32:31 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #6 : SQLite Change Tracker: Changed tables=[Clazz, CoursePermission] NApr 23, 2025 2:32:31 PM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool NApr 23, 2025 2:32:31 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite:build/tmp/localhost_localdomain_60363_.sqlite] - useNewConnectionAsyncInternal connection #11 : SQLite Change Tracker: Changed tables=[PendingRepositorySession] NApr 23, 2025 2:32:31 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:60363/UmAppDatabase/ - endpoint=http://localhost.localdomain:60363/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:60363/UmAppDatabase/ - endpoint=http://localhost.localdomain:60363/UmAppDatabase/] getRemoteNodeId : server did not provide node id } at com.ustadmobile.door.replication.DoorRepositoryReplicationClient$1.invokeSuspend(DoorRepositoryReplicationClient.kt:275) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  NApr 23, 2025 2:32:31 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:60363/UmAppDatabase/ - endpoint=http://localhost.localdomain:60363/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:60363/UmAppDatabase/ - endpoint=http://localhost.localdomain:60363/UmAppDatabase/] getRemoteNodeId : server did not provide node id } at com.ustadmobile.door.replication.DoorRepositoryReplicationClient$1.invokeSuspend(DoorRepositoryReplicationClient.kt:275) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  NApr 23, 2025 2:32:31 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NApr 23, 2025 2:32:31 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NApr 23, 2025 2:32:31 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite:build/tmp/localhost_localdomain_46465_.sqlite] - useNewConnectionAsyncInternal connection #4 : SQLite Change Tracker: Changed tables=[PendingRepositorySession] NApr 23, 2025 2:32:31 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:46465/UmAppDatabase/ - endpoint=http://localhost.localdomain:46465/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:46465/UmAppDatabase/ - endpoint=http://localhost.localdomain:46465/UmAppDatabase/] getRemoteNodeId : server did not provide node id } at com.ustadmobile.door.replication.DoorRepositoryReplicationClient$1.invokeSuspend(DoorRepositoryReplicationClient.kt:275) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  NApr 23, 2025 2:32:31 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:46465/UmAppDatabase/ - endpoint=http://localhost.localdomain:46465/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:46465/UmAppDatabase/ - endpoint=http://localhost.localdomain:46465/UmAppDatabase/] getRemoteNodeId : server did not provide node id } at com.ustadmobile.door.replication.DoorRepositoryReplicationClient$1.invokeSuspend(DoorRepositoryReplicationClient.kt:275) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  NApr 23, 2025 2:32:31 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 : SQLite Change Tracker: Changed tables=[UserSession] NApr 23, 2025 2:32:31 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #2 : SQLite Change Tracker: Changed tables=[Person, PersonGroup, PersonGroupMember, ScopedGrant, UserSession] NApr 23, 2025 2:32:31 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #3 : SQLite Change Tracker: Changed tables=[ScopedGrant] NApr 23, 2025 2:32:31 PM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool NApr 23, 2025 2:32:31 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NApr 23, 2025 2:32:31 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NApr 23, 2025 2:32:31 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 : SQLite Change Tracker: Changed tables=[UserSession] NApr 23, 2025 2:32:32 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite:build/tmp/localhost_localdomain_39375_.sqlite] - useNewConnectionAsyncInternal connection #15 : SQLite Change Tracker: Changed tables=[PendingRepositorySession] NApr 23, 2025 2:32:32 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:39375/UmAppDatabase/ - endpoint=http://localhost.localdomain:39375/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:39375/UmAppDatabase/ - endpoint=http://localhost.localdomain:39375/UmAppDatabase/] getRemoteNodeId : server did not provide node id } at com.ustadmobile.door.replication.DoorRepositoryReplicationClient$1.invokeSuspend(DoorRepositoryReplicationClient.kt:275) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  NApr 23, 2025 2:32:32 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:39375/UmAppDatabase/ - endpoint=http://localhost.localdomain:39375/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:39375/UmAppDatabase/ - endpoint=http://localhost.localdomain:39375/UmAppDatabase/] getRemoteNodeId : server did not provide node id } at com.ustadmobile.door.replication.DoorRepositoryReplicationClient$1.invokeSuspend(DoorRepositoryReplicationClient.kt:275) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  NApr 23, 2025 2:32:32 PM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool NApr 23, 2025 2:32:32 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [NodeEventSseClient localNodeId=2288021498854307691 remoteEndpoint=http://localhost.localdomain:48975/UmAppDatabase/] : onError .java.io.IOException: other event source error d at com.ustadmobile.door.sse.DoorEventSource$eventSourceListener$1.onFailure(DoorEventSource.kt:44) P at okhttp3.internal.sse.RealEventSource.processResponse(RealEventSource.kt:52) K at okhttp3.internal.sse.RealEventSource.onResponse(RealEventSource.kt:46) H at okhttp3.internal.connection.RealCall$AsyncCall.run(RealCall.kt:519) ^ at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) ^ at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) 4 at java.base/java.lang.Thread.run(Thread.java:840)  NApr 23, 2025 2:32:32 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [NodeEventSseClient localNodeId=2288021498854307691 remoteEndpoint=http://localhost.localdomain:48975/UmAppDatabase/] : onError .java.io.IOException: other event source error d at com.ustadmobile.door.sse.DoorEventSource$eventSourceListener$1.onFailure(DoorEventSource.kt:44) P at okhttp3.internal.sse.RealEventSource.processResponse(RealEventSource.kt:52) K at okhttp3.internal.sse.RealEventSource.onResponse(RealEventSource.kt:46) H at okhttp3.internal.connection.RealCall$AsyncCall.run(RealCall.kt:519) ^ at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) ^ at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) 4 at java.base/java.lang.Thread.run(Thread.java:840)  NApr 23, 2025 2:32:32 PM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorEventSource$eventSourceListener$1$onFailure$invokeSuspend - [DoorEventSource@com.ustadmobile.door.sse.DoorEventSource@2f2c412a - http://localhost.localdomain:48975/UmAppDatabase/replication/sse?door-node=2288021498854307691%2Ff16586cd-8e5a-4ae5-bd2a-ee8f4f6bec1b] error: java.io.IOException: other event source error . Attempting to reconnect after 2000ms NApr 23, 2025 2:32:32 PM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorEventSource$eventSourceListener$1$onFailure$invokeSuspend - [DoorEventSource@com.ustadmobile.door.sse.DoorEventSource@2f2c412a - http://localhost.localdomain:48975/UmAppDatabase/replication/sse?door-node=2288021498854307691%2Ff16586cd-8e5a-4ae5-bd2a-ee8f4f6bec1b] error: java.io.IOException: other event source error . Attempting to reconnect after 2000ms NApr 23, 2025 2:32:32 PM com.ustadmobile.core.util.NapierAntilogJvm performLog PINFO: INFO DoorLog - [DatabaseBuilder.build - serverdb] database build complete NApr 23, 2025 2:32:32 PM com.ustadmobile.core.util.NapierAntilogJvm performLog PINFO: INFO DoorLog - [DatabaseBuilder.build - serverdb] database build complete NApr 23, 2025 2:32:32 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite:build/tmp/localhost_localdomain_48975_.sqlite] - useNewConnectionAsyncInternal connection #7 : SQLite Change Tracker: Changed tables=[PendingRepositorySession] NApr 23, 2025 2:32:32 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:48975/UmAppDatabase/ - endpoint=http://localhost.localdomain:48975/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:48975/UmAppDatabase/ - endpoint=http://localhost.localdomain:48975/UmAppDatabase/] getRemoteNodeId : server did not provide node id } at com.ustadmobile.door.replication.DoorRepositoryReplicationClient$1.invokeSuspend(DoorRepositoryReplicationClient.kt:275) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  NApr 23, 2025 2:32:32 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:48975/UmAppDatabase/ - endpoint=http://localhost.localdomain:48975/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:48975/UmAppDatabase/ - endpoint=http://localhost.localdomain:48975/UmAppDatabase/] getRemoteNodeId : server did not provide node id } at com.ustadmobile.door.replication.DoorRepositoryReplicationClient$1.invokeSuspend(DoorRepositoryReplicationClient.kt:275) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  NApr 23, 2025 2:32:32 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - serverdb] - useNewConnectionAsyncInternal connection #1 : SQLite Change Tracker: Changed tables=[PersonGroup] NApr 23, 2025 2:32:32 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - serverdb] - useNewConnectionAsyncInternal connection #2 : SQLite Change Tracker: Changed tables=[Person] NApr 23, 2025 2:32:32 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - serverdb] - useNewConnectionAsyncInternal connection #3 : SQLite Change Tracker: Changed tables=[PersonGroupMember] NApr 23, 2025 2:32:32 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - serverdb] - useNewConnectionAsyncInternal connection #4 : SQLite Change Tracker: Changed tables=[ScopedGrant] NApr 23, 2025 2:32:32 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - serverdb] - useNewConnectionAsyncInternal connection #6 : SQLite Change Tracker: Changed tables=[PersonAuth2] NApr 23, 2025 2:32:32 PM com.ustadmobile.core.util.NapierAntilogJvm performLog OINFO: INFO DoorLog - [DatabaseBuilder.build - client0] database build complete NApr 23, 2025 2:32:32 PM com.ustadmobile.core.util.NapierAntilogJvm performLog OINFO: INFO DoorLog - [DatabaseBuilder.build - client0] database build complete NApr 23, 2025 2:32:32 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [DoorRepositoryReplicationClient - http://localhost:34059/UmAppDatabase/ - endpoint=http://localhost:34059/UmAppDatabase/] init NApr 23, 2025 2:32:32 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - client0] - useNewConnectionAsyncInternal connection #1 : SQLite Change Tracker: Changed tables=[PendingRepositorySession] NApr 23, 2025 2:32:32 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite:build/tmp/localhost_localdomain_36457_.sqlite] - useNewConnectionAsyncInternal connection #4 : SQLite Change Tracker: Changed tables=[PendingRepositorySession] NApr 23, 2025 2:32:32 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:36457/UmAppDatabase/ - endpoint=http://localhost.localdomain:36457/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:36457/UmAppDatabase/ - endpoint=http://localhost.localdomain:36457/UmAppDatabase/] getRemoteNodeId : server did not provide node id } at com.ustadmobile.door.replication.DoorRepositoryReplicationClient$1.invokeSuspend(DoorRepositoryReplicationClient.kt:275) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  NApr 23, 2025 2:32:32 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:36457/UmAppDatabase/ - endpoint=http://localhost.localdomain:36457/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:36457/UmAppDatabase/ - endpoint=http://localhost.localdomain:36457/UmAppDatabase/] getRemoteNodeId : server did not provide node id } at com.ustadmobile.door.replication.DoorRepositoryReplicationClient$1.invokeSuspend(DoorRepositoryReplicationClient.kt:275) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  NApr 23, 2025 2:32:32 PM com.ustadmobile.core.util.NapierAntilogJvm performLog OINFO: INFO DoorLog - [DatabaseBuilder.build - client1] database build complete NApr 23, 2025 2:32:32 PM com.ustadmobile.core.util.NapierAntilogJvm performLog OINFO: INFO DoorLog - [DatabaseBuilder.build - client1] database build complete NApr 23, 2025 2:32:32 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [DoorRepositoryReplicationClient - http://localhost:34059/UmAppDatabase/ - endpoint=http://localhost:34059/UmAppDatabase/] init NApr 23, 2025 2:32:32 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - client0] - useNewConnectionAsyncInternal connection #2 : SQLite Change Tracker: Changed tables=[PendingRepositorySession] NApr 23, 2025 2:32:32 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - client0] - useNewConnectionAsyncInternal connection #3 : SQLite Change Tracker: Changed tables=[] NApr 23, 2025 2:32:32 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - client1] - useNewConnectionAsyncInternal connection #1 : SQLite Change Tracker: Changed tables=[PendingRepositorySession] NApr 23, 2025 2:32:32 PM com.ustadmobile.core.util.NapierAntilogJvm performLog OINFO: INFO DoorLog - [DatabaseBuilder.build - client2] database build complete NApr 23, 2025 2:32:32 PM com.ustadmobile.core.util.NapierAntilogJvm performLog OINFO: INFO DoorLog - [DatabaseBuilder.build - client2] database build complete NApr 23, 2025 2:32:32 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [DoorRepositoryReplicationClient - http://localhost:34059/UmAppDatabase/ - endpoint=http://localhost:34059/UmAppDatabase/] init NApr 23, 2025 2:32:32 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - client1] - useNewConnectionAsyncInternal connection #2 : SQLite Change Tracker: Changed tables=[PendingRepositorySession] NApr 23, 2025 2:32:32 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - serverdb] - useNewConnectionAsyncInternal connection #10 : SQLite Change Tracker: Changed tables=[Clazz, ClazzAssignment, CourseBlock, CoursePermission] NApr 23, 2025 2:32:32 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - client1] - useNewConnectionAsyncInternal connection #3 : SQLite Change Tracker: Changed tables=[] NApr 23, 2025 2:32:32 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - serverdb] - useNewConnectionAsyncInternal connection #11 : SQLite Change Tracker: Changed tables=[Person, SystemPermission] NApr 23, 2025 2:32:32 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - client2] - useNewConnectionAsyncInternal connection #1 : SQLite Change Tracker: Changed tables=[PendingRepositorySession] NApr 23, 2025 2:32:32 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - client2] - useNewConnectionAsyncInternal connection #2 : SQLite Change Tracker: Changed tables=[PendingRepositorySession] NApr 23, 2025 2:32:32 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - client2] - useNewConnectionAsyncInternal connection #3 : SQLite Change Tracker: Changed tables=[] NApr 23, 2025 2:32:32 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - serverdb] - useNewConnectionAsyncInternal connection #13 : SQLite Change Tracker: Changed tables=[PersonAuth2] NApr 23, 2025 2:32:32 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - client0] - useNewConnectionAsyncInternal connection #4 : SQLite Change Tracker: Changed tables=[UserSession] NApr 23, 2025 2:32:32 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - client0] - useNewConnectionAsyncInternal connection #5 : SQLite Change Tracker: Changed tables=[Person, ReplicationOperation] NApr 23, 2025 2:32:32 PM com.ustadmobile.core.util.NapierAntilogJvm performLog yFINE: FINER DoorLog - [NodeEventManager - client0] receiveMessage with 1 replications: inserts done/transaction finished NApr 23, 2025 2:32:32 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - client0] - useNewConnectionAsyncInternal connection #8 : SQLite Change Tracker: Changed tables=[Site, ReplicationOperation] NApr 23, 2025 2:32:32 PM com.ustadmobile.core.util.NapierAntilogJvm performLog yFINE: FINER DoorLog - [NodeEventManager - client0] receiveMessage with 1 replications: inserts done/transaction finished NApr 23, 2025 2:32:32 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - client0] - useNewConnectionAsyncInternal connection #10 : SQLite Change Tracker: Changed tables=[UserSession, OutgoingReplication] NApr 23, 2025 2:32:32 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [NodeEventJdbcImplListenerSqlite - client0] emitting 1 events com.ustadmobile.door.nodeevent.NodeEvent@23ea4c72 NApr 23, 2025 2:32:32 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - client0] - useNewConnectionAsyncInternal connection #11 : SQLite Change Tracker: Changed tables=[] NApr 23, 2025 2:32:32 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - serverdb] - useNewConnectionAsyncInternal connection #19 : SQLite Change Tracker: Changed tables=[Person, SystemPermission] NApr 23, 2025 2:32:32 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - serverdb] - useNewConnectionAsyncInternal connection #21 : SQLite Change Tracker: Changed tables=[UserSession, ReplicationOperation] NApr 23, 2025 2:32:32 PM com.ustadmobile.core.util.NapierAntilogJvm performLog zFINE: FINER DoorLog - [NodeEventManager - serverdb] receiveMessage with 1 replications: inserts done/transaction finished NApr 23, 2025 2:32:32 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - client0] - useNewConnectionAsyncInternal connection #12 : SQLite Change Tracker: Changed tables=[OutgoingReplication] NApr 23, 2025 2:32:32 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - serverdb] - useNewConnectionAsyncInternal connection #22 : SQLite Change Tracker: Changed tables=[PersonAuth2] NApr 23, 2025 2:32:32 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - client1] - useNewConnectionAsyncInternal connection #4 : SQLite Change Tracker: Changed tables=[UserSession] NApr 23, 2025 2:32:32 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - client1] - useNewConnectionAsyncInternal connection #5 : SQLite Change Tracker: Changed tables=[Person, ReplicationOperation] NApr 23, 2025 2:32:32 PM com.ustadmobile.core.util.NapierAntilogJvm performLog yFINE: FINER DoorLog - [NodeEventManager - client1] receiveMessage with 1 replications: inserts done/transaction finished NApr 23, 2025 2:32:32 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - client1] - useNewConnectionAsyncInternal connection #8 : SQLite Change Tracker: Changed tables=[Site, ReplicationOperation] NApr 23, 2025 2:32:32 PM com.ustadmobile.core.util.NapierAntilogJvm performLog yFINE: FINER DoorLog - [NodeEventManager - client1] receiveMessage with 1 replications: inserts done/transaction finished NApr 23, 2025 2:32:32 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - client1] - useNewConnectionAsyncInternal connection #10 : SQLite Change Tracker: Changed tables=[UserSession, OutgoingReplication] NApr 23, 2025 2:32:32 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [NodeEventJdbcImplListenerSqlite - client1] emitting 1 events com.ustadmobile.door.nodeevent.NodeEvent@4edb77ef NApr 23, 2025 2:32:32 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - client1] - useNewConnectionAsyncInternal connection #11 : SQLite Change Tracker: Changed tables=[] NApr 23, 2025 2:32:32 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - serverdb] - useNewConnectionAsyncInternal connection #28 : SQLite Change Tracker: Changed tables=[ClazzEnrolment] NApr 23, 2025 2:32:32 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - serverdb] - useNewConnectionAsyncInternal connection #29 : SQLite Change Tracker: Changed tables=[ClazzEnrolment] NApr 23, 2025 2:32:32 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - serverdb] - useNewConnectionAsyncInternal connection #30 : SQLite Change Tracker: Changed tables=[UserSession, ReplicationOperation] NApr 23, 2025 2:32:32 PM com.ustadmobile.core.util.NapierAntilogJvm performLog zFINE: FINER DoorLog - [NodeEventManager - serverdb] receiveMessage with 1 replications: inserts done/transaction finished NApr 23, 2025 2:32:32 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - client1] - useNewConnectionAsyncInternal connection #12 : SQLite Change Tracker: Changed tables=[OutgoingReplication] NApr 23, 2025 2:32:32 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite:build/tmp/localhost_localdomain_49937_.sqlite] - useNewConnectionAsyncInternal connection #4 : SQLite Change Tracker: Changed tables=[PendingRepositorySession] NApr 23, 2025 2:32:32 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:49937/UmAppDatabase/ - endpoint=http://localhost.localdomain:49937/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:49937/UmAppDatabase/ - endpoint=http://localhost.localdomain:49937/UmAppDatabase/] getRemoteNodeId : server did not provide node id } at com.ustadmobile.door.replication.DoorRepositoryReplicationClient$1.invokeSuspend(DoorRepositoryReplicationClient.kt:275) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  NApr 23, 2025 2:32:32 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:49937/UmAppDatabase/ - endpoint=http://localhost.localdomain:49937/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:49937/UmAppDatabase/ - endpoint=http://localhost.localdomain:49937/UmAppDatabase/] getRemoteNodeId : server did not provide node id } at com.ustadmobile.door.replication.DoorRepositoryReplicationClient$1.invokeSuspend(DoorRepositoryReplicationClient.kt:275) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  NApr 23, 2025 2:32:32 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - client0] - useNewConnectionAsyncInternal connection #19 : SQLite Change Tracker: Changed tables=[Clazz, ReplicationOperation] NApr 23, 2025 2:32:32 PM com.ustadmobile.core.util.NapierAntilogJvm performLog yFINE: FINER DoorLog - [NodeEventManager - client0] receiveMessage with 1 replications: inserts done/transaction finished NApr 23, 2025 2:32:32 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - client0] - useNewConnectionAsyncInternal connection #20 : SQLite Change Tracker: Changed tables=[] NApr 23, 2025 2:32:32 PM com.ustadmobile.core.util.NapierAntilogJvm performLog yFINE: FINER DoorLog - [NodeEventManager - client0] receiveMessage with 0 replications: inserts done/transaction finished NApr 23, 2025 2:32:32 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - client0] - useNewConnectionAsyncInternal connection #21 : SQLite Change Tracker: Changed tables=[] NApr 23, 2025 2:32:32 PM com.ustadmobile.core.util.NapierAntilogJvm performLog yFINE: FINER DoorLog - [NodeEventManager - client0] receiveMessage with 0 replications: inserts done/transaction finished NApr 23, 2025 2:32:32 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - client0] - useNewConnectionAsyncInternal connection #22 : SQLite Change Tracker: Changed tables=[] NApr 23, 2025 2:32:32 PM com.ustadmobile.core.util.NapierAntilogJvm performLog yFINE: FINER DoorLog - [NodeEventManager - client0] receiveMessage with 0 replications: inserts done/transaction finished NApr 23, 2025 2:32:32 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - client0] - useNewConnectionAsyncInternal connection #24 : SQLite Change Tracker: Changed tables=[ClazzEnrolment, ClazzAssignment, CourseBlock, CoursePermission, SystemPermission, ReplicationOperation] NApr 23, 2025 2:32:32 PM com.ustadmobile.core.util.NapierAntilogJvm performLog yFINE: FINER DoorLog - [NodeEventManager - client0] receiveMessage with 6 replications: inserts done/transaction finished NApr 23, 2025 2:32:32 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - client0] - useNewConnectionAsyncInternal connection #29 : SQLite Change Tracker: Changed tables=[ReplicationOperation] NApr 23, 2025 2:32:32 PM com.ustadmobile.core.util.NapierAntilogJvm performLog yFINE: FINER DoorLog - [NodeEventManager - client0] receiveMessage with 2 replications: inserts done/transaction finished NApr 23, 2025 2:32:32 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER SubmitAssignmentUseCase$invoke - SubmitAssignmentUseCase: save to repo for submitterUid=719728081471508481 assignmentUid=719728081471508480 NApr 23, 2025 2:32:32 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - client0] - useNewConnectionAsyncInternal connection #32 : SQLite Change Tracker: Changed tables=[CourseAssignmentSubmission, OutgoingReplication] NApr 23, 2025 2:32:32 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [NodeEventJdbcImplListenerSqlite - client0] emitting 1 events com.ustadmobile.door.nodeevent.NodeEvent@32854eaa NApr 23, 2025 2:32:32 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - client0] - useNewConnectionAsyncInternal connection #33 : SQLite Change Tracker: Changed tables=[] NApr 23, 2025 2:32:32 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - serverdb] - useNewConnectionAsyncInternal connection #42 : SQLite Change Tracker: Changed tables=[CourseAssignmentSubmission, ReplicationOperation] NApr 23, 2025 2:32:32 PM com.ustadmobile.core.util.NapierAntilogJvm performLog zFINE: FINER DoorLog - [NodeEventManager - serverdb] receiveMessage with 1 replications: inserts done/transaction finished NApr 23, 2025 2:32:32 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER ClazzAssignmentIntegrationTest$givenCourseAndAssignmentCreated_whenStudentSubmits_thenTeacherCanMarkAndStudentCanSeeMarkGiven$invokeSuspend - ===TEST teacher can mark student=== NApr 23, 2025 2:32:32 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - client0] - useNewConnectionAsyncInternal connection #37 : SQLite Change Tracker: Changed tables=[OutgoingReplication] NApr 23, 2025 2:32:32 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - client1] - useNewConnectionAsyncInternal connection #14 : SQLite Change Tracker: Changed tables=[ClazzEnrolment, ClazzAssignment, CoursePermission, SystemPermission, ReplicationOperation] NApr 23, 2025 2:32:32 PM com.ustadmobile.core.util.NapierAntilogJvm performLog yFINE: FINER DoorLog - [NodeEventManager - client1] receiveMessage with 5 replications: inserts done/transaction finished NApr 23, 2025 2:32:32 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite:build/tmp/localhost_localdomain_45333_.sqlite] - useNewConnectionAsyncInternal connection #4 : SQLite Change Tracker: Changed tables=[PendingRepositorySession] NApr 23, 2025 2:32:32 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:45333/UmAppDatabase/ - endpoint=http://localhost.localdomain:45333/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:45333/UmAppDatabase/ - endpoint=http://localhost.localdomain:45333/UmAppDatabase/] getRemoteNodeId : server did not provide node id } at com.ustadmobile.door.replication.DoorRepositoryReplicationClient$1.invokeSuspend(DoorRepositoryReplicationClient.kt:275) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  NApr 23, 2025 2:32:32 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:45333/UmAppDatabase/ - endpoint=http://localhost.localdomain:45333/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:45333/UmAppDatabase/ - endpoint=http://localhost.localdomain:45333/UmAppDatabase/] getRemoteNodeId : server did not provide node id } at com.ustadmobile.door.replication.DoorRepositoryReplicationClient$1.invokeSuspend(DoorRepositoryReplicationClient.kt:275) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  NApr 23, 2025 2:32:32 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - client1] - useNewConnectionAsyncInternal connection #21 : SQLite Change Tracker: Changed tables=[Person, ReplicationOperation] NApr 23, 2025 2:32:32 PM com.ustadmobile.core.util.NapierAntilogJvm performLog yFINE: FINER DoorLog - [NodeEventManager - client1] receiveMessage with 1 replications: inserts done/transaction finished NApr 23, 2025 2:32:32 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - client1] - useNewConnectionAsyncInternal connection #22 : SQLite Change Tracker: Changed tables=[CourseAssignmentSubmission, ReplicationOperation] NApr 23, 2025 2:32:32 PM com.ustadmobile.core.util.NapierAntilogJvm performLog yFINE: FINER DoorLog - [NodeEventManager - client1] receiveMessage with 1 replications: inserts done/transaction finished NApr 23, 2025 2:32:32 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - client1] - useNewConnectionAsyncInternal connection #23 : SQLite Change Tracker: Changed tables=[] NApr 23, 2025 2:32:32 PM com.ustadmobile.core.util.NapierAntilogJvm performLog yFINE: FINER DoorLog - [NodeEventManager - client1] receiveMessage with 0 replications: inserts done/transaction finished NApr 23, 2025 2:32:32 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - client1] - useNewConnectionAsyncInternal connection #24 : SQLite Change Tracker: Changed tables=[] NApr 23, 2025 2:32:32 PM com.ustadmobile.core.util.NapierAntilogJvm performLog yFINE: FINER DoorLog - [NodeEventManager - client1] receiveMessage with 0 replications: inserts done/transaction finished NApr 23, 2025 2:32:32 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - client1] - useNewConnectionAsyncInternal connection #25 : SQLite Change Tracker: Changed tables=[CourseBlock, ReplicationOperation] NApr 23, 2025 2:32:32 PM com.ustadmobile.core.util.NapierAntilogJvm performLog yFINE: FINER DoorLog - [NodeEventManager - client1] receiveMessage with 2 replications: inserts done/transaction finished NApr 23, 2025 2:32:32 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER ClazzAssignmentIntegrationTest$givenCourseAndAssignmentCreated_whenStudentSubmits_thenTeacherCanMarkAndStudentCanSeeMarkGiven$invokeSuspend - ===SUBMIT MARK=== NApr 23, 2025 2:32:32 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - client1] - useNewConnectionAsyncInternal connection #30 : SQLite Change Tracker: Changed tables=[ClazzEnrolment, ReplicationOperation] NApr 23, 2025 2:32:32 PM com.ustadmobile.core.util.NapierAntilogJvm performLog yFINE: FINER DoorLog - [NodeEventManager - client1] receiveMessage with 5 replications: inserts done/transaction finished NApr 23, 2025 2:32:32 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - client1] - useNewConnectionAsyncInternal connection #33 : SQLite Change Tracker: Changed tables=[ReplicationOperation] NApr 23, 2025 2:32:32 PM com.ustadmobile.core.util.NapierAntilogJvm performLog yFINE: FINER DoorLog - [NodeEventManager - client1] receiveMessage with 1 replications: inserts done/transaction finished NApr 23, 2025 2:32:32 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - client1] - useNewConnectionAsyncInternal connection #35 : SQLite Change Tracker: Changed tables=[CourseAssignmentMark, OutgoingReplication] NApr 23, 2025 2:32:32 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [NodeEventJdbcImplListenerSqlite - client1] emitting 1 events com.ustadmobile.door.nodeevent.NodeEvent@7e6fbf6a NApr 23, 2025 2:32:32 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - client1] - useNewConnectionAsyncInternal connection #36 : SQLite Change Tracker: Changed tables=[] NApr 23, 2025 2:32:32 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER ClazzAssignmentIntegrationTest$givenCourseAndAssignmentCreated_whenStudentSubmits_thenTeacherCanMarkAndStudentCanSeeMarkGiven$invokeSuspend - ===DONE/CANCEL=== NApr 23, 2025 2:32:32 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - serverdb] - useNewConnectionAsyncInternal connection #61 : SQLite Change Tracker: Changed tables=[CourseAssignmentMark, ReplicationOperation] NApr 23, 2025 2:32:32 PM com.ustadmobile.core.util.NapierAntilogJvm performLog zFINE: FINER DoorLog - [NodeEventManager - serverdb] receiveMessage with 1 replications: inserts done/transaction finished NApr 23, 2025 2:32:32 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - client1] - useNewConnectionAsyncInternal connection #38 : SQLite Change Tracker: Changed tables=[OutgoingReplication] NApr 23, 2025 2:32:32 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - client0] - useNewConnectionAsyncInternal connection #44 : SQLite Change Tracker: Changed tables=[ReplicationOperation] NApr 23, 2025 2:32:32 PM com.ustadmobile.core.util.NapierAntilogJvm performLog yFINE: FINER DoorLog - [NodeEventManager - client0] receiveMessage with 1 replications: inserts done/transaction finished NApr 23, 2025 2:32:32 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - client0] - useNewConnectionAsyncInternal connection #45 : SQLite Change Tracker: Changed tables=[ReplicationOperation] NApr 23, 2025 2:32:32 PM com.ustadmobile.core.util.NapierAntilogJvm performLog yFINE: FINER DoorLog - [NodeEventManager - client0] receiveMessage with 1 replications: inserts done/transaction finished NApr 23, 2025 2:32:32 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite:build/tmp/inaccessible_.sqlite] - useNewConnectionAsyncInternal connection #4 : SQLite Change Tracker: Changed tables=[PendingRepositorySession] NApr 23, 2025 2:32:32 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://inaccessible/UmAppDatabase/ - endpoint=http://inaccessible/UmAppDatabase/] getRemoteNodeId : exception getting remote node id ,java.net.UnknownHostException: inaccessible 5 at _COROUTINE._BOUNDARY._(CoroutineDebugging.kt:42) V at io.ktor.client.engine.okhttp.OkHttpEngine.executeHttpRequest(OkHttpEngine.kt:103) J at io.ktor.client.engine.okhttp.OkHttpEngine.execute(OkHttpEngine.kt:70) l at io.ktor.client.engine.HttpClientEngine$executeWithinCallContext$2.invokeSuspend(HttpClientEngine.kt:99) j at io.ktor.client.engine.HttpClientEngine$DefaultImpls.executeWithinCallContext(HttpClientEngine.kt:100) [ at io.ktor.client.engine.HttpClientEngine$install$1.invokeSuspend(HttpClientEngine.kt:70) K at io.ktor.client.plugins.HttpSend$DefaultSender.execute(HttpSend.kt:138) Z at io.ktor.client.plugins.HttpTimeout$Plugin$install$1.invokeSuspend(HttpTimeout.kt:174) [ at io.ktor.client.plugins.HttpRedirect$Plugin$install$1.invokeSuspend(HttpRedirect.kt:64) i at io.ktor.client.plugins.HttpCallValidator$Companion$install$3.invokeSuspend(HttpCallValidator.kt:151) T at io.ktor.client.plugins.HttpSend$Plugin$install$1.invokeSuspend(HttpSend.kt:104) i at io.ktor.client.plugins.HttpCallValidator$Companion$install$1.invokeSuspend(HttpCallValidator.kt:130) k at io.ktor.client.plugins.HttpRequestLifecycle$Plugin$install$1.invokeSuspend(HttpRequestLifecycle.kt:38) J at io.ktor.client.HttpClient.execute$ktor_client_core(HttpClient.kt:191) O at io.ktor.client.statement.HttpStatement.executeUnsafe(HttpStatement.kt:108) H at io.ktor.client.statement.HttpStatement.execute(HttpStatement.kt:47) } at com.ustadmobile.door.replication.DoorRepositoryReplicationClient$1.invokeSuspend(DoorRepositoryReplicationClient.kt:492) 7Caused by: java.net.UnknownHostException: inaccessible M at java.base/java.net.InetAddress$CachedAddresses.get(InetAddress.java:801) H at java.base/java.net.InetAddress.getAllByName0(InetAddress.java:1533) G at java.base/java.net.InetAddress.getAllByName(InetAddress.java:1385) G at java.base/java.net.InetAddress.getAllByName(InetAddress.java:1306) 6 at okhttp3.Dns$Companion$DnsSystem.lookup(Dns.kt:49) _ at okhttp3.internal.connection.RouteSelector.resetNextInetSocketAddress(RouteSelector.kt:169) N at okhttp3.internal.connection.RouteSelector.nextProxy(RouteSelector.kt:131) H at okhttp3.internal.connection.RouteSelector.next(RouteSelector.kt:73) U at okhttp3.internal.connection.ExchangeFinder.findConnection(ExchangeFinder.kt:205) \ at okhttp3.internal.connection.ExchangeFinder.findHealthyConnection(ExchangeFinder.kt:106) J at okhttp3.internal.connection.ExchangeFinder.find(ExchangeFinder.kt:74) N at okhttp3.internal.connection.RealCall.initExchange$okhttp(RealCall.kt:255) W at okhttp3.internal.connection.ConnectInterceptor.intercept(ConnectInterceptor.kt:32) T at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:109) N at okhttp3.internal.cache.CacheInterceptor.intercept(CacheInterceptor.kt:95) T at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:109) O at okhttp3.internal.http.BridgeInterceptor.intercept(BridgeInterceptor.kt:83) T at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:109) c at okhttp3.internal.http.RetryAndFollowUpInterceptor.intercept(RetryAndFollowUpInterceptor.kt:76) T at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:109) a at okhttp3.internal.connection.RealCall.getResponseWithInterceptorChain$okhttp(RealCall.kt:201) H 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) 4 at java.base/java.lang.Thread.run(Thread.java:840)  NApr 23, 2025 2:32:32 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://inaccessible/UmAppDatabase/ - endpoint=http://inaccessible/UmAppDatabase/] getRemoteNodeId : exception getting remote node id ,java.net.UnknownHostException: inaccessible 5 at _COROUTINE._BOUNDARY._(CoroutineDebugging.kt:42) V at io.ktor.client.engine.okhttp.OkHttpEngine.executeHttpRequest(OkHttpEngine.kt:103) J at io.ktor.client.engine.okhttp.OkHttpEngine.execute(OkHttpEngine.kt:70) l at io.ktor.client.engine.HttpClientEngine$executeWithinCallContext$2.invokeSuspend(HttpClientEngine.kt:99) j at io.ktor.client.engine.HttpClientEngine$DefaultImpls.executeWithinCallContext(HttpClientEngine.kt:100) [ at io.ktor.client.engine.HttpClientEngine$install$1.invokeSuspend(HttpClientEngine.kt:70) K at io.ktor.client.plugins.HttpSend$DefaultSender.execute(HttpSend.kt:138) Z at io.ktor.client.plugins.HttpTimeout$Plugin$install$1.invokeSuspend(HttpTimeout.kt:174) [ at io.ktor.client.plugins.HttpRedirect$Plugin$install$1.invokeSuspend(HttpRedirect.kt:64) i at io.ktor.client.plugins.HttpCallValidator$Companion$install$3.invokeSuspend(HttpCallValidator.kt:151) T at io.ktor.client.plugins.HttpSend$Plugin$install$1.invokeSuspend(HttpSend.kt:104) i at io.ktor.client.plugins.HttpCallValidator$Companion$install$1.invokeSuspend(HttpCallValidator.kt:130) k at io.ktor.client.plugins.HttpRequestLifecycle$Plugin$install$1.invokeSuspend(HttpRequestLifecycle.kt:38) J at io.ktor.client.HttpClient.execute$ktor_client_core(HttpClient.kt:191) O at io.ktor.client.statement.HttpStatement.executeUnsafe(HttpStatement.kt:108) H at io.ktor.client.statement.HttpStatement.execute(HttpStatement.kt:47) } at com.ustadmobile.door.replication.DoorRepositoryReplicationClient$1.invokeSuspend(DoorRepositoryReplicationClient.kt:492) 7Caused by: java.net.UnknownHostException: inaccessible M at java.base/java.net.InetAddress$CachedAddresses.get(InetAddress.java:801) H at java.base/java.net.InetAddress.getAllByName0(InetAddress.java:1533) G at java.base/java.net.InetAddress.getAllByName(InetAddress.java:1385) G at java.base/java.net.InetAddress.getAllByName(InetAddress.java:1306) 6 at okhttp3.Dns$Companion$DnsSystem.lookup(Dns.kt:49) _ at okhttp3.internal.connection.RouteSelector.resetNextInetSocketAddress(RouteSelector.kt:169) N at okhttp3.internal.connection.RouteSelector.nextProxy(RouteSelector.kt:131) H at okhttp3.internal.connection.RouteSelector.next(RouteSelector.kt:73) U at okhttp3.internal.connection.ExchangeFinder.findConnection(ExchangeFinder.kt:205) \ at okhttp3.internal.connection.ExchangeFinder.findHealthyConnection(ExchangeFinder.kt:106) J at okhttp3.internal.connection.ExchangeFinder.find(ExchangeFinder.kt:74) N at okhttp3.internal.connection.RealCall.initExchange$okhttp(RealCall.kt:255) W at okhttp3.internal.connection.ConnectInterceptor.intercept(ConnectInterceptor.kt:32) T at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:109) N at okhttp3.internal.cache.CacheInterceptor.intercept(CacheInterceptor.kt:95) T at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:109) O at okhttp3.internal.http.BridgeInterceptor.intercept(BridgeInterceptor.kt:83) T at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:109) c at okhttp3.internal.http.RetryAndFollowUpInterceptor.intercept(RetryAndFollowUpInterceptor.kt:76) T at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:109) a at okhttp3.internal.connection.RealCall.getResponseWithInterceptorChain$okhttp(RealCall.kt:201) H 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) 4 at java.base/java.lang.Thread.run(Thread.java:840)  NApr 23, 2025 2:32:32 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - client0] - useNewConnectionAsyncInternal connection #46 : SQLite Change Tracker: Changed tables=[CourseAssignmentMark, ReplicationOperation] NApr 23, 2025 2:32:32 PM com.ustadmobile.core.util.NapierAntilogJvm performLog yFINE: FINER DoorLog - [NodeEventManager - client0] receiveMessage with 1 replications: inserts done/transaction finished NApr 23, 2025 2:32:32 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - client0] - useNewConnectionAsyncInternal connection #47 : SQLite Change Tracker: Changed tables=[] NApr 23, 2025 2:32:32 PM com.ustadmobile.core.util.NapierAntilogJvm performLog yFINE: FINER DoorLog - [NodeEventManager - client0] receiveMessage with 0 replications: inserts done/transaction finished NApr 23, 2025 2:32:32 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - client0] - useNewConnectionAsyncInternal connection #48 : SQLite Change Tracker: Changed tables=[ReplicationOperation] NApr 23, 2025 2:32:32 PM com.ustadmobile.core.util.NapierAntilogJvm performLog yFINE: FINER DoorLog - [NodeEventManager - client0] receiveMessage with 6 replications: inserts done/transaction finished NApr 23, 2025 2:32:32 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [DoorEventSource@com.ustadmobile.door.sse.DoorEventSource@41fdb59c - http://localhost:34059/UmAppDatabase/replication/sse?door-node=0%2Fauth0] close NApr 23, 2025 2:32:32 PM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool NApr 23, 2025 2:32:32 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [DoorEventSource@com.ustadmobile.door.sse.DoorEventSource@41fdb59c - http://localhost:34059/UmAppDatabase/replication/sse?door-node=0%2Fauth0] close NApr 23, 2025 2:32:32 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [DoorEventSource@com.ustadmobile.door.sse.DoorEventSource@3741a170 - http://localhost:34059/UmAppDatabase/replication/sse?door-node=1%2Fauth1] close NApr 23, 2025 2:32:32 PM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool NApr 23, 2025 2:32:32 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [DoorEventSource@com.ustadmobile.door.sse.DoorEventSource@3741a170 - http://localhost:34059/UmAppDatabase/replication/sse?door-node=1%2Fauth1] close NApr 23, 2025 2:32:32 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite:build/tmp/localhost_localdomain_54629_.sqlite] - useNewConnectionAsyncInternal connection #17 : SQLite Change Tracker: Changed tables=[PendingRepositorySession] NApr 23, 2025 2:32:32 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:54629/UmAppDatabase/ - endpoint=http://localhost.localdomain:54629/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:54629/UmAppDatabase/ - endpoint=http://localhost.localdomain:54629/UmAppDatabase/] getRemoteNodeId : server did not provide node id } at com.ustadmobile.door.replication.DoorRepositoryReplicationClient$1.invokeSuspend(DoorRepositoryReplicationClient.kt:275) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  NApr 23, 2025 2:32:32 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:54629/UmAppDatabase/ - endpoint=http://localhost.localdomain:54629/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:54629/UmAppDatabase/ - endpoint=http://localhost.localdomain:54629/UmAppDatabase/] getRemoteNodeId : server did not provide node id } at com.ustadmobile.door.replication.DoorRepositoryReplicationClient$1.invokeSuspend(DoorRepositoryReplicationClient.kt:275) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  NApr 23, 2025 2:32:32 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite:build/tmp/localhost_localdomain_38287_.sqlite] - useNewConnectionAsyncInternal connection #15 : SQLite Change Tracker: Changed tables=[PendingRepositorySession] NApr 23, 2025 2:32:32 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:38287/UmAppDatabase/ - endpoint=http://localhost.localdomain:38287/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:38287/UmAppDatabase/ - endpoint=http://localhost.localdomain:38287/UmAppDatabase/] getRemoteNodeId : server did not provide node id } at com.ustadmobile.door.replication.DoorRepositoryReplicationClient$1.invokeSuspend(DoorRepositoryReplicationClient.kt:275) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  NApr 23, 2025 2:32:32 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:38287/UmAppDatabase/ - endpoint=http://localhost.localdomain:38287/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:38287/UmAppDatabase/ - endpoint=http://localhost.localdomain:38287/UmAppDatabase/] getRemoteNodeId : server did not provide node id } at com.ustadmobile.door.replication.DoorRepositoryReplicationClient$1.invokeSuspend(DoorRepositoryReplicationClient.kt:275) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  NApr 23, 2025 2:32:32 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [NodeEventSseClient localNodeId=403074787121451540 remoteEndpoint=http://localhost.localdomain:46465/UmAppDatabase/] : onError .java.io.IOException: other event source error d at com.ustadmobile.door.sse.DoorEventSource$eventSourceListener$1.onFailure(DoorEventSource.kt:44) P at okhttp3.internal.sse.RealEventSource.processResponse(RealEventSource.kt:52) K at okhttp3.internal.sse.RealEventSource.onResponse(RealEventSource.kt:46) H at okhttp3.internal.connection.RealCall$AsyncCall.run(RealCall.kt:519) ^ at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) ^ at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) 4 at java.base/java.lang.Thread.run(Thread.java:840)  NApr 23, 2025 2:32:32 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [NodeEventSseClient localNodeId=403074787121451540 remoteEndpoint=http://localhost.localdomain:46465/UmAppDatabase/] : onError .java.io.IOException: other event source error d at com.ustadmobile.door.sse.DoorEventSource$eventSourceListener$1.onFailure(DoorEventSource.kt:44) P at okhttp3.internal.sse.RealEventSource.processResponse(RealEventSource.kt:52) K at okhttp3.internal.sse.RealEventSource.onResponse(RealEventSource.kt:46) H at okhttp3.internal.connection.RealCall$AsyncCall.run(RealCall.kt:519) ^ at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) ^ at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) 4 at java.base/java.lang.Thread.run(Thread.java:840)  NApr 23, 2025 2:32:32 PM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorEventSource$eventSourceListener$1$onFailure$invokeSuspend - [DoorEventSource@com.ustadmobile.door.sse.DoorEventSource@74899963 - http://localhost.localdomain:46465/UmAppDatabase/replication/sse?door-node=403074787121451540%2Fa9c613aa-5391-43bd-85ff-5611a3de3e4e] error: java.io.IOException: other event source error . Attempting to reconnect after 2000ms NApr 23, 2025 2:32:32 PM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorEventSource$eventSourceListener$1$onFailure$invokeSuspend - [DoorEventSource@com.ustadmobile.door.sse.DoorEventSource@74899963 - http://localhost.localdomain:46465/UmAppDatabase/replication/sse?door-node=403074787121451540%2Fa9c613aa-5391-43bd-85ff-5611a3de3e4e] error: java.io.IOException: other event source error . Attempting to reconnect after 2000ms NApr 23, 2025 2:32:32 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite:build/tmp/localhost_localdomain_60363_.sqlite] - useNewConnectionAsyncInternal connection #12 : SQLite Change Tracker: Changed tables=[PendingRepositorySession] NApr 23, 2025 2:32:32 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:60363/UmAppDatabase/ - endpoint=http://localhost.localdomain:60363/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:60363/UmAppDatabase/ - endpoint=http://localhost.localdomain:60363/UmAppDatabase/] getRemoteNodeId : server did not provide node id } at com.ustadmobile.door.replication.DoorRepositoryReplicationClient$1.invokeSuspend(DoorRepositoryReplicationClient.kt:275) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  NApr 23, 2025 2:32:32 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:60363/UmAppDatabase/ - endpoint=http://localhost.localdomain:60363/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:60363/UmAppDatabase/ - endpoint=http://localhost.localdomain:60363/UmAppDatabase/] getRemoteNodeId : server did not provide node id } at com.ustadmobile.door.replication.DoorRepositoryReplicationClient$1.invokeSuspend(DoorRepositoryReplicationClient.kt:275) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  NApr 23, 2025 2:32:32 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite:build/tmp/localhost_localdomain_46465_.sqlite] - useNewConnectionAsyncInternal connection #5 : SQLite Change Tracker: Changed tables=[PendingRepositorySession] NApr 23, 2025 2:32:32 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:46465/UmAppDatabase/ - endpoint=http://localhost.localdomain:46465/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:46465/UmAppDatabase/ - endpoint=http://localhost.localdomain:46465/UmAppDatabase/] getRemoteNodeId : server did not provide node id } at com.ustadmobile.door.replication.DoorRepositoryReplicationClient$1.invokeSuspend(DoorRepositoryReplicationClient.kt:275) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  NApr 23, 2025 2:32:32 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:46465/UmAppDatabase/ - endpoint=http://localhost.localdomain:46465/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:46465/UmAppDatabase/ - endpoint=http://localhost.localdomain:46465/UmAppDatabase/] getRemoteNodeId : server did not provide node id } at com.ustadmobile.door.replication.DoorRepositoryReplicationClient$1.invokeSuspend(DoorRepositoryReplicationClient.kt:275) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  NApr 23, 2025 2:32:32 PM com.ustadmobile.core.util.NapierAntilogJvm performLog }WARNING: WARNING DoorLog - [NodeEventSseClient localNodeId=2 remoteEndpoint=http://localhost:34059/UmAppDatabase/] : onError java.io.EOFException ? at okio.RealBufferedSource.require(RealBufferedSource.kt:202) S at okio.RealBufferedSource.readHexadecimalUnsignedLong(RealBufferedSource.kt:384) e at okhttp3.internal.http1.Http1ExchangeCodec$ChunkedSource.readChunkSize(Http1ExchangeCodec.kt:437) \ at okhttp3.internal.http1.Http1ExchangeCodec$ChunkedSource.read(Http1ExchangeCodec.kt:416) R at okhttp3.internal.connection.Exchange$ResponseBodySource.read(Exchange.kt:281) > at okio.RealBufferedSource.select(RealBufferedSource.kt:232) ] at okhttp3.internal.sse.ServerSentEventReader.processNextEvent(ServerSentEventReader.kt:50) P at okhttp3.internal.sse.RealEventSource.processResponse(RealEventSource.kt:75) K at okhttp3.internal.sse.RealEventSource.onResponse(RealEventSource.kt:46) H at okhttp3.internal.connection.RealCall$AsyncCall.run(RealCall.kt:519) ^ at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) ^ at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) 4 at java.base/java.lang.Thread.run(Thread.java:840)  NApr 23, 2025 2:32:32 PM com.ustadmobile.core.util.NapierAntilogJvm performLog }WARNING: WARNING DoorLog - [NodeEventSseClient localNodeId=2 remoteEndpoint=http://localhost:34059/UmAppDatabase/] : onError java.io.EOFException ? at okio.RealBufferedSource.require(RealBufferedSource.kt:202) S at okio.RealBufferedSource.readHexadecimalUnsignedLong(RealBufferedSource.kt:384) e at okhttp3.internal.http1.Http1ExchangeCodec$ChunkedSource.readChunkSize(Http1ExchangeCodec.kt:437) \ at okhttp3.internal.http1.Http1ExchangeCodec$ChunkedSource.read(Http1ExchangeCodec.kt:416) R at okhttp3.internal.connection.Exchange$ResponseBodySource.read(Exchange.kt:281) > at okio.RealBufferedSource.select(RealBufferedSource.kt:232) ] at okhttp3.internal.sse.ServerSentEventReader.processNextEvent(ServerSentEventReader.kt:50) P at okhttp3.internal.sse.RealEventSource.processResponse(RealEventSource.kt:75) K at okhttp3.internal.sse.RealEventSource.onResponse(RealEventSource.kt:46) H at okhttp3.internal.connection.RealCall$AsyncCall.run(RealCall.kt:519) ^ at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) ^ at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) 4 at java.base/java.lang.Thread.run(Thread.java:840)  NApr 23, 2025 2:32:32 PM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorEventSource$eventSourceListener$1$onFailure$invokeSuspend - [DoorEventSource@com.ustadmobile.door.sse.DoorEventSource@50137d3e - http://localhost:34059/UmAppDatabase/replication/sse?door-node=2%2Fauth2] error: java.io.EOFException . Attempting to reconnect after 2000ms NApr 23, 2025 2:32:32 PM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorEventSource$eventSourceListener$1$onFailure$invokeSuspend - [DoorEventSource@com.ustadmobile.door.sse.DoorEventSource@50137d3e - http://localhost:34059/UmAppDatabase/replication/sse?door-node=2%2Fauth2] error: java.io.EOFException . Attempting to reconnect after 2000ms NApr 23, 2025 2:32:32 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [NodeEventSseClient localNodeId=8764284603145151325 remoteEndpoint=http://localhost.localdomain:39375/UmAppDatabase/] : onError .java.io.IOException: other event source error d at com.ustadmobile.door.sse.DoorEventSource$eventSourceListener$1.onFailure(DoorEventSource.kt:44) P at okhttp3.internal.sse.RealEventSource.processResponse(RealEventSource.kt:52) K at okhttp3.internal.sse.RealEventSource.onResponse(RealEventSource.kt:46) H at okhttp3.internal.connection.RealCall$AsyncCall.run(RealCall.kt:519) ^ at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) ^ at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) 4 at java.base/java.lang.Thread.run(Thread.java:840)  NApr 23, 2025 2:32:32 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [NodeEventSseClient localNodeId=8764284603145151325 remoteEndpoint=http://localhost.localdomain:39375/UmAppDatabase/] : onError .java.io.IOException: other event source error d at com.ustadmobile.door.sse.DoorEventSource$eventSourceListener$1.onFailure(DoorEventSource.kt:44) P at okhttp3.internal.sse.RealEventSource.processResponse(RealEventSource.kt:52) K at okhttp3.internal.sse.RealEventSource.onResponse(RealEventSource.kt:46) H at okhttp3.internal.connection.RealCall$AsyncCall.run(RealCall.kt:519) ^ at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) ^ at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) 4 at java.base/java.lang.Thread.run(Thread.java:840)  NApr 23, 2025 2:32:32 PM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorEventSource$eventSourceListener$1$onFailure$invokeSuspend - [DoorEventSource@com.ustadmobile.door.sse.DoorEventSource@73a04949 - http://localhost.localdomain:39375/UmAppDatabase/replication/sse?door-node=8764284603145151325%2F8cf98fb6-d63a-435c-8dcc-c294e5dc9ccc] error: java.io.IOException: other event source error . Attempting to reconnect after 2000ms NApr 23, 2025 2:32:32 PM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorEventSource$eventSourceListener$1$onFailure$invokeSuspend - [DoorEventSource@com.ustadmobile.door.sse.DoorEventSource@73a04949 - http://localhost.localdomain:39375/UmAppDatabase/replication/sse?door-node=8764284603145151325%2F8cf98fb6-d63a-435c-8dcc-c294e5dc9ccc] error: java.io.IOException: other event source error . Attempting to reconnect after 2000ms NApr 23, 2025 2:32:33 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite:build/tmp/localhost_localdomain_39375_.sqlite] - useNewConnectionAsyncInternal connection #16 : SQLite Change Tracker: Changed tables=[PendingRepositorySession] NApr 23, 2025 2:32:33 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:39375/UmAppDatabase/ - endpoint=http://localhost.localdomain:39375/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:39375/UmAppDatabase/ - endpoint=http://localhost.localdomain:39375/UmAppDatabase/] getRemoteNodeId : server did not provide node id } at com.ustadmobile.door.replication.DoorRepositoryReplicationClient$1.invokeSuspend(DoorRepositoryReplicationClient.kt:275) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  NApr 23, 2025 2:32:33 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:39375/UmAppDatabase/ - endpoint=http://localhost.localdomain:39375/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:39375/UmAppDatabase/ - endpoint=http://localhost.localdomain:39375/UmAppDatabase/] getRemoteNodeId : server did not provide node id } at com.ustadmobile.door.replication.DoorRepositoryReplicationClient$1.invokeSuspend(DoorRepositoryReplicationClient.kt:275) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  NApr 23, 2025 2:32:33 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite:build/tmp/localhost_localdomain_48975_.sqlite] - useNewConnectionAsyncInternal connection #8 : SQLite Change Tracker: Changed tables=[PendingRepositorySession] NApr 23, 2025 2:32:33 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:48975/UmAppDatabase/ - endpoint=http://localhost.localdomain:48975/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:48975/UmAppDatabase/ - endpoint=http://localhost.localdomain:48975/UmAppDatabase/] getRemoteNodeId : server did not provide node id } at com.ustadmobile.door.replication.DoorRepositoryReplicationClient$1.invokeSuspend(DoorRepositoryReplicationClient.kt:275) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  NApr 23, 2025 2:32:33 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:48975/UmAppDatabase/ - endpoint=http://localhost.localdomain:48975/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:48975/UmAppDatabase/ - endpoint=http://localhost.localdomain:48975/UmAppDatabase/] getRemoteNodeId : server did not provide node id } at com.ustadmobile.door.replication.DoorRepositoryReplicationClient$1.invokeSuspend(DoorRepositoryReplicationClient.kt:275) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  NApr 23, 2025 2:32:33 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [NodeEventSseClient localNodeId=7094406850226360757 remoteEndpoint=http://localhost.localdomain:36457/UmAppDatabase/] : onError .java.io.IOException: other event source error d at com.ustadmobile.door.sse.DoorEventSource$eventSourceListener$1.onFailure(DoorEventSource.kt:44) P at okhttp3.internal.sse.RealEventSource.processResponse(RealEventSource.kt:52) K at okhttp3.internal.sse.RealEventSource.onResponse(RealEventSource.kt:46) H at okhttp3.internal.connection.RealCall$AsyncCall.run(RealCall.kt:519) ^ at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) ^ at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) 4 at java.base/java.lang.Thread.run(Thread.java:840)  NApr 23, 2025 2:32:33 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [NodeEventSseClient localNodeId=7094406850226360757 remoteEndpoint=http://localhost.localdomain:36457/UmAppDatabase/] : onError .java.io.IOException: other event source error d at com.ustadmobile.door.sse.DoorEventSource$eventSourceListener$1.onFailure(DoorEventSource.kt:44) P at okhttp3.internal.sse.RealEventSource.processResponse(RealEventSource.kt:52) K at okhttp3.internal.sse.RealEventSource.onResponse(RealEventSource.kt:46) H at okhttp3.internal.connection.RealCall$AsyncCall.run(RealCall.kt:519) ^ at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) ^ at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) 4 at java.base/java.lang.Thread.run(Thread.java:840)  NApr 23, 2025 2:32:33 PM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorEventSource$eventSourceListener$1$onFailure$invokeSuspend - [DoorEventSource@com.ustadmobile.door.sse.DoorEventSource@40cfcb3b - http://localhost.localdomain:36457/UmAppDatabase/replication/sse?door-node=7094406850226360757%2F1d93c251-d6d7-4322-9eca-4fb9c192c287] error: java.io.IOException: other event source error . Attempting to reconnect after 2000ms NApr 23, 2025 2:32:33 PM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorEventSource$eventSourceListener$1$onFailure$invokeSuspend - [DoorEventSource@com.ustadmobile.door.sse.DoorEventSource@40cfcb3b - http://localhost.localdomain:36457/UmAppDatabase/replication/sse?door-node=7094406850226360757%2F1d93c251-d6d7-4322-9eca-4fb9c192c287] error: java.io.IOException: other event source error . Attempting to reconnect after 2000ms NApr 23, 2025 2:32:33 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite:build/tmp/localhost_localdomain_36457_.sqlite] - useNewConnectionAsyncInternal connection #5 : SQLite Change Tracker: Changed tables=[PendingRepositorySession] NApr 23, 2025 2:32:33 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:36457/UmAppDatabase/ - endpoint=http://localhost.localdomain:36457/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:36457/UmAppDatabase/ - endpoint=http://localhost.localdomain:36457/UmAppDatabase/] getRemoteNodeId : server did not provide node id } at com.ustadmobile.door.replication.DoorRepositoryReplicationClient$1.invokeSuspend(DoorRepositoryReplicationClient.kt:275) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  NApr 23, 2025 2:32:33 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:36457/UmAppDatabase/ - endpoint=http://localhost.localdomain:36457/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:36457/UmAppDatabase/ - endpoint=http://localhost.localdomain:36457/UmAppDatabase/] getRemoteNodeId : server did not provide node id } at com.ustadmobile.door.replication.DoorRepositoryReplicationClient$1.invokeSuspend(DoorRepositoryReplicationClient.kt:275) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  NApr 23, 2025 2:32:33 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [NodeEventSseClient localNodeId=4979267641079309009 remoteEndpoint=http://localhost.localdomain:49937/UmAppDatabase/] : onError .java.io.IOException: other event source error d at com.ustadmobile.door.sse.DoorEventSource$eventSourceListener$1.onFailure(DoorEventSource.kt:44) P at okhttp3.internal.sse.RealEventSource.processResponse(RealEventSource.kt:52) K at okhttp3.internal.sse.RealEventSource.onResponse(RealEventSource.kt:46) H at okhttp3.internal.connection.RealCall$AsyncCall.run(RealCall.kt:519) ^ at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) ^ at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) 4 at java.base/java.lang.Thread.run(Thread.java:840)  NApr 23, 2025 2:32:33 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [NodeEventSseClient localNodeId=4979267641079309009 remoteEndpoint=http://localhost.localdomain:49937/UmAppDatabase/] : onError .java.io.IOException: other event source error d at com.ustadmobile.door.sse.DoorEventSource$eventSourceListener$1.onFailure(DoorEventSource.kt:44) P at okhttp3.internal.sse.RealEventSource.processResponse(RealEventSource.kt:52) K at okhttp3.internal.sse.RealEventSource.onResponse(RealEventSource.kt:46) H at okhttp3.internal.connection.RealCall$AsyncCall.run(RealCall.kt:519) ^ at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) ^ at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) 4 at java.base/java.lang.Thread.run(Thread.java:840)  NApr 23, 2025 2:32:33 PM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorEventSource$eventSourceListener$1$onFailure$invokeSuspend - [DoorEventSource@com.ustadmobile.door.sse.DoorEventSource@7d755ac4 - http://localhost.localdomain:49937/UmAppDatabase/replication/sse?door-node=4979267641079309009%2F80004e94-654b-4833-aedc-c90f05cdd779] error: java.io.IOException: other event source error . Attempting to reconnect after 2000ms NApr 23, 2025 2:32:33 PM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorEventSource$eventSourceListener$1$onFailure$invokeSuspend - [DoorEventSource@com.ustadmobile.door.sse.DoorEventSource@7d755ac4 - http://localhost.localdomain:49937/UmAppDatabase/replication/sse?door-node=4979267641079309009%2F80004e94-654b-4833-aedc-c90f05cdd779] error: java.io.IOException: other event source error . Attempting to reconnect after 2000ms NApr 23, 2025 2:32:33 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite:build/tmp/localhost_localdomain_49937_.sqlite] - useNewConnectionAsyncInternal connection #5 : SQLite Change Tracker: Changed tables=[PendingRepositorySession] NApr 23, 2025 2:32:33 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:49937/UmAppDatabase/ - endpoint=http://localhost.localdomain:49937/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:49937/UmAppDatabase/ - endpoint=http://localhost.localdomain:49937/UmAppDatabase/] getRemoteNodeId : server did not provide node id } at com.ustadmobile.door.replication.DoorRepositoryReplicationClient$1.invokeSuspend(DoorRepositoryReplicationClient.kt:275) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  NApr 23, 2025 2:32:33 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:49937/UmAppDatabase/ - endpoint=http://localhost.localdomain:49937/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:49937/UmAppDatabase/ - endpoint=http://localhost.localdomain:49937/UmAppDatabase/] getRemoteNodeId : server did not provide node id } at com.ustadmobile.door.replication.DoorRepositoryReplicationClient$1.invokeSuspend(DoorRepositoryReplicationClient.kt:275) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  NApr 23, 2025 2:32:33 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [NodeEventSseClient localNodeId=3937896276252873330 remoteEndpoint=http://localhost.localdomain:45333/UmAppDatabase/] : onError .java.io.IOException: other event source error d at com.ustadmobile.door.sse.DoorEventSource$eventSourceListener$1.onFailure(DoorEventSource.kt:44) P at okhttp3.internal.sse.RealEventSource.processResponse(RealEventSource.kt:52) K at okhttp3.internal.sse.RealEventSource.onResponse(RealEventSource.kt:46) H at okhttp3.internal.connection.RealCall$AsyncCall.run(RealCall.kt:519) ^ at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) ^ at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) 4 at java.base/java.lang.Thread.run(Thread.java:840)  NApr 23, 2025 2:32:33 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [NodeEventSseClient localNodeId=3937896276252873330 remoteEndpoint=http://localhost.localdomain:45333/UmAppDatabase/] : onError .java.io.IOException: other event source error d at com.ustadmobile.door.sse.DoorEventSource$eventSourceListener$1.onFailure(DoorEventSource.kt:44) P at okhttp3.internal.sse.RealEventSource.processResponse(RealEventSource.kt:52) K at okhttp3.internal.sse.RealEventSource.onResponse(RealEventSource.kt:46) H at okhttp3.internal.connection.RealCall$AsyncCall.run(RealCall.kt:519) ^ at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) ^ at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) 4 at java.base/java.lang.Thread.run(Thread.java:840)  NApr 23, 2025 2:32:33 PM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorEventSource$eventSourceListener$1$onFailure$invokeSuspend - [DoorEventSource@com.ustadmobile.door.sse.DoorEventSource@7ea4f0a5 - http://localhost.localdomain:45333/UmAppDatabase/replication/sse?door-node=3937896276252873330%2F2dbad5f5-fc93-4a4d-8ec6-9ed4a45fad90] error: java.io.IOException: other event source error . Attempting to reconnect after 2000ms NApr 23, 2025 2:32:33 PM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorEventSource$eventSourceListener$1$onFailure$invokeSuspend - [DoorEventSource@com.ustadmobile.door.sse.DoorEventSource@7ea4f0a5 - http://localhost.localdomain:45333/UmAppDatabase/replication/sse?door-node=3937896276252873330%2F2dbad5f5-fc93-4a4d-8ec6-9ed4a45fad90] error: java.io.IOException: other event source error . Attempting to reconnect after 2000ms NApr 23, 2025 2:32:33 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite:build/tmp/localhost_localdomain_45333_.sqlite] - useNewConnectionAsyncInternal connection #5 : SQLite Change Tracker: Changed tables=[PendingRepositorySession] NApr 23, 2025 2:32:33 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:45333/UmAppDatabase/ - endpoint=http://localhost.localdomain:45333/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:45333/UmAppDatabase/ - endpoint=http://localhost.localdomain:45333/UmAppDatabase/] getRemoteNodeId : server did not provide node id } at com.ustadmobile.door.replication.DoorRepositoryReplicationClient$1.invokeSuspend(DoorRepositoryReplicationClient.kt:275) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  NApr 23, 2025 2:32:33 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:45333/UmAppDatabase/ - endpoint=http://localhost.localdomain:45333/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:45333/UmAppDatabase/ - endpoint=http://localhost.localdomain:45333/UmAppDatabase/] getRemoteNodeId : server did not provide node id } at com.ustadmobile.door.replication.DoorRepositoryReplicationClient$1.invokeSuspend(DoorRepositoryReplicationClient.kt:275) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  NApr 23, 2025 2:32:33 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [NodeEventSseClient localNodeId=3937896276252873330 remoteEndpoint=http://inaccessible/UmAppDatabase/] : onError ,java.net.UnknownHostException: inaccessible M at java.base/java.net.InetAddress$CachedAddresses.get(InetAddress.java:801) H at java.base/java.net.InetAddress.getAllByName0(InetAddress.java:1533) G at java.base/java.net.InetAddress.getAllByName(InetAddress.java:1385) G at java.base/java.net.InetAddress.getAllByName(InetAddress.java:1306) 6 at okhttp3.Dns$Companion$DnsSystem.lookup(Dns.kt:49) _ at okhttp3.internal.connection.RouteSelector.resetNextInetSocketAddress(RouteSelector.kt:169) N at okhttp3.internal.connection.RouteSelector.nextProxy(RouteSelector.kt:131) H at okhttp3.internal.connection.RouteSelector.next(RouteSelector.kt:73) U at okhttp3.internal.connection.ExchangeFinder.findConnection(ExchangeFinder.kt:205) \ at okhttp3.internal.connection.ExchangeFinder.findHealthyConnection(ExchangeFinder.kt:106) J at okhttp3.internal.connection.ExchangeFinder.find(ExchangeFinder.kt:74) N at okhttp3.internal.connection.RealCall.initExchange$okhttp(RealCall.kt:255) W at okhttp3.internal.connection.ConnectInterceptor.intercept(ConnectInterceptor.kt:32) T at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:109) N at okhttp3.internal.cache.CacheInterceptor.intercept(CacheInterceptor.kt:95) T at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:109) O at okhttp3.internal.http.BridgeInterceptor.intercept(BridgeInterceptor.kt:83) T at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:109) c at okhttp3.internal.http.RetryAndFollowUpInterceptor.intercept(RetryAndFollowUpInterceptor.kt:76) T at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:109) a at okhttp3.internal.connection.RealCall.getResponseWithInterceptorChain$okhttp(RealCall.kt:201) H 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) 4 at java.base/java.lang.Thread.run(Thread.java:840)  NApr 23, 2025 2:32:33 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [NodeEventSseClient localNodeId=3937896276252873330 remoteEndpoint=http://inaccessible/UmAppDatabase/] : onError ,java.net.UnknownHostException: inaccessible M at java.base/java.net.InetAddress$CachedAddresses.get(InetAddress.java:801) H at java.base/java.net.InetAddress.getAllByName0(InetAddress.java:1533) G at java.base/java.net.InetAddress.getAllByName(InetAddress.java:1385) G at java.base/java.net.InetAddress.getAllByName(InetAddress.java:1306) 6 at okhttp3.Dns$Companion$DnsSystem.lookup(Dns.kt:49) _ at okhttp3.internal.connection.RouteSelector.resetNextInetSocketAddress(RouteSelector.kt:169) N at okhttp3.internal.connection.RouteSelector.nextProxy(RouteSelector.kt:131) H at okhttp3.internal.connection.RouteSelector.next(RouteSelector.kt:73) U at okhttp3.internal.connection.ExchangeFinder.findConnection(ExchangeFinder.kt:205) \ at okhttp3.internal.connection.ExchangeFinder.findHealthyConnection(ExchangeFinder.kt:106) J at okhttp3.internal.connection.ExchangeFinder.find(ExchangeFinder.kt:74) N at okhttp3.internal.connection.RealCall.initExchange$okhttp(RealCall.kt:255) W at okhttp3.internal.connection.ConnectInterceptor.intercept(ConnectInterceptor.kt:32) T at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:109) N at okhttp3.internal.cache.CacheInterceptor.intercept(CacheInterceptor.kt:95) T at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:109) O at okhttp3.internal.http.BridgeInterceptor.intercept(BridgeInterceptor.kt:83) T at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:109) c at okhttp3.internal.http.RetryAndFollowUpInterceptor.intercept(RetryAndFollowUpInterceptor.kt:76) T at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:109) a at okhttp3.internal.connection.RealCall.getResponseWithInterceptorChain$okhttp(RealCall.kt:201) H 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) 4 at java.base/java.lang.Thread.run(Thread.java:840)  NApr 23, 2025 2:32:33 PM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorEventSource$eventSourceListener$1$onFailure$invokeSuspend - [DoorEventSource@com.ustadmobile.door.sse.DoorEventSource@45ccfd6e - http://inaccessible/UmAppDatabase/replication/sse?door-node=3937896276252873330%2F2dbad5f5-fc93-4a4d-8ec6-9ed4a45fad90] error: java.net.UnknownHostException: inaccessible . Attempting to reconnect after 2000ms NApr 23, 2025 2:32:33 PM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorEventSource$eventSourceListener$1$onFailure$invokeSuspend - [DoorEventSource@com.ustadmobile.door.sse.DoorEventSource@45ccfd6e - http://inaccessible/UmAppDatabase/replication/sse?door-node=3937896276252873330%2F2dbad5f5-fc93-4a4d-8ec6-9ed4a45fad90] error: java.net.UnknownHostException: inaccessible . Attempting to reconnect after 2000ms NApr 23, 2025 2:32:33 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite:build/tmp/inaccessible_.sqlite] - useNewConnectionAsyncInternal connection #5 : SQLite Change Tracker: Changed tables=[PendingRepositorySession] NApr 23, 2025 2:32:33 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://inaccessible/UmAppDatabase/ - endpoint=http://inaccessible/UmAppDatabase/] getRemoteNodeId : exception getting remote node id ,java.net.UnknownHostException: inaccessible 5 at _COROUTINE._BOUNDARY._(CoroutineDebugging.kt:42) V at io.ktor.client.engine.okhttp.OkHttpEngine.executeHttpRequest(OkHttpEngine.kt:103) J at io.ktor.client.engine.okhttp.OkHttpEngine.execute(OkHttpEngine.kt:70) l at io.ktor.client.engine.HttpClientEngine$executeWithinCallContext$2.invokeSuspend(HttpClientEngine.kt:99) j at io.ktor.client.engine.HttpClientEngine$DefaultImpls.executeWithinCallContext(HttpClientEngine.kt:100) [ at io.ktor.client.engine.HttpClientEngine$install$1.invokeSuspend(HttpClientEngine.kt:70) K at io.ktor.client.plugins.HttpSend$DefaultSender.execute(HttpSend.kt:138) Z at io.ktor.client.plugins.HttpTimeout$Plugin$install$1.invokeSuspend(HttpTimeout.kt:174) [ at io.ktor.client.plugins.HttpRedirect$Plugin$install$1.invokeSuspend(HttpRedirect.kt:64) i at io.ktor.client.plugins.HttpCallValidator$Companion$install$3.invokeSuspend(HttpCallValidator.kt:151) T at io.ktor.client.plugins.HttpSend$Plugin$install$1.invokeSuspend(HttpSend.kt:104) i at io.ktor.client.plugins.HttpCallValidator$Companion$install$1.invokeSuspend(HttpCallValidator.kt:130) k at io.ktor.client.plugins.HttpRequestLifecycle$Plugin$install$1.invokeSuspend(HttpRequestLifecycle.kt:38) J at io.ktor.client.HttpClient.execute$ktor_client_core(HttpClient.kt:191) O at io.ktor.client.statement.HttpStatement.executeUnsafe(HttpStatement.kt:108) H at io.ktor.client.statement.HttpStatement.execute(HttpStatement.kt:47) } at com.ustadmobile.door.replication.DoorRepositoryReplicationClient$1.invokeSuspend(DoorRepositoryReplicationClient.kt:492) 7Caused by: java.net.UnknownHostException: inaccessible M at java.base/java.net.InetAddress$CachedAddresses.get(InetAddress.java:801) H at java.base/java.net.InetAddress.getAllByName0(InetAddress.java:1533) G at java.base/java.net.InetAddress.getAllByName(InetAddress.java:1385) G at java.base/java.net.InetAddress.getAllByName(InetAddress.java:1306) 6 at okhttp3.Dns$Companion$DnsSystem.lookup(Dns.kt:49) _ at okhttp3.internal.connection.RouteSelector.resetNextInetSocketAddress(RouteSelector.kt:169) N at okhttp3.internal.connection.RouteSelector.nextProxy(RouteSelector.kt:131) H at okhttp3.internal.connection.RouteSelector.next(RouteSelector.kt:73) U at okhttp3.internal.connection.ExchangeFinder.findConnection(ExchangeFinder.kt:205) \ at okhttp3.internal.connection.ExchangeFinder.findHealthyConnection(ExchangeFinder.kt:106) J at okhttp3.internal.connection.ExchangeFinder.find(ExchangeFinder.kt:74) N at okhttp3.internal.connection.RealCall.initExchange$okhttp(RealCall.kt:255) W at okhttp3.internal.connection.ConnectInterceptor.intercept(ConnectInterceptor.kt:32) T at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:109) N at okhttp3.internal.cache.CacheInterceptor.intercept(CacheInterceptor.kt:95) T at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:109) O at okhttp3.internal.http.BridgeInterceptor.intercept(BridgeInterceptor.kt:83) T at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:109) c at okhttp3.internal.http.RetryAndFollowUpInterceptor.intercept(RetryAndFollowUpInterceptor.kt:76) T at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:109) a at okhttp3.internal.connection.RealCall.getResponseWithInterceptorChain$okhttp(RealCall.kt:201) H 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) 4 at java.base/java.lang.Thread.run(Thread.java:840)  NApr 23, 2025 2:32:33 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://inaccessible/UmAppDatabase/ - endpoint=http://inaccessible/UmAppDatabase/] getRemoteNodeId : exception getting remote node id ,java.net.UnknownHostException: inaccessible 5 at _COROUTINE._BOUNDARY._(CoroutineDebugging.kt:42) V at io.ktor.client.engine.okhttp.OkHttpEngine.executeHttpRequest(OkHttpEngine.kt:103) J at io.ktor.client.engine.okhttp.OkHttpEngine.execute(OkHttpEngine.kt:70) l at io.ktor.client.engine.HttpClientEngine$executeWithinCallContext$2.invokeSuspend(HttpClientEngine.kt:99) j at io.ktor.client.engine.HttpClientEngine$DefaultImpls.executeWithinCallContext(HttpClientEngine.kt:100) [ at io.ktor.client.engine.HttpClientEngine$install$1.invokeSuspend(HttpClientEngine.kt:70) K at io.ktor.client.plugins.HttpSend$DefaultSender.execute(HttpSend.kt:138) Z at io.ktor.client.plugins.HttpTimeout$Plugin$install$1.invokeSuspend(HttpTimeout.kt:174) [ at io.ktor.client.plugins.HttpRedirect$Plugin$install$1.invokeSuspend(HttpRedirect.kt:64) i at io.ktor.client.plugins.HttpCallValidator$Companion$install$3.invokeSuspend(HttpCallValidator.kt:151) T at io.ktor.client.plugins.HttpSend$Plugin$install$1.invokeSuspend(HttpSend.kt:104) i at io.ktor.client.plugins.HttpCallValidator$Companion$install$1.invokeSuspend(HttpCallValidator.kt:130) k at io.ktor.client.plugins.HttpRequestLifecycle$Plugin$install$1.invokeSuspend(HttpRequestLifecycle.kt:38) J at io.ktor.client.HttpClient.execute$ktor_client_core(HttpClient.kt:191) O at io.ktor.client.statement.HttpStatement.executeUnsafe(HttpStatement.kt:108) H at io.ktor.client.statement.HttpStatement.execute(HttpStatement.kt:47) } at com.ustadmobile.door.replication.DoorRepositoryReplicationClient$1.invokeSuspend(DoorRepositoryReplicationClient.kt:492) 7Caused by: java.net.UnknownHostException: inaccessible M at java.base/java.net.InetAddress$CachedAddresses.get(InetAddress.java:801) H at java.base/java.net.InetAddress.getAllByName0(InetAddress.java:1533) G at java.base/java.net.InetAddress.getAllByName(InetAddress.java:1385) G at java.base/java.net.InetAddress.getAllByName(InetAddress.java:1306) 6 at okhttp3.Dns$Companion$DnsSystem.lookup(Dns.kt:49) _ at okhttp3.internal.connection.RouteSelector.resetNextInetSocketAddress(RouteSelector.kt:169) N at okhttp3.internal.connection.RouteSelector.nextProxy(RouteSelector.kt:131) H at okhttp3.internal.connection.RouteSelector.next(RouteSelector.kt:73) U at okhttp3.internal.connection.ExchangeFinder.findConnection(ExchangeFinder.kt:205) \ at okhttp3.internal.connection.ExchangeFinder.findHealthyConnection(ExchangeFinder.kt:106) J at okhttp3.internal.connection.ExchangeFinder.find(ExchangeFinder.kt:74) N at okhttp3.internal.connection.RealCall.initExchange$okhttp(RealCall.kt:255) W at okhttp3.internal.connection.ConnectInterceptor.intercept(ConnectInterceptor.kt:32) T at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:109) N at okhttp3.internal.cache.CacheInterceptor.intercept(CacheInterceptor.kt:95) T at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:109) O at okhttp3.internal.http.BridgeInterceptor.intercept(BridgeInterceptor.kt:83) T at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:109) c at okhttp3.internal.http.RetryAndFollowUpInterceptor.intercept(RetryAndFollowUpInterceptor.kt:76) T at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:109) a at okhttp3.internal.connection.RealCall.getResponseWithInterceptorChain$okhttp(RealCall.kt:201) H 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) 4 at java.base/java.lang.Thread.run(Thread.java:840)  NApr 23, 2025 2:32:33 PM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool NApr 23, 2025 2:32:33 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [NodeEventSseClient localNodeId=7839400481427674373 remoteEndpoint=http://localhost.localdomain:54629/UmAppDatabase/] : onError .java.io.IOException: other event source error d at com.ustadmobile.door.sse.DoorEventSource$eventSourceListener$1.onFailure(DoorEventSource.kt:44) P at okhttp3.internal.sse.RealEventSource.processResponse(RealEventSource.kt:52) K at okhttp3.internal.sse.RealEventSource.onResponse(RealEventSource.kt:46) H at okhttp3.internal.connection.RealCall$AsyncCall.run(RealCall.kt:519) ^ at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) ^ at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) 4 at java.base/java.lang.Thread.run(Thread.java:840)  NApr 23, 2025 2:32:33 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [NodeEventSseClient localNodeId=7839400481427674373 remoteEndpoint=http://localhost.localdomain:54629/UmAppDatabase/] : onError .java.io.IOException: other event source error d at com.ustadmobile.door.sse.DoorEventSource$eventSourceListener$1.onFailure(DoorEventSource.kt:44) P at okhttp3.internal.sse.RealEventSource.processResponse(RealEventSource.kt:52) K at okhttp3.internal.sse.RealEventSource.onResponse(RealEventSource.kt:46) H at okhttp3.internal.connection.RealCall$AsyncCall.run(RealCall.kt:519) ^ at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) ^ at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) 4 at java.base/java.lang.Thread.run(Thread.java:840)  NApr 23, 2025 2:32:33 PM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorEventSource$eventSourceListener$1$onFailure$invokeSuspend - [DoorEventSource@com.ustadmobile.door.sse.DoorEventSource@1e5e4404 - http://localhost.localdomain:54629/UmAppDatabase/replication/sse?door-node=7839400481427674373%2F124ba0ea-ed93-42bc-8bc6-2ac91fbd355b] error: java.io.IOException: other event source error . Attempting to reconnect after 2000ms NApr 23, 2025 2:32:33 PM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorEventSource$eventSourceListener$1$onFailure$invokeSuspend - [DoorEventSource@com.ustadmobile.door.sse.DoorEventSource@1e5e4404 - http://localhost.localdomain:54629/UmAppDatabase/replication/sse?door-node=7839400481427674373%2F124ba0ea-ed93-42bc-8bc6-2ac91fbd355b] error: java.io.IOException: other event source error . Attempting to reconnect after 2000ms NApr 23, 2025 2:32:33 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NApr 23, 2025 2:32:33 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NApr 23, 2025 2:32:33 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NApr 23, 2025 2:32:33 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NApr 23, 2025 2:32:33 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 : SQLite Change Tracker: Changed tables=[UserSession] NApr 23, 2025 2:32:33 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 : SQLite Change Tracker: Changed tables=[Person, PersonGroup, PersonGroupMember, ScopedGrant, UserSession] NApr 23, 2025 2:32:33 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #2 : SQLite Change Tracker: Changed tables=[Clazz, ClazzEnrolment, ClazzAssignment, CourseBlock, CoursePermission] NApr 23, 2025 2:32:33 PM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool NApr 23, 2025 2:32:33 PM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool NApr 23, 2025 2:32:33 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NApr 23, 2025 2:32:33 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NApr 23, 2025 2:32:33 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NApr 23, 2025 2:32:33 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NApr 23, 2025 2:32:33 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 : SQLite Change Tracker: Changed tables=[UserSession] NApr 23, 2025 2:32:33 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 : SQLite Change Tracker: Changed tables=[Person, PersonGroup, PersonGroupMember, ScopedGrant, UserSession] NApr 23, 2025 2:32:33 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #2 : SQLite Change Tracker: Changed tables=[Clazz, ClazzEnrolment, ClazzAssignment, CourseBlock, CoursePermission] NApr 23, 2025 2:32:33 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #3 : SQLite Change Tracker: Changed tables=[Comments] NApr 23, 2025 2:32:33 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #12 : SQLite Change Tracker: Changed tables=[Comments] NApr 23, 2025 2:32:33 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLimitOffsetPagingSource$InvalidationTracker$onInvalidated - DoorLimitOffsetPagingSource: invalidated tables=Comments NApr 23, 2025 2:32:33 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLimitOffsetPagingSource$InvalidationTracker$onInvalidated - DoorLimitOffsetPagingSource: invalidated tables=Comments NApr 23, 2025 2:32:33 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLimitOffsetPagingSource$InvalidationTracker$onInvalidated - DoorLimitOffsetPagingSource: invalidated tables=Comments NApr 23, 2025 2:32:33 PM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool NApr 23, 2025 2:32:33 PM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool NApr 23, 2025 2:32:33 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NApr 23, 2025 2:32:33 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NApr 23, 2025 2:32:33 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite:build/tmp/localhost_localdomain_54629_.sqlite] - useNewConnectionAsyncInternal connection #18 : SQLite Change Tracker: Changed tables=[PendingRepositorySession] NApr 23, 2025 2:32:33 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:54629/UmAppDatabase/ - endpoint=http://localhost.localdomain:54629/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:54629/UmAppDatabase/ - endpoint=http://localhost.localdomain:54629/UmAppDatabase/] getRemoteNodeId : server did not provide node id } at com.ustadmobile.door.replication.DoorRepositoryReplicationClient$1.invokeSuspend(DoorRepositoryReplicationClient.kt:275) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  NApr 23, 2025 2:32:33 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:54629/UmAppDatabase/ - endpoint=http://localhost.localdomain:54629/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:54629/UmAppDatabase/ - endpoint=http://localhost.localdomain:54629/UmAppDatabase/] getRemoteNodeId : server did not provide node id } at com.ustadmobile.door.replication.DoorRepositoryReplicationClient$1.invokeSuspend(DoorRepositoryReplicationClient.kt:275) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  NApr 23, 2025 2:32:33 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NApr 23, 2025 2:32:33 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NApr 23, 2025 2:32:33 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 : SQLite Change Tracker: Changed tables=[UserSession] NApr 23, 2025 2:32:33 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 : SQLite Change Tracker: Changed tables=[Person, PersonGroup, PersonGroupMember, ScopedGrant, UserSession] NApr 23, 2025 2:32:33 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #2 : SQLite Change Tracker: Changed tables=[Clazz, ClazzEnrolment, ClazzAssignment, CourseBlock, CoursePermission] NApr 23, 2025 2:32:33 PM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool NApr 23, 2025 2:32:33 PM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool NApr 23, 2025 2:32:33 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NApr 23, 2025 2:32:33 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NApr 23, 2025 2:32:33 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NApr 23, 2025 2:32:33 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NApr 23, 2025 2:32:33 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 : SQLite Change Tracker: Changed tables=[UserSession] NApr 23, 2025 2:32:33 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [NodeEventSseClient localNodeId=5996167274536851170 remoteEndpoint=http://localhost.localdomain:38287/UmAppDatabase/] : onError .java.io.IOException: other event source error d at com.ustadmobile.door.sse.DoorEventSource$eventSourceListener$1.onFailure(DoorEventSource.kt:44) P at okhttp3.internal.sse.RealEventSource.processResponse(RealEventSource.kt:52) K at okhttp3.internal.sse.RealEventSource.onResponse(RealEventSource.kt:46) H at okhttp3.internal.connection.RealCall$AsyncCall.run(RealCall.kt:519) ^ at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) ^ at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) 4 at java.base/java.lang.Thread.run(Thread.java:840)  NApr 23, 2025 2:32:33 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [NodeEventSseClient localNodeId=5996167274536851170 remoteEndpoint=http://localhost.localdomain:38287/UmAppDatabase/] : onError .java.io.IOException: other event source error d at com.ustadmobile.door.sse.DoorEventSource$eventSourceListener$1.onFailure(DoorEventSource.kt:44) P at okhttp3.internal.sse.RealEventSource.processResponse(RealEventSource.kt:52) K at okhttp3.internal.sse.RealEventSource.onResponse(RealEventSource.kt:46) H at okhttp3.internal.connection.RealCall$AsyncCall.run(RealCall.kt:519) ^ at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) ^ at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) 4 at java.base/java.lang.Thread.run(Thread.java:840)  NApr 23, 2025 2:32:33 PM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorEventSource$eventSourceListener$1$onFailure$invokeSuspend - [DoorEventSource@com.ustadmobile.door.sse.DoorEventSource@13a63313 - http://localhost.localdomain:38287/UmAppDatabase/replication/sse?door-node=5996167274536851170%2Fac14360e-8466-4dee-ad40-509bfd7c4ba7] error: java.io.IOException: other event source error . Attempting to reconnect after 2000ms NApr 23, 2025 2:32:33 PM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorEventSource$eventSourceListener$1$onFailure$invokeSuspend - [DoorEventSource@com.ustadmobile.door.sse.DoorEventSource@13a63313 - http://localhost.localdomain:38287/UmAppDatabase/replication/sse?door-node=5996167274536851170%2Fac14360e-8466-4dee-ad40-509bfd7c4ba7] error: java.io.IOException: other event source error . Attempting to reconnect after 2000ms NApr 23, 2025 2:32:33 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 : SQLite Change Tracker: Changed tables=[Person, PersonGroup, PersonGroupMember, ScopedGrant, UserSession] NApr 23, 2025 2:32:33 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #2 : SQLite Change Tracker: Changed tables=[Clazz, ClazzEnrolment, ClazzAssignment, CourseBlock, CoursePermission] NApr 23, 2025 2:32:33 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite:build/tmp/localhost_localdomain_38287_.sqlite] - useNewConnectionAsyncInternal connection #16 : SQLite Change Tracker: Changed tables=[PendingRepositorySession] NApr 23, 2025 2:32:33 PM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool NApr 23, 2025 2:32:33 PM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool NApr 23, 2025 2:32:33 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:38287/UmAppDatabase/ - endpoint=http://localhost.localdomain:38287/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:38287/UmAppDatabase/ - endpoint=http://localhost.localdomain:38287/UmAppDatabase/] getRemoteNodeId : server did not provide node id } at com.ustadmobile.door.replication.DoorRepositoryReplicationClient$1.invokeSuspend(DoorRepositoryReplicationClient.kt:275) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  NApr 23, 2025 2:32:33 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:38287/UmAppDatabase/ - endpoint=http://localhost.localdomain:38287/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:38287/UmAppDatabase/ - endpoint=http://localhost.localdomain:38287/UmAppDatabase/] getRemoteNodeId : server did not provide node id } at com.ustadmobile.door.replication.DoorRepositoryReplicationClient$1.invokeSuspend(DoorRepositoryReplicationClient.kt:275) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  NApr 23, 2025 2:32:33 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NApr 23, 2025 2:32:33 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NApr 23, 2025 2:32:33 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NApr 23, 2025 2:32:33 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NApr 23, 2025 2:32:33 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 : SQLite Change Tracker: Changed tables=[UserSession] NApr 23, 2025 2:32:33 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 : SQLite Change Tracker: Changed tables=[Person, PersonGroup, PersonGroupMember, ScopedGrant, UserSession] NApr 23, 2025 2:32:33 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #2 : SQLite Change Tracker: Changed tables=[Clazz, ClazzEnrolment, ClazzAssignment, CourseBlock, CourseGroupSet, CoursePermission] NApr 23, 2025 2:32:33 PM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool NApr 23, 2025 2:32:33 PM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool NApr 23, 2025 2:32:33 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NApr 23, 2025 2:32:33 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NApr 23, 2025 2:32:33 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NApr 23, 2025 2:32:33 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NApr 23, 2025 2:32:33 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 : SQLite Change Tracker: Changed tables=[UserSession] NApr 23, 2025 2:32:33 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 : SQLite Change Tracker: Changed tables=[Person, PersonGroup, PersonGroupMember, ScopedGrant, UserSession] NApr 23, 2025 2:32:33 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #2 : SQLite Change Tracker: Changed tables=[Clazz, ClazzEnrolment, ClazzAssignment, CourseBlock, CoursePermission] NApr 23, 2025 2:32:33 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #3 : SQLite Change Tracker: Changed tables=[CourseAssignmentSubmission] NApr 23, 2025 2:32:33 PM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool NApr 23, 2025 2:32:33 PM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool NApr 23, 2025 2:32:33 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NApr 23, 2025 2:32:33 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NApr 23, 2025 2:32:33 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NApr 23, 2025 2:32:33 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NApr 23, 2025 2:32:33 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 : SQLite Change Tracker: Changed tables=[UserSession] NApr 23, 2025 2:32:33 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 : SQLite Change Tracker: Changed tables=[Person, PersonGroup, PersonGroupMember, ScopedGrant, UserSession] NApr 23, 2025 2:32:33 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #2 : SQLite Change Tracker: Changed tables=[Clazz, ClazzEnrolment, ClazzAssignment, CourseBlock, CoursePermission] NApr 23, 2025 2:32:33 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #3 : SQLite Change Tracker: Changed tables=[Comments] NApr 23, 2025 2:32:33 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #13 : SQLite Change Tracker: Changed tables=[Comments] NApr 23, 2025 2:32:33 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLimitOffsetPagingSource$InvalidationTracker$onInvalidated - DoorLimitOffsetPagingSource: invalidated tables=Comments NApr 23, 2025 2:32:33 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLimitOffsetPagingSource$InvalidationTracker$onInvalidated - DoorLimitOffsetPagingSource: invalidated tables=Comments NApr 23, 2025 2:32:33 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLimitOffsetPagingSource$InvalidationTracker$onInvalidated - DoorLimitOffsetPagingSource: invalidated tables=Comments NApr 23, 2025 2:32:33 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLimitOffsetPagingSource$InvalidationTracker$onInvalidated - DoorLimitOffsetPagingSource: invalidated tables=Comments NApr 23, 2025 2:32:33 PM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool NApr 23, 2025 2:32:33 PM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool NApr 23, 2025 2:32:33 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [NodeEventSseClient localNodeId=1300342632182372182 remoteEndpoint=http://localhost.localdomain:60363/UmAppDatabase/] : onError .java.io.IOException: other event source error d at com.ustadmobile.door.sse.DoorEventSource$eventSourceListener$1.onFailure(DoorEventSource.kt:44) P at okhttp3.internal.sse.RealEventSource.processResponse(RealEventSource.kt:52) K at okhttp3.internal.sse.RealEventSource.onResponse(RealEventSource.kt:46) H at okhttp3.internal.connection.RealCall$AsyncCall.run(RealCall.kt:519) ^ at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) ^ at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) 4 at java.base/java.lang.Thread.run(Thread.java:840)  NApr 23, 2025 2:32:33 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [NodeEventSseClient localNodeId=1300342632182372182 remoteEndpoint=http://localhost.localdomain:60363/UmAppDatabase/] : onError .java.io.IOException: other event source error d at com.ustadmobile.door.sse.DoorEventSource$eventSourceListener$1.onFailure(DoorEventSource.kt:44) P at okhttp3.internal.sse.RealEventSource.processResponse(RealEventSource.kt:52) K at okhttp3.internal.sse.RealEventSource.onResponse(RealEventSource.kt:46) H at okhttp3.internal.connection.RealCall$AsyncCall.run(RealCall.kt:519) ^ at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) ^ at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) 4 at java.base/java.lang.Thread.run(Thread.java:840)  NApr 23, 2025 2:32:33 PM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorEventSource$eventSourceListener$1$onFailure$invokeSuspend - [DoorEventSource@com.ustadmobile.door.sse.DoorEventSource@71901f84 - http://localhost.localdomain:60363/UmAppDatabase/replication/sse?door-node=1300342632182372182%2F2fd6a754-bf38-4206-9b07-524558f03d1e] error: java.io.IOException: other event source error . Attempting to reconnect after 2000ms NApr 23, 2025 2:32:33 PM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorEventSource$eventSourceListener$1$onFailure$invokeSuspend - [DoorEventSource@com.ustadmobile.door.sse.DoorEventSource@71901f84 - http://localhost.localdomain:60363/UmAppDatabase/replication/sse?door-node=1300342632182372182%2F2fd6a754-bf38-4206-9b07-524558f03d1e] error: java.io.IOException: other event source error . Attempting to reconnect after 2000ms NApr 23, 2025 2:32:33 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NApr 23, 2025 2:32:33 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NApr 23, 2025 2:32:33 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NApr 23, 2025 2:32:33 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NApr 23, 2025 2:32:33 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 : SQLite Change Tracker: Changed tables=[UserSession] NApr 23, 2025 2:32:33 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite:build/tmp/localhost_localdomain_60363_.sqlite] - useNewConnectionAsyncInternal connection #13 : SQLite Change Tracker: Changed tables=[PendingRepositorySession] NApr 23, 2025 2:32:33 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:60363/UmAppDatabase/ - endpoint=http://localhost.localdomain:60363/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:60363/UmAppDatabase/ - endpoint=http://localhost.localdomain:60363/UmAppDatabase/] getRemoteNodeId : server did not provide node id } at com.ustadmobile.door.replication.DoorRepositoryReplicationClient$1.invokeSuspend(DoorRepositoryReplicationClient.kt:275) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  NApr 23, 2025 2:32:33 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:60363/UmAppDatabase/ - endpoint=http://localhost.localdomain:60363/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:60363/UmAppDatabase/ - endpoint=http://localhost.localdomain:60363/UmAppDatabase/] getRemoteNodeId : server did not provide node id } at com.ustadmobile.door.replication.DoorRepositoryReplicationClient$1.invokeSuspend(DoorRepositoryReplicationClient.kt:275) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  NApr 23, 2025 2:32:33 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 : SQLite Change Tracker: Changed tables=[Person, PersonGroup, PersonGroupMember, ScopedGrant, UserSession] NApr 23, 2025 2:32:33 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #2 : SQLite Change Tracker: Changed tables=[Clazz, ClazzEnrolment, ClazzAssignment, CourseBlock, CoursePermission] NApr 23, 2025 2:32:33 PM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool NApr 23, 2025 2:32:33 PM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool NApr 23, 2025 2:32:33 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NApr 23, 2025 2:32:33 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NApr 23, 2025 2:32:33 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite:build/tmp/localhost_localdomain_46465_.sqlite] - useNewConnectionAsyncInternal connection #6 : SQLite Change Tracker: Changed tables=[PendingRepositorySession] NApr 23, 2025 2:32:33 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:46465/UmAppDatabase/ - endpoint=http://localhost.localdomain:46465/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:46465/UmAppDatabase/ - endpoint=http://localhost.localdomain:46465/UmAppDatabase/] getRemoteNodeId : server did not provide node id } at com.ustadmobile.door.replication.DoorRepositoryReplicationClient$1.invokeSuspend(DoorRepositoryReplicationClient.kt:275) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  NApr 23, 2025 2:32:33 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:46465/UmAppDatabase/ - endpoint=http://localhost.localdomain:46465/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:46465/UmAppDatabase/ - endpoint=http://localhost.localdomain:46465/UmAppDatabase/] getRemoteNodeId : server did not provide node id } at com.ustadmobile.door.replication.DoorRepositoryReplicationClient$1.invokeSuspend(DoorRepositoryReplicationClient.kt:275) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  NApr 23, 2025 2:32:33 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NApr 23, 2025 2:32:33 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NApr 23, 2025 2:32:33 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 : SQLite Change Tracker: Changed tables=[UserSession] NApr 23, 2025 2:32:33 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 : SQLite Change Tracker: Changed tables=[Person, PersonGroup, PersonGroupMember, ScopedGrant, UserSession] NApr 23, 2025 2:32:33 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #2 : SQLite Change Tracker: Changed tables=[Clazz, ClazzEnrolment, ClazzAssignment, CourseBlock, CoursePermission] NApr 23, 2025 2:32:33 PM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool NApr 23, 2025 2:32:33 PM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool NApr 23, 2025 2:32:33 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NApr 23, 2025 2:32:33 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NApr 23, 2025 2:32:33 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NApr 23, 2025 2:32:33 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NApr 23, 2025 2:32:34 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 : SQLite Change Tracker: Changed tables=[UserSession] NApr 23, 2025 2:32:34 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 : SQLite Change Tracker: Changed tables=[Person, PersonGroup, PersonGroupMember, ScopedGrant, UserSession] NApr 23, 2025 2:32:34 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #2 : SQLite Change Tracker: Changed tables=[Clazz, ClazzEnrolment, ClazzAssignment, CourseBlock, CoursePermission] NApr 23, 2025 2:32:34 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [NodeEventSseClient localNodeId=2288021498854307691 remoteEndpoint=http://localhost.localdomain:48975/UmAppDatabase/] : onError .java.io.IOException: other event source error d at com.ustadmobile.door.sse.DoorEventSource$eventSourceListener$1.onFailure(DoorEventSource.kt:44) P at okhttp3.internal.sse.RealEventSource.processResponse(RealEventSource.kt:52) K at okhttp3.internal.sse.RealEventSource.onResponse(RealEventSource.kt:46) H at okhttp3.internal.connection.RealCall$AsyncCall.run(RealCall.kt:519) ^ at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) ^ at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) 4 at java.base/java.lang.Thread.run(Thread.java:840)  NApr 23, 2025 2:32:34 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [NodeEventSseClient localNodeId=2288021498854307691 remoteEndpoint=http://localhost.localdomain:48975/UmAppDatabase/] : onError .java.io.IOException: other event source error d at com.ustadmobile.door.sse.DoorEventSource$eventSourceListener$1.onFailure(DoorEventSource.kt:44) P at okhttp3.internal.sse.RealEventSource.processResponse(RealEventSource.kt:52) K at okhttp3.internal.sse.RealEventSource.onResponse(RealEventSource.kt:46) H at okhttp3.internal.connection.RealCall$AsyncCall.run(RealCall.kt:519) ^ at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) ^ at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) 4 at java.base/java.lang.Thread.run(Thread.java:840)  NApr 23, 2025 2:32:34 PM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorEventSource$eventSourceListener$1$onFailure$invokeSuspend - [DoorEventSource@com.ustadmobile.door.sse.DoorEventSource@2f2c412a - http://localhost.localdomain:48975/UmAppDatabase/replication/sse?door-node=2288021498854307691%2Ff16586cd-8e5a-4ae5-bd2a-ee8f4f6bec1b] error: java.io.IOException: other event source error . Attempting to reconnect after 2000ms NApr 23, 2025 2:32:34 PM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorEventSource$eventSourceListener$1$onFailure$invokeSuspend - [DoorEventSource@com.ustadmobile.door.sse.DoorEventSource@2f2c412a - http://localhost.localdomain:48975/UmAppDatabase/replication/sse?door-node=2288021498854307691%2Ff16586cd-8e5a-4ae5-bd2a-ee8f4f6bec1b] error: java.io.IOException: other event source error . Attempting to reconnect after 2000ms NApr 23, 2025 2:32:34 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite:build/tmp/localhost_localdomain_39375_.sqlite] - useNewConnectionAsyncInternal connection #17 : SQLite Change Tracker: Changed tables=[PendingRepositorySession] NApr 23, 2025 2:32:34 PM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE ClazzAssignmentDetailOverviewViewModel$onClickSubmit$invokeSuspend - Exception submitting assignment: com.ustadmobile.core.domain.assignment.submitassignment.AssignmentDeadlinePassedException: Deadline has passed ocom.ustadmobile.core.domain.assignment.submitassignment.AssignmentDeadlinePassedException: Deadline has passed z at com.ustadmobile.core.domain.assignment.submitassignment.SubmitAssignmentUseCase.invoke(SubmitAssignmentUseCase.kt:34)  at com.ustadmobile.core.viewmodel.clazzassignment.detailoverview.ClazzAssignmentDetailOverviewViewModel$onClickSubmit$2.invokeSuspend(ClazzAssignmentDetailOverviewViewModel.kt:634) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104) V at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539) G at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) } at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304) ^ at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) ^ at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) 4 at java.base/java.lang.Thread.run(Thread.java:840)  NApr 23, 2025 2:32:34 PM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE ClazzAssignmentDetailOverviewViewModel$onClickSubmit$invokeSuspend - Exception submitting assignment: com.ustadmobile.core.domain.assignment.submitassignment.AssignmentDeadlinePassedException: Deadline has passed ocom.ustadmobile.core.domain.assignment.submitassignment.AssignmentDeadlinePassedException: Deadline has passed z at com.ustadmobile.core.domain.assignment.submitassignment.SubmitAssignmentUseCase.invoke(SubmitAssignmentUseCase.kt:34)  at com.ustadmobile.core.viewmodel.clazzassignment.detailoverview.ClazzAssignmentDetailOverviewViewModel$onClickSubmit$2.invokeSuspend(ClazzAssignmentDetailOverviewViewModel.kt:634) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104) V at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539) G at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) } at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304) ^ at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) ^ at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) 4 at java.base/java.lang.Thread.run(Thread.java:840)  NApr 23, 2025 2:32:34 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:39375/UmAppDatabase/ - endpoint=http://localhost.localdomain:39375/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:39375/UmAppDatabase/ - endpoint=http://localhost.localdomain:39375/UmAppDatabase/] getRemoteNodeId : server did not provide node id } at com.ustadmobile.door.replication.DoorRepositoryReplicationClient$1.invokeSuspend(DoorRepositoryReplicationClient.kt:275) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  NApr 23, 2025 2:32:34 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:39375/UmAppDatabase/ - endpoint=http://localhost.localdomain:39375/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:39375/UmAppDatabase/ - endpoint=http://localhost.localdomain:39375/UmAppDatabase/] getRemoteNodeId : server did not provide node id } at com.ustadmobile.door.replication.DoorRepositoryReplicationClient$1.invokeSuspend(DoorRepositoryReplicationClient.kt:275) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  NApr 23, 2025 2:32:34 PM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool NApr 23, 2025 2:32:34 PM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool NApr 23, 2025 2:32:34 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NApr 23, 2025 2:32:34 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NApr 23, 2025 2:32:34 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NApr 23, 2025 2:32:34 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NApr 23, 2025 2:32:34 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite:build/tmp/localhost_localdomain_48975_.sqlite] - useNewConnectionAsyncInternal connection #9 : SQLite Change Tracker: Changed tables=[PendingRepositorySession] NApr 23, 2025 2:32:34 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:48975/UmAppDatabase/ - endpoint=http://localhost.localdomain:48975/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:48975/UmAppDatabase/ - endpoint=http://localhost.localdomain:48975/UmAppDatabase/] getRemoteNodeId : server did not provide node id } at com.ustadmobile.door.replication.DoorRepositoryReplicationClient$1.invokeSuspend(DoorRepositoryReplicationClient.kt:275) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  NApr 23, 2025 2:32:34 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:48975/UmAppDatabase/ - endpoint=http://localhost.localdomain:48975/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:48975/UmAppDatabase/ - endpoint=http://localhost.localdomain:48975/UmAppDatabase/] getRemoteNodeId : server did not provide node id } at com.ustadmobile.door.replication.DoorRepositoryReplicationClient$1.invokeSuspend(DoorRepositoryReplicationClient.kt:275) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  NApr 23, 2025 2:32:34 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 : SQLite Change Tracker: Changed tables=[UserSession] NApr 23, 2025 2:32:34 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 : SQLite Change Tracker: Changed tables=[Person, PersonGroup, PersonGroupMember, ScopedGrant, UserSession] NApr 23, 2025 2:32:34 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #2 : SQLite Change Tracker: Changed tables=[Clazz, ClazzEnrolment, ClazzAssignment, CourseBlock, CoursePermission] NApr 23, 2025 2:32:34 PM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool NApr 23, 2025 2:32:34 PM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool NApr 23, 2025 2:32:34 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NApr 23, 2025 2:32:34 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NApr 23, 2025 2:32:34 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NApr 23, 2025 2:32:34 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NApr 23, 2025 2:32:34 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 : SQLite Change Tracker: Changed tables=[UserSession] NApr 23, 2025 2:32:34 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 : SQLite Change Tracker: Changed tables=[Person, PersonGroup, PersonGroupMember, ScopedGrant, UserSession] NApr 23, 2025 2:32:34 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #2 : SQLite Change Tracker: Changed tables=[Clazz, ClazzEnrolment, ClazzAssignment, CourseBlock, CoursePermission] NApr 23, 2025 2:32:34 PM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool NApr 23, 2025 2:32:34 PM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool NApr 23, 2025 2:32:34 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite:build/tmp/localhost_localdomain_36457_.sqlite] - useNewConnectionAsyncInternal connection #6 : SQLite Change Tracker: Changed tables=[PendingRepositorySession] NApr 23, 2025 2:32:34 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:36457/UmAppDatabase/ - endpoint=http://localhost.localdomain:36457/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:36457/UmAppDatabase/ - endpoint=http://localhost.localdomain:36457/UmAppDatabase/] getRemoteNodeId : server did not provide node id } at com.ustadmobile.door.replication.DoorRepositoryReplicationClient$1.invokeSuspend(DoorRepositoryReplicationClient.kt:275) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  NApr 23, 2025 2:32:34 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:36457/UmAppDatabase/ - endpoint=http://localhost.localdomain:36457/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:36457/UmAppDatabase/ - endpoint=http://localhost.localdomain:36457/UmAppDatabase/] getRemoteNodeId : server did not provide node id } at com.ustadmobile.door.replication.DoorRepositoryReplicationClient$1.invokeSuspend(DoorRepositoryReplicationClient.kt:275) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  NApr 23, 2025 2:32:34 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NApr 23, 2025 2:32:34 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NApr 23, 2025 2:32:34 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NApr 23, 2025 2:32:34 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NApr 23, 2025 2:32:34 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 : SQLite Change Tracker: Changed tables=[UserSession] NApr 23, 2025 2:32:34 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 : SQLite Change Tracker: Changed tables=[Person, PersonGroup, PersonGroupMember, ScopedGrant, UserSession] NApr 23, 2025 2:32:34 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #2 : SQLite Change Tracker: Changed tables=[Clazz, ClazzEnrolment, ClazzAssignment, CourseBlock, CoursePermission] NApr 23, 2025 2:32:34 PM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool NApr 23, 2025 2:32:34 PM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool NApr 23, 2025 2:32:34 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NApr 23, 2025 2:32:34 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NApr 23, 2025 2:32:34 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 : SQLite Change Tracker: Changed tables=[UserSession] NApr 23, 2025 2:32:34 PM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool NApr 23, 2025 2:32:34 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NApr 23, 2025 2:32:34 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NApr 23, 2025 2:32:34 PM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool NApr 23, 2025 2:32:34 PM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 Attempting to rollback transaction #1 NApr 23, 2025 2:32:34 PM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 Attempting to rollback transaction #1 NApr 23, 2025 2:32:34 PM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 Rolled back changes NApr 23, 2025 2:32:34 PM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 Rolled back changes NApr 23, 2025 2:32:34 PM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorLog - [prepareAndUseStatementAsync - jdbc:sqlite::memory:] - Exception running INSERT INTO UserSession (usUid, usPcsn, usLcsn, usLcb, usLct, usPersonUid, usClientNodeId, usStartTime, usEndTime, usStatus, usReason, usAuth, usSessionType) VALUES(?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) xjava.lang.NullPointerException: Cannot invoke "java.sql.Connection.setAutoCommit(boolean)" because "connection" is null L at com.zaxxer.hikari.pool.PoolBase.resetConnectionState(PoolBase.java:206) N at com.zaxxer.hikari.pool.PoolEntry.resetConnectionState(PoolEntry.java:108) K at com.zaxxer.hikari.pool.ProxyConnection.close(ProxyConnection.java:236)  at com.ustadmobile.door.room.RoomDatabaseJdbcImplHelperCommon.useNewConnectionAsyncInternal(RoomDatabaseJdbcImplHelperCommon.kt:197)  at com.ustadmobile.door.room.RoomDatabaseJdbcImplHelperCommon.access$useNewConnectionAsyncInternal(RoomDatabaseJdbcImplHelperCommon.kt:21)  at com.ustadmobile.door.room.RoomDatabaseJdbcImplHelperCommon$useNewConnectionAsyncInternal$1.invokeSuspend(RoomDatabaseJdbcImplHelperCommon.kt) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:102) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  NApr 23, 2025 2:32:34 PM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorLog - [prepareAndUseStatementAsync - jdbc:sqlite::memory:] - Exception running INSERT INTO UserSession (usUid, usPcsn, usLcsn, usLcb, usLct, usPersonUid, usClientNodeId, usStartTime, usEndTime, usStatus, usReason, usAuth, usSessionType) VALUES(?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) xjava.lang.NullPointerException: Cannot invoke "java.sql.Connection.setAutoCommit(boolean)" because "connection" is null L at com.zaxxer.hikari.pool.PoolBase.resetConnectionState(PoolBase.java:206) N at com.zaxxer.hikari.pool.PoolEntry.resetConnectionState(PoolEntry.java:108) K at com.zaxxer.hikari.pool.ProxyConnection.close(ProxyConnection.java:236)  at com.ustadmobile.door.room.RoomDatabaseJdbcImplHelperCommon.useNewConnectionAsyncInternal(RoomDatabaseJdbcImplHelperCommon.kt:197)  at com.ustadmobile.door.room.RoomDatabaseJdbcImplHelperCommon.access$useNewConnectionAsyncInternal(RoomDatabaseJdbcImplHelperCommon.kt:21)  at com.ustadmobile.door.room.RoomDatabaseJdbcImplHelperCommon$useNewConnectionAsyncInternal$1.invokeSuspend(RoomDatabaseJdbcImplHelperCommon.kt) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:102) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  NApr 23, 2025 2:32:34 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NApr 23, 2025 2:32:34 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NApr 23, 2025 2:32:34 PM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool NApr 23, 2025 2:32:34 PM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 Attempting to rollback transaction #1 NApr 23, 2025 2:32:34 PM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 Attempting to rollback transaction #1 NApr 23, 2025 2:32:34 PM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 Rolled back changes NApr 23, 2025 2:32:34 PM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 Rolled back changes NApr 23, 2025 2:32:34 PM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorLog - [prepareAndUseStatementAsync - jdbc:sqlite::memory:] - Exception running INSERT INTO UserSession (usUid, usPcsn, usLcsn, usLcb, usLct, usPersonUid, usClientNodeId, usStartTime, usEndTime, usStatus, usReason, usAuth, usSessionType) VALUES(?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) xjava.lang.NullPointerException: Cannot invoke "java.sql.Connection.setAutoCommit(boolean)" because "connection" is null L at com.zaxxer.hikari.pool.PoolBase.resetConnectionState(PoolBase.java:206) N at com.zaxxer.hikari.pool.PoolEntry.resetConnectionState(PoolEntry.java:108) K at com.zaxxer.hikari.pool.ProxyConnection.close(ProxyConnection.java:236)  at com.ustadmobile.door.room.RoomDatabaseJdbcImplHelperCommon.useNewConnectionAsyncInternal(RoomDatabaseJdbcImplHelperCommon.kt:197)  at com.ustadmobile.door.room.RoomDatabaseJdbcImplHelperCommon.access$useNewConnectionAsyncInternal(RoomDatabaseJdbcImplHelperCommon.kt:21)  at com.ustadmobile.door.room.RoomDatabaseJdbcImplHelperCommon$useNewConnectionAsyncInternal$1.invokeSuspend(RoomDatabaseJdbcImplHelperCommon.kt) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:230) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  NApr 23, 2025 2:32:34 PM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorLog - [prepareAndUseStatementAsync - jdbc:sqlite::memory:] - Exception running INSERT INTO UserSession (usUid, usPcsn, usLcsn, usLcb, usLct, usPersonUid, usClientNodeId, usStartTime, usEndTime, usStatus, usReason, usAuth, usSessionType) VALUES(?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) xjava.lang.NullPointerException: Cannot invoke "java.sql.Connection.setAutoCommit(boolean)" because "connection" is null L at com.zaxxer.hikari.pool.PoolBase.resetConnectionState(PoolBase.java:206) N at com.zaxxer.hikari.pool.PoolEntry.resetConnectionState(PoolEntry.java:108) K at com.zaxxer.hikari.pool.ProxyConnection.close(ProxyConnection.java:236)  at com.ustadmobile.door.room.RoomDatabaseJdbcImplHelperCommon.useNewConnectionAsyncInternal(RoomDatabaseJdbcImplHelperCommon.kt:197)  at com.ustadmobile.door.room.RoomDatabaseJdbcImplHelperCommon.access$useNewConnectionAsyncInternal(RoomDatabaseJdbcImplHelperCommon.kt:21)  at com.ustadmobile.door.room.RoomDatabaseJdbcImplHelperCommon$useNewConnectionAsyncInternal$1.invokeSuspend(RoomDatabaseJdbcImplHelperCommon.kt) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:230) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  NApr 23, 2025 2:32:34 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NApr 23, 2025 2:32:34 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NApr 23, 2025 2:32:34 PM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool NApr 23, 2025 2:32:34 PM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 Attempting to rollback transaction #1 NApr 23, 2025 2:32:34 PM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 Attempting to rollback transaction #1 NApr 23, 2025 2:32:34 PM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 Rolled back changes NApr 23, 2025 2:32:34 PM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 Rolled back changes NApr 23, 2025 2:32:34 PM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorLog - [prepareAndUseStatementAsync - jdbc:sqlite::memory:] - Exception running INSERT INTO UserSession (usUid, usPcsn, usLcsn, usLcb, usLct, usPersonUid, usClientNodeId, usStartTime, usEndTime, usStatus, usReason, usAuth, usSessionType) VALUES(?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) xjava.lang.NullPointerException: Cannot invoke "java.sql.Connection.setAutoCommit(boolean)" because "connection" is null L at com.zaxxer.hikari.pool.PoolBase.resetConnectionState(PoolBase.java:206) N at com.zaxxer.hikari.pool.PoolEntry.resetConnectionState(PoolEntry.java:108) K at com.zaxxer.hikari.pool.ProxyConnection.close(ProxyConnection.java:236)  at com.ustadmobile.door.room.RoomDatabaseJdbcImplHelperCommon.useNewConnectionAsyncInternal(RoomDatabaseJdbcImplHelperCommon.kt:197)  at com.ustadmobile.door.room.RoomDatabaseJdbcImplHelperCommon.access$useNewConnectionAsyncInternal(RoomDatabaseJdbcImplHelperCommon.kt:21)  at com.ustadmobile.door.room.RoomDatabaseJdbcImplHelperCommon$useNewConnectionAsyncInternal$1.invokeSuspend(RoomDatabaseJdbcImplHelperCommon.kt) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:102) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  NApr 23, 2025 2:32:34 PM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorLog - [prepareAndUseStatementAsync - jdbc:sqlite::memory:] - Exception running INSERT INTO UserSession (usUid, usPcsn, usLcsn, usLcb, usLct, usPersonUid, usClientNodeId, usStartTime, usEndTime, usStatus, usReason, usAuth, usSessionType) VALUES(?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) xjava.lang.NullPointerException: Cannot invoke "java.sql.Connection.setAutoCommit(boolean)" because "connection" is null L at com.zaxxer.hikari.pool.PoolBase.resetConnectionState(PoolBase.java:206) N at com.zaxxer.hikari.pool.PoolEntry.resetConnectionState(PoolEntry.java:108) K at com.zaxxer.hikari.pool.ProxyConnection.close(ProxyConnection.java:236)  at com.ustadmobile.door.room.RoomDatabaseJdbcImplHelperCommon.useNewConnectionAsyncInternal(RoomDatabaseJdbcImplHelperCommon.kt:197)  at com.ustadmobile.door.room.RoomDatabaseJdbcImplHelperCommon.access$useNewConnectionAsyncInternal(RoomDatabaseJdbcImplHelperCommon.kt:21)  at com.ustadmobile.door.room.RoomDatabaseJdbcImplHelperCommon$useNewConnectionAsyncInternal$1.invokeSuspend(RoomDatabaseJdbcImplHelperCommon.kt) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:102) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  NApr 23, 2025 2:32:34 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NApr 23, 2025 2:32:34 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NApr 23, 2025 2:32:34 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite:build/tmp/localhost_localdomain_49937_.sqlite] - useNewConnectionAsyncInternal connection #6 : SQLite Change Tracker: Changed tables=[PendingRepositorySession] NApr 23, 2025 2:32:34 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:49937/UmAppDatabase/ - endpoint=http://localhost.localdomain:49937/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:49937/UmAppDatabase/ - endpoint=http://localhost.localdomain:49937/UmAppDatabase/] getRemoteNodeId : server did not provide node id } at com.ustadmobile.door.replication.DoorRepositoryReplicationClient$1.invokeSuspend(DoorRepositoryReplicationClient.kt:275) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  NApr 23, 2025 2:32:34 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:49937/UmAppDatabase/ - endpoint=http://localhost.localdomain:49937/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:49937/UmAppDatabase/ - endpoint=http://localhost.localdomain:49937/UmAppDatabase/] getRemoteNodeId : server did not provide node id } at com.ustadmobile.door.replication.DoorRepositoryReplicationClient$1.invokeSuspend(DoorRepositoryReplicationClient.kt:275) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  NApr 23, 2025 2:32:34 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 : SQLite Change Tracker: Changed tables=[UserSession] NApr 23, 2025 2:32:34 PM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool NApr 23, 2025 2:32:34 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NApr 23, 2025 2:32:34 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NApr 23, 2025 2:32:34 PM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool NApr 23, 2025 2:32:34 PM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 Attempting to rollback transaction #1 NApr 23, 2025 2:32:34 PM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 Attempting to rollback transaction #1 NApr 23, 2025 2:32:34 PM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 Rolled back changes NApr 23, 2025 2:32:34 PM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 Rolled back changes NApr 23, 2025 2:32:34 PM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorLog - [prepareAndUseStatementAsync - jdbc:sqlite::memory:] - Exception running INSERT INTO UserSession (usUid, usPcsn, usLcsn, usLcb, usLct, usPersonUid, usClientNodeId, usStartTime, usEndTime, usStatus, usReason, usAuth, usSessionType) VALUES(?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) xjava.lang.NullPointerException: Cannot invoke "java.sql.Connection.setAutoCommit(boolean)" because "connection" is null L at com.zaxxer.hikari.pool.PoolBase.resetConnectionState(PoolBase.java:206) N at com.zaxxer.hikari.pool.PoolEntry.resetConnectionState(PoolEntry.java:108) K at com.zaxxer.hikari.pool.ProxyConnection.close(ProxyConnection.java:236)  at com.ustadmobile.door.room.RoomDatabaseJdbcImplHelperCommon.useNewConnectionAsyncInternal(RoomDatabaseJdbcImplHelperCommon.kt:197)  at com.ustadmobile.door.room.RoomDatabaseJdbcImplHelperCommon.access$useNewConnectionAsyncInternal(RoomDatabaseJdbcImplHelperCommon.kt:21)  at com.ustadmobile.door.room.RoomDatabaseJdbcImplHelperCommon$useNewConnectionAsyncInternal$1.invokeSuspend(RoomDatabaseJdbcImplHelperCommon.kt) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:102) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  NApr 23, 2025 2:32:34 PM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorLog - [prepareAndUseStatementAsync - jdbc:sqlite::memory:] - Exception running INSERT INTO UserSession (usUid, usPcsn, usLcsn, usLcb, usLct, usPersonUid, usClientNodeId, usStartTime, usEndTime, usStatus, usReason, usAuth, usSessionType) VALUES(?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) xjava.lang.NullPointerException: Cannot invoke "java.sql.Connection.setAutoCommit(boolean)" because "connection" is null L at com.zaxxer.hikari.pool.PoolBase.resetConnectionState(PoolBase.java:206) N at com.zaxxer.hikari.pool.PoolEntry.resetConnectionState(PoolEntry.java:108) K at com.zaxxer.hikari.pool.ProxyConnection.close(ProxyConnection.java:236)  at com.ustadmobile.door.room.RoomDatabaseJdbcImplHelperCommon.useNewConnectionAsyncInternal(RoomDatabaseJdbcImplHelperCommon.kt:197)  at com.ustadmobile.door.room.RoomDatabaseJdbcImplHelperCommon.access$useNewConnectionAsyncInternal(RoomDatabaseJdbcImplHelperCommon.kt:21)  at com.ustadmobile.door.room.RoomDatabaseJdbcImplHelperCommon$useNewConnectionAsyncInternal$1.invokeSuspend(RoomDatabaseJdbcImplHelperCommon.kt) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:102) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  NApr 23, 2025 2:32:34 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NApr 23, 2025 2:32:34 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NApr 23, 2025 2:32:34 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 : SQLite Change Tracker: Changed tables=[UserSession] NApr 23, 2025 2:32:34 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite:build/tmp/localhost_localdomain_45333_.sqlite] - useNewConnectionAsyncInternal connection #6 : SQLite Change Tracker: Changed tables=[PendingRepositorySession] NApr 23, 2025 2:32:34 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:45333/UmAppDatabase/ - endpoint=http://localhost.localdomain:45333/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:45333/UmAppDatabase/ - endpoint=http://localhost.localdomain:45333/UmAppDatabase/] getRemoteNodeId : server did not provide node id } at com.ustadmobile.door.replication.DoorRepositoryReplicationClient$1.invokeSuspend(DoorRepositoryReplicationClient.kt:275) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  NApr 23, 2025 2:32:34 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:45333/UmAppDatabase/ - endpoint=http://localhost.localdomain:45333/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:45333/UmAppDatabase/ - endpoint=http://localhost.localdomain:45333/UmAppDatabase/] getRemoteNodeId : server did not provide node id } at com.ustadmobile.door.replication.DoorRepositoryReplicationClient$1.invokeSuspend(DoorRepositoryReplicationClient.kt:275) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  NApr 23, 2025 2:32:34 PM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool NApr 23, 2025 2:32:34 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NApr 23, 2025 2:32:34 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NApr 23, 2025 2:32:34 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NApr 23, 2025 2:32:34 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NApr 23, 2025 2:32:34 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 : SQLite Change Tracker: Changed tables=[UserSession] NApr 23, 2025 2:32:34 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 : SQLite Change Tracker: Changed tables=[Person, PersonGroup, PersonGroupMember, ScopedGrant, UserSession] NApr 23, 2025 2:32:34 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #2 : SQLite Change Tracker: Changed tables=[Person, Clazz, ClazzEnrolment, CoursePermission, SystemPermission] NApr 23, 2025 2:32:34 PM com.ustadmobile.core.util.NapierAntilogJvm performLog YFINE: FINER PeerReviewerAllocationEditViewModel$invokeSuspend - Number of submitters: 12 NApr 23, 2025 2:32:34 PM com.ustadmobile.core.util.NapierAntilogJvm performLog YFINE: FINER PeerReviewerAllocationEditViewModel$invokeSuspend - Number of submitters: 12 NApr 23, 2025 2:32:34 PM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool NApr 23, 2025 2:32:34 PM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool NApr 23, 2025 2:32:34 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite:build/tmp/inaccessible_.sqlite] - useNewConnectionAsyncInternal connection #6 : SQLite Change Tracker: Changed tables=[PendingRepositorySession] NApr 23, 2025 2:32:34 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://inaccessible/UmAppDatabase/ - endpoint=http://inaccessible/UmAppDatabase/] getRemoteNodeId : exception getting remote node id ,java.net.UnknownHostException: inaccessible 5 at _COROUTINE._BOUNDARY._(CoroutineDebugging.kt:42) V at io.ktor.client.engine.okhttp.OkHttpEngine.executeHttpRequest(OkHttpEngine.kt:103) J at io.ktor.client.engine.okhttp.OkHttpEngine.execute(OkHttpEngine.kt:70) l at io.ktor.client.engine.HttpClientEngine$executeWithinCallContext$2.invokeSuspend(HttpClientEngine.kt:99) j at io.ktor.client.engine.HttpClientEngine$DefaultImpls.executeWithinCallContext(HttpClientEngine.kt:100) [ at io.ktor.client.engine.HttpClientEngine$install$1.invokeSuspend(HttpClientEngine.kt:70) K at io.ktor.client.plugins.HttpSend$DefaultSender.execute(HttpSend.kt:138) Z at io.ktor.client.plugins.HttpTimeout$Plugin$install$1.invokeSuspend(HttpTimeout.kt:174) [ at io.ktor.client.plugins.HttpRedirect$Plugin$install$1.invokeSuspend(HttpRedirect.kt:64) i at io.ktor.client.plugins.HttpCallValidator$Companion$install$3.invokeSuspend(HttpCallValidator.kt:151) T at io.ktor.client.plugins.HttpSend$Plugin$install$1.invokeSuspend(HttpSend.kt:104) i at io.ktor.client.plugins.HttpCallValidator$Companion$install$1.invokeSuspend(HttpCallValidator.kt:130) k at io.ktor.client.plugins.HttpRequestLifecycle$Plugin$install$1.invokeSuspend(HttpRequestLifecycle.kt:38) J at io.ktor.client.HttpClient.execute$ktor_client_core(HttpClient.kt:191) O at io.ktor.client.statement.HttpStatement.executeUnsafe(HttpStatement.kt:108) H at io.ktor.client.statement.HttpStatement.execute(HttpStatement.kt:47) } at com.ustadmobile.door.replication.DoorRepositoryReplicationClient$1.invokeSuspend(DoorRepositoryReplicationClient.kt:492) 7Caused by: java.net.UnknownHostException: inaccessible M at java.base/java.net.InetAddress$CachedAddresses.get(InetAddress.java:801) H at java.base/java.net.InetAddress.getAllByName0(InetAddress.java:1533) G at java.base/java.net.InetAddress.getAllByName(InetAddress.java:1385) G at java.base/java.net.InetAddress.getAllByName(InetAddress.java:1306) 6 at okhttp3.Dns$Companion$DnsSystem.lookup(Dns.kt:49) _ at okhttp3.internal.connection.RouteSelector.resetNextInetSocketAddress(RouteSelector.kt:169) N at okhttp3.internal.connection.RouteSelector.nextProxy(RouteSelector.kt:131) H at okhttp3.internal.connection.RouteSelector.next(RouteSelector.kt:73) U at okhttp3.internal.connection.ExchangeFinder.findConnection(ExchangeFinder.kt:205) \ at okhttp3.internal.connection.ExchangeFinder.findHealthyConnection(ExchangeFinder.kt:106) J at okhttp3.internal.connection.ExchangeFinder.find(ExchangeFinder.kt:74) N at okhttp3.internal.connection.RealCall.initExchange$okhttp(RealCall.kt:255) W at okhttp3.internal.connection.ConnectInterceptor.intercept(ConnectInterceptor.kt:32) T at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:109) N at okhttp3.internal.cache.CacheInterceptor.intercept(CacheInterceptor.kt:95) T at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:109) O at okhttp3.internal.http.BridgeInterceptor.intercept(BridgeInterceptor.kt:83) T at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:109) c at okhttp3.internal.http.RetryAndFollowUpInterceptor.intercept(RetryAndFollowUpInterceptor.kt:76) T at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:109) a at okhttp3.internal.connection.RealCall.getResponseWithInterceptorChain$okhttp(RealCall.kt:201) H 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) 4 at java.base/java.lang.Thread.run(Thread.java:840)  NApr 23, 2025 2:32:34 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://inaccessible/UmAppDatabase/ - endpoint=http://inaccessible/UmAppDatabase/] getRemoteNodeId : exception getting remote node id ,java.net.UnknownHostException: inaccessible 5 at _COROUTINE._BOUNDARY._(CoroutineDebugging.kt:42) V at io.ktor.client.engine.okhttp.OkHttpEngine.executeHttpRequest(OkHttpEngine.kt:103) J at io.ktor.client.engine.okhttp.OkHttpEngine.execute(OkHttpEngine.kt:70) l at io.ktor.client.engine.HttpClientEngine$executeWithinCallContext$2.invokeSuspend(HttpClientEngine.kt:99) j at io.ktor.client.engine.HttpClientEngine$DefaultImpls.executeWithinCallContext(HttpClientEngine.kt:100) [ at io.ktor.client.engine.HttpClientEngine$install$1.invokeSuspend(HttpClientEngine.kt:70) K at io.ktor.client.plugins.HttpSend$DefaultSender.execute(HttpSend.kt:138) Z at io.ktor.client.plugins.HttpTimeout$Plugin$install$1.invokeSuspend(HttpTimeout.kt:174) [ at io.ktor.client.plugins.HttpRedirect$Plugin$install$1.invokeSuspend(HttpRedirect.kt:64) i at io.ktor.client.plugins.HttpCallValidator$Companion$install$3.invokeSuspend(HttpCallValidator.kt:151) T at io.ktor.client.plugins.HttpSend$Plugin$install$1.invokeSuspend(HttpSend.kt:104) i at io.ktor.client.plugins.HttpCallValidator$Companion$install$1.invokeSuspend(HttpCallValidator.kt:130) k at io.ktor.client.plugins.HttpRequestLifecycle$Plugin$install$1.invokeSuspend(HttpRequestLifecycle.kt:38) J at io.ktor.client.HttpClient.execute$ktor_client_core(HttpClient.kt:191) O at io.ktor.client.statement.HttpStatement.executeUnsafe(HttpStatement.kt:108) H at io.ktor.client.statement.HttpStatement.execute(HttpStatement.kt:47) } at com.ustadmobile.door.replication.DoorRepositoryReplicationClient$1.invokeSuspend(DoorRepositoryReplicationClient.kt:492) 7Caused by: java.net.UnknownHostException: inaccessible M at java.base/java.net.InetAddress$CachedAddresses.get(InetAddress.java:801) H at java.base/java.net.InetAddress.getAllByName0(InetAddress.java:1533) G at java.base/java.net.InetAddress.getAllByName(InetAddress.java:1385) G at java.base/java.net.InetAddress.getAllByName(InetAddress.java:1306) 6 at okhttp3.Dns$Companion$DnsSystem.lookup(Dns.kt:49) _ at okhttp3.internal.connection.RouteSelector.resetNextInetSocketAddress(RouteSelector.kt:169) N at okhttp3.internal.connection.RouteSelector.nextProxy(RouteSelector.kt:131) H at okhttp3.internal.connection.RouteSelector.next(RouteSelector.kt:73) U at okhttp3.internal.connection.ExchangeFinder.findConnection(ExchangeFinder.kt:205) \ at okhttp3.internal.connection.ExchangeFinder.findHealthyConnection(ExchangeFinder.kt:106) J at okhttp3.internal.connection.ExchangeFinder.find(ExchangeFinder.kt:74) N at okhttp3.internal.connection.RealCall.initExchange$okhttp(RealCall.kt:255) W at okhttp3.internal.connection.ConnectInterceptor.intercept(ConnectInterceptor.kt:32) T at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:109) N at okhttp3.internal.cache.CacheInterceptor.intercept(CacheInterceptor.kt:95) T at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:109) O at okhttp3.internal.http.BridgeInterceptor.intercept(BridgeInterceptor.kt:83) T at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:109) c at okhttp3.internal.http.RetryAndFollowUpInterceptor.intercept(RetryAndFollowUpInterceptor.kt:76) T at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:109) a at okhttp3.internal.connection.RealCall.getResponseWithInterceptorChain$okhttp(RealCall.kt:201) H 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) 4 at java.base/java.lang.Thread.run(Thread.java:840)  NApr 23, 2025 2:32:34 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NApr 23, 2025 2:32:34 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NApr 23, 2025 2:32:34 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NApr 23, 2025 2:32:34 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NApr 23, 2025 2:32:34 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 : SQLite Change Tracker: Changed tables=[UserSession] NApr 23, 2025 2:32:34 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 : SQLite Change Tracker: Changed tables=[Person, PersonGroup, PersonGroupMember, ScopedGrant, UserSession] NApr 23, 2025 2:32:34 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #2 : SQLite Change Tracker: Changed tables=[Person, Clazz, ClazzEnrolment, CoursePermission, SystemPermission] NApr 23, 2025 2:32:34 PM com.ustadmobile.core.util.NapierAntilogJvm performLog YFINE: FINER PeerReviewerAllocationEditViewModel$invokeSuspend - Number of submitters: 10 NApr 23, 2025 2:32:34 PM com.ustadmobile.core.util.NapierAntilogJvm performLog YFINE: FINER PeerReviewerAllocationEditViewModel$invokeSuspend - Number of submitters: 10 NApr 23, 2025 2:32:34 PM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool NApr 23, 2025 2:32:34 PM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool NApr 23, 2025 2:32:34 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NApr 23, 2025 2:32:34 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NApr 23, 2025 2:32:34 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NApr 23, 2025 2:32:34 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NApr 23, 2025 2:32:34 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 : SQLite Change Tracker: Changed tables=[UserSession] NApr 23, 2025 2:32:34 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 : SQLite Change Tracker: Changed tables=[Person, PersonGroup, PersonGroupMember, ScopedGrant, UserSession] NApr 23, 2025 2:32:34 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #2 : SQLite Change Tracker: Changed tables=[Person, Clazz, ClazzEnrolment, CoursePermission, SystemPermission] NApr 23, 2025 2:32:34 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #3 : SQLite Change Tracker: Changed tables=[ClazzAssignment] NApr 23, 2025 2:32:34 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #4 : SQLite Change Tracker: Changed tables=[ClazzEnrolment, CourseAssignmentSubmission, CourseAssignmentMark] NApr 23, 2025 2:32:34 PM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool NApr 23, 2025 2:32:34 PM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool NApr 23, 2025 2:32:34 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NApr 23, 2025 2:32:34 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NApr 23, 2025 2:32:34 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite:build/tmp/localhost_localdomain_54629_.sqlite] - useNewConnectionAsyncInternal connection #19 : SQLite Change Tracker: Changed tables=[PendingRepositorySession] NApr 23, 2025 2:32:34 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NApr 23, 2025 2:32:34 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NApr 23, 2025 2:32:34 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:54629/UmAppDatabase/ - endpoint=http://localhost.localdomain:54629/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:54629/UmAppDatabase/ - endpoint=http://localhost.localdomain:54629/UmAppDatabase/] getRemoteNodeId : server did not provide node id } at com.ustadmobile.door.replication.DoorRepositoryReplicationClient$1.invokeSuspend(DoorRepositoryReplicationClient.kt:275) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  NApr 23, 2025 2:32:34 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:54629/UmAppDatabase/ - endpoint=http://localhost.localdomain:54629/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:54629/UmAppDatabase/ - endpoint=http://localhost.localdomain:54629/UmAppDatabase/] getRemoteNodeId : server did not provide node id } at com.ustadmobile.door.replication.DoorRepositoryReplicationClient$1.invokeSuspend(DoorRepositoryReplicationClient.kt:275) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  NApr 23, 2025 2:32:34 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 : SQLite Change Tracker: Changed tables=[UserSession] NApr 23, 2025 2:32:34 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 : SQLite Change Tracker: Changed tables=[Person, PersonGroup, PersonGroupMember, ScopedGrant, UserSession] NApr 23, 2025 2:32:34 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #2 : SQLite Change Tracker: Changed tables=[Clazz, ClazzEnrolment, CoursePermission] NApr 23, 2025 2:32:34 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #3 : SQLite Change Tracker: Changed tables=[CoursePermission] NApr 23, 2025 2:32:34 PM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool NApr 23, 2025 2:32:34 PM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool NApr 23, 2025 2:32:34 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NApr 23, 2025 2:32:34 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NApr 23, 2025 2:32:34 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NApr 23, 2025 2:32:34 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NApr 23, 2025 2:32:34 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 : SQLite Change Tracker: Changed tables=[UserSession] NApr 23, 2025 2:32:34 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 : SQLite Change Tracker: Changed tables=[Person, PersonGroup, PersonGroupMember, ScopedGrant, UserSession] NApr 23, 2025 2:32:34 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #2 : SQLite Change Tracker: Changed tables=[Clazz, ClazzEnrolment, CoursePermission] NApr 23, 2025 2:32:34 PM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool NApr 23, 2025 2:32:34 PM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool NApr 23, 2025 2:32:34 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NApr 23, 2025 2:32:34 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NApr 23, 2025 2:32:34 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite:build/tmp/localhost_localdomain_38287_.sqlite] - useNewConnectionAsyncInternal connection #17 : SQLite Change Tracker: Changed tables=[PendingRepositorySession] NApr 23, 2025 2:32:34 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:38287/UmAppDatabase/ - endpoint=http://localhost.localdomain:38287/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:38287/UmAppDatabase/ - endpoint=http://localhost.localdomain:38287/UmAppDatabase/] getRemoteNodeId : server did not provide node id } at com.ustadmobile.door.replication.DoorRepositoryReplicationClient$1.invokeSuspend(DoorRepositoryReplicationClient.kt:275) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  NApr 23, 2025 2:32:34 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:38287/UmAppDatabase/ - endpoint=http://localhost.localdomain:38287/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:38287/UmAppDatabase/ - endpoint=http://localhost.localdomain:38287/UmAppDatabase/] getRemoteNodeId : server did not provide node id } at com.ustadmobile.door.replication.DoorRepositoryReplicationClient$1.invokeSuspend(DoorRepositoryReplicationClient.kt:275) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  NApr 23, 2025 2:32:34 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NApr 23, 2025 2:32:34 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NApr 23, 2025 2:32:34 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 : SQLite Change Tracker: Changed tables=[UserSession] NApr 23, 2025 2:32:34 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 : SQLite Change Tracker: Changed tables=[Person, PersonGroup, PersonGroupMember, ScopedGrant, UserSession] NApr 23, 2025 2:32:34 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #2 : SQLite Change Tracker: Changed tables=[Person, Clazz, CoursePermission, SystemPermission] NApr 23, 2025 2:32:34 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #7 : SQLite Change Tracker: Changed tables=[ClazzEnrolment] NApr 23, 2025 2:32:34 PM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool NApr 23, 2025 2:32:34 PM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool NApr 23, 2025 2:32:34 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NApr 23, 2025 2:32:34 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NApr 23, 2025 2:32:34 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NApr 23, 2025 2:32:34 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NApr 23, 2025 2:32:34 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 : SQLite Change Tracker: Changed tables=[UserSession] NApr 23, 2025 2:32:34 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 : SQLite Change Tracker: Changed tables=[Person, PersonGroup, PersonGroupMember, ScopedGrant, UserSession] NApr 23, 2025 2:32:34 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #2 : SQLite Change Tracker: Changed tables=[Person, Clazz, CoursePermission, SystemPermission] NApr 23, 2025 2:32:34 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #3 : SQLite Change Tracker: Changed tables=[ClazzEnrolment] NApr 23, 2025 2:32:34 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #9 : SQLite Change Tracker: Changed tables=[ClazzEnrolment] NApr 23, 2025 2:32:34 PM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool NApr 23, 2025 2:32:34 PM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool NApr 23, 2025 2:32:34 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NApr 23, 2025 2:32:34 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NApr 23, 2025 2:32:34 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NApr 23, 2025 2:32:34 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NApr 23, 2025 2:32:34 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 : SQLite Change Tracker: Changed tables=[UserSession] NApr 23, 2025 2:32:34 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 : SQLite Change Tracker: Changed tables=[Person, PersonGroup, PersonGroupMember, ScopedGrant, UserSession] NApr 23, 2025 2:32:34 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #2 : SQLite Change Tracker: Changed tables=[Clazz, CoursePermission] NApr 23, 2025 2:32:34 PM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool NApr 23, 2025 2:32:34 PM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool NApr 23, 2025 2:32:34 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NApr 23, 2025 2:32:34 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NApr 23, 2025 2:32:34 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NApr 23, 2025 2:32:34 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NApr 23, 2025 2:32:34 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [NodeEventSseClient localNodeId=403074787121451540 remoteEndpoint=http://localhost.localdomain:46465/UmAppDatabase/] : onError .java.io.IOException: other event source error d at com.ustadmobile.door.sse.DoorEventSource$eventSourceListener$1.onFailure(DoorEventSource.kt:44) P at okhttp3.internal.sse.RealEventSource.processResponse(RealEventSource.kt:52) K at okhttp3.internal.sse.RealEventSource.onResponse(RealEventSource.kt:46) H at okhttp3.internal.connection.RealCall$AsyncCall.run(RealCall.kt:519) ^ at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) ^ at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) 4 at java.base/java.lang.Thread.run(Thread.java:840)  NApr 23, 2025 2:32:34 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [NodeEventSseClient localNodeId=403074787121451540 remoteEndpoint=http://localhost.localdomain:46465/UmAppDatabase/] : onError .java.io.IOException: other event source error d at com.ustadmobile.door.sse.DoorEventSource$eventSourceListener$1.onFailure(DoorEventSource.kt:44) P at okhttp3.internal.sse.RealEventSource.processResponse(RealEventSource.kt:52) K at okhttp3.internal.sse.RealEventSource.onResponse(RealEventSource.kt:46) H at okhttp3.internal.connection.RealCall$AsyncCall.run(RealCall.kt:519) ^ at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) ^ at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) 4 at java.base/java.lang.Thread.run(Thread.java:840)  NApr 23, 2025 2:32:34 PM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorEventSource$eventSourceListener$1$onFailure$invokeSuspend - [DoorEventSource@com.ustadmobile.door.sse.DoorEventSource@74899963 - http://localhost.localdomain:46465/UmAppDatabase/replication/sse?door-node=403074787121451540%2Fa9c613aa-5391-43bd-85ff-5611a3de3e4e] error: java.io.IOException: other event source error . Attempting to reconnect after 2000ms NApr 23, 2025 2:32:34 PM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorEventSource$eventSourceListener$1$onFailure$invokeSuspend - [DoorEventSource@com.ustadmobile.door.sse.DoorEventSource@74899963 - http://localhost.localdomain:46465/UmAppDatabase/replication/sse?door-node=403074787121451540%2Fa9c613aa-5391-43bd-85ff-5611a3de3e4e] error: java.io.IOException: other event source error . Attempting to reconnect after 2000ms NApr 23, 2025 2:32:34 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 : SQLite Change Tracker: Changed tables=[UserSession] NApr 23, 2025 2:32:34 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 : SQLite Change Tracker: Changed tables=[Person, PersonGroup, PersonGroupMember, ScopedGrant, UserSession] NApr 23, 2025 2:32:34 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #2 : SQLite Change Tracker: Changed tables=[ClazzLog, Clazz, CoursePermission] NApr 23, 2025 2:32:34 PM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool NApr 23, 2025 2:32:34 PM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool NApr 23, 2025 2:32:34 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite:build/tmp/localhost_localdomain_60363_.sqlite] - useNewConnectionAsyncInternal connection #14 : SQLite Change Tracker: Changed tables=[PendingRepositorySession] NApr 23, 2025 2:32:34 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:60363/UmAppDatabase/ - endpoint=http://localhost.localdomain:60363/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:60363/UmAppDatabase/ - endpoint=http://localhost.localdomain:60363/UmAppDatabase/] getRemoteNodeId : server did not provide node id } at com.ustadmobile.door.replication.DoorRepositoryReplicationClient$1.invokeSuspend(DoorRepositoryReplicationClient.kt:275) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  NApr 23, 2025 2:32:34 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:60363/UmAppDatabase/ - endpoint=http://localhost.localdomain:60363/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:60363/UmAppDatabase/ - endpoint=http://localhost.localdomain:60363/UmAppDatabase/] getRemoteNodeId : server did not provide node id } at com.ustadmobile.door.replication.DoorRepositoryReplicationClient$1.invokeSuspend(DoorRepositoryReplicationClient.kt:275) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  NApr 23, 2025 2:32:34 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NApr 23, 2025 2:32:34 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NApr 23, 2025 2:32:34 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NApr 23, 2025 2:32:34 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NApr 23, 2025 2:32:34 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 : SQLite Change Tracker: Changed tables=[UserSession] NApr 23, 2025 2:32:34 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite:build/tmp/localhost_localdomain_46465_.sqlite] - useNewConnectionAsyncInternal connection #7 : SQLite Change Tracker: Changed tables=[PendingRepositorySession] NApr 23, 2025 2:32:34 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:46465/UmAppDatabase/ - endpoint=http://localhost.localdomain:46465/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:46465/UmAppDatabase/ - endpoint=http://localhost.localdomain:46465/UmAppDatabase/] getRemoteNodeId : server did not provide node id } at com.ustadmobile.door.replication.DoorRepositoryReplicationClient$1.invokeSuspend(DoorRepositoryReplicationClient.kt:275) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  NApr 23, 2025 2:32:34 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:46465/UmAppDatabase/ - endpoint=http://localhost.localdomain:46465/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:46465/UmAppDatabase/ - endpoint=http://localhost.localdomain:46465/UmAppDatabase/] getRemoteNodeId : server did not provide node id } at com.ustadmobile.door.replication.DoorRepositoryReplicationClient$1.invokeSuspend(DoorRepositoryReplicationClient.kt:275) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  NApr 23, 2025 2:32:34 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 : SQLite Change Tracker: Changed tables=[Person, PersonGroup, PersonGroupMember, ScopedGrant, UserSession] NApr 23, 2025 2:32:34 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #2 : SQLite Change Tracker: Changed tables=[ClazzLog, Clazz, CoursePermission] NApr 23, 2025 2:32:34 PM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool NApr 23, 2025 2:32:34 PM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool NApr 23, 2025 2:32:34 PM com.ustadmobile.core.util.NapierAntilogJvm performLog }WARNING: WARNING DoorLog - [NodeEventSseClient localNodeId=2 remoteEndpoint=http://localhost:34059/UmAppDatabase/] : onError Jjava.net.ConnectException: Failed to connect to localhost/127.0.0.1:34059 T at okhttp3.internal.connection.RealConnection.connectSocket(RealConnection.kt:297) N at okhttp3.internal.connection.RealConnection.connect(RealConnection.kt:207) U at okhttp3.internal.connection.ExchangeFinder.findConnection(ExchangeFinder.kt:226) \ at okhttp3.internal.connection.ExchangeFinder.findHealthyConnection(ExchangeFinder.kt:106) J at okhttp3.internal.connection.ExchangeFinder.find(ExchangeFinder.kt:74) N at okhttp3.internal.connection.RealCall.initExchange$okhttp(RealCall.kt:255) W at okhttp3.internal.connection.ConnectInterceptor.intercept(ConnectInterceptor.kt:32) T at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:109) N at okhttp3.internal.cache.CacheInterceptor.intercept(CacheInterceptor.kt:95) T at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:109) O at okhttp3.internal.http.BridgeInterceptor.intercept(BridgeInterceptor.kt:83) T at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:109) c at okhttp3.internal.http.RetryAndFollowUpInterceptor.intercept(RetryAndFollowUpInterceptor.kt:76) T at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:109) a at okhttp3.internal.connection.RealCall.getResponseWithInterceptorChain$okhttp(RealCall.kt:201) H 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) 4 at java.base/java.lang.Thread.run(Thread.java:840) 9Caused by: java.net.ConnectException: Connection refused 8 at java.base/sun.nio.ch.Net.pollConnect(Native Method) : at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) R at java.base/sun.nio.ch.NioSocketImpl.timedFinishConnect(NioSocketImpl.java:547) G at java.base/sun.nio.ch.NioSocketImpl.connect(NioSocketImpl.java:602) I at java.base/java.net.SocksSocketImpl.connect(SocksSocketImpl.java:327) 7 at java.base/java.net.Socket.connect(Socket.java:633) F at okhttp3.internal.platform.Platform.connectSocket(Platform.kt:128) T at okhttp3.internal.connection.RealConnection.connectSocket(RealConnection.kt:295)  ... 18 more  NApr 23, 2025 2:32:34 PM com.ustadmobile.core.util.NapierAntilogJvm performLog }WARNING: WARNING DoorLog - [NodeEventSseClient localNodeId=2 remoteEndpoint=http://localhost:34059/UmAppDatabase/] : onError Jjava.net.ConnectException: Failed to connect to localhost/127.0.0.1:34059 T at okhttp3.internal.connection.RealConnection.connectSocket(RealConnection.kt:297) N at okhttp3.internal.connection.RealConnection.connect(RealConnection.kt:207) U at okhttp3.internal.connection.ExchangeFinder.findConnection(ExchangeFinder.kt:226) \ at okhttp3.internal.connection.ExchangeFinder.findHealthyConnection(ExchangeFinder.kt:106) J at okhttp3.internal.connection.ExchangeFinder.find(ExchangeFinder.kt:74) N at okhttp3.internal.connection.RealCall.initExchange$okhttp(RealCall.kt:255) W at okhttp3.internal.connection.ConnectInterceptor.intercept(ConnectInterceptor.kt:32) T at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:109) N at okhttp3.internal.cache.CacheInterceptor.intercept(CacheInterceptor.kt:95) T at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:109) O at okhttp3.internal.http.BridgeInterceptor.intercept(BridgeInterceptor.kt:83) T at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:109) c at okhttp3.internal.http.RetryAndFollowUpInterceptor.intercept(RetryAndFollowUpInterceptor.kt:76) T at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:109) a at okhttp3.internal.connection.RealCall.getResponseWithInterceptorChain$okhttp(RealCall.kt:201) H 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) 4 at java.base/java.lang.Thread.run(Thread.java:840) 9Caused by: java.net.ConnectException: Connection refused 8 at java.base/sun.nio.ch.Net.pollConnect(Native Method) : at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) R at java.base/sun.nio.ch.NioSocketImpl.timedFinishConnect(NioSocketImpl.java:547) G at java.base/sun.nio.ch.NioSocketImpl.connect(NioSocketImpl.java:602) I at java.base/java.net.SocksSocketImpl.connect(SocksSocketImpl.java:327) 7 at java.base/java.net.Socket.connect(Socket.java:633) F at okhttp3.internal.platform.Platform.connectSocket(Platform.kt:128) T at okhttp3.internal.connection.RealConnection.connectSocket(RealConnection.kt:295)  ... 18 more  NApr 23, 2025 2:32:34 PM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorEventSource$eventSourceListener$1$onFailure$invokeSuspend - [DoorEventSource@com.ustadmobile.door.sse.DoorEventSource@50137d3e - http://localhost:34059/UmAppDatabase/replication/sse?door-node=2%2Fauth2] error: java.net.ConnectException: Failed to connect to localhost/127.0.0.1:34059 . Attempting to reconnect after 2000ms NApr 23, 2025 2:32:34 PM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorEventSource$eventSourceListener$1$onFailure$invokeSuspend - [DoorEventSource@com.ustadmobile.door.sse.DoorEventSource@50137d3e - http://localhost:34059/UmAppDatabase/replication/sse?door-node=2%2Fauth2] error: java.net.ConnectException: Failed to connect to localhost/127.0.0.1:34059 . Attempting to reconnect after 2000ms NApr 23, 2025 2:32:34 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NApr 23, 2025 2:32:34 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NApr 23, 2025 2:32:34 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NApr 23, 2025 2:32:34 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NApr 23, 2025 2:32:34 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [NodeEventSseClient localNodeId=8764284603145151325 remoteEndpoint=http://localhost.localdomain:39375/UmAppDatabase/] : onError .java.io.IOException: other event source error d at com.ustadmobile.door.sse.DoorEventSource$eventSourceListener$1.onFailure(DoorEventSource.kt:44) P at okhttp3.internal.sse.RealEventSource.processResponse(RealEventSource.kt:52) K at okhttp3.internal.sse.RealEventSource.onResponse(RealEventSource.kt:46) H at okhttp3.internal.connection.RealCall$AsyncCall.run(RealCall.kt:519) ^ at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) ^ at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) 4 at java.base/java.lang.Thread.run(Thread.java:840)  NApr 23, 2025 2:32:34 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [NodeEventSseClient localNodeId=8764284603145151325 remoteEndpoint=http://localhost.localdomain:39375/UmAppDatabase/] : onError .java.io.IOException: other event source error d at com.ustadmobile.door.sse.DoorEventSource$eventSourceListener$1.onFailure(DoorEventSource.kt:44) P at okhttp3.internal.sse.RealEventSource.processResponse(RealEventSource.kt:52) K at okhttp3.internal.sse.RealEventSource.onResponse(RealEventSource.kt:46) H at okhttp3.internal.connection.RealCall$AsyncCall.run(RealCall.kt:519) ^ at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) ^ at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) 4 at java.base/java.lang.Thread.run(Thread.java:840)  NApr 23, 2025 2:32:34 PM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorEventSource$eventSourceListener$1$onFailure$invokeSuspend - [DoorEventSource@com.ustadmobile.door.sse.DoorEventSource@73a04949 - http://localhost.localdomain:39375/UmAppDatabase/replication/sse?door-node=8764284603145151325%2F8cf98fb6-d63a-435c-8dcc-c294e5dc9ccc] error: java.io.IOException: other event source error . Attempting to reconnect after 2000ms NApr 23, 2025 2:32:34 PM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorEventSource$eventSourceListener$1$onFailure$invokeSuspend - [DoorEventSource@com.ustadmobile.door.sse.DoorEventSource@73a04949 - http://localhost.localdomain:39375/UmAppDatabase/replication/sse?door-node=8764284603145151325%2F8cf98fb6-d63a-435c-8dcc-c294e5dc9ccc] error: java.io.IOException: other event source error . Attempting to reconnect after 2000ms NApr 23, 2025 2:32:34 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 : SQLite Change Tracker: Changed tables=[UserSession] NApr 23, 2025 2:32:34 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 : SQLite Change Tracker: Changed tables=[Person, PersonGroup, PersonGroupMember, ScopedGrant, UserSession] NApr 23, 2025 2:32:34 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #2 : SQLite Change Tracker: Changed tables=[Person, Clazz, ClazzEnrolment, PersonGroup, PersonGroupMember, ScopedGrant, CoursePermission] NApr 23, 2025 2:32:35 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #3 : SQLite Change Tracker: Changed tables=[ClazzLog] NApr 23, 2025 2:32:35 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite:build/tmp/localhost_localdomain_39375_.sqlite] - useNewConnectionAsyncInternal connection #18 : SQLite Change Tracker: Changed tables=[PendingRepositorySession] NApr 23, 2025 2:32:35 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:39375/UmAppDatabase/ - endpoint=http://localhost.localdomain:39375/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:39375/UmAppDatabase/ - endpoint=http://localhost.localdomain:39375/UmAppDatabase/] getRemoteNodeId : server did not provide node id } at com.ustadmobile.door.replication.DoorRepositoryReplicationClient$1.invokeSuspend(DoorRepositoryReplicationClient.kt:275) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  NApr 23, 2025 2:32:35 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:39375/UmAppDatabase/ - endpoint=http://localhost.localdomain:39375/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:39375/UmAppDatabase/ - endpoint=http://localhost.localdomain:39375/UmAppDatabase/] getRemoteNodeId : server did not provide node id } at com.ustadmobile.door.replication.DoorRepositoryReplicationClient$1.invokeSuspend(DoorRepositoryReplicationClient.kt:275) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  NApr 23, 2025 2:32:35 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite:build/tmp/localhost_localdomain_48975_.sqlite] - useNewConnectionAsyncInternal connection #10 : SQLite Change Tracker: Changed tables=[PendingRepositorySession] NApr 23, 2025 2:32:35 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:48975/UmAppDatabase/ - endpoint=http://localhost.localdomain:48975/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:48975/UmAppDatabase/ - endpoint=http://localhost.localdomain:48975/UmAppDatabase/] getRemoteNodeId : server did not provide node id } at com.ustadmobile.door.replication.DoorRepositoryReplicationClient$1.invokeSuspend(DoorRepositoryReplicationClient.kt:275) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  NApr 23, 2025 2:32:35 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:48975/UmAppDatabase/ - endpoint=http://localhost.localdomain:48975/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:48975/UmAppDatabase/ - endpoint=http://localhost.localdomain:48975/UmAppDatabase/] getRemoteNodeId : server did not provide node id } at com.ustadmobile.door.replication.DoorRepositoryReplicationClient$1.invokeSuspend(DoorRepositoryReplicationClient.kt:275) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  NApr 23, 2025 2:32:35 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #11 : SQLite Change Tracker: Changed tables=[ClazzLog, ClazzLogAttendanceRecord] NApr 23, 2025 2:32:35 PM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool NApr 23, 2025 2:32:35 PM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool NApr 23, 2025 2:32:35 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NApr 23, 2025 2:32:35 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NApr 23, 2025 2:32:35 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [NodeEventSseClient localNodeId=7094406850226360757 remoteEndpoint=http://localhost.localdomain:36457/UmAppDatabase/] : onError .java.io.IOException: other event source error d at com.ustadmobile.door.sse.DoorEventSource$eventSourceListener$1.onFailure(DoorEventSource.kt:44) P at okhttp3.internal.sse.RealEventSource.processResponse(RealEventSource.kt:52) K at okhttp3.internal.sse.RealEventSource.onResponse(RealEventSource.kt:46) H at okhttp3.internal.connection.RealCall$AsyncCall.run(RealCall.kt:519) ^ at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) ^ at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) 4 at java.base/java.lang.Thread.run(Thread.java:840)  NApr 23, 2025 2:32:35 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [NodeEventSseClient localNodeId=7094406850226360757 remoteEndpoint=http://localhost.localdomain:36457/UmAppDatabase/] : onError .java.io.IOException: other event source error d at com.ustadmobile.door.sse.DoorEventSource$eventSourceListener$1.onFailure(DoorEventSource.kt:44) P at okhttp3.internal.sse.RealEventSource.processResponse(RealEventSource.kt:52) K at okhttp3.internal.sse.RealEventSource.onResponse(RealEventSource.kt:46) H at okhttp3.internal.connection.RealCall$AsyncCall.run(RealCall.kt:519) ^ at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) ^ at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) 4 at java.base/java.lang.Thread.run(Thread.java:840)  NApr 23, 2025 2:32:35 PM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorEventSource$eventSourceListener$1$onFailure$invokeSuspend - [DoorEventSource@com.ustadmobile.door.sse.DoorEventSource@40cfcb3b - http://localhost.localdomain:36457/UmAppDatabase/replication/sse?door-node=7094406850226360757%2F1d93c251-d6d7-4322-9eca-4fb9c192c287] error: java.io.IOException: other event source error . Attempting to reconnect after 2000ms NApr 23, 2025 2:32:35 PM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorEventSource$eventSourceListener$1$onFailure$invokeSuspend - [DoorEventSource@com.ustadmobile.door.sse.DoorEventSource@40cfcb3b - http://localhost.localdomain:36457/UmAppDatabase/replication/sse?door-node=7094406850226360757%2F1d93c251-d6d7-4322-9eca-4fb9c192c287] error: java.io.IOException: other event source error . Attempting to reconnect after 2000ms NApr 23, 2025 2:32:35 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NApr 23, 2025 2:32:35 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NApr 23, 2025 2:32:35 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 : SQLite Change Tracker: Changed tables=[UserSession] NApr 23, 2025 2:32:35 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 : SQLite Change Tracker: Changed tables=[Person, PersonGroup, PersonGroupMember, ScopedGrant, UserSession] NApr 23, 2025 2:32:35 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #2 : SQLite Change Tracker: Changed tables=[Person, Clazz, ClazzEnrolment, PersonGroup, PersonGroupMember, ScopedGrant, CoursePermission] NApr 23, 2025 2:32:35 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite:build/tmp/localhost_localdomain_36457_.sqlite] - useNewConnectionAsyncInternal connection #7 : SQLite Change Tracker: Changed tables=[PendingRepositorySession] NApr 23, 2025 2:32:35 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #3 : SQLite Change Tracker: Changed tables=[ClazzLog] NApr 23, 2025 2:32:35 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:36457/UmAppDatabase/ - endpoint=http://localhost.localdomain:36457/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:36457/UmAppDatabase/ - endpoint=http://localhost.localdomain:36457/UmAppDatabase/] getRemoteNodeId : server did not provide node id } at com.ustadmobile.door.replication.DoorRepositoryReplicationClient$1.invokeSuspend(DoorRepositoryReplicationClient.kt:275) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  NApr 23, 2025 2:32:35 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:36457/UmAppDatabase/ - endpoint=http://localhost.localdomain:36457/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:36457/UmAppDatabase/ - endpoint=http://localhost.localdomain:36457/UmAppDatabase/] getRemoteNodeId : server did not provide node id } at com.ustadmobile.door.replication.DoorRepositoryReplicationClient$1.invokeSuspend(DoorRepositoryReplicationClient.kt:275) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  NApr 23, 2025 2:32:35 PM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool NApr 23, 2025 2:32:35 PM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool NApr 23, 2025 2:32:35 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NApr 23, 2025 2:32:35 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NApr 23, 2025 2:32:35 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NApr 23, 2025 2:32:35 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NApr 23, 2025 2:32:35 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 : SQLite Change Tracker: Changed tables=[UserSession] NApr 23, 2025 2:32:35 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 : SQLite Change Tracker: Changed tables=[Person, PersonGroup, PersonGroupMember, ScopedGrant, UserSession] NApr 23, 2025 2:32:35 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #2 : SQLite Change Tracker: Changed tables=[Person, Clazz, ClazzEnrolment, PersonGroup, PersonGroupMember, ScopedGrant, CoursePermission] NApr 23, 2025 2:32:35 PM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool NApr 23, 2025 2:32:35 PM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool NApr 23, 2025 2:32:35 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NApr 23, 2025 2:32:35 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NApr 23, 2025 2:32:35 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NApr 23, 2025 2:32:35 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NApr 23, 2025 2:32:35 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 : SQLite Change Tracker: Changed tables=[UserSession] NApr 23, 2025 2:32:35 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [NodeEventSseClient localNodeId=4979267641079309009 remoteEndpoint=http://localhost.localdomain:49937/UmAppDatabase/] : onError .java.io.IOException: other event source error d at com.ustadmobile.door.sse.DoorEventSource$eventSourceListener$1.onFailure(DoorEventSource.kt:44) P at okhttp3.internal.sse.RealEventSource.processResponse(RealEventSource.kt:52) K at okhttp3.internal.sse.RealEventSource.onResponse(RealEventSource.kt:46) H at okhttp3.internal.connection.RealCall$AsyncCall.run(RealCall.kt:519) ^ at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) ^ at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) 4 at java.base/java.lang.Thread.run(Thread.java:840)  NApr 23, 2025 2:32:35 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [NodeEventSseClient localNodeId=4979267641079309009 remoteEndpoint=http://localhost.localdomain:49937/UmAppDatabase/] : onError .java.io.IOException: other event source error d at com.ustadmobile.door.sse.DoorEventSource$eventSourceListener$1.onFailure(DoorEventSource.kt:44) P at okhttp3.internal.sse.RealEventSource.processResponse(RealEventSource.kt:52) K at okhttp3.internal.sse.RealEventSource.onResponse(RealEventSource.kt:46) H at okhttp3.internal.connection.RealCall$AsyncCall.run(RealCall.kt:519) ^ at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) ^ at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) 4 at java.base/java.lang.Thread.run(Thread.java:840)  NApr 23, 2025 2:32:35 PM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorEventSource$eventSourceListener$1$onFailure$invokeSuspend - [DoorEventSource@com.ustadmobile.door.sse.DoorEventSource@7d755ac4 - http://localhost.localdomain:49937/UmAppDatabase/replication/sse?door-node=4979267641079309009%2F80004e94-654b-4833-aedc-c90f05cdd779] error: java.io.IOException: other event source error . Attempting to reconnect after 2000ms NApr 23, 2025 2:32:35 PM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorEventSource$eventSourceListener$1$onFailure$invokeSuspend - [DoorEventSource@com.ustadmobile.door.sse.DoorEventSource@7d755ac4 - http://localhost.localdomain:49937/UmAppDatabase/replication/sse?door-node=4979267641079309009%2F80004e94-654b-4833-aedc-c90f05cdd779] error: java.io.IOException: other event source error . Attempting to reconnect after 2000ms NApr 23, 2025 2:32:35 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 : SQLite Change Tracker: Changed tables=[Person, PersonGroup, PersonGroupMember, ScopedGrant, UserSession] NApr 23, 2025 2:32:35 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #2 : SQLite Change Tracker: Changed tables=[Person, Clazz, ClazzEnrolment, PersonGroup, PersonGroupMember, ScopedGrant, CoursePermission] NApr 23, 2025 2:32:35 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #3 : SQLite Change Tracker: Changed tables=[ClazzLog, ClazzLogAttendanceRecord] NApr 23, 2025 2:32:35 PM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool NApr 23, 2025 2:32:35 PM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool NApr 23, 2025 2:32:35 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NApr 23, 2025 2:32:35 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NApr 23, 2025 2:32:35 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 : SQLite Change Tracker: Changed tables=[UserSession] NApr 23, 2025 2:32:35 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #2 : SQLite Change Tracker: Changed tables=[ContentEntry] NApr 23, 2025 2:32:35 PM com.ustadmobile.core.util.NapierAntilogJvm performLog [FINE: FINER ContentEntryDetailOverviewViewModel$invokeSuspend - Could not get list of jobs NApr 23, 2025 2:32:35 PM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool NApr 23, 2025 2:32:35 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [NodeEventSseClient localNodeId=3937896276252873330 remoteEndpoint=http://localhost.localdomain:45333/UmAppDatabase/] : onError .java.io.IOException: other event source error d at com.ustadmobile.door.sse.DoorEventSource$eventSourceListener$1.onFailure(DoorEventSource.kt:44) P at okhttp3.internal.sse.RealEventSource.processResponse(RealEventSource.kt:52) K at okhttp3.internal.sse.RealEventSource.onResponse(RealEventSource.kt:46) H at okhttp3.internal.connection.RealCall$AsyncCall.run(RealCall.kt:519) ^ at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) ^ at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) 4 at java.base/java.lang.Thread.run(Thread.java:840)  NApr 23, 2025 2:32:35 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [NodeEventSseClient localNodeId=3937896276252873330 remoteEndpoint=http://localhost.localdomain:45333/UmAppDatabase/] : onError .java.io.IOException: other event source error d at com.ustadmobile.door.sse.DoorEventSource$eventSourceListener$1.onFailure(DoorEventSource.kt:44) P at okhttp3.internal.sse.RealEventSource.processResponse(RealEventSource.kt:52) K at okhttp3.internal.sse.RealEventSource.onResponse(RealEventSource.kt:46) H at okhttp3.internal.connection.RealCall$AsyncCall.run(RealCall.kt:519) ^ at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) ^ at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) 4 at java.base/java.lang.Thread.run(Thread.java:840)  NApr 23, 2025 2:32:35 PM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorEventSource$eventSourceListener$1$onFailure$invokeSuspend - [DoorEventSource@com.ustadmobile.door.sse.DoorEventSource@7ea4f0a5 - http://localhost.localdomain:45333/UmAppDatabase/replication/sse?door-node=3937896276252873330%2F2dbad5f5-fc93-4a4d-8ec6-9ed4a45fad90] error: java.io.IOException: other event source error . Attempting to reconnect after 2000ms NApr 23, 2025 2:32:35 PM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorEventSource$eventSourceListener$1$onFailure$invokeSuspend - [DoorEventSource@com.ustadmobile.door.sse.DoorEventSource@7ea4f0a5 - http://localhost.localdomain:45333/UmAppDatabase/replication/sse?door-node=3937896276252873330%2F2dbad5f5-fc93-4a4d-8ec6-9ed4a45fad90] error: java.io.IOException: other event source error . Attempting to reconnect after 2000ms NApr 23, 2025 2:32:35 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite:build/tmp/localhost_localdomain_49937_.sqlite] - useNewConnectionAsyncInternal connection #7 : SQLite Change Tracker: Changed tables=[PendingRepositorySession] NApr 23, 2025 2:32:35 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:49937/UmAppDatabase/ - endpoint=http://localhost.localdomain:49937/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:49937/UmAppDatabase/ - endpoint=http://localhost.localdomain:49937/UmAppDatabase/] getRemoteNodeId : server did not provide node id } at com.ustadmobile.door.replication.DoorRepositoryReplicationClient$1.invokeSuspend(DoorRepositoryReplicationClient.kt:275) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  NApr 23, 2025 2:32:35 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:49937/UmAppDatabase/ - endpoint=http://localhost.localdomain:49937/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:49937/UmAppDatabase/ - endpoint=http://localhost.localdomain:49937/UmAppDatabase/] getRemoteNodeId : server did not provide node id } at com.ustadmobile.door.replication.DoorRepositoryReplicationClient$1.invokeSuspend(DoorRepositoryReplicationClient.kt:275) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  NApr 23, 2025 2:32:35 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NApr 23, 2025 2:32:35 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NApr 23, 2025 2:32:35 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 : SQLite Change Tracker: Changed tables=[UserSession] NApr 23, 2025 2:32:35 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #2 : SQLite Change Tracker: Changed tables=[Person, PersonGroup, PersonGroupMember, ScopedGrant, UserSession] NApr 23, 2025 2:32:35 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #3 : SQLite Change Tracker: Changed tables=[SystemPermission] NApr 23, 2025 2:32:35 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite:build/tmp/localhost_localdomain_45333_.sqlite] - useNewConnectionAsyncInternal connection #7 : SQLite Change Tracker: Changed tables=[PendingRepositorySession] NApr 23, 2025 2:32:35 PM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool NApr 23, 2025 2:32:35 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:45333/UmAppDatabase/ - endpoint=http://localhost.localdomain:45333/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:45333/UmAppDatabase/ - endpoint=http://localhost.localdomain:45333/UmAppDatabase/] getRemoteNodeId : server did not provide node id } at com.ustadmobile.door.replication.DoorRepositoryReplicationClient$1.invokeSuspend(DoorRepositoryReplicationClient.kt:275) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  NApr 23, 2025 2:32:35 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:45333/UmAppDatabase/ - endpoint=http://localhost.localdomain:45333/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:45333/UmAppDatabase/ - endpoint=http://localhost.localdomain:45333/UmAppDatabase/] getRemoteNodeId : server did not provide node id } at com.ustadmobile.door.replication.DoorRepositoryReplicationClient$1.invokeSuspend(DoorRepositoryReplicationClient.kt:275) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  NApr 23, 2025 2:32:35 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [NodeEventSseClient localNodeId=3937896276252873330 remoteEndpoint=http://inaccessible/UmAppDatabase/] : onError ,java.net.UnknownHostException: inaccessible M at java.base/java.net.InetAddress$CachedAddresses.get(InetAddress.java:801) H at java.base/java.net.InetAddress.getAllByName0(InetAddress.java:1533) G at java.base/java.net.InetAddress.getAllByName(InetAddress.java:1385) G at java.base/java.net.InetAddress.getAllByName(InetAddress.java:1306) 6 at okhttp3.Dns$Companion$DnsSystem.lookup(Dns.kt:49) _ at okhttp3.internal.connection.RouteSelector.resetNextInetSocketAddress(RouteSelector.kt:169) N at okhttp3.internal.connection.RouteSelector.nextProxy(RouteSelector.kt:131) H at okhttp3.internal.connection.RouteSelector.next(RouteSelector.kt:73) U at okhttp3.internal.connection.ExchangeFinder.findConnection(ExchangeFinder.kt:205) \ at okhttp3.internal.connection.ExchangeFinder.findHealthyConnection(ExchangeFinder.kt:106) J at okhttp3.internal.connection.ExchangeFinder.find(ExchangeFinder.kt:74) N at okhttp3.internal.connection.RealCall.initExchange$okhttp(RealCall.kt:255) W at okhttp3.internal.connection.ConnectInterceptor.intercept(ConnectInterceptor.kt:32) T at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:109) N at okhttp3.internal.cache.CacheInterceptor.intercept(CacheInterceptor.kt:95) T at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:109) O at okhttp3.internal.http.BridgeInterceptor.intercept(BridgeInterceptor.kt:83) T at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:109) c at okhttp3.internal.http.RetryAndFollowUpInterceptor.intercept(RetryAndFollowUpInterceptor.kt:76) T at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:109) a at okhttp3.internal.connection.RealCall.getResponseWithInterceptorChain$okhttp(RealCall.kt:201) H 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) 4 at java.base/java.lang.Thread.run(Thread.java:840)  NApr 23, 2025 2:32:35 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [NodeEventSseClient localNodeId=3937896276252873330 remoteEndpoint=http://inaccessible/UmAppDatabase/] : onError ,java.net.UnknownHostException: inaccessible M at java.base/java.net.InetAddress$CachedAddresses.get(InetAddress.java:801) H at java.base/java.net.InetAddress.getAllByName0(InetAddress.java:1533) G at java.base/java.net.InetAddress.getAllByName(InetAddress.java:1385) G at java.base/java.net.InetAddress.getAllByName(InetAddress.java:1306) 6 at okhttp3.Dns$Companion$DnsSystem.lookup(Dns.kt:49) _ at okhttp3.internal.connection.RouteSelector.resetNextInetSocketAddress(RouteSelector.kt:169) N at okhttp3.internal.connection.RouteSelector.nextProxy(RouteSelector.kt:131) H at okhttp3.internal.connection.RouteSelector.next(RouteSelector.kt:73) U at okhttp3.internal.connection.ExchangeFinder.findConnection(ExchangeFinder.kt:205) \ at okhttp3.internal.connection.ExchangeFinder.findHealthyConnection(ExchangeFinder.kt:106) J at okhttp3.internal.connection.ExchangeFinder.find(ExchangeFinder.kt:74) N at okhttp3.internal.connection.RealCall.initExchange$okhttp(RealCall.kt:255) W at okhttp3.internal.connection.ConnectInterceptor.intercept(ConnectInterceptor.kt:32) T at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:109) N at okhttp3.internal.cache.CacheInterceptor.intercept(CacheInterceptor.kt:95) T at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:109) O at okhttp3.internal.http.BridgeInterceptor.intercept(BridgeInterceptor.kt:83) T at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:109) c at okhttp3.internal.http.RetryAndFollowUpInterceptor.intercept(RetryAndFollowUpInterceptor.kt:76) T at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:109) a at okhttp3.internal.connection.RealCall.getResponseWithInterceptorChain$okhttp(RealCall.kt:201) H 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) 4 at java.base/java.lang.Thread.run(Thread.java:840)  NApr 23, 2025 2:32:35 PM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorEventSource$eventSourceListener$1$onFailure$invokeSuspend - [DoorEventSource@com.ustadmobile.door.sse.DoorEventSource@45ccfd6e - http://inaccessible/UmAppDatabase/replication/sse?door-node=3937896276252873330%2F2dbad5f5-fc93-4a4d-8ec6-9ed4a45fad90] error: java.net.UnknownHostException: inaccessible . Attempting to reconnect after 2000ms NApr 23, 2025 2:32:35 PM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorEventSource$eventSourceListener$1$onFailure$invokeSuspend - [DoorEventSource@com.ustadmobile.door.sse.DoorEventSource@45ccfd6e - http://inaccessible/UmAppDatabase/replication/sse?door-node=3937896276252873330%2F2dbad5f5-fc93-4a4d-8ec6-9ed4a45fad90] error: java.net.UnknownHostException: inaccessible . Attempting to reconnect after 2000ms NApr 23, 2025 2:32:35 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NApr 23, 2025 2:32:35 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NApr 23, 2025 2:32:35 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite:build/tmp/inaccessible_.sqlite] - useNewConnectionAsyncInternal connection #7 : SQLite Change Tracker: Changed tables=[PendingRepositorySession] NApr 23, 2025 2:32:35 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://inaccessible/UmAppDatabase/ - endpoint=http://inaccessible/UmAppDatabase/] getRemoteNodeId : exception getting remote node id ,java.net.UnknownHostException: inaccessible 5 at _COROUTINE._BOUNDARY._(CoroutineDebugging.kt:42) V at io.ktor.client.engine.okhttp.OkHttpEngine.executeHttpRequest(OkHttpEngine.kt:103) J at io.ktor.client.engine.okhttp.OkHttpEngine.execute(OkHttpEngine.kt:70) l at io.ktor.client.engine.HttpClientEngine$executeWithinCallContext$2.invokeSuspend(HttpClientEngine.kt:99) j at io.ktor.client.engine.HttpClientEngine$DefaultImpls.executeWithinCallContext(HttpClientEngine.kt:100) [ at io.ktor.client.engine.HttpClientEngine$install$1.invokeSuspend(HttpClientEngine.kt:70) K at io.ktor.client.plugins.HttpSend$DefaultSender.execute(HttpSend.kt:138) Z at io.ktor.client.plugins.HttpTimeout$Plugin$install$1.invokeSuspend(HttpTimeout.kt:174) [ at io.ktor.client.plugins.HttpRedirect$Plugin$install$1.invokeSuspend(HttpRedirect.kt:64) i at io.ktor.client.plugins.HttpCallValidator$Companion$install$3.invokeSuspend(HttpCallValidator.kt:151) T at io.ktor.client.plugins.HttpSend$Plugin$install$1.invokeSuspend(HttpSend.kt:104) i at io.ktor.client.plugins.HttpCallValidator$Companion$install$1.invokeSuspend(HttpCallValidator.kt:130) k at io.ktor.client.plugins.HttpRequestLifecycle$Plugin$install$1.invokeSuspend(HttpRequestLifecycle.kt:38) J at io.ktor.client.HttpClient.execute$ktor_client_core(HttpClient.kt:191) O at io.ktor.client.statement.HttpStatement.executeUnsafe(HttpStatement.kt:108) H at io.ktor.client.statement.HttpStatement.execute(HttpStatement.kt:47) } at com.ustadmobile.door.replication.DoorRepositoryReplicationClient$1.invokeSuspend(DoorRepositoryReplicationClient.kt:492) 7Caused by: java.net.UnknownHostException: inaccessible M at java.base/java.net.InetAddress$CachedAddresses.get(InetAddress.java:801) H at java.base/java.net.InetAddress.getAllByName0(InetAddress.java:1533) G at java.base/java.net.InetAddress.getAllByName(InetAddress.java:1385) G at java.base/java.net.InetAddress.getAllByName(InetAddress.java:1306) 6 at okhttp3.Dns$Companion$DnsSystem.lookup(Dns.kt:49) _ at okhttp3.internal.connection.RouteSelector.resetNextInetSocketAddress(RouteSelector.kt:169) N at okhttp3.internal.connection.RouteSelector.nextProxy(RouteSelector.kt:131) H at okhttp3.internal.connection.RouteSelector.next(RouteSelector.kt:73) U at okhttp3.internal.connection.ExchangeFinder.findConnection(ExchangeFinder.kt:205) \ at okhttp3.internal.connection.ExchangeFinder.findHealthyConnection(ExchangeFinder.kt:106) J at okhttp3.internal.connection.ExchangeFinder.find(ExchangeFinder.kt:74) N at okhttp3.internal.connection.RealCall.initExchange$okhttp(RealCall.kt:255) W at okhttp3.internal.connection.ConnectInterceptor.intercept(ConnectInterceptor.kt:32) T at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:109) N at okhttp3.internal.cache.CacheInterceptor.intercept(CacheInterceptor.kt:95) T at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:109) O at okhttp3.internal.http.BridgeInterceptor.intercept(BridgeInterceptor.kt:83) T at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:109) c at okhttp3.internal.http.RetryAndFollowUpInterceptor.intercept(RetryAndFollowUpInterceptor.kt:76) T at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:109) a at okhttp3.internal.connection.RealCall.getResponseWithInterceptorChain$okhttp(RealCall.kt:201) H 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) 4 at java.base/java.lang.Thread.run(Thread.java:840)  NApr 23, 2025 2:32:35 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://inaccessible/UmAppDatabase/ - endpoint=http://inaccessible/UmAppDatabase/] getRemoteNodeId : exception getting remote node id ,java.net.UnknownHostException: inaccessible 5 at _COROUTINE._BOUNDARY._(CoroutineDebugging.kt:42) V at io.ktor.client.engine.okhttp.OkHttpEngine.executeHttpRequest(OkHttpEngine.kt:103) J at io.ktor.client.engine.okhttp.OkHttpEngine.execute(OkHttpEngine.kt:70) l at io.ktor.client.engine.HttpClientEngine$executeWithinCallContext$2.invokeSuspend(HttpClientEngine.kt:99) j at io.ktor.client.engine.HttpClientEngine$DefaultImpls.executeWithinCallContext(HttpClientEngine.kt:100) [ at io.ktor.client.engine.HttpClientEngine$install$1.invokeSuspend(HttpClientEngine.kt:70) K at io.ktor.client.plugins.HttpSend$DefaultSender.execute(HttpSend.kt:138) Z at io.ktor.client.plugins.HttpTimeout$Plugin$install$1.invokeSuspend(HttpTimeout.kt:174) [ at io.ktor.client.plugins.HttpRedirect$Plugin$install$1.invokeSuspend(HttpRedirect.kt:64) i at io.ktor.client.plugins.HttpCallValidator$Companion$install$3.invokeSuspend(HttpCallValidator.kt:151) T at io.ktor.client.plugins.HttpSend$Plugin$install$1.invokeSuspend(HttpSend.kt:104) i at io.ktor.client.plugins.HttpCallValidator$Companion$install$1.invokeSuspend(HttpCallValidator.kt:130) k at io.ktor.client.plugins.HttpRequestLifecycle$Plugin$install$1.invokeSuspend(HttpRequestLifecycle.kt:38) J at io.ktor.client.HttpClient.execute$ktor_client_core(HttpClient.kt:191) O at io.ktor.client.statement.HttpStatement.executeUnsafe(HttpStatement.kt:108) H at io.ktor.client.statement.HttpStatement.execute(HttpStatement.kt:47) } at com.ustadmobile.door.replication.DoorRepositoryReplicationClient$1.invokeSuspend(DoorRepositoryReplicationClient.kt:492) 7Caused by: java.net.UnknownHostException: inaccessible M at java.base/java.net.InetAddress$CachedAddresses.get(InetAddress.java:801) H at java.base/java.net.InetAddress.getAllByName0(InetAddress.java:1533) G at java.base/java.net.InetAddress.getAllByName(InetAddress.java:1385) G at java.base/java.net.InetAddress.getAllByName(InetAddress.java:1306) 6 at okhttp3.Dns$Companion$DnsSystem.lookup(Dns.kt:49) _ at okhttp3.internal.connection.RouteSelector.resetNextInetSocketAddress(RouteSelector.kt:169) N at okhttp3.internal.connection.RouteSelector.nextProxy(RouteSelector.kt:131) H at okhttp3.internal.connection.RouteSelector.next(RouteSelector.kt:73) U at okhttp3.internal.connection.ExchangeFinder.findConnection(ExchangeFinder.kt:205) \ at okhttp3.internal.connection.ExchangeFinder.findHealthyConnection(ExchangeFinder.kt:106) J at okhttp3.internal.connection.ExchangeFinder.find(ExchangeFinder.kt:74) N at okhttp3.internal.connection.RealCall.initExchange$okhttp(RealCall.kt:255) W at okhttp3.internal.connection.ConnectInterceptor.intercept(ConnectInterceptor.kt:32) T at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:109) N at okhttp3.internal.cache.CacheInterceptor.intercept(CacheInterceptor.kt:95) T at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:109) O at okhttp3.internal.http.BridgeInterceptor.intercept(BridgeInterceptor.kt:83) T at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:109) c at okhttp3.internal.http.RetryAndFollowUpInterceptor.intercept(RetryAndFollowUpInterceptor.kt:76) T at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:109) a at okhttp3.internal.connection.RealCall.getResponseWithInterceptorChain$okhttp(RealCall.kt:201) H 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) 4 at java.base/java.lang.Thread.run(Thread.java:840)  NApr 23, 2025 2:32:35 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [NodeEventSseClient localNodeId=7839400481427674373 remoteEndpoint=http://localhost.localdomain:54629/UmAppDatabase/] : onError .java.io.IOException: other event source error d at com.ustadmobile.door.sse.DoorEventSource$eventSourceListener$1.onFailure(DoorEventSource.kt:44) P at okhttp3.internal.sse.RealEventSource.processResponse(RealEventSource.kt:52) K at okhttp3.internal.sse.RealEventSource.onResponse(RealEventSource.kt:46) H at okhttp3.internal.connection.RealCall$AsyncCall.run(RealCall.kt:519) ^ at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) ^ at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) 4 at java.base/java.lang.Thread.run(Thread.java:840)  NApr 23, 2025 2:32:35 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [NodeEventSseClient localNodeId=7839400481427674373 remoteEndpoint=http://localhost.localdomain:54629/UmAppDatabase/] : onError .java.io.IOException: other event source error d at com.ustadmobile.door.sse.DoorEventSource$eventSourceListener$1.onFailure(DoorEventSource.kt:44) P at okhttp3.internal.sse.RealEventSource.processResponse(RealEventSource.kt:52) K at okhttp3.internal.sse.RealEventSource.onResponse(RealEventSource.kt:46) H at okhttp3.internal.connection.RealCall$AsyncCall.run(RealCall.kt:519) ^ at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) ^ at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) 4 at java.base/java.lang.Thread.run(Thread.java:840)  NApr 23, 2025 2:32:35 PM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorEventSource$eventSourceListener$1$onFailure$invokeSuspend - [DoorEventSource@com.ustadmobile.door.sse.DoorEventSource@1e5e4404 - http://localhost.localdomain:54629/UmAppDatabase/replication/sse?door-node=7839400481427674373%2F124ba0ea-ed93-42bc-8bc6-2ac91fbd355b] error: java.io.IOException: other event source error . Attempting to reconnect after 2000ms NApr 23, 2025 2:32:35 PM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorEventSource$eventSourceListener$1$onFailure$invokeSuspend - [DoorEventSource@com.ustadmobile.door.sse.DoorEventSource@1e5e4404 - http://localhost.localdomain:54629/UmAppDatabase/replication/sse?door-node=7839400481427674373%2F124ba0ea-ed93-42bc-8bc6-2ac91fbd355b] error: java.io.IOException: other event source error . Attempting to reconnect after 2000ms NApr 23, 2025 2:32:35 PM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool NApr 23, 2025 2:32:35 PM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 Attempting to rollback transaction #1 NApr 23, 2025 2:32:35 PM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 Attempting to rollback transaction #1 NApr 23, 2025 2:32:35 PM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 Rolled back changes NApr 23, 2025 2:32:35 PM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 Rolled back changes NApr 23, 2025 2:32:35 PM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorLog - [prepareAndUseStatementAsync - jdbc:sqlite::memory:] - Exception running INSERT INTO UserSession (usUid, usPcsn, usLcsn, usLcb, usLct, usPersonUid, usClientNodeId, usStartTime, usEndTime, usStatus, usReason, usAuth, usSessionType) VALUES(?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) xjava.lang.NullPointerException: Cannot invoke "java.sql.Connection.setAutoCommit(boolean)" because "connection" is null L at com.zaxxer.hikari.pool.PoolBase.resetConnectionState(PoolBase.java:206) N at com.zaxxer.hikari.pool.PoolEntry.resetConnectionState(PoolEntry.java:108) K at com.zaxxer.hikari.pool.ProxyConnection.close(ProxyConnection.java:236)  at com.ustadmobile.door.room.RoomDatabaseJdbcImplHelperCommon.useNewConnectionAsyncInternal(RoomDatabaseJdbcImplHelperCommon.kt:197)  at com.ustadmobile.door.room.RoomDatabaseJdbcImplHelperCommon.access$useNewConnectionAsyncInternal(RoomDatabaseJdbcImplHelperCommon.kt:21)  at com.ustadmobile.door.room.RoomDatabaseJdbcImplHelperCommon$useNewConnectionAsyncInternal$1.invokeSuspend(RoomDatabaseJdbcImplHelperCommon.kt) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:102) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  NApr 23, 2025 2:32:35 PM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorLog - [prepareAndUseStatementAsync - jdbc:sqlite::memory:] - Exception running INSERT INTO UserSession (usUid, usPcsn, usLcsn, usLcb, usLct, usPersonUid, usClientNodeId, usStartTime, usEndTime, usStatus, usReason, usAuth, usSessionType) VALUES(?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) xjava.lang.NullPointerException: Cannot invoke "java.sql.Connection.setAutoCommit(boolean)" because "connection" is null L at com.zaxxer.hikari.pool.PoolBase.resetConnectionState(PoolBase.java:206) N at com.zaxxer.hikari.pool.PoolEntry.resetConnectionState(PoolEntry.java:108) K at com.zaxxer.hikari.pool.ProxyConnection.close(ProxyConnection.java:236)  at com.ustadmobile.door.room.RoomDatabaseJdbcImplHelperCommon.useNewConnectionAsyncInternal(RoomDatabaseJdbcImplHelperCommon.kt:197)  at com.ustadmobile.door.room.RoomDatabaseJdbcImplHelperCommon.access$useNewConnectionAsyncInternal(RoomDatabaseJdbcImplHelperCommon.kt:21)  at com.ustadmobile.door.room.RoomDatabaseJdbcImplHelperCommon$useNewConnectionAsyncInternal$1.invokeSuspend(RoomDatabaseJdbcImplHelperCommon.kt) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:102) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  NApr 23, 2025 2:32:35 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NApr 23, 2025 2:32:35 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NApr 23, 2025 2:32:35 PM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool NApr 23, 2025 2:32:35 PM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 Attempting to rollback transaction #1 NApr 23, 2025 2:32:35 PM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 Attempting to rollback transaction #1 NApr 23, 2025 2:32:35 PM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 Rolled back changes NApr 23, 2025 2:32:35 PM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 Rolled back changes NApr 23, 2025 2:32:35 PM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorLog - [prepareAndUseStatementAsync - jdbc:sqlite::memory:] - Exception running INSERT INTO UserSession (usUid, usPcsn, usLcsn, usLcb, usLct, usPersonUid, usClientNodeId, usStartTime, usEndTime, usStatus, usReason, usAuth, usSessionType) VALUES(?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) xjava.lang.NullPointerException: Cannot invoke "java.sql.Connection.setAutoCommit(boolean)" because "connection" is null L at com.zaxxer.hikari.pool.PoolBase.resetConnectionState(PoolBase.java:206) N at com.zaxxer.hikari.pool.PoolEntry.resetConnectionState(PoolEntry.java:108) K at com.zaxxer.hikari.pool.ProxyConnection.close(ProxyConnection.java:236)  at com.ustadmobile.door.room.RoomDatabaseJdbcImplHelperCommon.useNewConnectionAsyncInternal(RoomDatabaseJdbcImplHelperCommon.kt:197)  at com.ustadmobile.door.room.RoomDatabaseJdbcImplHelperCommon.access$useNewConnectionAsyncInternal(RoomDatabaseJdbcImplHelperCommon.kt:21)  at com.ustadmobile.door.room.RoomDatabaseJdbcImplHelperCommon$useNewConnectionAsyncInternal$1.invokeSuspend(RoomDatabaseJdbcImplHelperCommon.kt) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:102) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  NApr 23, 2025 2:32:35 PM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorLog - [prepareAndUseStatementAsync - jdbc:sqlite::memory:] - Exception running INSERT INTO UserSession (usUid, usPcsn, usLcsn, usLcb, usLct, usPersonUid, usClientNodeId, usStartTime, usEndTime, usStatus, usReason, usAuth, usSessionType) VALUES(?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) xjava.lang.NullPointerException: Cannot invoke "java.sql.Connection.setAutoCommit(boolean)" because "connection" is null L at com.zaxxer.hikari.pool.PoolBase.resetConnectionState(PoolBase.java:206) N at com.zaxxer.hikari.pool.PoolEntry.resetConnectionState(PoolEntry.java:108) K at com.zaxxer.hikari.pool.ProxyConnection.close(ProxyConnection.java:236)  at com.ustadmobile.door.room.RoomDatabaseJdbcImplHelperCommon.useNewConnectionAsyncInternal(RoomDatabaseJdbcImplHelperCommon.kt:197)  at com.ustadmobile.door.room.RoomDatabaseJdbcImplHelperCommon.access$useNewConnectionAsyncInternal(RoomDatabaseJdbcImplHelperCommon.kt:21)  at com.ustadmobile.door.room.RoomDatabaseJdbcImplHelperCommon$useNewConnectionAsyncInternal$1.invokeSuspend(RoomDatabaseJdbcImplHelperCommon.kt) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:102) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  NApr 23, 2025 2:32:35 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NApr 23, 2025 2:32:35 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NApr 23, 2025 2:32:35 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NApr 23, 2025 2:32:35 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NApr 23, 2025 2:32:35 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 : SQLite Change Tracker: Changed tables=[UserSession] NApr 23, 2025 2:32:35 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 : SQLite Change Tracker: Changed tables=[Person, PersonGroup, PersonGroupMember, ScopedGrant, UserSession] NApr 23, 2025 2:32:35 PM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool NApr 23, 2025 2:32:35 PM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool NApr 23, 2025 2:32:35 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NApr 23, 2025 2:32:35 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NApr 23, 2025 2:32:35 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NApr 23, 2025 2:32:35 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NApr 23, 2025 2:32:35 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 : SQLite Change Tracker: Changed tables=[UserSession] NApr 23, 2025 2:32:35 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite:build/tmp/localhost_localdomain_54629_.sqlite] - useNewConnectionAsyncInternal connection #20 : SQLite Change Tracker: Changed tables=[PendingRepositorySession] NApr 23, 2025 2:32:35 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:54629/UmAppDatabase/ - endpoint=http://localhost.localdomain:54629/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:54629/UmAppDatabase/ - endpoint=http://localhost.localdomain:54629/UmAppDatabase/] getRemoteNodeId : server did not provide node id } at com.ustadmobile.door.replication.DoorRepositoryReplicationClient$1.invokeSuspend(DoorRepositoryReplicationClient.kt:275) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  NApr 23, 2025 2:32:35 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:54629/UmAppDatabase/ - endpoint=http://localhost.localdomain:54629/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:54629/UmAppDatabase/ - endpoint=http://localhost.localdomain:54629/UmAppDatabase/] getRemoteNodeId : server did not provide node id } at com.ustadmobile.door.replication.DoorRepositoryReplicationClient$1.invokeSuspend(DoorRepositoryReplicationClient.kt:275) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  NApr 23, 2025 2:32:35 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 : SQLite Change Tracker: Changed tables=[Person, PersonGroup, PersonGroupMember, ScopedGrant, UserSession] NApr 23, 2025 2:32:35 PM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool NApr 23, 2025 2:32:35 PM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool NApr 23, 2025 2:32:35 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NApr 23, 2025 2:32:35 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NApr 23, 2025 2:32:35 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NApr 23, 2025 2:32:35 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NApr 23, 2025 2:32:35 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 : SQLite Change Tracker: Changed tables=[UserSession] NApr 23, 2025 2:32:35 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 : SQLite Change Tracker: Changed tables=[Person, PersonGroup, PersonGroupMember, ScopedGrant, UserSession] NApr 23, 2025 2:32:35 PM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool NApr 23, 2025 2:32:35 PM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool NApr 23, 2025 2:32:35 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NApr 23, 2025 2:32:35 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NApr 23, 2025 2:32:35 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NApr 23, 2025 2:32:35 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NApr 23, 2025 2:32:35 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [NodeEventSseClient localNodeId=5996167274536851170 remoteEndpoint=http://localhost.localdomain:38287/UmAppDatabase/] : onError .java.io.IOException: other event source error d at com.ustadmobile.door.sse.DoorEventSource$eventSourceListener$1.onFailure(DoorEventSource.kt:44) P at okhttp3.internal.sse.RealEventSource.processResponse(RealEventSource.kt:52) K at okhttp3.internal.sse.RealEventSource.onResponse(RealEventSource.kt:46) H at okhttp3.internal.connection.RealCall$AsyncCall.run(RealCall.kt:519) ^ at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) ^ at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) 4 at java.base/java.lang.Thread.run(Thread.java:840)  NApr 23, 2025 2:32:35 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [NodeEventSseClient localNodeId=5996167274536851170 remoteEndpoint=http://localhost.localdomain:38287/UmAppDatabase/] : onError .java.io.IOException: other event source error d at com.ustadmobile.door.sse.DoorEventSource$eventSourceListener$1.onFailure(DoorEventSource.kt:44) P at okhttp3.internal.sse.RealEventSource.processResponse(RealEventSource.kt:52) K at okhttp3.internal.sse.RealEventSource.onResponse(RealEventSource.kt:46) H at okhttp3.internal.connection.RealCall$AsyncCall.run(RealCall.kt:519) ^ at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) ^ at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) 4 at java.base/java.lang.Thread.run(Thread.java:840)  NApr 23, 2025 2:32:35 PM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorEventSource$eventSourceListener$1$onFailure$invokeSuspend - [DoorEventSource@com.ustadmobile.door.sse.DoorEventSource@13a63313 - http://localhost.localdomain:38287/UmAppDatabase/replication/sse?door-node=5996167274536851170%2Fac14360e-8466-4dee-ad40-509bfd7c4ba7] error: java.io.IOException: other event source error . Attempting to reconnect after 2000ms NApr 23, 2025 2:32:35 PM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorEventSource$eventSourceListener$1$onFailure$invokeSuspend - [DoorEventSource@com.ustadmobile.door.sse.DoorEventSource@13a63313 - http://localhost.localdomain:38287/UmAppDatabase/replication/sse?door-node=5996167274536851170%2Fac14360e-8466-4dee-ad40-509bfd7c4ba7] error: java.io.IOException: other event source error . Attempting to reconnect after 2000ms NApr 23, 2025 2:32:35 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 : SQLite Change Tracker: Changed tables=[UserSession] NApr 23, 2025 2:32:35 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 : SQLite Change Tracker: Changed tables=[Person, PersonGroup, PersonGroupMember, ScopedGrant, UserSession] NApr 23, 2025 2:32:35 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite:build/tmp/localhost_localdomain_38287_.sqlite] - useNewConnectionAsyncInternal connection #18 : SQLite Change Tracker: Changed tables=[PendingRepositorySession] NApr 23, 2025 2:32:35 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #2 : SQLite Change Tracker: Changed tables=[Person, Clazz, ClazzEnrolment, CourseGroupSet, CourseGroupMember, CoursePermission, SystemPermission] NApr 23, 2025 2:32:35 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:38287/UmAppDatabase/ - endpoint=http://localhost.localdomain:38287/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:38287/UmAppDatabase/ - endpoint=http://localhost.localdomain:38287/UmAppDatabase/] getRemoteNodeId : server did not provide node id } at com.ustadmobile.door.replication.DoorRepositoryReplicationClient$1.invokeSuspend(DoorRepositoryReplicationClient.kt:275) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  NApr 23, 2025 2:32:35 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:38287/UmAppDatabase/ - endpoint=http://localhost.localdomain:38287/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:38287/UmAppDatabase/ - endpoint=http://localhost.localdomain:38287/UmAppDatabase/] getRemoteNodeId : server did not provide node id } at com.ustadmobile.door.replication.DoorRepositoryReplicationClient$1.invokeSuspend(DoorRepositoryReplicationClient.kt:275) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  NApr 23, 2025 2:32:35 PM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool NApr 23, 2025 2:32:35 PM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool NApr 23, 2025 2:32:35 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NApr 23, 2025 2:32:35 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NApr 23, 2025 2:32:35 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 : SQLite Change Tracker: Changed tables=[UserSession] NApr 23, 2025 2:32:35 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #2 : SQLite Change Tracker: Changed tables=[Person, PersonGroup, PersonGroupMember, ScopedGrant, UserSession] NApr 23, 2025 2:32:35 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #3 : SQLite Change Tracker: Changed tables=[Person, Clazz, ClazzEnrolment, CoursePermission, SystemPermission] NApr 23, 2025 2:32:35 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #7 : SQLite Change Tracker: Changed tables=[CourseGroupSet, CourseGroupMember] NApr 23, 2025 2:32:35 PM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool NApr 23, 2025 2:32:35 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NApr 23, 2025 2:32:35 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NApr 23, 2025 2:32:35 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NApr 23, 2025 2:32:35 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NApr 23, 2025 2:32:35 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 : SQLite Change Tracker: Changed tables=[UserSession] NApr 23, 2025 2:32:35 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 : SQLite Change Tracker: Changed tables=[Person, PersonGroup, PersonGroupMember, ScopedGrant, UserSession] NApr 23, 2025 2:32:35 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #2 : SQLite Change Tracker: Changed tables=[Clazz, CourseGroupSet, CoursePermission] NApr 23, 2025 2:32:35 PM com.ustadmobile.core.util.NapierAntilogJvm performLog hFINEST: FINEST CourseGroupSetListViewModel$invoke - CourseGroupSetList: set showAddItem visible = false NApr 23, 2025 2:32:35 PM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool NApr 23, 2025 2:32:35 PM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool NApr 23, 2025 2:32:35 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NApr 23, 2025 2:32:35 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NApr 23, 2025 2:32:35 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 : SQLite Change Tracker: Changed tables=[UserSession] NApr 23, 2025 2:32:35 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #2 : SQLite Change Tracker: Changed tables=[CourseTerminology] NApr 23, 2025 2:32:35 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #5 : SQLite Change Tracker: Changed tables=[CourseTerminology] NApr 23, 2025 2:32:35 PM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool NApr 23, 2025 2:32:35 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NApr 23, 2025 2:32:35 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NApr 23, 2025 2:32:35 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 : SQLite Change Tracker: Changed tables=[UserSession] NApr 23, 2025 2:32:35 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [NodeEventSseClient localNodeId=1300342632182372182 remoteEndpoint=http://localhost.localdomain:60363/UmAppDatabase/] : onError .java.io.IOException: other event source error d at com.ustadmobile.door.sse.DoorEventSource$eventSourceListener$1.onFailure(DoorEventSource.kt:44) P at okhttp3.internal.sse.RealEventSource.processResponse(RealEventSource.kt:52) K at okhttp3.internal.sse.RealEventSource.onResponse(RealEventSource.kt:46) H at okhttp3.internal.connection.RealCall$AsyncCall.run(RealCall.kt:519) ^ at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) ^ at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) 4 at java.base/java.lang.Thread.run(Thread.java:840)  NApr 23, 2025 2:32:35 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [NodeEventSseClient localNodeId=1300342632182372182 remoteEndpoint=http://localhost.localdomain:60363/UmAppDatabase/] : onError .java.io.IOException: other event source error d at com.ustadmobile.door.sse.DoorEventSource$eventSourceListener$1.onFailure(DoorEventSource.kt:44) P at okhttp3.internal.sse.RealEventSource.processResponse(RealEventSource.kt:52) K at okhttp3.internal.sse.RealEventSource.onResponse(RealEventSource.kt:46) H at okhttp3.internal.connection.RealCall$AsyncCall.run(RealCall.kt:519) ^ at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) ^ at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) 4 at java.base/java.lang.Thread.run(Thread.java:840)  NApr 23, 2025 2:32:35 PM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorEventSource$eventSourceListener$1$onFailure$invokeSuspend - [DoorEventSource@com.ustadmobile.door.sse.DoorEventSource@71901f84 - http://localhost.localdomain:60363/UmAppDatabase/replication/sse?door-node=1300342632182372182%2F2fd6a754-bf38-4206-9b07-524558f03d1e] error: java.io.IOException: other event source error . Attempting to reconnect after 2000ms NApr 23, 2025 2:32:35 PM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorEventSource$eventSourceListener$1$onFailure$invokeSuspend - [DoorEventSource@com.ustadmobile.door.sse.DoorEventSource@71901f84 - http://localhost.localdomain:60363/UmAppDatabase/replication/sse?door-node=1300342632182372182%2F2fd6a754-bf38-4206-9b07-524558f03d1e] error: java.io.IOException: other event source error . Attempting to reconnect after 2000ms NApr 23, 2025 2:32:35 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #2 : SQLite Change Tracker: Changed tables=[CourseTerminology] NApr 23, 2025 2:32:35 PM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool NApr 23, 2025 2:32:35 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NApr 23, 2025 2:32:35 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NApr 23, 2025 2:32:35 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 : SQLite Change Tracker: Changed tables=[UserSession] NApr 23, 2025 2:32:35 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite:build/tmp/localhost_localdomain_60363_.sqlite] - useNewConnectionAsyncInternal connection #15 : SQLite Change Tracker: Changed tables=[PendingRepositorySession] NApr 23, 2025 2:32:35 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite:build/tmp/localhost_localdomain_46465_.sqlite] - useNewConnectionAsyncInternal connection #8 : SQLite Change Tracker: Changed tables=[PendingRepositorySession] NApr 23, 2025 2:32:35 PM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool NApr 23, 2025 2:32:35 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:46465/UmAppDatabase/ - endpoint=http://localhost.localdomain:46465/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:46465/UmAppDatabase/ - endpoint=http://localhost.localdomain:46465/UmAppDatabase/] getRemoteNodeId : server did not provide node id } at com.ustadmobile.door.replication.DoorRepositoryReplicationClient$1.invokeSuspend(DoorRepositoryReplicationClient.kt:275) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  NApr 23, 2025 2:32:35 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:46465/UmAppDatabase/ - endpoint=http://localhost.localdomain:46465/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:46465/UmAppDatabase/ - endpoint=http://localhost.localdomain:46465/UmAppDatabase/] getRemoteNodeId : server did not provide node id } at com.ustadmobile.door.replication.DoorRepositoryReplicationClient$1.invokeSuspend(DoorRepositoryReplicationClient.kt:275) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  NApr 23, 2025 2:32:35 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:60363/UmAppDatabase/ - endpoint=http://localhost.localdomain:60363/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:60363/UmAppDatabase/ - endpoint=http://localhost.localdomain:60363/UmAppDatabase/] getRemoteNodeId : server did not provide node id } at com.ustadmobile.door.replication.DoorRepositoryReplicationClient$1.invokeSuspend(DoorRepositoryReplicationClient.kt:275) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  NApr 23, 2025 2:32:35 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:60363/UmAppDatabase/ - endpoint=http://localhost.localdomain:60363/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:60363/UmAppDatabase/ - endpoint=http://localhost.localdomain:60363/UmAppDatabase/] getRemoteNodeId : server did not provide node id } at com.ustadmobile.door.replication.DoorRepositoryReplicationClient$1.invokeSuspend(DoorRepositoryReplicationClient.kt:275) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  NApr 23, 2025 2:32:35 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NApr 23, 2025 2:32:35 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NApr 23, 2025 2:32:35 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 : SQLite Change Tracker: Changed tables=[UserSession] NApr 23, 2025 2:32:35 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #2 : SQLite Change Tracker: Changed tables=[CourseTerminology] NApr 23, 2025 2:32:35 PM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool NApr 23, 2025 2:32:35 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NApr 23, 2025 2:32:35 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NApr 23, 2025 2:32:36 PM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool NApr 23, 2025 2:32:36 PM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 Attempting to rollback transaction #1 NApr 23, 2025 2:32:36 PM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 Attempting to rollback transaction #1 NApr 23, 2025 2:32:36 PM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 Rolled back changes NApr 23, 2025 2:32:36 PM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 Rolled back changes NApr 23, 2025 2:32:36 PM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorLog - [prepareAndUseStatementAsync - jdbc:sqlite::memory:] - Exception running INSERT INTO UserSession (usUid, usPcsn, usLcsn, usLcb, usLct, usPersonUid, usClientNodeId, usStartTime, usEndTime, usStatus, usReason, usAuth, usSessionType) VALUES(?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) xjava.lang.NullPointerException: Cannot invoke "java.sql.Connection.setAutoCommit(boolean)" because "connection" is null L at com.zaxxer.hikari.pool.PoolBase.resetConnectionState(PoolBase.java:206) N at com.zaxxer.hikari.pool.PoolEntry.resetConnectionState(PoolEntry.java:108) K at com.zaxxer.hikari.pool.ProxyConnection.close(ProxyConnection.java:236)  at com.ustadmobile.door.room.RoomDatabaseJdbcImplHelperCommon.useNewConnectionAsyncInternal(RoomDatabaseJdbcImplHelperCommon.kt:197)  at com.ustadmobile.door.room.RoomDatabaseJdbcImplHelperCommon.access$useNewConnectionAsyncInternal(RoomDatabaseJdbcImplHelperCommon.kt:21)  at com.ustadmobile.door.room.RoomDatabaseJdbcImplHelperCommon$useNewConnectionAsyncInternal$1.invokeSuspend(RoomDatabaseJdbcImplHelperCommon.kt) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:102) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  NApr 23, 2025 2:32:36 PM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorLog - [prepareAndUseStatementAsync - jdbc:sqlite::memory:] - Exception running INSERT INTO UserSession (usUid, usPcsn, usLcsn, usLcb, usLct, usPersonUid, usClientNodeId, usStartTime, usEndTime, usStatus, usReason, usAuth, usSessionType) VALUES(?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) xjava.lang.NullPointerException: Cannot invoke "java.sql.Connection.setAutoCommit(boolean)" because "connection" is null L at com.zaxxer.hikari.pool.PoolBase.resetConnectionState(PoolBase.java:206) N at com.zaxxer.hikari.pool.PoolEntry.resetConnectionState(PoolEntry.java:108) K at com.zaxxer.hikari.pool.ProxyConnection.close(ProxyConnection.java:236)  at com.ustadmobile.door.room.RoomDatabaseJdbcImplHelperCommon.useNewConnectionAsyncInternal(RoomDatabaseJdbcImplHelperCommon.kt:197)  at com.ustadmobile.door.room.RoomDatabaseJdbcImplHelperCommon.access$useNewConnectionAsyncInternal(RoomDatabaseJdbcImplHelperCommon.kt:21)  at com.ustadmobile.door.room.RoomDatabaseJdbcImplHelperCommon$useNewConnectionAsyncInternal$1.invokeSuspend(RoomDatabaseJdbcImplHelperCommon.kt) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:102) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  NApr 23, 2025 2:32:36 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NApr 23, 2025 2:32:36 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NApr 23, 2025 2:32:36 PM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool NApr 23, 2025 2:32:36 PM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 Attempting to rollback transaction #1 NApr 23, 2025 2:32:36 PM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 Attempting to rollback transaction #1 NApr 23, 2025 2:32:36 PM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 Rolled back changes NApr 23, 2025 2:32:36 PM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 Rolled back changes NApr 23, 2025 2:32:36 PM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorLog - [prepareAndUseStatementAsync - jdbc:sqlite::memory:] - Exception running INSERT INTO UserSession (usUid, usPcsn, usLcsn, usLcb, usLct, usPersonUid, usClientNodeId, usStartTime, usEndTime, usStatus, usReason, usAuth, usSessionType) VALUES(?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) xjava.lang.NullPointerException: Cannot invoke "java.sql.Connection.setAutoCommit(boolean)" because "connection" is null L at com.zaxxer.hikari.pool.PoolBase.resetConnectionState(PoolBase.java:206) N at com.zaxxer.hikari.pool.PoolEntry.resetConnectionState(PoolEntry.java:108) K at com.zaxxer.hikari.pool.ProxyConnection.close(ProxyConnection.java:236)  at com.ustadmobile.door.room.RoomDatabaseJdbcImplHelperCommon.useNewConnectionAsyncInternal(RoomDatabaseJdbcImplHelperCommon.kt:197)  at com.ustadmobile.door.room.RoomDatabaseJdbcImplHelperCommon.access$useNewConnectionAsyncInternal(RoomDatabaseJdbcImplHelperCommon.kt:21)  at com.ustadmobile.door.room.RoomDatabaseJdbcImplHelperCommon$useNewConnectionAsyncInternal$1.invokeSuspend(RoomDatabaseJdbcImplHelperCommon.kt) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:230) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  NApr 23, 2025 2:32:36 PM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorLog - [prepareAndUseStatementAsync - jdbc:sqlite::memory:] - Exception running INSERT INTO UserSession (usUid, usPcsn, usLcsn, usLcb, usLct, usPersonUid, usClientNodeId, usStartTime, usEndTime, usStatus, usReason, usAuth, usSessionType) VALUES(?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) xjava.lang.NullPointerException: Cannot invoke "java.sql.Connection.setAutoCommit(boolean)" because "connection" is null L at com.zaxxer.hikari.pool.PoolBase.resetConnectionState(PoolBase.java:206) N at com.zaxxer.hikari.pool.PoolEntry.resetConnectionState(PoolEntry.java:108) K at com.zaxxer.hikari.pool.ProxyConnection.close(ProxyConnection.java:236)  at com.ustadmobile.door.room.RoomDatabaseJdbcImplHelperCommon.useNewConnectionAsyncInternal(RoomDatabaseJdbcImplHelperCommon.kt:197)  at com.ustadmobile.door.room.RoomDatabaseJdbcImplHelperCommon.access$useNewConnectionAsyncInternal(RoomDatabaseJdbcImplHelperCommon.kt:21)  at com.ustadmobile.door.room.RoomDatabaseJdbcImplHelperCommon$useNewConnectionAsyncInternal$1.invokeSuspend(RoomDatabaseJdbcImplHelperCommon.kt) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:230) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  NApr 23, 2025 2:32:36 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NApr 23, 2025 2:32:36 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NApr 23, 2025 2:32:36 PM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool NApr 23, 2025 2:32:36 PM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 Attempting to rollback transaction #1 NApr 23, 2025 2:32:36 PM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 Attempting to rollback transaction #1 NApr 23, 2025 2:32:36 PM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 Rolled back changes NApr 23, 2025 2:32:36 PM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 Rolled back changes NApr 23, 2025 2:32:36 PM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorLog - [prepareAndUseStatementAsync - jdbc:sqlite::memory:] - Exception running INSERT INTO UserSession (usUid, usPcsn, usLcsn, usLcb, usLct, usPersonUid, usClientNodeId, usStartTime, usEndTime, usStatus, usReason, usAuth, usSessionType) VALUES(?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) xjava.lang.NullPointerException: Cannot invoke "java.sql.Connection.setAutoCommit(boolean)" because "connection" is null L at com.zaxxer.hikari.pool.PoolBase.resetConnectionState(PoolBase.java:206) N at com.zaxxer.hikari.pool.PoolEntry.resetConnectionState(PoolEntry.java:108) K at com.zaxxer.hikari.pool.ProxyConnection.close(ProxyConnection.java:236)  at com.ustadmobile.door.room.RoomDatabaseJdbcImplHelperCommon.useNewConnectionAsyncInternal(RoomDatabaseJdbcImplHelperCommon.kt:197)  at com.ustadmobile.door.room.RoomDatabaseJdbcImplHelperCommon.access$useNewConnectionAsyncInternal(RoomDatabaseJdbcImplHelperCommon.kt:21)  at com.ustadmobile.door.room.RoomDatabaseJdbcImplHelperCommon$useNewConnectionAsyncInternal$1.invokeSuspend(RoomDatabaseJdbcImplHelperCommon.kt) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:102) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  NApr 23, 2025 2:32:36 PM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorLog - [prepareAndUseStatementAsync - jdbc:sqlite::memory:] - Exception running INSERT INTO UserSession (usUid, usPcsn, usLcsn, usLcb, usLct, usPersonUid, usClientNodeId, usStartTime, usEndTime, usStatus, usReason, usAuth, usSessionType) VALUES(?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) xjava.lang.NullPointerException: Cannot invoke "java.sql.Connection.setAutoCommit(boolean)" because "connection" is null L at com.zaxxer.hikari.pool.PoolBase.resetConnectionState(PoolBase.java:206) N at com.zaxxer.hikari.pool.PoolEntry.resetConnectionState(PoolEntry.java:108) K at com.zaxxer.hikari.pool.ProxyConnection.close(ProxyConnection.java:236)  at com.ustadmobile.door.room.RoomDatabaseJdbcImplHelperCommon.useNewConnectionAsyncInternal(RoomDatabaseJdbcImplHelperCommon.kt:197)  at com.ustadmobile.door.room.RoomDatabaseJdbcImplHelperCommon.access$useNewConnectionAsyncInternal(RoomDatabaseJdbcImplHelperCommon.kt:21)  at com.ustadmobile.door.room.RoomDatabaseJdbcImplHelperCommon$useNewConnectionAsyncInternal$1.invokeSuspend(RoomDatabaseJdbcImplHelperCommon.kt) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:102) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  NApr 23, 2025 2:32:36 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER LoginViewModel$goToNextDestAfterLoginOrGuestSelected - LoginPresenter: go to next destination: nextDummyDestination NApr 23, 2025 2:32:36 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [NodeEventSseClient localNodeId=2288021498854307691 remoteEndpoint=http://localhost.localdomain:48975/UmAppDatabase/] : onError .java.io.IOException: other event source error d at com.ustadmobile.door.sse.DoorEventSource$eventSourceListener$1.onFailure(DoorEventSource.kt:44) P at okhttp3.internal.sse.RealEventSource.processResponse(RealEventSource.kt:52) K at okhttp3.internal.sse.RealEventSource.onResponse(RealEventSource.kt:46) H at okhttp3.internal.connection.RealCall$AsyncCall.run(RealCall.kt:519) ^ at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) ^ at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) 4 at java.base/java.lang.Thread.run(Thread.java:840)  NApr 23, 2025 2:32:36 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [NodeEventSseClient localNodeId=2288021498854307691 remoteEndpoint=http://localhost.localdomain:48975/UmAppDatabase/] : onError .java.io.IOException: other event source error d at com.ustadmobile.door.sse.DoorEventSource$eventSourceListener$1.onFailure(DoorEventSource.kt:44) P at okhttp3.internal.sse.RealEventSource.processResponse(RealEventSource.kt:52) K at okhttp3.internal.sse.RealEventSource.onResponse(RealEventSource.kt:46) H at okhttp3.internal.connection.RealCall$AsyncCall.run(RealCall.kt:519) ^ at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) ^ at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) 4 at java.base/java.lang.Thread.run(Thread.java:840)  NApr 23, 2025 2:32:36 PM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorEventSource$eventSourceListener$1$onFailure$invokeSuspend - [DoorEventSource@com.ustadmobile.door.sse.DoorEventSource@2f2c412a - http://localhost.localdomain:48975/UmAppDatabase/replication/sse?door-node=2288021498854307691%2Ff16586cd-8e5a-4ae5-bd2a-ee8f4f6bec1b] error: java.io.IOException: other event source error . Attempting to reconnect after 2000ms NApr 23, 2025 2:32:36 PM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorEventSource$eventSourceListener$1$onFailure$invokeSuspend - [DoorEventSource@com.ustadmobile.door.sse.DoorEventSource@2f2c412a - http://localhost.localdomain:48975/UmAppDatabase/replication/sse?door-node=2288021498854307691%2Ff16586cd-8e5a-4ae5-bd2a-ee8f4f6bec1b] error: java.io.IOException: other event source error . Attempting to reconnect after 2000ms NApr 23, 2025 2:32:36 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NApr 23, 2025 2:32:36 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NApr 23, 2025 2:32:36 PM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool NApr 23, 2025 2:32:36 PM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 Attempting to rollback transaction #1 NApr 23, 2025 2:32:36 PM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 Attempting to rollback transaction #1 NApr 23, 2025 2:32:36 PM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 Rolled back changes NApr 23, 2025 2:32:36 PM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 Rolled back changes NApr 23, 2025 2:32:36 PM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorLog - [prepareAndUseStatementAsync - jdbc:sqlite::memory:] - Exception running INSERT INTO UserSession (usUid, usPcsn, usLcsn, usLcb, usLct, usPersonUid, usClientNodeId, usStartTime, usEndTime, usStatus, usReason, usAuth, usSessionType) VALUES(?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) xjava.lang.NullPointerException: Cannot invoke "java.sql.Connection.setAutoCommit(boolean)" because "connection" is null L at com.zaxxer.hikari.pool.PoolBase.resetConnectionState(PoolBase.java:206) N at com.zaxxer.hikari.pool.PoolEntry.resetConnectionState(PoolEntry.java:108) K at com.zaxxer.hikari.pool.ProxyConnection.close(ProxyConnection.java:236)  at com.ustadmobile.door.room.RoomDatabaseJdbcImplHelperCommon.useNewConnectionAsyncInternal(RoomDatabaseJdbcImplHelperCommon.kt:197)  at com.ustadmobile.door.room.RoomDatabaseJdbcImplHelperCommon.access$useNewConnectionAsyncInternal(RoomDatabaseJdbcImplHelperCommon.kt:21)  at com.ustadmobile.door.room.RoomDatabaseJdbcImplHelperCommon$useNewConnectionAsyncInternal$1.invokeSuspend(RoomDatabaseJdbcImplHelperCommon.kt) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:102) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  NApr 23, 2025 2:32:36 PM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorLog - [prepareAndUseStatementAsync - jdbc:sqlite::memory:] - Exception running INSERT INTO UserSession (usUid, usPcsn, usLcsn, usLcb, usLct, usPersonUid, usClientNodeId, usStartTime, usEndTime, usStatus, usReason, usAuth, usSessionType) VALUES(?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) xjava.lang.NullPointerException: Cannot invoke "java.sql.Connection.setAutoCommit(boolean)" because "connection" is null L at com.zaxxer.hikari.pool.PoolBase.resetConnectionState(PoolBase.java:206) N at com.zaxxer.hikari.pool.PoolEntry.resetConnectionState(PoolEntry.java:108) K at com.zaxxer.hikari.pool.ProxyConnection.close(ProxyConnection.java:236)  at com.ustadmobile.door.room.RoomDatabaseJdbcImplHelperCommon.useNewConnectionAsyncInternal(RoomDatabaseJdbcImplHelperCommon.kt:197)  at com.ustadmobile.door.room.RoomDatabaseJdbcImplHelperCommon.access$useNewConnectionAsyncInternal(RoomDatabaseJdbcImplHelperCommon.kt:21)  at com.ustadmobile.door.room.RoomDatabaseJdbcImplHelperCommon$useNewConnectionAsyncInternal$1.invokeSuspend(RoomDatabaseJdbcImplHelperCommon.kt) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:102) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  NApr 23, 2025 2:32:36 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite:build/tmp/localhost_localdomain_39375_.sqlite] - useNewConnectionAsyncInternal connection #19 : SQLite Change Tracker: Changed tables=[PendingRepositorySession] NApr 23, 2025 2:32:36 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:39375/UmAppDatabase/ - endpoint=http://localhost.localdomain:39375/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:39375/UmAppDatabase/ - endpoint=http://localhost.localdomain:39375/UmAppDatabase/] getRemoteNodeId : server did not provide node id } at com.ustadmobile.door.replication.DoorRepositoryReplicationClient$1.invokeSuspend(DoorRepositoryReplicationClient.kt:275) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  NApr 23, 2025 2:32:36 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:39375/UmAppDatabase/ - endpoint=http://localhost.localdomain:39375/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:39375/UmAppDatabase/ - endpoint=http://localhost.localdomain:39375/UmAppDatabase/] getRemoteNodeId : server did not provide node id } at com.ustadmobile.door.replication.DoorRepositoryReplicationClient$1.invokeSuspend(DoorRepositoryReplicationClient.kt:275) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  NApr 23, 2025 2:32:36 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NApr 23, 2025 2:32:36 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NApr 23, 2025 2:32:36 PM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool NApr 23, 2025 2:32:36 PM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 Attempting to rollback transaction #1 NApr 23, 2025 2:32:36 PM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 Attempting to rollback transaction #1 NApr 23, 2025 2:32:36 PM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 Rolled back changes NApr 23, 2025 2:32:36 PM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 Rolled back changes NApr 23, 2025 2:32:36 PM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorLog - [prepareAndUseStatementAsync - jdbc:sqlite::memory:] - Exception running INSERT INTO UserSession (usUid, usPcsn, usLcsn, usLcb, usLct, usPersonUid, usClientNodeId, usStartTime, usEndTime, usStatus, usReason, usAuth, usSessionType) VALUES(?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) xjava.lang.NullPointerException: Cannot invoke "java.sql.Connection.setAutoCommit(boolean)" because "connection" is null L at com.zaxxer.hikari.pool.PoolBase.resetConnectionState(PoolBase.java:206) N at com.zaxxer.hikari.pool.PoolEntry.resetConnectionState(PoolEntry.java:108) K at com.zaxxer.hikari.pool.ProxyConnection.close(ProxyConnection.java:236)  at com.ustadmobile.door.room.RoomDatabaseJdbcImplHelperCommon.useNewConnectionAsyncInternal(RoomDatabaseJdbcImplHelperCommon.kt:197)  at com.ustadmobile.door.room.RoomDatabaseJdbcImplHelperCommon.access$useNewConnectionAsyncInternal(RoomDatabaseJdbcImplHelperCommon.kt:21)  at com.ustadmobile.door.room.RoomDatabaseJdbcImplHelperCommon$useNewConnectionAsyncInternal$1.invokeSuspend(RoomDatabaseJdbcImplHelperCommon.kt) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:230) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  NApr 23, 2025 2:32:36 PM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorLog - [prepareAndUseStatementAsync - jdbc:sqlite::memory:] - Exception running INSERT INTO UserSession (usUid, usPcsn, usLcsn, usLcb, usLct, usPersonUid, usClientNodeId, usStartTime, usEndTime, usStatus, usReason, usAuth, usSessionType) VALUES(?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) xjava.lang.NullPointerException: Cannot invoke "java.sql.Connection.setAutoCommit(boolean)" because "connection" is null L at com.zaxxer.hikari.pool.PoolBase.resetConnectionState(PoolBase.java:206) N at com.zaxxer.hikari.pool.PoolEntry.resetConnectionState(PoolEntry.java:108) K at com.zaxxer.hikari.pool.ProxyConnection.close(ProxyConnection.java:236)  at com.ustadmobile.door.room.RoomDatabaseJdbcImplHelperCommon.useNewConnectionAsyncInternal(RoomDatabaseJdbcImplHelperCommon.kt:197)  at com.ustadmobile.door.room.RoomDatabaseJdbcImplHelperCommon.access$useNewConnectionAsyncInternal(RoomDatabaseJdbcImplHelperCommon.kt:21)  at com.ustadmobile.door.room.RoomDatabaseJdbcImplHelperCommon$useNewConnectionAsyncInternal$1.invokeSuspend(RoomDatabaseJdbcImplHelperCommon.kt) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:230) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  NApr 23, 2025 2:32:36 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NApr 23, 2025 2:32:36 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NApr 23, 2025 2:32:36 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite:build/tmp/localhost_localdomain_48975_.sqlite] - useNewConnectionAsyncInternal connection #11 : SQLite Change Tracker: Changed tables=[PendingRepositorySession] NApr 23, 2025 2:32:36 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:48975/UmAppDatabase/ - endpoint=http://localhost.localdomain:48975/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:48975/UmAppDatabase/ - endpoint=http://localhost.localdomain:48975/UmAppDatabase/] getRemoteNodeId : server did not provide node id } at com.ustadmobile.door.replication.DoorRepositoryReplicationClient$1.invokeSuspend(DoorRepositoryReplicationClient.kt:275) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  NApr 23, 2025 2:32:36 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:48975/UmAppDatabase/ - endpoint=http://localhost.localdomain:48975/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:48975/UmAppDatabase/ - endpoint=http://localhost.localdomain:48975/UmAppDatabase/] getRemoteNodeId : server did not provide node id } at com.ustadmobile.door.replication.DoorRepositoryReplicationClient$1.invokeSuspend(DoorRepositoryReplicationClient.kt:275) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  NApr 23, 2025 2:32:36 PM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 exception ,java.sql.SQLException: Connection is closed _ at com.zaxxer.hikari.pool.ProxyConnection$ClosedConnection$1.invoke(ProxyConnection.java:467) D at jdk.proxy4/jdk.proxy4.$Proxy74.prepareStatement(Unknown Source) V at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:315) ^ at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java) S at com.ustadmobile.door.ext.ConnectionExtKt.prepareStatement(ConnectionExt.kt:22) | at com.ustadmobile.door.ext.DoorDatabaseExtJvmJsKt$prepareAndUseStatementAsync$2.invokeSuspend(DoorDatabaseExtJvmJs.kt:28) r at com.ustadmobile.door.ext.DoorDatabaseExtJvmJsKt$prepareAndUseStatementAsync$2.invoke(DoorDatabaseExtJvmJs.kt) r at com.ustadmobile.door.ext.DoorDatabaseExtJvmJsKt$prepareAndUseStatementAsync$2.invoke(DoorDatabaseExtJvmJs.kt)  at com.ustadmobile.door.room.RoomDatabaseJdbcImplHelperCommon$useNewConnectionAsyncInternal$result$1.invokeSuspend(RoomDatabaseJdbcImplHelperCommon.kt:136)  at com.ustadmobile.door.room.RoomDatabaseJdbcImplHelperCommon$useNewConnectionAsyncInternal$result$1.invoke(RoomDatabaseJdbcImplHelperCommon.kt)  at com.ustadmobile.door.room.RoomDatabaseJdbcImplHelperCommon$useNewConnectionAsyncInternal$result$1.invoke(RoomDatabaseJdbcImplHelperCommon.kt) _ at kotlinx.coroutines.intrinsics.UndispatchedKt.startUndispatchedOrReturn(Undispatched.kt:61) Y at kotlinx.coroutines.BuildersKt__Builders_commonKt.withContext(Builders.common.kt:163) > at kotlinx.coroutines.BuildersKt.withContext(Unknown Source)  at com.ustadmobile.door.room.RoomDatabaseJdbcImplHelperCommon.useNewConnectionAsyncInternal(RoomDatabaseJdbcImplHelperCommon.kt:135)  at com.ustadmobile.door.room.RoomDatabaseJdbcImplHelperCommon.access$useNewConnectionAsyncInternal(RoomDatabaseJdbcImplHelperCommon.kt:21)  at com.ustadmobile.door.room.RoomDatabaseJdbcImplHelperCommon$useNewConnectionAsyncInternal$1.invokeSuspend(RoomDatabaseJdbcImplHelperCommon.kt) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  NApr 23, 2025 2:32:36 PM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 exception ,java.sql.SQLException: Connection is closed _ at com.zaxxer.hikari.pool.ProxyConnection$ClosedConnection$1.invoke(ProxyConnection.java:467) D at jdk.proxy4/jdk.proxy4.$Proxy74.prepareStatement(Unknown Source) V at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:315) ^ at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java) S at com.ustadmobile.door.ext.ConnectionExtKt.prepareStatement(ConnectionExt.kt:22) | at com.ustadmobile.door.ext.DoorDatabaseExtJvmJsKt$prepareAndUseStatementAsync$2.invokeSuspend(DoorDatabaseExtJvmJs.kt:28) r at com.ustadmobile.door.ext.DoorDatabaseExtJvmJsKt$prepareAndUseStatementAsync$2.invoke(DoorDatabaseExtJvmJs.kt) r at com.ustadmobile.door.ext.DoorDatabaseExtJvmJsKt$prepareAndUseStatementAsync$2.invoke(DoorDatabaseExtJvmJs.kt)  at com.ustadmobile.door.room.RoomDatabaseJdbcImplHelperCommon$useNewConnectionAsyncInternal$result$1.invokeSuspend(RoomDatabaseJdbcImplHelperCommon.kt:136)  at com.ustadmobile.door.room.RoomDatabaseJdbcImplHelperCommon$useNewConnectionAsyncInternal$result$1.invoke(RoomDatabaseJdbcImplHelperCommon.kt)  at com.ustadmobile.door.room.RoomDatabaseJdbcImplHelperCommon$useNewConnectionAsyncInternal$result$1.invoke(RoomDatabaseJdbcImplHelperCommon.kt) _ at kotlinx.coroutines.intrinsics.UndispatchedKt.startUndispatchedOrReturn(Undispatched.kt:61) Y at kotlinx.coroutines.BuildersKt__Builders_commonKt.withContext(Builders.common.kt:163) > at kotlinx.coroutines.BuildersKt.withContext(Unknown Source)  at com.ustadmobile.door.room.RoomDatabaseJdbcImplHelperCommon.useNewConnectionAsyncInternal(RoomDatabaseJdbcImplHelperCommon.kt:135)  at com.ustadmobile.door.room.RoomDatabaseJdbcImplHelperCommon.access$useNewConnectionAsyncInternal(RoomDatabaseJdbcImplHelperCommon.kt:21)  at com.ustadmobile.door.room.RoomDatabaseJdbcImplHelperCommon$useNewConnectionAsyncInternal$1.invokeSuspend(RoomDatabaseJdbcImplHelperCommon.kt) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  NApr 23, 2025 2:32:36 PM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool NApr 23, 2025 2:32:36 PM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorLog - [prepareAndUseStatementAsync - jdbc:sqlite::memory:] - Exception running INSERT INTO UserSession (usUid, usPcsn, usLcsn, usLcb, usLct, usPersonUid, usClientNodeId, usStartTime, usEndTime, usStatus, usReason, usAuth, usSessionType) VALUES(?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) ,java.sql.SQLException: Connection is closed _ at com.zaxxer.hikari.pool.ProxyConnection$ClosedConnection$1.invoke(ProxyConnection.java:467) D at jdk.proxy4/jdk.proxy4.$Proxy74.prepareStatement(Unknown Source) V at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:315) ^ at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java) S at com.ustadmobile.door.ext.ConnectionExtKt.prepareStatement(ConnectionExt.kt:22) | at com.ustadmobile.door.ext.DoorDatabaseExtJvmJsKt$prepareAndUseStatementAsync$2.invokeSuspend(DoorDatabaseExtJvmJs.kt:28) r at com.ustadmobile.door.ext.DoorDatabaseExtJvmJsKt$prepareAndUseStatementAsync$2.invoke(DoorDatabaseExtJvmJs.kt) r at com.ustadmobile.door.ext.DoorDatabaseExtJvmJsKt$prepareAndUseStatementAsync$2.invoke(DoorDatabaseExtJvmJs.kt)  at com.ustadmobile.door.room.RoomDatabaseJdbcImplHelperCommon$useNewConnectionAsyncInternal$result$1.invokeSuspend(RoomDatabaseJdbcImplHelperCommon.kt:136)  at com.ustadmobile.door.room.RoomDatabaseJdbcImplHelperCommon$useNewConnectionAsyncInternal$result$1.invoke(RoomDatabaseJdbcImplHelperCommon.kt)  at com.ustadmobile.door.room.RoomDatabaseJdbcImplHelperCommon$useNewConnectionAsyncInternal$result$1.invoke(RoomDatabaseJdbcImplHelperCommon.kt) _ at kotlinx.coroutines.intrinsics.UndispatchedKt.startUndispatchedOrReturn(Undispatched.kt:61) Y at kotlinx.coroutines.BuildersKt__Builders_commonKt.withContext(Builders.common.kt:163) > at kotlinx.coroutines.BuildersKt.withContext(Unknown Source)  at com.ustadmobile.door.room.RoomDatabaseJdbcImplHelperCommon.useNewConnectionAsyncInternal(RoomDatabaseJdbcImplHelperCommon.kt:135)  at com.ustadmobile.door.room.RoomDatabaseJdbcImplHelperCommon.access$useNewConnectionAsyncInternal(RoomDatabaseJdbcImplHelperCommon.kt:21)  at com.ustadmobile.door.room.RoomDatabaseJdbcImplHelperCommon$useNewConnectionAsyncInternal$1.invokeSuspend(RoomDatabaseJdbcImplHelperCommon.kt) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  NApr 23, 2025 2:32:36 PM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorLog - [prepareAndUseStatementAsync - jdbc:sqlite::memory:] - Exception running INSERT INTO UserSession (usUid, usPcsn, usLcsn, usLcb, usLct, usPersonUid, usClientNodeId, usStartTime, usEndTime, usStatus, usReason, usAuth, usSessionType) VALUES(?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) ,java.sql.SQLException: Connection is closed _ at com.zaxxer.hikari.pool.ProxyConnection$ClosedConnection$1.invoke(ProxyConnection.java:467) D at jdk.proxy4/jdk.proxy4.$Proxy74.prepareStatement(Unknown Source) V at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:315) ^ at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java) S at com.ustadmobile.door.ext.ConnectionExtKt.prepareStatement(ConnectionExt.kt:22) | at com.ustadmobile.door.ext.DoorDatabaseExtJvmJsKt$prepareAndUseStatementAsync$2.invokeSuspend(DoorDatabaseExtJvmJs.kt:28) r at com.ustadmobile.door.ext.DoorDatabaseExtJvmJsKt$prepareAndUseStatementAsync$2.invoke(DoorDatabaseExtJvmJs.kt) r at com.ustadmobile.door.ext.DoorDatabaseExtJvmJsKt$prepareAndUseStatementAsync$2.invoke(DoorDatabaseExtJvmJs.kt)  at com.ustadmobile.door.room.RoomDatabaseJdbcImplHelperCommon$useNewConnectionAsyncInternal$result$1.invokeSuspend(RoomDatabaseJdbcImplHelperCommon.kt:136)  at com.ustadmobile.door.room.RoomDatabaseJdbcImplHelperCommon$useNewConnectionAsyncInternal$result$1.invoke(RoomDatabaseJdbcImplHelperCommon.kt)  at com.ustadmobile.door.room.RoomDatabaseJdbcImplHelperCommon$useNewConnectionAsyncInternal$result$1.invoke(RoomDatabaseJdbcImplHelperCommon.kt) _ at kotlinx.coroutines.intrinsics.UndispatchedKt.startUndispatchedOrReturn(Undispatched.kt:61) Y at kotlinx.coroutines.BuildersKt__Builders_commonKt.withContext(Builders.common.kt:163) > at kotlinx.coroutines.BuildersKt.withContext(Unknown Source)  at com.ustadmobile.door.room.RoomDatabaseJdbcImplHelperCommon.useNewConnectionAsyncInternal(RoomDatabaseJdbcImplHelperCommon.kt:135)  at com.ustadmobile.door.room.RoomDatabaseJdbcImplHelperCommon.access$useNewConnectionAsyncInternal(RoomDatabaseJdbcImplHelperCommon.kt:21)  at com.ustadmobile.door.room.RoomDatabaseJdbcImplHelperCommon$useNewConnectionAsyncInternal$1.invokeSuspend(RoomDatabaseJdbcImplHelperCommon.kt) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  NApr 23, 2025 2:32:36 PM com.ustadmobile.core.util.NapierAntilogJvm performLog zFINE: FINER LoginViewModel$goToNextDestAfterLoginOrGuestSelected - LoginPresenter: go to next destination: CourseListHome NApr 23, 2025 2:32:36 PM com.ustadmobile.core.util.NapierAntilogJvm performLog dWARNING: WARNING LoginViewModel$invokeSuspend - Could not load site object for http://localhost:79/ Gjava.net.ConnectException: Failed to connect to localhost/127.0.0.1:79 5 at _COROUTINE._BOUNDARY._(CoroutineDebugging.kt:42) V at io.ktor.client.engine.okhttp.OkHttpEngine.executeHttpRequest(OkHttpEngine.kt:103) J at io.ktor.client.engine.okhttp.OkHttpEngine.execute(OkHttpEngine.kt:70) l at io.ktor.client.engine.HttpClientEngine$executeWithinCallContext$2.invokeSuspend(HttpClientEngine.kt:99) j at io.ktor.client.engine.HttpClientEngine$DefaultImpls.executeWithinCallContext(HttpClientEngine.kt:100) [ at io.ktor.client.engine.HttpClientEngine$install$1.invokeSuspend(HttpClientEngine.kt:70) K at io.ktor.client.plugins.HttpSend$DefaultSender.execute(HttpSend.kt:138) Z at io.ktor.client.plugins.HttpTimeout$Plugin$install$1.invokeSuspend(HttpTimeout.kt:174) [ at io.ktor.client.plugins.HttpRedirect$Plugin$install$1.invokeSuspend(HttpRedirect.kt:64) i at io.ktor.client.plugins.HttpCallValidator$Companion$install$3.invokeSuspend(HttpCallValidator.kt:151) T at io.ktor.client.plugins.HttpSend$Plugin$install$1.invokeSuspend(HttpSend.kt:104) i at io.ktor.client.plugins.HttpCallValidator$Companion$install$1.invokeSuspend(HttpCallValidator.kt:130) k at io.ktor.client.plugins.HttpRequestLifecycle$Plugin$install$1.invokeSuspend(HttpRequestLifecycle.kt:38) J at io.ktor.client.HttpClient.execute$ktor_client_core(HttpClient.kt:191) O at io.ktor.client.statement.HttpStatement.executeUnsafe(HttpStatement.kt:108) H at io.ktor.client.statement.HttpStatement.execute(HttpStatement.kt:47) R at com.ustadmobile.core.util.ext.HttpClientExtKt.verifySite(HttpClientExt.kt:35) _ at com.ustadmobile.core.viewmodel.login.LoginViewModel$3.invokeSuspend(LoginViewModel.kt:137) RCaused by: java.net.ConnectException: Failed to connect to localhost/127.0.0.1:79 T at okhttp3.internal.connection.RealConnection.connectSocket(RealConnection.kt:297) N at okhttp3.internal.connection.RealConnection.connect(RealConnection.kt:207) U at okhttp3.internal.connection.ExchangeFinder.findConnection(ExchangeFinder.kt:226) \ at okhttp3.internal.connection.ExchangeFinder.findHealthyConnection(ExchangeFinder.kt:106) J at okhttp3.internal.connection.ExchangeFinder.find(ExchangeFinder.kt:74) N at okhttp3.internal.connection.RealCall.initExchange$okhttp(RealCall.kt:255) W at okhttp3.internal.connection.ConnectInterceptor.intercept(ConnectInterceptor.kt:32) T at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:109) N at okhttp3.internal.cache.CacheInterceptor.intercept(CacheInterceptor.kt:95) T at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:109) O at okhttp3.internal.http.BridgeInterceptor.intercept(BridgeInterceptor.kt:83) T at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:109) c at okhttp3.internal.http.RetryAndFollowUpInterceptor.intercept(RetryAndFollowUpInterceptor.kt:76) T at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:109) a at okhttp3.internal.connection.RealCall.getResponseWithInterceptorChain$okhttp(RealCall.kt:201) H 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) 4 at java.base/java.lang.Thread.run(Thread.java:840) 9Caused by: java.net.ConnectException: Connection refused 8 at java.base/sun.nio.ch.Net.pollConnect(Native Method) : at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) R at java.base/sun.nio.ch.NioSocketImpl.timedFinishConnect(NioSocketImpl.java:547) G at java.base/sun.nio.ch.NioSocketImpl.connect(NioSocketImpl.java:602) I at java.base/java.net.SocksSocketImpl.connect(SocksSocketImpl.java:327) 7 at java.base/java.net.Socket.connect(Socket.java:633) F at okhttp3.internal.platform.Platform.connectSocket(Platform.kt:128) T at okhttp3.internal.connection.RealConnection.connectSocket(RealConnection.kt:295)  ... 18 more  NApr 23, 2025 2:32:36 PM com.ustadmobile.core.util.NapierAntilogJvm performLog dWARNING: WARNING LoginViewModel$invokeSuspend - Could not load site object for http://localhost:79/ Gjava.net.ConnectException: Failed to connect to localhost/127.0.0.1:79 5 at _COROUTINE._BOUNDARY._(CoroutineDebugging.kt:42) V at io.ktor.client.engine.okhttp.OkHttpEngine.executeHttpRequest(OkHttpEngine.kt:103) J at io.ktor.client.engine.okhttp.OkHttpEngine.execute(OkHttpEngine.kt:70) l at io.ktor.client.engine.HttpClientEngine$executeWithinCallContext$2.invokeSuspend(HttpClientEngine.kt:99) j at io.ktor.client.engine.HttpClientEngine$DefaultImpls.executeWithinCallContext(HttpClientEngine.kt:100) [ at io.ktor.client.engine.HttpClientEngine$install$1.invokeSuspend(HttpClientEngine.kt:70) K at io.ktor.client.plugins.HttpSend$DefaultSender.execute(HttpSend.kt:138) Z at io.ktor.client.plugins.HttpTimeout$Plugin$install$1.invokeSuspend(HttpTimeout.kt:174) [ at io.ktor.client.plugins.HttpRedirect$Plugin$install$1.invokeSuspend(HttpRedirect.kt:64) i at io.ktor.client.plugins.HttpCallValidator$Companion$install$3.invokeSuspend(HttpCallValidator.kt:151) T at io.ktor.client.plugins.HttpSend$Plugin$install$1.invokeSuspend(HttpSend.kt:104) i at io.ktor.client.plugins.HttpCallValidator$Companion$install$1.invokeSuspend(HttpCallValidator.kt:130) k at io.ktor.client.plugins.HttpRequestLifecycle$Plugin$install$1.invokeSuspend(HttpRequestLifecycle.kt:38) J at io.ktor.client.HttpClient.execute$ktor_client_core(HttpClient.kt:191) O at io.ktor.client.statement.HttpStatement.executeUnsafe(HttpStatement.kt:108) H at io.ktor.client.statement.HttpStatement.execute(HttpStatement.kt:47) R at com.ustadmobile.core.util.ext.HttpClientExtKt.verifySite(HttpClientExt.kt:35) _ at com.ustadmobile.core.viewmodel.login.LoginViewModel$3.invokeSuspend(LoginViewModel.kt:137) RCaused by: java.net.ConnectException: Failed to connect to localhost/127.0.0.1:79 T at okhttp3.internal.connection.RealConnection.connectSocket(RealConnection.kt:297) N at okhttp3.internal.connection.RealConnection.connect(RealConnection.kt:207) U at okhttp3.internal.connection.ExchangeFinder.findConnection(ExchangeFinder.kt:226) \ at okhttp3.internal.connection.ExchangeFinder.findHealthyConnection(ExchangeFinder.kt:106) J at okhttp3.internal.connection.ExchangeFinder.find(ExchangeFinder.kt:74) N at okhttp3.internal.connection.RealCall.initExchange$okhttp(RealCall.kt:255) W at okhttp3.internal.connection.ConnectInterceptor.intercept(ConnectInterceptor.kt:32) T at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:109) N at okhttp3.internal.cache.CacheInterceptor.intercept(CacheInterceptor.kt:95) T at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:109) O at okhttp3.internal.http.BridgeInterceptor.intercept(BridgeInterceptor.kt:83) T at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:109) c at okhttp3.internal.http.RetryAndFollowUpInterceptor.intercept(RetryAndFollowUpInterceptor.kt:76) T at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:109) a at okhttp3.internal.connection.RealCall.getResponseWithInterceptorChain$okhttp(RealCall.kt:201) H 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) 4 at java.base/java.lang.Thread.run(Thread.java:840) 9Caused by: java.net.ConnectException: Connection refused 8 at java.base/sun.nio.ch.Net.pollConnect(Native Method) : at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) R at java.base/sun.nio.ch.NioSocketImpl.timedFinishConnect(NioSocketImpl.java:547) G at java.base/sun.nio.ch.NioSocketImpl.connect(NioSocketImpl.java:602) I at java.base/java.net.SocksSocketImpl.connect(SocksSocketImpl.java:327) 7 at java.base/java.net.Socket.connect(Socket.java:633) F at okhttp3.internal.platform.Platform.connectSocket(Platform.kt:128) T at okhttp3.internal.connection.RealConnection.connectSocket(RealConnection.kt:295)  ... 18 more  NApr 23, 2025 2:32:36 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NApr 23, 2025 2:32:36 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NApr 23, 2025 2:32:36 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 : SQLite Change Tracker: Changed tables=[UserSession] NApr 23, 2025 2:32:36 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #2 : SQLite Change Tracker: Changed tables=[Person, PersonGroup, PersonGroupMember, ScopedGrant, UserSession] NApr 23, 2025 2:32:36 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #3 : SQLite Change Tracker: Changed tables=[PersonGroup] NApr 23, 2025 2:32:36 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #4 : SQLite Change Tracker: Changed tables=[Person] NApr 23, 2025 2:32:36 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #5 : SQLite Change Tracker: Changed tables=[PersonGroupMember] NApr 23, 2025 2:32:36 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #6 : SQLite Change Tracker: Changed tables=[ScopedGrant] NApr 23, 2025 2:32:36 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #7 : SQLite Change Tracker: Changed tables=[PersonParentJoin] NApr 23, 2025 2:32:36 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite:build/tmp/localhost_localdomain_36457_.sqlite] - useNewConnectionAsyncInternal connection #8 : SQLite Change Tracker: Changed tables=[PendingRepositorySession] NApr 23, 2025 2:32:36 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #12 : SQLite Change Tracker: Changed tables=[PersonParentJoin] NApr 23, 2025 2:32:36 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:36457/UmAppDatabase/ - endpoint=http://localhost.localdomain:36457/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:36457/UmAppDatabase/ - endpoint=http://localhost.localdomain:36457/UmAppDatabase/] getRemoteNodeId : server did not provide node id } at com.ustadmobile.door.replication.DoorRepositoryReplicationClient$1.invokeSuspend(DoorRepositoryReplicationClient.kt:275) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  NApr 23, 2025 2:32:36 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:36457/UmAppDatabase/ - endpoint=http://localhost.localdomain:36457/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:36457/UmAppDatabase/ - endpoint=http://localhost.localdomain:36457/UmAppDatabase/] getRemoteNodeId : server did not provide node id } at com.ustadmobile.door.replication.DoorRepositoryReplicationClient$1.invokeSuspend(DoorRepositoryReplicationClient.kt:275) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  NApr 23, 2025 2:32:36 PM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool NApr 23, 2025 2:32:36 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NApr 23, 2025 2:32:36 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NApr 23, 2025 2:32:36 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NApr 23, 2025 2:32:36 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NApr 23, 2025 2:32:36 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 : SQLite Change Tracker: Changed tables=[UserSession] NApr 23, 2025 2:32:36 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 : SQLite Change Tracker: Changed tables=[Person, PersonGroup, PersonGroupMember, ScopedGrant, UserSession] NApr 23, 2025 2:32:36 PM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool NApr 23, 2025 2:32:36 PM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool NApr 23, 2025 2:32:36 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NApr 23, 2025 2:32:36 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NApr 23, 2025 2:32:36 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NApr 23, 2025 2:32:36 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NApr 23, 2025 2:32:36 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 : SQLite Change Tracker: Changed tables=[UserSession] NApr 23, 2025 2:32:36 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 : SQLite Change Tracker: Changed tables=[Person, PersonGroup, PersonGroupMember, ScopedGrant, UserSession] NApr 23, 2025 2:32:36 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #2 : SQLite Change Tracker: Changed tables=[Person, PersonParentJoin, SystemPermission] NApr 23, 2025 2:32:36 PM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool NApr 23, 2025 2:32:36 PM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool NApr 23, 2025 2:32:36 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NApr 23, 2025 2:32:36 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NApr 23, 2025 2:32:36 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NApr 23, 2025 2:32:36 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NApr 23, 2025 2:32:36 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 : SQLite Change Tracker: Changed tables=[UserSession] NApr 23, 2025 2:32:36 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 : SQLite Change Tracker: Changed tables=[Person, PersonGroup, PersonGroupMember, ScopedGrant, UserSession] NApr 23, 2025 2:32:36 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #2 : SQLite Change Tracker: Changed tables=[Person, PersonGroup, PersonGroupMember, ScopedGrant] NApr 23, 2025 2:32:36 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite:build/tmp/localhost_localdomain_49937_.sqlite] - useNewConnectionAsyncInternal connection #8 : SQLite Change Tracker: Changed tables=[PendingRepositorySession] NApr 23, 2025 2:32:36 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:49937/UmAppDatabase/ - endpoint=http://localhost.localdomain:49937/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:49937/UmAppDatabase/ - endpoint=http://localhost.localdomain:49937/UmAppDatabase/] getRemoteNodeId : server did not provide node id } at com.ustadmobile.door.replication.DoorRepositoryReplicationClient$1.invokeSuspend(DoorRepositoryReplicationClient.kt:275) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  NApr 23, 2025 2:32:36 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:49937/UmAppDatabase/ - endpoint=http://localhost.localdomain:49937/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:49937/UmAppDatabase/ - endpoint=http://localhost.localdomain:49937/UmAppDatabase/] getRemoteNodeId : server did not provide node id } at com.ustadmobile.door.replication.DoorRepositoryReplicationClient$1.invokeSuspend(DoorRepositoryReplicationClient.kt:275) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  NApr 23, 2025 2:32:36 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite:build/tmp/localhost_localdomain_45333_.sqlite] - useNewConnectionAsyncInternal connection #8 : SQLite Change Tracker: Changed tables=[PendingRepositorySession] NApr 23, 2025 2:32:36 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:45333/UmAppDatabase/ - endpoint=http://localhost.localdomain:45333/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:45333/UmAppDatabase/ - endpoint=http://localhost.localdomain:45333/UmAppDatabase/] getRemoteNodeId : server did not provide node id } at com.ustadmobile.door.replication.DoorRepositoryReplicationClient$1.invokeSuspend(DoorRepositoryReplicationClient.kt:275) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  NApr 23, 2025 2:32:36 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:45333/UmAppDatabase/ - endpoint=http://localhost.localdomain:45333/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:45333/UmAppDatabase/ - endpoint=http://localhost.localdomain:45333/UmAppDatabase/] getRemoteNodeId : server did not provide node id } at com.ustadmobile.door.replication.DoorRepositoryReplicationClient$1.invokeSuspend(DoorRepositoryReplicationClient.kt:275) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  NApr 23, 2025 2:32:36 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite:build/tmp/inaccessible_.sqlite] - useNewConnectionAsyncInternal connection #8 : SQLite Change Tracker: Changed tables=[PendingRepositorySession] NApr 23, 2025 2:32:36 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://inaccessible/UmAppDatabase/ - endpoint=http://inaccessible/UmAppDatabase/] getRemoteNodeId : exception getting remote node id ,java.net.UnknownHostException: inaccessible 5 at _COROUTINE._BOUNDARY._(CoroutineDebugging.kt:42) V at io.ktor.client.engine.okhttp.OkHttpEngine.executeHttpRequest(OkHttpEngine.kt:103) J at io.ktor.client.engine.okhttp.OkHttpEngine.execute(OkHttpEngine.kt:70) l at io.ktor.client.engine.HttpClientEngine$executeWithinCallContext$2.invokeSuspend(HttpClientEngine.kt:99) j at io.ktor.client.engine.HttpClientEngine$DefaultImpls.executeWithinCallContext(HttpClientEngine.kt:100) [ at io.ktor.client.engine.HttpClientEngine$install$1.invokeSuspend(HttpClientEngine.kt:70) K at io.ktor.client.plugins.HttpSend$DefaultSender.execute(HttpSend.kt:138) Z at io.ktor.client.plugins.HttpTimeout$Plugin$install$1.invokeSuspend(HttpTimeout.kt:174) [ at io.ktor.client.plugins.HttpRedirect$Plugin$install$1.invokeSuspend(HttpRedirect.kt:64) i at io.ktor.client.plugins.HttpCallValidator$Companion$install$3.invokeSuspend(HttpCallValidator.kt:151) T at io.ktor.client.plugins.HttpSend$Plugin$install$1.invokeSuspend(HttpSend.kt:104) i at io.ktor.client.plugins.HttpCallValidator$Companion$install$1.invokeSuspend(HttpCallValidator.kt:130) k at io.ktor.client.plugins.HttpRequestLifecycle$Plugin$install$1.invokeSuspend(HttpRequestLifecycle.kt:38) J at io.ktor.client.HttpClient.execute$ktor_client_core(HttpClient.kt:191) O at io.ktor.client.statement.HttpStatement.executeUnsafe(HttpStatement.kt:108) H at io.ktor.client.statement.HttpStatement.execute(HttpStatement.kt:47) } at com.ustadmobile.door.replication.DoorRepositoryReplicationClient$1.invokeSuspend(DoorRepositoryReplicationClient.kt:492) 7Caused by: java.net.UnknownHostException: inaccessible M at java.base/java.net.InetAddress$CachedAddresses.get(InetAddress.java:801) H at java.base/java.net.InetAddress.getAllByName0(InetAddress.java:1533) G at java.base/java.net.InetAddress.getAllByName(InetAddress.java:1385) G at java.base/java.net.InetAddress.getAllByName(InetAddress.java:1306) 6 at okhttp3.Dns$Companion$DnsSystem.lookup(Dns.kt:49) _ at okhttp3.internal.connection.RouteSelector.resetNextInetSocketAddress(RouteSelector.kt:169) N at okhttp3.internal.connection.RouteSelector.nextProxy(RouteSelector.kt:131) H at okhttp3.internal.connection.RouteSelector.next(RouteSelector.kt:73) U at okhttp3.internal.connection.ExchangeFinder.findConnection(ExchangeFinder.kt:205) \ at okhttp3.internal.connection.ExchangeFinder.findHealthyConnection(ExchangeFinder.kt:106) J at okhttp3.internal.connection.ExchangeFinder.find(ExchangeFinder.kt:74) N at okhttp3.internal.connection.RealCall.initExchange$okhttp(RealCall.kt:255) W at okhttp3.internal.connection.ConnectInterceptor.intercept(ConnectInterceptor.kt:32) T at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:109) N at okhttp3.internal.cache.CacheInterceptor.intercept(CacheInterceptor.kt:95) T at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:109) O at okhttp3.internal.http.BridgeInterceptor.intercept(BridgeInterceptor.kt:83) T at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:109) c at okhttp3.internal.http.RetryAndFollowUpInterceptor.intercept(RetryAndFollowUpInterceptor.kt:76) T at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:109) a at okhttp3.internal.connection.RealCall.getResponseWithInterceptorChain$okhttp(RealCall.kt:201) H 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) 4 at java.base/java.lang.Thread.run(Thread.java:840)  NApr 23, 2025 2:32:36 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://inaccessible/UmAppDatabase/ - endpoint=http://inaccessible/UmAppDatabase/] getRemoteNodeId : exception getting remote node id ,java.net.UnknownHostException: inaccessible 5 at _COROUTINE._BOUNDARY._(CoroutineDebugging.kt:42) V at io.ktor.client.engine.okhttp.OkHttpEngine.executeHttpRequest(OkHttpEngine.kt:103) J at io.ktor.client.engine.okhttp.OkHttpEngine.execute(OkHttpEngine.kt:70) l at io.ktor.client.engine.HttpClientEngine$executeWithinCallContext$2.invokeSuspend(HttpClientEngine.kt:99) j at io.ktor.client.engine.HttpClientEngine$DefaultImpls.executeWithinCallContext(HttpClientEngine.kt:100) [ at io.ktor.client.engine.HttpClientEngine$install$1.invokeSuspend(HttpClientEngine.kt:70) K at io.ktor.client.plugins.HttpSend$DefaultSender.execute(HttpSend.kt:138) Z at io.ktor.client.plugins.HttpTimeout$Plugin$install$1.invokeSuspend(HttpTimeout.kt:174) [ at io.ktor.client.plugins.HttpRedirect$Plugin$install$1.invokeSuspend(HttpRedirect.kt:64) i at io.ktor.client.plugins.HttpCallValidator$Companion$install$3.invokeSuspend(HttpCallValidator.kt:151) T at io.ktor.client.plugins.HttpSend$Plugin$install$1.invokeSuspend(HttpSend.kt:104) i at io.ktor.client.plugins.HttpCallValidator$Companion$install$1.invokeSuspend(HttpCallValidator.kt:130) k at io.ktor.client.plugins.HttpRequestLifecycle$Plugin$install$1.invokeSuspend(HttpRequestLifecycle.kt:38) J at io.ktor.client.HttpClient.execute$ktor_client_core(HttpClient.kt:191) O at io.ktor.client.statement.HttpStatement.executeUnsafe(HttpStatement.kt:108) H at io.ktor.client.statement.HttpStatement.execute(HttpStatement.kt:47) } at com.ustadmobile.door.replication.DoorRepositoryReplicationClient$1.invokeSuspend(DoorRepositoryReplicationClient.kt:492) 7Caused by: java.net.UnknownHostException: inaccessible M at java.base/java.net.InetAddress$CachedAddresses.get(InetAddress.java:801) H at java.base/java.net.InetAddress.getAllByName0(InetAddress.java:1533) G at java.base/java.net.InetAddress.getAllByName(InetAddress.java:1385) G at java.base/java.net.InetAddress.getAllByName(InetAddress.java:1306) 6 at okhttp3.Dns$Companion$DnsSystem.lookup(Dns.kt:49) _ at okhttp3.internal.connection.RouteSelector.resetNextInetSocketAddress(RouteSelector.kt:169) N at okhttp3.internal.connection.RouteSelector.nextProxy(RouteSelector.kt:131) H at okhttp3.internal.connection.RouteSelector.next(RouteSelector.kt:73) U at okhttp3.internal.connection.ExchangeFinder.findConnection(ExchangeFinder.kt:205) \ at okhttp3.internal.connection.ExchangeFinder.findHealthyConnection(ExchangeFinder.kt:106) J at okhttp3.internal.connection.ExchangeFinder.find(ExchangeFinder.kt:74) N at okhttp3.internal.connection.RealCall.initExchange$okhttp(RealCall.kt:255) W at okhttp3.internal.connection.ConnectInterceptor.intercept(ConnectInterceptor.kt:32) T at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:109) N at okhttp3.internal.cache.CacheInterceptor.intercept(CacheInterceptor.kt:95) T at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:109) O at okhttp3.internal.http.BridgeInterceptor.intercept(BridgeInterceptor.kt:83) T at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:109) c at okhttp3.internal.http.RetryAndFollowUpInterceptor.intercept(RetryAndFollowUpInterceptor.kt:76) T at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:109) a at okhttp3.internal.connection.RealCall.getResponseWithInterceptorChain$okhttp(RealCall.kt:201) H 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) 4 at java.base/java.lang.Thread.run(Thread.java:840)  NApr 23, 2025 2:32:36 PM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool NApr 23, 2025 2:32:36 PM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool NApr 23, 2025 2:32:36 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NApr 23, 2025 2:32:36 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NApr 23, 2025 2:32:36 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NApr 23, 2025 2:32:36 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NApr 23, 2025 2:32:36 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite:build/tmp/localhost_localdomain_54629_.sqlite] - useNewConnectionAsyncInternal connection #21 : SQLite Change Tracker: Changed tables=[PendingRepositorySession] NApr 23, 2025 2:32:36 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:54629/UmAppDatabase/ - endpoint=http://localhost.localdomain:54629/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:54629/UmAppDatabase/ - endpoint=http://localhost.localdomain:54629/UmAppDatabase/] getRemoteNodeId : server did not provide node id } at com.ustadmobile.door.replication.DoorRepositoryReplicationClient$1.invokeSuspend(DoorRepositoryReplicationClient.kt:275) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  NApr 23, 2025 2:32:36 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:54629/UmAppDatabase/ - endpoint=http://localhost.localdomain:54629/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:54629/UmAppDatabase/ - endpoint=http://localhost.localdomain:54629/UmAppDatabase/] getRemoteNodeId : server did not provide node id } at com.ustadmobile.door.replication.DoorRepositoryReplicationClient$1.invokeSuspend(DoorRepositoryReplicationClient.kt:275) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  NApr 23, 2025 2:32:36 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 : SQLite Change Tracker: Changed tables=[UserSession] NApr 23, 2025 2:32:36 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 : SQLite Change Tracker: Changed tables=[Person, PersonGroup, PersonGroupMember, ScopedGrant, UserSession] NApr 23, 2025 2:32:36 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #2 : SQLite Change Tracker: Changed tables=[SystemPermission] NApr 23, 2025 2:32:36 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #3 : SQLite Change Tracker: Changed tables=[Person, SystemPermission] NApr 23, 2025 2:32:36 PM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool NApr 23, 2025 2:32:36 PM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool NApr 23, 2025 2:32:36 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NApr 23, 2025 2:32:36 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NApr 23, 2025 2:32:36 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NApr 23, 2025 2:32:36 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NApr 23, 2025 2:32:36 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 : SQLite Change Tracker: Changed tables=[UserSession] NApr 23, 2025 2:32:36 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 : SQLite Change Tracker: Changed tables=[Person, PersonGroup, PersonGroupMember, ScopedGrant, UserSession] NApr 23, 2025 2:32:36 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #2 : SQLite Change Tracker: Changed tables=[SystemPermission] NApr 23, 2025 2:32:36 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #3 : SQLite Change Tracker: Changed tables=[Person, SystemPermission] NApr 23, 2025 2:32:36 PM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool NApr 23, 2025 2:32:36 PM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool NApr 23, 2025 2:32:36 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NApr 23, 2025 2:32:36 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NApr 23, 2025 2:32:36 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite:build/tmp/localhost_localdomain_38287_.sqlite] - useNewConnectionAsyncInternal connection #19 : SQLite Change Tracker: Changed tables=[PendingRepositorySession] NApr 23, 2025 2:32:36 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:38287/UmAppDatabase/ - endpoint=http://localhost.localdomain:38287/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:38287/UmAppDatabase/ - endpoint=http://localhost.localdomain:38287/UmAppDatabase/] getRemoteNodeId : server did not provide node id } at com.ustadmobile.door.replication.DoorRepositoryReplicationClient$1.invokeSuspend(DoorRepositoryReplicationClient.kt:275) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  NApr 23, 2025 2:32:36 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:38287/UmAppDatabase/ - endpoint=http://localhost.localdomain:38287/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:38287/UmAppDatabase/ - endpoint=http://localhost.localdomain:38287/UmAppDatabase/] getRemoteNodeId : server did not provide node id } at com.ustadmobile.door.replication.DoorRepositoryReplicationClient$1.invokeSuspend(DoorRepositoryReplicationClient.kt:275) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  NApr 23, 2025 2:32:36 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NApr 23, 2025 2:32:36 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NApr 23, 2025 2:32:36 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 : SQLite Change Tracker: Changed tables=[UserSession] NApr 23, 2025 2:32:36 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 : SQLite Change Tracker: Changed tables=[Person, PersonGroup, PersonGroupMember, ScopedGrant, UserSession] NApr 23, 2025 2:32:36 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #2 : SQLite Change Tracker: Changed tables=[SystemPermission] NApr 23, 2025 2:32:36 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #3 : SQLite Change Tracker: Changed tables=[Person, SystemPermission] NApr 23, 2025 2:32:36 PM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool NApr 23, 2025 2:32:36 PM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool NApr 23, 2025 2:32:36 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NApr 23, 2025 2:32:36 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NApr 23, 2025 2:32:36 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 : SQLite Change Tracker: Changed tables=[UserSession] NApr 23, 2025 2:32:36 PM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool NApr 23, 2025 2:32:36 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NApr 23, 2025 2:32:36 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NApr 23, 2025 2:32:36 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 : SQLite Change Tracker: Changed tables=[UserSession] NApr 23, 2025 2:32:36 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #2 : SQLite Change Tracker: Changed tables=[Person, PersonGroup, PersonGroupMember, ScopedGrant, UserSession] NApr 23, 2025 2:32:36 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #3 : SQLite Change Tracker: Changed tables=[SystemPermission] NApr 23, 2025 2:32:36 PM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool NApr 23, 2025 2:32:36 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NApr 23, 2025 2:32:36 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NApr 23, 2025 2:32:36 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 : SQLite Change Tracker: Changed tables=[UserSession] NApr 23, 2025 2:32:36 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #2 : SQLite Change Tracker: Changed tables=[Person, PersonGroup, PersonGroupMember, ScopedGrant, UserSession] NApr 23, 2025 2:32:36 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #3 : SQLite Change Tracker: Changed tables=[SystemPermission] NApr 23, 2025 2:32:36 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #5 : SQLite Change Tracker: Changed tables=[Person, SystemPermission] NApr 23, 2025 2:32:36 PM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool NApr 23, 2025 2:32:36 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NApr 23, 2025 2:32:36 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NApr 23, 2025 2:32:36 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 : SQLite Change Tracker: Changed tables=[UserSession] NApr 23, 2025 2:32:36 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #2 : SQLite Change Tracker: Changed tables=[Person, PersonGroup, PersonGroupMember, ScopedGrant, UserSession] NApr 23, 2025 2:32:36 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #3 : SQLite Change Tracker: Changed tables=[SystemPermission] NApr 23, 2025 2:32:36 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #5 : SQLite Change Tracker: Changed tables=[Person, SystemPermission] NApr 23, 2025 2:32:36 PM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool NApr 23, 2025 2:32:36 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [NodeEventSseClient localNodeId=403074787121451540 remoteEndpoint=http://localhost.localdomain:46465/UmAppDatabase/] : onError .java.io.IOException: other event source error d at com.ustadmobile.door.sse.DoorEventSource$eventSourceListener$1.onFailure(DoorEventSource.kt:44) P at okhttp3.internal.sse.RealEventSource.processResponse(RealEventSource.kt:52) K at okhttp3.internal.sse.RealEventSource.onResponse(RealEventSource.kt:46) H at okhttp3.internal.connection.RealCall$AsyncCall.run(RealCall.kt:519) ^ at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) ^ at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) 4 at java.base/java.lang.Thread.run(Thread.java:840)  NApr 23, 2025 2:32:36 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [NodeEventSseClient localNodeId=403074787121451540 remoteEndpoint=http://localhost.localdomain:46465/UmAppDatabase/] : onError .java.io.IOException: other event source error d at com.ustadmobile.door.sse.DoorEventSource$eventSourceListener$1.onFailure(DoorEventSource.kt:44) P at okhttp3.internal.sse.RealEventSource.processResponse(RealEventSource.kt:52) K at okhttp3.internal.sse.RealEventSource.onResponse(RealEventSource.kt:46) H at okhttp3.internal.connection.RealCall$AsyncCall.run(RealCall.kt:519) ^ at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) ^ at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) 4 at java.base/java.lang.Thread.run(Thread.java:840)  NApr 23, 2025 2:32:36 PM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorEventSource$eventSourceListener$1$onFailure$invokeSuspend - [DoorEventSource@com.ustadmobile.door.sse.DoorEventSource@74899963 - http://localhost.localdomain:46465/UmAppDatabase/replication/sse?door-node=403074787121451540%2Fa9c613aa-5391-43bd-85ff-5611a3de3e4e] error: java.io.IOException: other event source error . Attempting to reconnect after 2000ms NApr 23, 2025 2:32:36 PM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorEventSource$eventSourceListener$1$onFailure$invokeSuspend - [DoorEventSource@com.ustadmobile.door.sse.DoorEventSource@74899963 - http://localhost.localdomain:46465/UmAppDatabase/replication/sse?door-node=403074787121451540%2Fa9c613aa-5391-43bd-85ff-5611a3de3e4e] error: java.io.IOException: other event source error . Attempting to reconnect after 2000ms NApr 23, 2025 2:32:36 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NApr 23, 2025 2:32:36 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NApr 23, 2025 2:32:36 PM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool NApr 23, 2025 2:32:36 PM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 Attempting to rollback transaction #1 NApr 23, 2025 2:32:36 PM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 Attempting to rollback transaction #1 NApr 23, 2025 2:32:36 PM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 Rolled back changes NApr 23, 2025 2:32:36 PM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 Rolled back changes NApr 23, 2025 2:32:36 PM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorLog - [prepareAndUseStatementAsync - jdbc:sqlite::memory:] - Exception running INSERT INTO UserSession (usUid, usPcsn, usLcsn, usLcb, usLct, usPersonUid, usClientNodeId, usStartTime, usEndTime, usStatus, usReason, usAuth, usSessionType) VALUES(?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) xjava.lang.NullPointerException: Cannot invoke "java.sql.Connection.setAutoCommit(boolean)" because "connection" is null L at com.zaxxer.hikari.pool.PoolBase.resetConnectionState(PoolBase.java:206) N at com.zaxxer.hikari.pool.PoolEntry.resetConnectionState(PoolEntry.java:108) K at com.zaxxer.hikari.pool.ProxyConnection.close(ProxyConnection.java:236)  at com.ustadmobile.door.room.RoomDatabaseJdbcImplHelperCommon.useNewConnectionAsyncInternal(RoomDatabaseJdbcImplHelperCommon.kt:197)  at com.ustadmobile.door.room.RoomDatabaseJdbcImplHelperCommon.access$useNewConnectionAsyncInternal(RoomDatabaseJdbcImplHelperCommon.kt:21)  at com.ustadmobile.door.room.RoomDatabaseJdbcImplHelperCommon$useNewConnectionAsyncInternal$1.invokeSuspend(RoomDatabaseJdbcImplHelperCommon.kt) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:102) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  NApr 23, 2025 2:32:36 PM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorLog - [prepareAndUseStatementAsync - jdbc:sqlite::memory:] - Exception running INSERT INTO UserSession (usUid, usPcsn, usLcsn, usLcb, usLct, usPersonUid, usClientNodeId, usStartTime, usEndTime, usStatus, usReason, usAuth, usSessionType) VALUES(?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) xjava.lang.NullPointerException: Cannot invoke "java.sql.Connection.setAutoCommit(boolean)" because "connection" is null L at com.zaxxer.hikari.pool.PoolBase.resetConnectionState(PoolBase.java:206) N at com.zaxxer.hikari.pool.PoolEntry.resetConnectionState(PoolEntry.java:108) K at com.zaxxer.hikari.pool.ProxyConnection.close(ProxyConnection.java:236)  at com.ustadmobile.door.room.RoomDatabaseJdbcImplHelperCommon.useNewConnectionAsyncInternal(RoomDatabaseJdbcImplHelperCommon.kt:197)  at com.ustadmobile.door.room.RoomDatabaseJdbcImplHelperCommon.access$useNewConnectionAsyncInternal(RoomDatabaseJdbcImplHelperCommon.kt:21)  at com.ustadmobile.door.room.RoomDatabaseJdbcImplHelperCommon$useNewConnectionAsyncInternal$1.invokeSuspend(RoomDatabaseJdbcImplHelperCommon.kt) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:102) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  NApr 23, 2025 2:32:36 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NApr 23, 2025 2:32:36 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NApr 23, 2025 2:32:36 PM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool NApr 23, 2025 2:32:36 PM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 Attempting to rollback transaction #1 NApr 23, 2025 2:32:36 PM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 Attempting to rollback transaction #1 NApr 23, 2025 2:32:36 PM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 Rolled back changes NApr 23, 2025 2:32:36 PM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 Rolled back changes NApr 23, 2025 2:32:36 PM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorLog - [prepareAndUseStatementAsync - jdbc:sqlite::memory:] - Exception running INSERT INTO UserSession (usUid, usPcsn, usLcsn, usLcb, usLct, usPersonUid, usClientNodeId, usStartTime, usEndTime, usStatus, usReason, usAuth, usSessionType) VALUES(?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) xjava.lang.NullPointerException: Cannot invoke "java.sql.Connection.setAutoCommit(boolean)" because "connection" is null L at com.zaxxer.hikari.pool.PoolBase.resetConnectionState(PoolBase.java:206) N at com.zaxxer.hikari.pool.PoolEntry.resetConnectionState(PoolEntry.java:108) K at com.zaxxer.hikari.pool.ProxyConnection.close(ProxyConnection.java:236)  at com.ustadmobile.door.room.RoomDatabaseJdbcImplHelperCommon.useNewConnectionAsyncInternal(RoomDatabaseJdbcImplHelperCommon.kt:197)  at com.ustadmobile.door.room.RoomDatabaseJdbcImplHelperCommon.access$useNewConnectionAsyncInternal(RoomDatabaseJdbcImplHelperCommon.kt:21)  at com.ustadmobile.door.room.RoomDatabaseJdbcImplHelperCommon$useNewConnectionAsyncInternal$1.invokeSuspend(RoomDatabaseJdbcImplHelperCommon.kt) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:230) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  NApr 23, 2025 2:32:36 PM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorLog - [prepareAndUseStatementAsync - jdbc:sqlite::memory:] - Exception running INSERT INTO UserSession (usUid, usPcsn, usLcsn, usLcb, usLct, usPersonUid, usClientNodeId, usStartTime, usEndTime, usStatus, usReason, usAuth, usSessionType) VALUES(?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) xjava.lang.NullPointerException: Cannot invoke "java.sql.Connection.setAutoCommit(boolean)" because "connection" is null L at com.zaxxer.hikari.pool.PoolBase.resetConnectionState(PoolBase.java:206) N at com.zaxxer.hikari.pool.PoolEntry.resetConnectionState(PoolEntry.java:108) K at com.zaxxer.hikari.pool.ProxyConnection.close(ProxyConnection.java:236)  at com.ustadmobile.door.room.RoomDatabaseJdbcImplHelperCommon.useNewConnectionAsyncInternal(RoomDatabaseJdbcImplHelperCommon.kt:197)  at com.ustadmobile.door.room.RoomDatabaseJdbcImplHelperCommon.access$useNewConnectionAsyncInternal(RoomDatabaseJdbcImplHelperCommon.kt:21)  at com.ustadmobile.door.room.RoomDatabaseJdbcImplHelperCommon$useNewConnectionAsyncInternal$1.invokeSuspend(RoomDatabaseJdbcImplHelperCommon.kt) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:230) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  NApr 23, 2025 2:32:36 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NApr 23, 2025 2:32:36 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NApr 23, 2025 2:32:36 PM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool NApr 23, 2025 2:32:36 PM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 Attempting to rollback transaction #1 NApr 23, 2025 2:32:36 PM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 Attempting to rollback transaction #1 NApr 23, 2025 2:32:36 PM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 Rolled back changes NApr 23, 2025 2:32:36 PM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 Rolled back changes NApr 23, 2025 2:32:36 PM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorLog - [prepareAndUseStatementAsync - jdbc:sqlite::memory:] - Exception running INSERT INTO UserSession (usUid, usPcsn, usLcsn, usLcb, usLct, usPersonUid, usClientNodeId, usStartTime, usEndTime, usStatus, usReason, usAuth, usSessionType) VALUES(?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) xjava.lang.NullPointerException: Cannot invoke "java.sql.Connection.setAutoCommit(boolean)" because "connection" is null L at com.zaxxer.hikari.pool.PoolBase.resetConnectionState(PoolBase.java:206) N at com.zaxxer.hikari.pool.PoolEntry.resetConnectionState(PoolEntry.java:108) K at com.zaxxer.hikari.pool.ProxyConnection.close(ProxyConnection.java:236)  at com.ustadmobile.door.room.RoomDatabaseJdbcImplHelperCommon.useNewConnectionAsyncInternal(RoomDatabaseJdbcImplHelperCommon.kt:197)  at com.ustadmobile.door.room.RoomDatabaseJdbcImplHelperCommon.access$useNewConnectionAsyncInternal(RoomDatabaseJdbcImplHelperCommon.kt:21)  at com.ustadmobile.door.room.RoomDatabaseJdbcImplHelperCommon$useNewConnectionAsyncInternal$1.invokeSuspend(RoomDatabaseJdbcImplHelperCommon.kt) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:230) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  NApr 23, 2025 2:32:36 PM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorLog - [prepareAndUseStatementAsync - jdbc:sqlite::memory:] - Exception running INSERT INTO UserSession (usUid, usPcsn, usLcsn, usLcb, usLct, usPersonUid, usClientNodeId, usStartTime, usEndTime, usStatus, usReason, usAuth, usSessionType) VALUES(?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) xjava.lang.NullPointerException: Cannot invoke "java.sql.Connection.setAutoCommit(boolean)" because "connection" is null L at com.zaxxer.hikari.pool.PoolBase.resetConnectionState(PoolBase.java:206) N at com.zaxxer.hikari.pool.PoolEntry.resetConnectionState(PoolEntry.java:108) K at com.zaxxer.hikari.pool.ProxyConnection.close(ProxyConnection.java:236)  at com.ustadmobile.door.room.RoomDatabaseJdbcImplHelperCommon.useNewConnectionAsyncInternal(RoomDatabaseJdbcImplHelperCommon.kt:197)  at com.ustadmobile.door.room.RoomDatabaseJdbcImplHelperCommon.access$useNewConnectionAsyncInternal(RoomDatabaseJdbcImplHelperCommon.kt:21)  at com.ustadmobile.door.room.RoomDatabaseJdbcImplHelperCommon$useNewConnectionAsyncInternal$1.invokeSuspend(RoomDatabaseJdbcImplHelperCommon.kt) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:230) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  NApr 23, 2025 2:32:36 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NApr 23, 2025 2:32:36 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NApr 23, 2025 2:32:36 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite:build/tmp/localhost_localdomain_46465_.sqlite] - useNewConnectionAsyncInternal connection #9 : SQLite Change Tracker: Changed tables=[PendingRepositorySession] NApr 23, 2025 2:32:36 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite:build/tmp/localhost_localdomain_60363_.sqlite] - useNewConnectionAsyncInternal connection #16 : SQLite Change Tracker: Changed tables=[PendingRepositorySession] NApr 23, 2025 2:32:36 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:46465/UmAppDatabase/ - endpoint=http://localhost.localdomain:46465/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:46465/UmAppDatabase/ - endpoint=http://localhost.localdomain:46465/UmAppDatabase/] getRemoteNodeId : server did not provide node id } at com.ustadmobile.door.replication.DoorRepositoryReplicationClient$1.invokeSuspend(DoorRepositoryReplicationClient.kt:275) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  NApr 23, 2025 2:32:36 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:46465/UmAppDatabase/ - endpoint=http://localhost.localdomain:46465/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:46465/UmAppDatabase/ - endpoint=http://localhost.localdomain:46465/UmAppDatabase/] getRemoteNodeId : server did not provide node id } at com.ustadmobile.door.replication.DoorRepositoryReplicationClient$1.invokeSuspend(DoorRepositoryReplicationClient.kt:275) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  NApr 23, 2025 2:32:36 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:60363/UmAppDatabase/ - endpoint=http://localhost.localdomain:60363/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:60363/UmAppDatabase/ - endpoint=http://localhost.localdomain:60363/UmAppDatabase/] getRemoteNodeId : server did not provide node id } at com.ustadmobile.door.replication.DoorRepositoryReplicationClient$1.invokeSuspend(DoorRepositoryReplicationClient.kt:275) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  NApr 23, 2025 2:32:36 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:60363/UmAppDatabase/ - endpoint=http://localhost.localdomain:60363/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:60363/UmAppDatabase/ - endpoint=http://localhost.localdomain:60363/UmAppDatabase/] getRemoteNodeId : server did not provide node id } at com.ustadmobile.door.replication.DoorRepositoryReplicationClient$1.invokeSuspend(DoorRepositoryReplicationClient.kt:275) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  NApr 23, 2025 2:32:36 PM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool NApr 23, 2025 2:32:36 PM com.ustadmobile.core.util.NapierAntilogJvm performLog }WARNING: WARNING DoorLog - [NodeEventSseClient localNodeId=2 remoteEndpoint=http://localhost:34059/UmAppDatabase/] : onError Jjava.net.ConnectException: Failed to connect to localhost/127.0.0.1:34059 T at okhttp3.internal.connection.RealConnection.connectSocket(RealConnection.kt:297) N at okhttp3.internal.connection.RealConnection.connect(RealConnection.kt:207) U at okhttp3.internal.connection.ExchangeFinder.findConnection(ExchangeFinder.kt:226) \ at okhttp3.internal.connection.ExchangeFinder.findHealthyConnection(ExchangeFinder.kt:106) J at okhttp3.internal.connection.ExchangeFinder.find(ExchangeFinder.kt:74) N at okhttp3.internal.connection.RealCall.initExchange$okhttp(RealCall.kt:255) W at okhttp3.internal.connection.ConnectInterceptor.intercept(ConnectInterceptor.kt:32) T at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:109) N at okhttp3.internal.cache.CacheInterceptor.intercept(CacheInterceptor.kt:95) T at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:109) O at okhttp3.internal.http.BridgeInterceptor.intercept(BridgeInterceptor.kt:83) T at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:109) c at okhttp3.internal.http.RetryAndFollowUpInterceptor.intercept(RetryAndFollowUpInterceptor.kt:76) T at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:109) a at okhttp3.internal.connection.RealCall.getResponseWithInterceptorChain$okhttp(RealCall.kt:201) H 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) 4 at java.base/java.lang.Thread.run(Thread.java:840) 9Caused by: java.net.ConnectException: Connection refused 8 at java.base/sun.nio.ch.Net.pollConnect(Native Method) : at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) R at java.base/sun.nio.ch.NioSocketImpl.timedFinishConnect(NioSocketImpl.java:547) G at java.base/sun.nio.ch.NioSocketImpl.connect(NioSocketImpl.java:602) I at java.base/java.net.SocksSocketImpl.connect(SocksSocketImpl.java:327) 7 at java.base/java.net.Socket.connect(Socket.java:633) F at okhttp3.internal.platform.Platform.connectSocket(Platform.kt:128) T at okhttp3.internal.connection.RealConnection.connectSocket(RealConnection.kt:295)  ... 18 more  NApr 23, 2025 2:32:36 PM com.ustadmobile.core.util.NapierAntilogJvm performLog }WARNING: WARNING DoorLog - [NodeEventSseClient localNodeId=2 remoteEndpoint=http://localhost:34059/UmAppDatabase/] : onError Jjava.net.ConnectException: Failed to connect to localhost/127.0.0.1:34059 T at okhttp3.internal.connection.RealConnection.connectSocket(RealConnection.kt:297) N at okhttp3.internal.connection.RealConnection.connect(RealConnection.kt:207) U at okhttp3.internal.connection.ExchangeFinder.findConnection(ExchangeFinder.kt:226) \ at okhttp3.internal.connection.ExchangeFinder.findHealthyConnection(ExchangeFinder.kt:106) J at okhttp3.internal.connection.ExchangeFinder.find(ExchangeFinder.kt:74) N at okhttp3.internal.connection.RealCall.initExchange$okhttp(RealCall.kt:255) W at okhttp3.internal.connection.ConnectInterceptor.intercept(ConnectInterceptor.kt:32) T at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:109) N at okhttp3.internal.cache.CacheInterceptor.intercept(CacheInterceptor.kt:95) T at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:109) O at okhttp3.internal.http.BridgeInterceptor.intercept(BridgeInterceptor.kt:83) T at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:109) c at okhttp3.internal.http.RetryAndFollowUpInterceptor.intercept(RetryAndFollowUpInterceptor.kt:76) T at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:109) a at okhttp3.internal.connection.RealCall.getResponseWithInterceptorChain$okhttp(RealCall.kt:201) H 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) 4 at java.base/java.lang.Thread.run(Thread.java:840) 9Caused by: java.net.ConnectException: Connection refused 8 at java.base/sun.nio.ch.Net.pollConnect(Native Method) : at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) R at java.base/sun.nio.ch.NioSocketImpl.timedFinishConnect(NioSocketImpl.java:547) G at java.base/sun.nio.ch.NioSocketImpl.connect(NioSocketImpl.java:602) I at java.base/java.net.SocksSocketImpl.connect(SocksSocketImpl.java:327) 7 at java.base/java.net.Socket.connect(Socket.java:633) F at okhttp3.internal.platform.Platform.connectSocket(Platform.kt:128) T at okhttp3.internal.connection.RealConnection.connectSocket(RealConnection.kt:295)  ... 18 more  NApr 23, 2025 2:32:36 PM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorEventSource$eventSourceListener$1$onFailure$invokeSuspend - [DoorEventSource@com.ustadmobile.door.sse.DoorEventSource@50137d3e - http://localhost:34059/UmAppDatabase/replication/sse?door-node=2%2Fauth2] error: java.net.ConnectException: Failed to connect to localhost/127.0.0.1:34059 . Attempting to reconnect after 2000ms NApr 23, 2025 2:32:36 PM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorEventSource$eventSourceListener$1$onFailure$invokeSuspend - [DoorEventSource@com.ustadmobile.door.sse.DoorEventSource@50137d3e - http://localhost:34059/UmAppDatabase/replication/sse?door-node=2%2Fauth2] error: java.net.ConnectException: Failed to connect to localhost/127.0.0.1:34059 . Attempting to reconnect after 2000ms NApr 23, 2025 2:32:36 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NApr 23, 2025 2:32:36 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NApr 23, 2025 2:32:36 PM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool NApr 23, 2025 2:32:36 PM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 Attempting to rollback transaction #1 NApr 23, 2025 2:32:36 PM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 Attempting to rollback transaction #1 NApr 23, 2025 2:32:36 PM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 Rolled back changes NApr 23, 2025 2:32:36 PM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 Rolled back changes NApr 23, 2025 2:32:36 PM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorLog - [prepareAndUseStatementAsync - jdbc:sqlite::memory:] - Exception running INSERT INTO UserSession (usUid, usPcsn, usLcsn, usLcb, usLct, usPersonUid, usClientNodeId, usStartTime, usEndTime, usStatus, usReason, usAuth, usSessionType) VALUES(?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) xjava.lang.NullPointerException: Cannot invoke "java.sql.Connection.setAutoCommit(boolean)" because "connection" is null L at com.zaxxer.hikari.pool.PoolBase.resetConnectionState(PoolBase.java:206) N at com.zaxxer.hikari.pool.PoolEntry.resetConnectionState(PoolEntry.java:108) K at com.zaxxer.hikari.pool.ProxyConnection.close(ProxyConnection.java:236)  at com.ustadmobile.door.room.RoomDatabaseJdbcImplHelperCommon.useNewConnectionAsyncInternal(RoomDatabaseJdbcImplHelperCommon.kt:197)  at com.ustadmobile.door.room.RoomDatabaseJdbcImplHelperCommon.access$useNewConnectionAsyncInternal(RoomDatabaseJdbcImplHelperCommon.kt:21)  at com.ustadmobile.door.room.RoomDatabaseJdbcImplHelperCommon$useNewConnectionAsyncInternal$1.invokeSuspend(RoomDatabaseJdbcImplHelperCommon.kt) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:230) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  NApr 23, 2025 2:32:36 PM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorLog - [prepareAndUseStatementAsync - jdbc:sqlite::memory:] - Exception running INSERT INTO UserSession (usUid, usPcsn, usLcsn, usLcb, usLct, usPersonUid, usClientNodeId, usStartTime, usEndTime, usStatus, usReason, usAuth, usSessionType) VALUES(?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) xjava.lang.NullPointerException: Cannot invoke "java.sql.Connection.setAutoCommit(boolean)" because "connection" is null L at com.zaxxer.hikari.pool.PoolBase.resetConnectionState(PoolBase.java:206) N at com.zaxxer.hikari.pool.PoolEntry.resetConnectionState(PoolEntry.java:108) K at com.zaxxer.hikari.pool.ProxyConnection.close(ProxyConnection.java:236)  at com.ustadmobile.door.room.RoomDatabaseJdbcImplHelperCommon.useNewConnectionAsyncInternal(RoomDatabaseJdbcImplHelperCommon.kt:197)  at com.ustadmobile.door.room.RoomDatabaseJdbcImplHelperCommon.access$useNewConnectionAsyncInternal(RoomDatabaseJdbcImplHelperCommon.kt:21)  at com.ustadmobile.door.room.RoomDatabaseJdbcImplHelperCommon$useNewConnectionAsyncInternal$1.invokeSuspend(RoomDatabaseJdbcImplHelperCommon.kt) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:230) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  NApr 23, 2025 2:32:36 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [NodeEventSseClient localNodeId=8764284603145151325 remoteEndpoint=http://localhost.localdomain:39375/UmAppDatabase/] : onError .java.io.IOException: other event source error d at com.ustadmobile.door.sse.DoorEventSource$eventSourceListener$1.onFailure(DoorEventSource.kt:44) P at okhttp3.internal.sse.RealEventSource.processResponse(RealEventSource.kt:52) K at okhttp3.internal.sse.RealEventSource.onResponse(RealEventSource.kt:46) H at okhttp3.internal.connection.RealCall$AsyncCall.run(RealCall.kt:519) ^ at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) ^ at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) 4 at java.base/java.lang.Thread.run(Thread.java:840)  NApr 23, 2025 2:32:36 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [NodeEventSseClient localNodeId=8764284603145151325 remoteEndpoint=http://localhost.localdomain:39375/UmAppDatabase/] : onError .java.io.IOException: other event source error d at com.ustadmobile.door.sse.DoorEventSource$eventSourceListener$1.onFailure(DoorEventSource.kt:44) P at okhttp3.internal.sse.RealEventSource.processResponse(RealEventSource.kt:52) K at okhttp3.internal.sse.RealEventSource.onResponse(RealEventSource.kt:46) H at okhttp3.internal.connection.RealCall$AsyncCall.run(RealCall.kt:519) ^ at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) ^ at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) 4 at java.base/java.lang.Thread.run(Thread.java:840)  NApr 23, 2025 2:32:36 PM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorEventSource$eventSourceListener$1$onFailure$invokeSuspend - [DoorEventSource@com.ustadmobile.door.sse.DoorEventSource@73a04949 - http://localhost.localdomain:39375/UmAppDatabase/replication/sse?door-node=8764284603145151325%2F8cf98fb6-d63a-435c-8dcc-c294e5dc9ccc] error: java.io.IOException: other event source error . Attempting to reconnect after 2000ms NApr 23, 2025 2:32:36 PM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorEventSource$eventSourceListener$1$onFailure$invokeSuspend - [DoorEventSource@com.ustadmobile.door.sse.DoorEventSource@73a04949 - http://localhost.localdomain:39375/UmAppDatabase/replication/sse?door-node=8764284603145151325%2F8cf98fb6-d63a-435c-8dcc-c294e5dc9ccc] error: java.io.IOException: other event source error . Attempting to reconnect after 2000ms NApr 23, 2025 2:32:36 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NApr 23, 2025 2:32:36 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NApr 23, 2025 2:32:36 PM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool NApr 23, 2025 2:32:36 PM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 Attempting to rollback transaction #1 NApr 23, 2025 2:32:36 PM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 Attempting to rollback transaction #1 NApr 23, 2025 2:32:36 PM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 Rolled back changes NApr 23, 2025 2:32:36 PM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 Rolled back changes NApr 23, 2025 2:32:36 PM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorLog - [prepareAndUseStatementAsync - jdbc:sqlite::memory:] - Exception running INSERT INTO UserSession (usUid, usPcsn, usLcsn, usLcb, usLct, usPersonUid, usClientNodeId, usStartTime, usEndTime, usStatus, usReason, usAuth, usSessionType) VALUES(?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) xjava.lang.NullPointerException: Cannot invoke "java.sql.Connection.setAutoCommit(boolean)" because "connection" is null L at com.zaxxer.hikari.pool.PoolBase.resetConnectionState(PoolBase.java:206) N at com.zaxxer.hikari.pool.PoolEntry.resetConnectionState(PoolEntry.java:108) K at com.zaxxer.hikari.pool.ProxyConnection.close(ProxyConnection.java:236)  at com.ustadmobile.door.room.RoomDatabaseJdbcImplHelperCommon.useNewConnectionAsyncInternal(RoomDatabaseJdbcImplHelperCommon.kt:197)  at com.ustadmobile.door.room.RoomDatabaseJdbcImplHelperCommon.access$useNewConnectionAsyncInternal(RoomDatabaseJdbcImplHelperCommon.kt:21)  at com.ustadmobile.door.room.RoomDatabaseJdbcImplHelperCommon$useNewConnectionAsyncInternal$1.invokeSuspend(RoomDatabaseJdbcImplHelperCommon.kt) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:102) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  NApr 23, 2025 2:32:36 PM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorLog - [prepareAndUseStatementAsync - jdbc:sqlite::memory:] - Exception running INSERT INTO UserSession (usUid, usPcsn, usLcsn, usLcb, usLct, usPersonUid, usClientNodeId, usStartTime, usEndTime, usStatus, usReason, usAuth, usSessionType) VALUES(?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) xjava.lang.NullPointerException: Cannot invoke "java.sql.Connection.setAutoCommit(boolean)" because "connection" is null L at com.zaxxer.hikari.pool.PoolBase.resetConnectionState(PoolBase.java:206) N at com.zaxxer.hikari.pool.PoolEntry.resetConnectionState(PoolEntry.java:108) K at com.zaxxer.hikari.pool.ProxyConnection.close(ProxyConnection.java:236)  at com.ustadmobile.door.room.RoomDatabaseJdbcImplHelperCommon.useNewConnectionAsyncInternal(RoomDatabaseJdbcImplHelperCommon.kt:197)  at com.ustadmobile.door.room.RoomDatabaseJdbcImplHelperCommon.access$useNewConnectionAsyncInternal(RoomDatabaseJdbcImplHelperCommon.kt:21)  at com.ustadmobile.door.room.RoomDatabaseJdbcImplHelperCommon$useNewConnectionAsyncInternal$1.invokeSuspend(RoomDatabaseJdbcImplHelperCommon.kt) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:102) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  NApr 23, 2025 2:32:36 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NApr 23, 2025 2:32:36 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NApr 23, 2025 2:32:37 PM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool NApr 23, 2025 2:32:37 PM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 Attempting to rollback transaction #1 NApr 23, 2025 2:32:37 PM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 Attempting to rollback transaction #1 NApr 23, 2025 2:32:37 PM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 Rolled back changes NApr 23, 2025 2:32:37 PM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 Rolled back changes NApr 23, 2025 2:32:37 PM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorLog - [prepareAndUseStatementAsync - jdbc:sqlite::memory:] - Exception running INSERT INTO UserSession (usUid, usPcsn, usLcsn, usLcb, usLct, usPersonUid, usClientNodeId, usStartTime, usEndTime, usStatus, usReason, usAuth, usSessionType) VALUES(?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) xjava.lang.NullPointerException: Cannot invoke "java.sql.Connection.setAutoCommit(boolean)" because "connection" is null L at com.zaxxer.hikari.pool.PoolBase.resetConnectionState(PoolBase.java:206) N at com.zaxxer.hikari.pool.PoolEntry.resetConnectionState(PoolEntry.java:108) K at com.zaxxer.hikari.pool.ProxyConnection.close(ProxyConnection.java:236)  at com.ustadmobile.door.room.RoomDatabaseJdbcImplHelperCommon.useNewConnectionAsyncInternal(RoomDatabaseJdbcImplHelperCommon.kt:197)  at com.ustadmobile.door.room.RoomDatabaseJdbcImplHelperCommon.access$useNewConnectionAsyncInternal(RoomDatabaseJdbcImplHelperCommon.kt:21)  at com.ustadmobile.door.room.RoomDatabaseJdbcImplHelperCommon$useNewConnectionAsyncInternal$1.invokeSuspend(RoomDatabaseJdbcImplHelperCommon.kt) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:102) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  NApr 23, 2025 2:32:37 PM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorLog - [prepareAndUseStatementAsync - jdbc:sqlite::memory:] - Exception running INSERT INTO UserSession (usUid, usPcsn, usLcsn, usLcb, usLct, usPersonUid, usClientNodeId, usStartTime, usEndTime, usStatus, usReason, usAuth, usSessionType) VALUES(?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) xjava.lang.NullPointerException: Cannot invoke "java.sql.Connection.setAutoCommit(boolean)" because "connection" is null L at com.zaxxer.hikari.pool.PoolBase.resetConnectionState(PoolBase.java:206) N at com.zaxxer.hikari.pool.PoolEntry.resetConnectionState(PoolEntry.java:108) K at com.zaxxer.hikari.pool.ProxyConnection.close(ProxyConnection.java:236)  at com.ustadmobile.door.room.RoomDatabaseJdbcImplHelperCommon.useNewConnectionAsyncInternal(RoomDatabaseJdbcImplHelperCommon.kt:197)  at com.ustadmobile.door.room.RoomDatabaseJdbcImplHelperCommon.access$useNewConnectionAsyncInternal(RoomDatabaseJdbcImplHelperCommon.kt:21)  at com.ustadmobile.door.room.RoomDatabaseJdbcImplHelperCommon$useNewConnectionAsyncInternal$1.invokeSuspend(RoomDatabaseJdbcImplHelperCommon.kt) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:102) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  NApr 23, 2025 2:32:37 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NApr 23, 2025 2:32:37 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NApr 23, 2025 2:32:37 PM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool NApr 23, 2025 2:32:37 PM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 Attempting to rollback transaction #1 NApr 23, 2025 2:32:37 PM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 Attempting to rollback transaction #1 NApr 23, 2025 2:32:37 PM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 Rolled back changes NApr 23, 2025 2:32:37 PM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 Rolled back changes NApr 23, 2025 2:32:37 PM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorLog - [prepareAndUseStatementAsync - jdbc:sqlite::memory:] - Exception running INSERT INTO UserSession (usUid, usPcsn, usLcsn, usLcb, usLct, usPersonUid, usClientNodeId, usStartTime, usEndTime, usStatus, usReason, usAuth, usSessionType) VALUES(?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) xjava.lang.NullPointerException: Cannot invoke "java.sql.Connection.setAutoCommit(boolean)" because "connection" is null L at com.zaxxer.hikari.pool.PoolBase.resetConnectionState(PoolBase.java:206) N at com.zaxxer.hikari.pool.PoolEntry.resetConnectionState(PoolEntry.java:108) K at com.zaxxer.hikari.pool.ProxyConnection.close(ProxyConnection.java:236)  at com.ustadmobile.door.room.RoomDatabaseJdbcImplHelperCommon.useNewConnectionAsyncInternal(RoomDatabaseJdbcImplHelperCommon.kt:197)  at com.ustadmobile.door.room.RoomDatabaseJdbcImplHelperCommon.access$useNewConnectionAsyncInternal(RoomDatabaseJdbcImplHelperCommon.kt:21)  at com.ustadmobile.door.room.RoomDatabaseJdbcImplHelperCommon$useNewConnectionAsyncInternal$1.invokeSuspend(RoomDatabaseJdbcImplHelperCommon.kt) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:102) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  NApr 23, 2025 2:32:37 PM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorLog - [prepareAndUseStatementAsync - jdbc:sqlite::memory:] - Exception running INSERT INTO UserSession (usUid, usPcsn, usLcsn, usLcb, usLct, usPersonUid, usClientNodeId, usStartTime, usEndTime, usStatus, usReason, usAuth, usSessionType) VALUES(?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) xjava.lang.NullPointerException: Cannot invoke "java.sql.Connection.setAutoCommit(boolean)" because "connection" is null L at com.zaxxer.hikari.pool.PoolBase.resetConnectionState(PoolBase.java:206) N at com.zaxxer.hikari.pool.PoolEntry.resetConnectionState(PoolEntry.java:108) K at com.zaxxer.hikari.pool.ProxyConnection.close(ProxyConnection.java:236)  at com.ustadmobile.door.room.RoomDatabaseJdbcImplHelperCommon.useNewConnectionAsyncInternal(RoomDatabaseJdbcImplHelperCommon.kt:197)  at com.ustadmobile.door.room.RoomDatabaseJdbcImplHelperCommon.access$useNewConnectionAsyncInternal(RoomDatabaseJdbcImplHelperCommon.kt:21)  at com.ustadmobile.door.room.RoomDatabaseJdbcImplHelperCommon$useNewConnectionAsyncInternal$1.invokeSuspend(RoomDatabaseJdbcImplHelperCommon.kt) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:102) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  NApr 23, 2025 2:32:37 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NApr 23, 2025 2:32:37 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NApr 23, 2025 2:32:37 PM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool NApr 23, 2025 2:32:37 PM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 Attempting to rollback transaction #1 NApr 23, 2025 2:32:37 PM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 Attempting to rollback transaction #1 NApr 23, 2025 2:32:37 PM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 Rolled back changes NApr 23, 2025 2:32:37 PM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 Rolled back changes NApr 23, 2025 2:32:37 PM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorLog - [prepareAndUseStatementAsync - jdbc:sqlite::memory:] - Exception running INSERT INTO UserSession (usUid, usPcsn, usLcsn, usLcb, usLct, usPersonUid, usClientNodeId, usStartTime, usEndTime, usStatus, usReason, usAuth, usSessionType) VALUES(?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) xjava.lang.NullPointerException: Cannot invoke "java.sql.Connection.setAutoCommit(boolean)" because "connection" is null L at com.zaxxer.hikari.pool.PoolBase.resetConnectionState(PoolBase.java:206) N at com.zaxxer.hikari.pool.PoolEntry.resetConnectionState(PoolEntry.java:108) K at com.zaxxer.hikari.pool.ProxyConnection.close(ProxyConnection.java:236)  at com.ustadmobile.door.room.RoomDatabaseJdbcImplHelperCommon.useNewConnectionAsyncInternal(RoomDatabaseJdbcImplHelperCommon.kt:197)  at com.ustadmobile.door.room.RoomDatabaseJdbcImplHelperCommon.access$useNewConnectionAsyncInternal(RoomDatabaseJdbcImplHelperCommon.kt:21)  at com.ustadmobile.door.room.RoomDatabaseJdbcImplHelperCommon$useNewConnectionAsyncInternal$1.invokeSuspend(RoomDatabaseJdbcImplHelperCommon.kt) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:102) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  NApr 23, 2025 2:32:37 PM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorLog - [prepareAndUseStatementAsync - jdbc:sqlite::memory:] - Exception running INSERT INTO UserSession (usUid, usPcsn, usLcsn, usLcb, usLct, usPersonUid, usClientNodeId, usStartTime, usEndTime, usStatus, usReason, usAuth, usSessionType) VALUES(?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) xjava.lang.NullPointerException: Cannot invoke "java.sql.Connection.setAutoCommit(boolean)" because "connection" is null L at com.zaxxer.hikari.pool.PoolBase.resetConnectionState(PoolBase.java:206) N at com.zaxxer.hikari.pool.PoolEntry.resetConnectionState(PoolEntry.java:108) K at com.zaxxer.hikari.pool.ProxyConnection.close(ProxyConnection.java:236)  at com.ustadmobile.door.room.RoomDatabaseJdbcImplHelperCommon.useNewConnectionAsyncInternal(RoomDatabaseJdbcImplHelperCommon.kt:197)  at com.ustadmobile.door.room.RoomDatabaseJdbcImplHelperCommon.access$useNewConnectionAsyncInternal(RoomDatabaseJdbcImplHelperCommon.kt:21)  at com.ustadmobile.door.room.RoomDatabaseJdbcImplHelperCommon$useNewConnectionAsyncInternal$1.invokeSuspend(RoomDatabaseJdbcImplHelperCommon.kt) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:102) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  NApr 23, 2025 2:32:37 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NApr 23, 2025 2:32:37 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NApr 23, 2025 2:32:37 PM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool NApr 23, 2025 2:32:37 PM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 Attempting to rollback transaction #1 NApr 23, 2025 2:32:37 PM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 Attempting to rollback transaction #1 NApr 23, 2025 2:32:37 PM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 Rolled back changes NApr 23, 2025 2:32:37 PM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 Rolled back changes NApr 23, 2025 2:32:37 PM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorLog - [prepareAndUseStatementAsync - jdbc:sqlite::memory:] - Exception running INSERT INTO UserSession (usUid, usPcsn, usLcsn, usLcb, usLct, usPersonUid, usClientNodeId, usStartTime, usEndTime, usStatus, usReason, usAuth, usSessionType) VALUES(?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) xjava.lang.NullPointerException: Cannot invoke "java.sql.Connection.setAutoCommit(boolean)" because "connection" is null L at com.zaxxer.hikari.pool.PoolBase.resetConnectionState(PoolBase.java:206) N at com.zaxxer.hikari.pool.PoolEntry.resetConnectionState(PoolEntry.java:108) K at com.zaxxer.hikari.pool.ProxyConnection.close(ProxyConnection.java:236)  at com.ustadmobile.door.room.RoomDatabaseJdbcImplHelperCommon.useNewConnectionAsyncInternal(RoomDatabaseJdbcImplHelperCommon.kt:197)  at com.ustadmobile.door.room.RoomDatabaseJdbcImplHelperCommon.access$useNewConnectionAsyncInternal(RoomDatabaseJdbcImplHelperCommon.kt:21)  at com.ustadmobile.door.room.RoomDatabaseJdbcImplHelperCommon$useNewConnectionAsyncInternal$1.invokeSuspend(RoomDatabaseJdbcImplHelperCommon.kt) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:102) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  NApr 23, 2025 2:32:37 PM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorLog - [prepareAndUseStatementAsync - jdbc:sqlite::memory:] - Exception running INSERT INTO UserSession (usUid, usPcsn, usLcsn, usLcb, usLct, usPersonUid, usClientNodeId, usStartTime, usEndTime, usStatus, usReason, usAuth, usSessionType) VALUES(?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) xjava.lang.NullPointerException: Cannot invoke "java.sql.Connection.setAutoCommit(boolean)" because "connection" is null L at com.zaxxer.hikari.pool.PoolBase.resetConnectionState(PoolBase.java:206) N at com.zaxxer.hikari.pool.PoolEntry.resetConnectionState(PoolEntry.java:108) K at com.zaxxer.hikari.pool.ProxyConnection.close(ProxyConnection.java:236)  at com.ustadmobile.door.room.RoomDatabaseJdbcImplHelperCommon.useNewConnectionAsyncInternal(RoomDatabaseJdbcImplHelperCommon.kt:197)  at com.ustadmobile.door.room.RoomDatabaseJdbcImplHelperCommon.access$useNewConnectionAsyncInternal(RoomDatabaseJdbcImplHelperCommon.kt:21)  at com.ustadmobile.door.room.RoomDatabaseJdbcImplHelperCommon$useNewConnectionAsyncInternal$1.invokeSuspend(RoomDatabaseJdbcImplHelperCommon.kt) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:102) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  NApr 23, 2025 2:32:37 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NApr 23, 2025 2:32:37 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NApr 23, 2025 2:32:37 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite:build/tmp/localhost_localdomain_39375_.sqlite] - useNewConnectionAsyncInternal connection #20 : SQLite Change Tracker: Changed tables=[PendingRepositorySession] NApr 23, 2025 2:32:37 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:39375/UmAppDatabase/ - endpoint=http://localhost.localdomain:39375/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:39375/UmAppDatabase/ - endpoint=http://localhost.localdomain:39375/UmAppDatabase/] getRemoteNodeId : server did not provide node id } at com.ustadmobile.door.replication.DoorRepositoryReplicationClient$1.invokeSuspend(DoorRepositoryReplicationClient.kt:275) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  NApr 23, 2025 2:32:37 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:39375/UmAppDatabase/ - endpoint=http://localhost.localdomain:39375/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:39375/UmAppDatabase/ - endpoint=http://localhost.localdomain:39375/UmAppDatabase/] getRemoteNodeId : server did not provide node id } at com.ustadmobile.door.replication.DoorRepositoryReplicationClient$1.invokeSuspend(DoorRepositoryReplicationClient.kt:275) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  NApr 23, 2025 2:32:37 PM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool NApr 23, 2025 2:32:37 PM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 Attempting to rollback transaction #1 NApr 23, 2025 2:32:37 PM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 Attempting to rollback transaction #1 NApr 23, 2025 2:32:37 PM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 Rolled back changes NApr 23, 2025 2:32:37 PM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 Rolled back changes NApr 23, 2025 2:32:37 PM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorLog - [prepareAndUseStatementAsync - jdbc:sqlite::memory:] - Exception running INSERT INTO UserSession (usUid, usPcsn, usLcsn, usLcb, usLct, usPersonUid, usClientNodeId, usStartTime, usEndTime, usStatus, usReason, usAuth, usSessionType) VALUES(?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) xjava.lang.NullPointerException: Cannot invoke "java.sql.Connection.setAutoCommit(boolean)" because "connection" is null L at com.zaxxer.hikari.pool.PoolBase.resetConnectionState(PoolBase.java:206) N at com.zaxxer.hikari.pool.PoolEntry.resetConnectionState(PoolEntry.java:108) K at com.zaxxer.hikari.pool.ProxyConnection.close(ProxyConnection.java:236)  at com.ustadmobile.door.room.RoomDatabaseJdbcImplHelperCommon.useNewConnectionAsyncInternal(RoomDatabaseJdbcImplHelperCommon.kt:197)  at com.ustadmobile.door.room.RoomDatabaseJdbcImplHelperCommon.access$useNewConnectionAsyncInternal(RoomDatabaseJdbcImplHelperCommon.kt:21)  at com.ustadmobile.door.room.RoomDatabaseJdbcImplHelperCommon$useNewConnectionAsyncInternal$1.invokeSuspend(RoomDatabaseJdbcImplHelperCommon.kt) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:102) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  NApr 23, 2025 2:32:37 PM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorLog - [prepareAndUseStatementAsync - jdbc:sqlite::memory:] - Exception running INSERT INTO UserSession (usUid, usPcsn, usLcsn, usLcb, usLct, usPersonUid, usClientNodeId, usStartTime, usEndTime, usStatus, usReason, usAuth, usSessionType) VALUES(?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) xjava.lang.NullPointerException: Cannot invoke "java.sql.Connection.setAutoCommit(boolean)" because "connection" is null L at com.zaxxer.hikari.pool.PoolBase.resetConnectionState(PoolBase.java:206) N at com.zaxxer.hikari.pool.PoolEntry.resetConnectionState(PoolEntry.java:108) K at com.zaxxer.hikari.pool.ProxyConnection.close(ProxyConnection.java:236)  at com.ustadmobile.door.room.RoomDatabaseJdbcImplHelperCommon.useNewConnectionAsyncInternal(RoomDatabaseJdbcImplHelperCommon.kt:197)  at com.ustadmobile.door.room.RoomDatabaseJdbcImplHelperCommon.access$useNewConnectionAsyncInternal(RoomDatabaseJdbcImplHelperCommon.kt:21)  at com.ustadmobile.door.room.RoomDatabaseJdbcImplHelperCommon$useNewConnectionAsyncInternal$1.invokeSuspend(RoomDatabaseJdbcImplHelperCommon.kt) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:102) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  NApr 23, 2025 2:32:37 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NApr 23, 2025 2:32:37 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NApr 23, 2025 2:32:37 PM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool NApr 23, 2025 2:32:37 PM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 Attempting to rollback transaction #1 NApr 23, 2025 2:32:37 PM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 Attempting to rollback transaction #1 NApr 23, 2025 2:32:37 PM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 Rolled back changes NApr 23, 2025 2:32:37 PM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 Rolled back changes NApr 23, 2025 2:32:37 PM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorLog - [prepareAndUseStatementAsync - jdbc:sqlite::memory:] - Exception running INSERT INTO UserSession (usUid, usPcsn, usLcsn, usLcb, usLct, usPersonUid, usClientNodeId, usStartTime, usEndTime, usStatus, usReason, usAuth, usSessionType) VALUES(?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) xjava.lang.NullPointerException: Cannot invoke "java.sql.Connection.setAutoCommit(boolean)" because "connection" is null L at com.zaxxer.hikari.pool.PoolBase.resetConnectionState(PoolBase.java:206) N at com.zaxxer.hikari.pool.PoolEntry.resetConnectionState(PoolEntry.java:108) K at com.zaxxer.hikari.pool.ProxyConnection.close(ProxyConnection.java:236)  at com.ustadmobile.door.room.RoomDatabaseJdbcImplHelperCommon.useNewConnectionAsyncInternal(RoomDatabaseJdbcImplHelperCommon.kt:197)  at com.ustadmobile.door.room.RoomDatabaseJdbcImplHelperCommon.access$useNewConnectionAsyncInternal(RoomDatabaseJdbcImplHelperCommon.kt:21)  at com.ustadmobile.door.room.RoomDatabaseJdbcImplHelperCommon$useNewConnectionAsyncInternal$1.invokeSuspend(RoomDatabaseJdbcImplHelperCommon.kt) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:102) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  NApr 23, 2025 2:32:37 PM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorLog - [prepareAndUseStatementAsync - jdbc:sqlite::memory:] - Exception running INSERT INTO UserSession (usUid, usPcsn, usLcsn, usLcb, usLct, usPersonUid, usClientNodeId, usStartTime, usEndTime, usStatus, usReason, usAuth, usSessionType) VALUES(?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) xjava.lang.NullPointerException: Cannot invoke "java.sql.Connection.setAutoCommit(boolean)" because "connection" is null L at com.zaxxer.hikari.pool.PoolBase.resetConnectionState(PoolBase.java:206) N at com.zaxxer.hikari.pool.PoolEntry.resetConnectionState(PoolEntry.java:108) K at com.zaxxer.hikari.pool.ProxyConnection.close(ProxyConnection.java:236)  at com.ustadmobile.door.room.RoomDatabaseJdbcImplHelperCommon.useNewConnectionAsyncInternal(RoomDatabaseJdbcImplHelperCommon.kt:197)  at com.ustadmobile.door.room.RoomDatabaseJdbcImplHelperCommon.access$useNewConnectionAsyncInternal(RoomDatabaseJdbcImplHelperCommon.kt:21)  at com.ustadmobile.door.room.RoomDatabaseJdbcImplHelperCommon$useNewConnectionAsyncInternal$1.invokeSuspend(RoomDatabaseJdbcImplHelperCommon.kt) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:102) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  NApr 23, 2025 2:32:37 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NApr 23, 2025 2:32:37 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NApr 23, 2025 2:32:37 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite:build/tmp/localhost_localdomain_48975_.sqlite] - useNewConnectionAsyncInternal connection #12 : SQLite Change Tracker: Changed tables=[PendingRepositorySession] NApr 23, 2025 2:32:37 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:48975/UmAppDatabase/ - endpoint=http://localhost.localdomain:48975/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:48975/UmAppDatabase/ - endpoint=http://localhost.localdomain:48975/UmAppDatabase/] getRemoteNodeId : server did not provide node id } at com.ustadmobile.door.replication.DoorRepositoryReplicationClient$1.invokeSuspend(DoorRepositoryReplicationClient.kt:275) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  NApr 23, 2025 2:32:37 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:48975/UmAppDatabase/ - endpoint=http://localhost.localdomain:48975/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:48975/UmAppDatabase/ - endpoint=http://localhost.localdomain:48975/UmAppDatabase/] getRemoteNodeId : server did not provide node id } at com.ustadmobile.door.replication.DoorRepositoryReplicationClient$1.invokeSuspend(DoorRepositoryReplicationClient.kt:275) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  NApr 23, 2025 2:32:37 PM com.ustadmobile.core.util.NapierAntilogJvm performLog lFINE: FINER SiteEnterLinkViewModel$onClickNext$invokeSuspend - SiteEnterLink: not working: https://invalid/ Bjava.net.UnknownHostException: invalid: Name or service not known 5 at _COROUTINE._BOUNDARY._(CoroutineDebugging.kt:42) V at io.ktor.client.engine.okhttp.OkHttpEngine.executeHttpRequest(OkHttpEngine.kt:103) J at io.ktor.client.engine.okhttp.OkHttpEngine.execute(OkHttpEngine.kt:70) l at io.ktor.client.engine.HttpClientEngine$executeWithinCallContext$2.invokeSuspend(HttpClientEngine.kt:99) j at io.ktor.client.engine.HttpClientEngine$DefaultImpls.executeWithinCallContext(HttpClientEngine.kt:100) [ at io.ktor.client.engine.HttpClientEngine$install$1.invokeSuspend(HttpClientEngine.kt:70) K at io.ktor.client.plugins.HttpSend$DefaultSender.execute(HttpSend.kt:138) Z at io.ktor.client.plugins.HttpTimeout$Plugin$install$1.invokeSuspend(HttpTimeout.kt:174) [ at io.ktor.client.plugins.HttpRedirect$Plugin$install$1.invokeSuspend(HttpRedirect.kt:64) i at io.ktor.client.plugins.HttpCallValidator$Companion$install$3.invokeSuspend(HttpCallValidator.kt:151) T at io.ktor.client.plugins.HttpSend$Plugin$install$1.invokeSuspend(HttpSend.kt:104) i at io.ktor.client.plugins.HttpCallValidator$Companion$install$1.invokeSuspend(HttpCallValidator.kt:130) k at io.ktor.client.plugins.HttpRequestLifecycle$Plugin$install$1.invokeSuspend(HttpRequestLifecycle.kt:38) J at io.ktor.client.HttpClient.execute$ktor_client_core(HttpClient.kt:191) O at io.ktor.client.statement.HttpStatement.executeUnsafe(HttpStatement.kt:108) H at io.ktor.client.statement.HttpStatement.execute(HttpStatement.kt:47) R at com.ustadmobile.core.util.ext.HttpClientExtKt.verifySite(HttpClientExt.kt:35)  at com.ustadmobile.core.viewmodel.siteenterlink.SiteEnterLinkViewModel$onClickNext$2.invokeSuspend(SiteEnterLinkViewModel.kt:68) MCaused by: java.net.UnknownHostException: invalid: Name or service not known I at java.base/java.net.Inet6AddressImpl.lookupAllHostAddr(Native Method) _ at java.base/java.net.InetAddress$PlatformNameService.lookupAllHostAddr(InetAddress.java:934) V at java.base/java.net.InetAddress.getAddressesFromNameService(InetAddress.java:1543) R at java.base/java.net.InetAddress$NameServiceAddresses.get(InetAddress.java:852) H at java.base/java.net.InetAddress.getAllByName0(InetAddress.java:1533) G at java.base/java.net.InetAddress.getAllByName(InetAddress.java:1385) G at java.base/java.net.InetAddress.getAllByName(InetAddress.java:1306) 6 at okhttp3.Dns$Companion$DnsSystem.lookup(Dns.kt:49) _ at okhttp3.internal.connection.RouteSelector.resetNextInetSocketAddress(RouteSelector.kt:169) N at okhttp3.internal.connection.RouteSelector.nextProxy(RouteSelector.kt:131) H at okhttp3.internal.connection.RouteSelector.next(RouteSelector.kt:73) U at okhttp3.internal.connection.ExchangeFinder.findConnection(ExchangeFinder.kt:205) \ at okhttp3.internal.connection.ExchangeFinder.findHealthyConnection(ExchangeFinder.kt:106) J at okhttp3.internal.connection.ExchangeFinder.find(ExchangeFinder.kt:74) N at okhttp3.internal.connection.RealCall.initExchange$okhttp(RealCall.kt:255) W at okhttp3.internal.connection.ConnectInterceptor.intercept(ConnectInterceptor.kt:32) T at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:109) N at okhttp3.internal.cache.CacheInterceptor.intercept(CacheInterceptor.kt:95) T at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:109) O at okhttp3.internal.http.BridgeInterceptor.intercept(BridgeInterceptor.kt:83) T at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:109) c at okhttp3.internal.http.RetryAndFollowUpInterceptor.intercept(RetryAndFollowUpInterceptor.kt:76) T at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:109) a at okhttp3.internal.connection.RealCall.getResponseWithInterceptorChain$okhttp(RealCall.kt:201) H 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) 4 at java.base/java.lang.Thread.run(Thread.java:840)  NApr 23, 2025 2:32:37 PM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 exception ,java.sql.SQLException: Connection is closed _ at com.zaxxer.hikari.pool.ProxyConnection$ClosedConnection$1.invoke(ProxyConnection.java:467) D at jdk.proxy4/jdk.proxy4.$Proxy74.prepareStatement(Unknown Source) V at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:308) ^ at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java) p at com.ustadmobile.door.room.InvalidationTracker.findChangedTablesOnConnectionAsync(InvalidationTracker.kt:95)  at com.ustadmobile.door.room.RoomDatabaseJdbcImplHelperCommon.useNewConnectionAsyncInternal(RoomDatabaseJdbcImplHelperCommon.kt:140)  at com.ustadmobile.door.room.RoomDatabaseJdbcImplHelperCommon.access$useNewConnectionAsyncInternal(RoomDatabaseJdbcImplHelperCommon.kt:21)  at com.ustadmobile.door.room.RoomDatabaseJdbcImplHelperCommon$useNewConnectionAsyncInternal$1.invokeSuspend(RoomDatabaseJdbcImplHelperCommon.kt) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) R at kotlinx.coroutines.UndispatchedCoroutine.afterResume(CoroutineContext.kt:266) M at kotlinx.coroutines.AbstractCoroutine.resumeWith(AbstractCoroutine.kt:99) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:46) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  NApr 23, 2025 2:32:37 PM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 exception ,java.sql.SQLException: Connection is closed _ at com.zaxxer.hikari.pool.ProxyConnection$ClosedConnection$1.invoke(ProxyConnection.java:467) D at jdk.proxy4/jdk.proxy4.$Proxy74.prepareStatement(Unknown Source) V at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:308) ^ at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java) p at com.ustadmobile.door.room.InvalidationTracker.findChangedTablesOnConnectionAsync(InvalidationTracker.kt:95)  at com.ustadmobile.door.room.RoomDatabaseJdbcImplHelperCommon.useNewConnectionAsyncInternal(RoomDatabaseJdbcImplHelperCommon.kt:140)  at com.ustadmobile.door.room.RoomDatabaseJdbcImplHelperCommon.access$useNewConnectionAsyncInternal(RoomDatabaseJdbcImplHelperCommon.kt:21)  at com.ustadmobile.door.room.RoomDatabaseJdbcImplHelperCommon$useNewConnectionAsyncInternal$1.invokeSuspend(RoomDatabaseJdbcImplHelperCommon.kt) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) R at kotlinx.coroutines.UndispatchedCoroutine.afterResume(CoroutineContext.kt:266) M at kotlinx.coroutines.AbstractCoroutine.resumeWith(AbstractCoroutine.kt:99) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:46) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  NApr 23, 2025 2:32:37 PM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorLog - [prepareAndUseStatementAsync - jdbc:sqlite::memory:] - Exception running INSERT INTO UserSession (usUid, usPcsn, usLcsn, usLcb, usLct, usPersonUid, usClientNodeId, usStartTime, usEndTime, usStatus, usReason, usAuth, usSessionType) VALUES(?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) ,java.sql.SQLException: Connection is closed _ at com.zaxxer.hikari.pool.ProxyConnection$ClosedConnection$1.invoke(ProxyConnection.java:467) D at jdk.proxy4/jdk.proxy4.$Proxy74.prepareStatement(Unknown Source) V at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:308) ^ at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java) p at com.ustadmobile.door.room.InvalidationTracker.findChangedTablesOnConnectionAsync(InvalidationTracker.kt:95)  at com.ustadmobile.door.room.RoomDatabaseJdbcImplHelperCommon.useNewConnectionAsyncInternal(RoomDatabaseJdbcImplHelperCommon.kt:140)  at com.ustadmobile.door.room.RoomDatabaseJdbcImplHelperCommon.access$useNewConnectionAsyncInternal(RoomDatabaseJdbcImplHelperCommon.kt:21)  at com.ustadmobile.door.room.RoomDatabaseJdbcImplHelperCommon$useNewConnectionAsyncInternal$1.invokeSuspend(RoomDatabaseJdbcImplHelperCommon.kt) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) R at kotlinx.coroutines.UndispatchedCoroutine.afterResume(CoroutineContext.kt:266) M at kotlinx.coroutines.AbstractCoroutine.resumeWith(AbstractCoroutine.kt:99) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:46) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  NApr 23, 2025 2:32:37 PM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorLog - [prepareAndUseStatementAsync - jdbc:sqlite::memory:] - Exception running INSERT INTO UserSession (usUid, usPcsn, usLcsn, usLcb, usLct, usPersonUid, usClientNodeId, usStartTime, usEndTime, usStatus, usReason, usAuth, usSessionType) VALUES(?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) ,java.sql.SQLException: Connection is closed _ at com.zaxxer.hikari.pool.ProxyConnection$ClosedConnection$1.invoke(ProxyConnection.java:467) D at jdk.proxy4/jdk.proxy4.$Proxy74.prepareStatement(Unknown Source) V at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:308) ^ at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java) p at com.ustadmobile.door.room.InvalidationTracker.findChangedTablesOnConnectionAsync(InvalidationTracker.kt:95)  at com.ustadmobile.door.room.RoomDatabaseJdbcImplHelperCommon.useNewConnectionAsyncInternal(RoomDatabaseJdbcImplHelperCommon.kt:140)  at com.ustadmobile.door.room.RoomDatabaseJdbcImplHelperCommon.access$useNewConnectionAsyncInternal(RoomDatabaseJdbcImplHelperCommon.kt:21)  at com.ustadmobile.door.room.RoomDatabaseJdbcImplHelperCommon$useNewConnectionAsyncInternal$1.invokeSuspend(RoomDatabaseJdbcImplHelperCommon.kt) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) R at kotlinx.coroutines.UndispatchedCoroutine.afterResume(CoroutineContext.kt:266) M at kotlinx.coroutines.AbstractCoroutine.resumeWith(AbstractCoroutine.kt:99) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:46) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  NApr 23, 2025 2:32:37 PM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool NApr 23, 2025 2:32:37 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [NodeEventSseClient localNodeId=7094406850226360757 remoteEndpoint=http://localhost.localdomain:36457/UmAppDatabase/] : onError .java.io.IOException: other event source error d at com.ustadmobile.door.sse.DoorEventSource$eventSourceListener$1.onFailure(DoorEventSource.kt:44) P at okhttp3.internal.sse.RealEventSource.processResponse(RealEventSource.kt:52) K at okhttp3.internal.sse.RealEventSource.onResponse(RealEventSource.kt:46) H at okhttp3.internal.connection.RealCall$AsyncCall.run(RealCall.kt:519) ^ at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) ^ at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) 4 at java.base/java.lang.Thread.run(Thread.java:840)  NApr 23, 2025 2:32:37 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [NodeEventSseClient localNodeId=7094406850226360757 remoteEndpoint=http://localhost.localdomain:36457/UmAppDatabase/] : onError .java.io.IOException: other event source error d at com.ustadmobile.door.sse.DoorEventSource$eventSourceListener$1.onFailure(DoorEventSource.kt:44) P at okhttp3.internal.sse.RealEventSource.processResponse(RealEventSource.kt:52) K at okhttp3.internal.sse.RealEventSource.onResponse(RealEventSource.kt:46) H at okhttp3.internal.connection.RealCall$AsyncCall.run(RealCall.kt:519) ^ at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) ^ at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) 4 at java.base/java.lang.Thread.run(Thread.java:840)  NApr 23, 2025 2:32:37 PM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorEventSource$eventSourceListener$1$onFailure$invokeSuspend - [DoorEventSource@com.ustadmobile.door.sse.DoorEventSource@40cfcb3b - http://localhost.localdomain:36457/UmAppDatabase/replication/sse?door-node=7094406850226360757%2F1d93c251-d6d7-4322-9eca-4fb9c192c287] error: java.io.IOException: other event source error . Attempting to reconnect after 2000ms NApr 23, 2025 2:32:37 PM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorEventSource$eventSourceListener$1$onFailure$invokeSuspend - [DoorEventSource@com.ustadmobile.door.sse.DoorEventSource@40cfcb3b - http://localhost.localdomain:36457/UmAppDatabase/replication/sse?door-node=7094406850226360757%2F1d93c251-d6d7-4322-9eca-4fb9c192c287] error: java.io.IOException: other event source error . Attempting to reconnect after 2000ms NApr 23, 2025 2:32:37 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NApr 23, 2025 2:32:37 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NApr 23, 2025 2:32:37 PM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool NApr 23, 2025 2:32:37 PM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 Attempting to rollback transaction #1 NApr 23, 2025 2:32:37 PM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 Attempting to rollback transaction #1 NApr 23, 2025 2:32:37 PM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 Rolled back changes NApr 23, 2025 2:32:37 PM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 Rolled back changes NApr 23, 2025 2:32:37 PM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorLog - [prepareAndUseStatementAsync - jdbc:sqlite::memory:] - Exception running INSERT INTO UserSession (usUid, usPcsn, usLcsn, usLcb, usLct, usPersonUid, usClientNodeId, usStartTime, usEndTime, usStatus, usReason, usAuth, usSessionType) VALUES(?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) xjava.lang.NullPointerException: Cannot invoke "java.sql.Connection.setAutoCommit(boolean)" because "connection" is null L at com.zaxxer.hikari.pool.PoolBase.resetConnectionState(PoolBase.java:206) N at com.zaxxer.hikari.pool.PoolEntry.resetConnectionState(PoolEntry.java:108) K at com.zaxxer.hikari.pool.ProxyConnection.close(ProxyConnection.java:236)  at com.ustadmobile.door.room.RoomDatabaseJdbcImplHelperCommon.useNewConnectionAsyncInternal(RoomDatabaseJdbcImplHelperCommon.kt:197)  at com.ustadmobile.door.room.RoomDatabaseJdbcImplHelperCommon.access$useNewConnectionAsyncInternal(RoomDatabaseJdbcImplHelperCommon.kt:21)  at com.ustadmobile.door.room.RoomDatabaseJdbcImplHelperCommon$useNewConnectionAsyncInternal$1.invokeSuspend(RoomDatabaseJdbcImplHelperCommon.kt) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:102) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  NApr 23, 2025 2:32:37 PM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorLog - [prepareAndUseStatementAsync - jdbc:sqlite::memory:] - Exception running INSERT INTO UserSession (usUid, usPcsn, usLcsn, usLcb, usLct, usPersonUid, usClientNodeId, usStartTime, usEndTime, usStatus, usReason, usAuth, usSessionType) VALUES(?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) xjava.lang.NullPointerException: Cannot invoke "java.sql.Connection.setAutoCommit(boolean)" because "connection" is null L at com.zaxxer.hikari.pool.PoolBase.resetConnectionState(PoolBase.java:206) N at com.zaxxer.hikari.pool.PoolEntry.resetConnectionState(PoolEntry.java:108) K at com.zaxxer.hikari.pool.ProxyConnection.close(ProxyConnection.java:236)  at com.ustadmobile.door.room.RoomDatabaseJdbcImplHelperCommon.useNewConnectionAsyncInternal(RoomDatabaseJdbcImplHelperCommon.kt:197)  at com.ustadmobile.door.room.RoomDatabaseJdbcImplHelperCommon.access$useNewConnectionAsyncInternal(RoomDatabaseJdbcImplHelperCommon.kt:21)  at com.ustadmobile.door.room.RoomDatabaseJdbcImplHelperCommon$useNewConnectionAsyncInternal$1.invokeSuspend(RoomDatabaseJdbcImplHelperCommon.kt) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:102) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  NApr 23, 2025 2:32:37 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NApr 23, 2025 2:32:37 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NApr 23, 2025 2:32:37 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 : SQLite Change Tracker: Changed tables=[UserSession] NApr 23, 2025 2:32:37 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #2 : SQLite Change Tracker: Changed tables=[ContentEntryVersion] NApr 23, 2025 2:32:37 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite:build/tmp/localhost_localdomain_36457_.sqlite] - useNewConnectionAsyncInternal connection #9 : SQLite Change Tracker: Changed tables=[PendingRepositorySession] NApr 23, 2025 2:32:37 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:36457/UmAppDatabase/ - endpoint=http://localhost.localdomain:36457/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:36457/UmAppDatabase/ - endpoint=http://localhost.localdomain:36457/UmAppDatabase/] getRemoteNodeId : server did not provide node id } at com.ustadmobile.door.replication.DoorRepositoryReplicationClient$1.invokeSuspend(DoorRepositoryReplicationClient.kt:275) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  NApr 23, 2025 2:32:37 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:36457/UmAppDatabase/ - endpoint=http://localhost.localdomain:36457/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:36457/UmAppDatabase/ - endpoint=http://localhost.localdomain:36457/UmAppDatabase/] getRemoteNodeId : server did not provide node id } at com.ustadmobile.door.replication.DoorRepositoryReplicationClient$1.invokeSuspend(DoorRepositoryReplicationClient.kt:275) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  NApr 23, 2025 2:32:37 PM com.ustadmobile.core.util.NapierAntilogJvm performLog wFINEST: FINEST NonInteractiveContentXapiStatementRecorder$onActiveChanged - ContentUsageStatementRecorder: active=true NApr 23, 2025 2:32:37 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [NodeEventSseClient localNodeId=4979267641079309009 remoteEndpoint=http://localhost.localdomain:49937/UmAppDatabase/] : onError .java.io.IOException: other event source error d at com.ustadmobile.door.sse.DoorEventSource$eventSourceListener$1.onFailure(DoorEventSource.kt:44) P at okhttp3.internal.sse.RealEventSource.processResponse(RealEventSource.kt:52) K at okhttp3.internal.sse.RealEventSource.onResponse(RealEventSource.kt:46) H at okhttp3.internal.connection.RealCall$AsyncCall.run(RealCall.kt:519) ^ at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) ^ at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) 4 at java.base/java.lang.Thread.run(Thread.java:840)  NApr 23, 2025 2:32:37 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [NodeEventSseClient localNodeId=4979267641079309009 remoteEndpoint=http://localhost.localdomain:49937/UmAppDatabase/] : onError .java.io.IOException: other event source error d at com.ustadmobile.door.sse.DoorEventSource$eventSourceListener$1.onFailure(DoorEventSource.kt:44) P at okhttp3.internal.sse.RealEventSource.processResponse(RealEventSource.kt:52) K at okhttp3.internal.sse.RealEventSource.onResponse(RealEventSource.kt:46) H at okhttp3.internal.connection.RealCall$AsyncCall.run(RealCall.kt:519) ^ at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) ^ at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) 4 at java.base/java.lang.Thread.run(Thread.java:840)  NApr 23, 2025 2:32:37 PM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorEventSource$eventSourceListener$1$onFailure$invokeSuspend - [DoorEventSource@com.ustadmobile.door.sse.DoorEventSource@7d755ac4 - http://localhost.localdomain:49937/UmAppDatabase/replication/sse?door-node=4979267641079309009%2F80004e94-654b-4833-aedc-c90f05cdd779] error: java.io.IOException: other event source error . Attempting to reconnect after 2000ms NApr 23, 2025 2:32:37 PM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorEventSource$eventSourceListener$1$onFailure$invokeSuspend - [DoorEventSource@com.ustadmobile.door.sse.DoorEventSource@7d755ac4 - http://localhost.localdomain:49937/UmAppDatabase/replication/sse?door-node=4979267641079309009%2F80004e94-654b-4833-aedc-c90f05cdd779] error: java.io.IOException: other event source error . Attempting to reconnect after 2000ms NApr 23, 2025 2:32:37 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [NodeEventSseClient localNodeId=3937896276252873330 remoteEndpoint=http://localhost.localdomain:45333/UmAppDatabase/] : onError .java.io.IOException: other event source error d at com.ustadmobile.door.sse.DoorEventSource$eventSourceListener$1.onFailure(DoorEventSource.kt:44) P at okhttp3.internal.sse.RealEventSource.processResponse(RealEventSource.kt:52) K at okhttp3.internal.sse.RealEventSource.onResponse(RealEventSource.kt:46) H at okhttp3.internal.connection.RealCall$AsyncCall.run(RealCall.kt:519) ^ at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) ^ at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) 4 at java.base/java.lang.Thread.run(Thread.java:840)  NApr 23, 2025 2:32:37 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [NodeEventSseClient localNodeId=3937896276252873330 remoteEndpoint=http://localhost.localdomain:45333/UmAppDatabase/] : onError .java.io.IOException: other event source error d at com.ustadmobile.door.sse.DoorEventSource$eventSourceListener$1.onFailure(DoorEventSource.kt:44) P at okhttp3.internal.sse.RealEventSource.processResponse(RealEventSource.kt:52) K at okhttp3.internal.sse.RealEventSource.onResponse(RealEventSource.kt:46) H at okhttp3.internal.connection.RealCall$AsyncCall.run(RealCall.kt:519) ^ at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) ^ at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) 4 at java.base/java.lang.Thread.run(Thread.java:840)  NApr 23, 2025 2:32:37 PM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorEventSource$eventSourceListener$1$onFailure$invokeSuspend - [DoorEventSource@com.ustadmobile.door.sse.DoorEventSource@7ea4f0a5 - http://localhost.localdomain:45333/UmAppDatabase/replication/sse?door-node=3937896276252873330%2F2dbad5f5-fc93-4a4d-8ec6-9ed4a45fad90] error: java.io.IOException: other event source error . Attempting to reconnect after 2000ms NApr 23, 2025 2:32:37 PM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorEventSource$eventSourceListener$1$onFailure$invokeSuspend - [DoorEventSource@com.ustadmobile.door.sse.DoorEventSource@7ea4f0a5 - http://localhost.localdomain:45333/UmAppDatabase/replication/sse?door-node=3937896276252873330%2F2dbad5f5-fc93-4a4d-8ec6-9ed4a45fad90] error: java.io.IOException: other event source error . Attempting to reconnect after 2000ms NApr 23, 2025 2:32:37 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite:build/tmp/localhost_localdomain_49937_.sqlite] - useNewConnectionAsyncInternal connection #9 : SQLite Change Tracker: Changed tables=[PendingRepositorySession] NApr 23, 2025 2:32:37 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:49937/UmAppDatabase/ - endpoint=http://localhost.localdomain:49937/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:49937/UmAppDatabase/ - endpoint=http://localhost.localdomain:49937/UmAppDatabase/] getRemoteNodeId : server did not provide node id } at com.ustadmobile.door.replication.DoorRepositoryReplicationClient$1.invokeSuspend(DoorRepositoryReplicationClient.kt:275) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  NApr 23, 2025 2:32:37 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:49937/UmAppDatabase/ - endpoint=http://localhost.localdomain:49937/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:49937/UmAppDatabase/ - endpoint=http://localhost.localdomain:49937/UmAppDatabase/] getRemoteNodeId : server did not provide node id } at com.ustadmobile.door.replication.DoorRepositoryReplicationClient$1.invokeSuspend(DoorRepositoryReplicationClient.kt:275) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  NApr 23, 2025 2:32:37 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite:build/tmp/localhost_localdomain_45333_.sqlite] - useNewConnectionAsyncInternal connection #9 : SQLite Change Tracker: Changed tables=[PendingRepositorySession] NApr 23, 2025 2:32:37 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:45333/UmAppDatabase/ - endpoint=http://localhost.localdomain:45333/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:45333/UmAppDatabase/ - endpoint=http://localhost.localdomain:45333/UmAppDatabase/] getRemoteNodeId : server did not provide node id } at com.ustadmobile.door.replication.DoorRepositoryReplicationClient$1.invokeSuspend(DoorRepositoryReplicationClient.kt:275) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  NApr 23, 2025 2:32:37 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:45333/UmAppDatabase/ - endpoint=http://localhost.localdomain:45333/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:45333/UmAppDatabase/ - endpoint=http://localhost.localdomain:45333/UmAppDatabase/] getRemoteNodeId : server did not provide node id } at com.ustadmobile.door.replication.DoorRepositoryReplicationClient$1.invokeSuspend(DoorRepositoryReplicationClient.kt:275) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  NApr 23, 2025 2:32:37 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [NodeEventSseClient localNodeId=3937896276252873330 remoteEndpoint=http://inaccessible/UmAppDatabase/] : onError ,java.net.UnknownHostException: inaccessible M at java.base/java.net.InetAddress$CachedAddresses.get(InetAddress.java:801) H at java.base/java.net.InetAddress.getAllByName0(InetAddress.java:1533) G at java.base/java.net.InetAddress.getAllByName(InetAddress.java:1385) G at java.base/java.net.InetAddress.getAllByName(InetAddress.java:1306) 6 at okhttp3.Dns$Companion$DnsSystem.lookup(Dns.kt:49) _ at okhttp3.internal.connection.RouteSelector.resetNextInetSocketAddress(RouteSelector.kt:169) N at okhttp3.internal.connection.RouteSelector.nextProxy(RouteSelector.kt:131) H at okhttp3.internal.connection.RouteSelector.next(RouteSelector.kt:73) U at okhttp3.internal.connection.ExchangeFinder.findConnection(ExchangeFinder.kt:205) \ at okhttp3.internal.connection.ExchangeFinder.findHealthyConnection(ExchangeFinder.kt:106) J at okhttp3.internal.connection.ExchangeFinder.find(ExchangeFinder.kt:74) N at okhttp3.internal.connection.RealCall.initExchange$okhttp(RealCall.kt:255) W at okhttp3.internal.connection.ConnectInterceptor.intercept(ConnectInterceptor.kt:32) T at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:109) N at okhttp3.internal.cache.CacheInterceptor.intercept(CacheInterceptor.kt:95) T at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:109) O at okhttp3.internal.http.BridgeInterceptor.intercept(BridgeInterceptor.kt:83) T at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:109) c at okhttp3.internal.http.RetryAndFollowUpInterceptor.intercept(RetryAndFollowUpInterceptor.kt:76) T at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:109) a at okhttp3.internal.connection.RealCall.getResponseWithInterceptorChain$okhttp(RealCall.kt:201) H 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) 4 at java.base/java.lang.Thread.run(Thread.java:840)  NApr 23, 2025 2:32:37 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [NodeEventSseClient localNodeId=3937896276252873330 remoteEndpoint=http://inaccessible/UmAppDatabase/] : onError ,java.net.UnknownHostException: inaccessible M at java.base/java.net.InetAddress$CachedAddresses.get(InetAddress.java:801) H at java.base/java.net.InetAddress.getAllByName0(InetAddress.java:1533) G at java.base/java.net.InetAddress.getAllByName(InetAddress.java:1385) G at java.base/java.net.InetAddress.getAllByName(InetAddress.java:1306) 6 at okhttp3.Dns$Companion$DnsSystem.lookup(Dns.kt:49) _ at okhttp3.internal.connection.RouteSelector.resetNextInetSocketAddress(RouteSelector.kt:169) N at okhttp3.internal.connection.RouteSelector.nextProxy(RouteSelector.kt:131) H at okhttp3.internal.connection.RouteSelector.next(RouteSelector.kt:73) U at okhttp3.internal.connection.ExchangeFinder.findConnection(ExchangeFinder.kt:205) \ at okhttp3.internal.connection.ExchangeFinder.findHealthyConnection(ExchangeFinder.kt:106) J at okhttp3.internal.connection.ExchangeFinder.find(ExchangeFinder.kt:74) N at okhttp3.internal.connection.RealCall.initExchange$okhttp(RealCall.kt:255) W at okhttp3.internal.connection.ConnectInterceptor.intercept(ConnectInterceptor.kt:32) T at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:109) N at okhttp3.internal.cache.CacheInterceptor.intercept(CacheInterceptor.kt:95) T at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:109) O at okhttp3.internal.http.BridgeInterceptor.intercept(BridgeInterceptor.kt:83) T at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:109) c at okhttp3.internal.http.RetryAndFollowUpInterceptor.intercept(RetryAndFollowUpInterceptor.kt:76) T at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:109) a at okhttp3.internal.connection.RealCall.getResponseWithInterceptorChain$okhttp(RealCall.kt:201) H 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) 4 at java.base/java.lang.Thread.run(Thread.java:840)  NApr 23, 2025 2:32:37 PM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorEventSource$eventSourceListener$1$onFailure$invokeSuspend - [DoorEventSource@com.ustadmobile.door.sse.DoorEventSource@45ccfd6e - http://inaccessible/UmAppDatabase/replication/sse?door-node=3937896276252873330%2F2dbad5f5-fc93-4a4d-8ec6-9ed4a45fad90] error: java.net.UnknownHostException: inaccessible . Attempting to reconnect after 2000ms NApr 23, 2025 2:32:37 PM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorEventSource$eventSourceListener$1$onFailure$invokeSuspend - [DoorEventSource@com.ustadmobile.door.sse.DoorEventSource@45ccfd6e - http://inaccessible/UmAppDatabase/replication/sse?door-node=3937896276252873330%2F2dbad5f5-fc93-4a4d-8ec6-9ed4a45fad90] error: java.net.UnknownHostException: inaccessible . Attempting to reconnect after 2000ms NApr 23, 2025 2:32:37 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [NodeEventSseClient localNodeId=7839400481427674373 remoteEndpoint=http://localhost.localdomain:54629/UmAppDatabase/] : onError .java.io.IOException: other event source error d at com.ustadmobile.door.sse.DoorEventSource$eventSourceListener$1.onFailure(DoorEventSource.kt:44) P at okhttp3.internal.sse.RealEventSource.processResponse(RealEventSource.kt:52) K at okhttp3.internal.sse.RealEventSource.onResponse(RealEventSource.kt:46) H at okhttp3.internal.connection.RealCall$AsyncCall.run(RealCall.kt:519) ^ at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) ^ at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) 4 at java.base/java.lang.Thread.run(Thread.java:840)  NApr 23, 2025 2:32:37 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [NodeEventSseClient localNodeId=7839400481427674373 remoteEndpoint=http://localhost.localdomain:54629/UmAppDatabase/] : onError .java.io.IOException: other event source error d at com.ustadmobile.door.sse.DoorEventSource$eventSourceListener$1.onFailure(DoorEventSource.kt:44) P at okhttp3.internal.sse.RealEventSource.processResponse(RealEventSource.kt:52) K at okhttp3.internal.sse.RealEventSource.onResponse(RealEventSource.kt:46) H at okhttp3.internal.connection.RealCall$AsyncCall.run(RealCall.kt:519) ^ at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) ^ at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) 4 at java.base/java.lang.Thread.run(Thread.java:840)  NApr 23, 2025 2:32:37 PM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorEventSource$eventSourceListener$1$onFailure$invokeSuspend - [DoorEventSource@com.ustadmobile.door.sse.DoorEventSource@1e5e4404 - http://localhost.localdomain:54629/UmAppDatabase/replication/sse?door-node=7839400481427674373%2F124ba0ea-ed93-42bc-8bc6-2ac91fbd355b] error: java.io.IOException: other event source error . Attempting to reconnect after 2000ms NApr 23, 2025 2:32:37 PM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorEventSource$eventSourceListener$1$onFailure$invokeSuspend - [DoorEventSource@com.ustadmobile.door.sse.DoorEventSource@1e5e4404 - http://localhost.localdomain:54629/UmAppDatabase/replication/sse?door-node=7839400481427674373%2F124ba0ea-ed93-42bc-8bc6-2ac91fbd355b] error: java.io.IOException: other event source error . Attempting to reconnect after 2000ms NApr 23, 2025 2:32:37 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite:build/tmp/inaccessible_.sqlite] - useNewConnectionAsyncInternal connection #9 : SQLite Change Tracker: Changed tables=[PendingRepositorySession] NApr 23, 2025 2:32:37 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://inaccessible/UmAppDatabase/ - endpoint=http://inaccessible/UmAppDatabase/] getRemoteNodeId : exception getting remote node id ,java.net.UnknownHostException: inaccessible 5 at _COROUTINE._BOUNDARY._(CoroutineDebugging.kt:42) V at io.ktor.client.engine.okhttp.OkHttpEngine.executeHttpRequest(OkHttpEngine.kt:103) J at io.ktor.client.engine.okhttp.OkHttpEngine.execute(OkHttpEngine.kt:70) l at io.ktor.client.engine.HttpClientEngine$executeWithinCallContext$2.invokeSuspend(HttpClientEngine.kt:99) j at io.ktor.client.engine.HttpClientEngine$DefaultImpls.executeWithinCallContext(HttpClientEngine.kt:100) [ at io.ktor.client.engine.HttpClientEngine$install$1.invokeSuspend(HttpClientEngine.kt:70) K at io.ktor.client.plugins.HttpSend$DefaultSender.execute(HttpSend.kt:138) Z at io.ktor.client.plugins.HttpTimeout$Plugin$install$1.invokeSuspend(HttpTimeout.kt:174) [ at io.ktor.client.plugins.HttpRedirect$Plugin$install$1.invokeSuspend(HttpRedirect.kt:64) i at io.ktor.client.plugins.HttpCallValidator$Companion$install$3.invokeSuspend(HttpCallValidator.kt:151) T at io.ktor.client.plugins.HttpSend$Plugin$install$1.invokeSuspend(HttpSend.kt:104) i at io.ktor.client.plugins.HttpCallValidator$Companion$install$1.invokeSuspend(HttpCallValidator.kt:130) k at io.ktor.client.plugins.HttpRequestLifecycle$Plugin$install$1.invokeSuspend(HttpRequestLifecycle.kt:38) J at io.ktor.client.HttpClient.execute$ktor_client_core(HttpClient.kt:191) O at io.ktor.client.statement.HttpStatement.executeUnsafe(HttpStatement.kt:108) H at io.ktor.client.statement.HttpStatement.execute(HttpStatement.kt:47) } at com.ustadmobile.door.replication.DoorRepositoryReplicationClient$1.invokeSuspend(DoorRepositoryReplicationClient.kt:492) 7Caused by: java.net.UnknownHostException: inaccessible M at java.base/java.net.InetAddress$CachedAddresses.get(InetAddress.java:801) H at java.base/java.net.InetAddress.getAllByName0(InetAddress.java:1533) G at java.base/java.net.InetAddress.getAllByName(InetAddress.java:1385) G at java.base/java.net.InetAddress.getAllByName(InetAddress.java:1306) 6 at okhttp3.Dns$Companion$DnsSystem.lookup(Dns.kt:49) _ at okhttp3.internal.connection.RouteSelector.resetNextInetSocketAddress(RouteSelector.kt:169) N at okhttp3.internal.connection.RouteSelector.nextProxy(RouteSelector.kt:131) H at okhttp3.internal.connection.RouteSelector.next(RouteSelector.kt:73) U at okhttp3.internal.connection.ExchangeFinder.findConnection(ExchangeFinder.kt:205) \ at okhttp3.internal.connection.ExchangeFinder.findHealthyConnection(ExchangeFinder.kt:106) J at okhttp3.internal.connection.ExchangeFinder.find(ExchangeFinder.kt:74) N at okhttp3.internal.connection.RealCall.initExchange$okhttp(RealCall.kt:255) W at okhttp3.internal.connection.ConnectInterceptor.intercept(ConnectInterceptor.kt:32) T at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:109) N at okhttp3.internal.cache.CacheInterceptor.intercept(CacheInterceptor.kt:95) T at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:109) O at okhttp3.internal.http.BridgeInterceptor.intercept(BridgeInterceptor.kt:83) T at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:109) c at okhttp3.internal.http.RetryAndFollowUpInterceptor.intercept(RetryAndFollowUpInterceptor.kt:76) T at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:109) a at okhttp3.internal.connection.RealCall.getResponseWithInterceptorChain$okhttp(RealCall.kt:201) H 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) 4 at java.base/java.lang.Thread.run(Thread.java:840)  NApr 23, 2025 2:32:37 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://inaccessible/UmAppDatabase/ - endpoint=http://inaccessible/UmAppDatabase/] getRemoteNodeId : exception getting remote node id ,java.net.UnknownHostException: inaccessible 5 at _COROUTINE._BOUNDARY._(CoroutineDebugging.kt:42) V at io.ktor.client.engine.okhttp.OkHttpEngine.executeHttpRequest(OkHttpEngine.kt:103) J at io.ktor.client.engine.okhttp.OkHttpEngine.execute(OkHttpEngine.kt:70) l at io.ktor.client.engine.HttpClientEngine$executeWithinCallContext$2.invokeSuspend(HttpClientEngine.kt:99) j at io.ktor.client.engine.HttpClientEngine$DefaultImpls.executeWithinCallContext(HttpClientEngine.kt:100) [ at io.ktor.client.engine.HttpClientEngine$install$1.invokeSuspend(HttpClientEngine.kt:70) K at io.ktor.client.plugins.HttpSend$DefaultSender.execute(HttpSend.kt:138) Z at io.ktor.client.plugins.HttpTimeout$Plugin$install$1.invokeSuspend(HttpTimeout.kt:174) [ at io.ktor.client.plugins.HttpRedirect$Plugin$install$1.invokeSuspend(HttpRedirect.kt:64) i at io.ktor.client.plugins.HttpCallValidator$Companion$install$3.invokeSuspend(HttpCallValidator.kt:151) T at io.ktor.client.plugins.HttpSend$Plugin$install$1.invokeSuspend(HttpSend.kt:104) i at io.ktor.client.plugins.HttpCallValidator$Companion$install$1.invokeSuspend(HttpCallValidator.kt:130) k at io.ktor.client.plugins.HttpRequestLifecycle$Plugin$install$1.invokeSuspend(HttpRequestLifecycle.kt:38) J at io.ktor.client.HttpClient.execute$ktor_client_core(HttpClient.kt:191) O at io.ktor.client.statement.HttpStatement.executeUnsafe(HttpStatement.kt:108) H at io.ktor.client.statement.HttpStatement.execute(HttpStatement.kt:47) } at com.ustadmobile.door.replication.DoorRepositoryReplicationClient$1.invokeSuspend(DoorRepositoryReplicationClient.kt:492) 7Caused by: java.net.UnknownHostException: inaccessible M at java.base/java.net.InetAddress$CachedAddresses.get(InetAddress.java:801) H at java.base/java.net.InetAddress.getAllByName0(InetAddress.java:1533) G at java.base/java.net.InetAddress.getAllByName(InetAddress.java:1385) G at java.base/java.net.InetAddress.getAllByName(InetAddress.java:1306) 6 at okhttp3.Dns$Companion$DnsSystem.lookup(Dns.kt:49) _ at okhttp3.internal.connection.RouteSelector.resetNextInetSocketAddress(RouteSelector.kt:169) N at okhttp3.internal.connection.RouteSelector.nextProxy(RouteSelector.kt:131) H at okhttp3.internal.connection.RouteSelector.next(RouteSelector.kt:73) U at okhttp3.internal.connection.ExchangeFinder.findConnection(ExchangeFinder.kt:205) \ at okhttp3.internal.connection.ExchangeFinder.findHealthyConnection(ExchangeFinder.kt:106) J at okhttp3.internal.connection.ExchangeFinder.find(ExchangeFinder.kt:74) N at okhttp3.internal.connection.RealCall.initExchange$okhttp(RealCall.kt:255) W at okhttp3.internal.connection.ConnectInterceptor.intercept(ConnectInterceptor.kt:32) T at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:109) N at okhttp3.internal.cache.CacheInterceptor.intercept(CacheInterceptor.kt:95) T at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:109) O at okhttp3.internal.http.BridgeInterceptor.intercept(BridgeInterceptor.kt:83) T at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:109) c at okhttp3.internal.http.RetryAndFollowUpInterceptor.intercept(RetryAndFollowUpInterceptor.kt:76) T at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:109) a at okhttp3.internal.connection.RealCall.getResponseWithInterceptorChain$okhttp(RealCall.kt:201) H 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) 4 at java.base/java.lang.Thread.run(Thread.java:840)  NApr 23, 2025 2:32:37 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite:build/tmp/localhost_localdomain_54629_.sqlite] - useNewConnectionAsyncInternal connection #22 : SQLite Change Tracker: Changed tables=[PendingRepositorySession] NApr 23, 2025 2:32:37 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:54629/UmAppDatabase/ - endpoint=http://localhost.localdomain:54629/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:54629/UmAppDatabase/ - endpoint=http://localhost.localdomain:54629/UmAppDatabase/] getRemoteNodeId : server did not provide node id } at com.ustadmobile.door.replication.DoorRepositoryReplicationClient$1.invokeSuspend(DoorRepositoryReplicationClient.kt:275) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  NApr 23, 2025 2:32:37 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:54629/UmAppDatabase/ - endpoint=http://localhost.localdomain:54629/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:54629/UmAppDatabase/ - endpoint=http://localhost.localdomain:54629/UmAppDatabase/] getRemoteNodeId : server did not provide node id } at com.ustadmobile.door.replication.DoorRepositoryReplicationClient$1.invokeSuspend(DoorRepositoryReplicationClient.kt:275) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  NApr 23, 2025 2:32:37 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [NodeEventSseClient localNodeId=5996167274536851170 remoteEndpoint=http://localhost.localdomain:38287/UmAppDatabase/] : onError .java.io.IOException: other event source error d at com.ustadmobile.door.sse.DoorEventSource$eventSourceListener$1.onFailure(DoorEventSource.kt:44) P at okhttp3.internal.sse.RealEventSource.processResponse(RealEventSource.kt:52) K at okhttp3.internal.sse.RealEventSource.onResponse(RealEventSource.kt:46) H at okhttp3.internal.connection.RealCall$AsyncCall.run(RealCall.kt:519) ^ at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) ^ at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) 4 at java.base/java.lang.Thread.run(Thread.java:840)  NApr 23, 2025 2:32:37 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [NodeEventSseClient localNodeId=5996167274536851170 remoteEndpoint=http://localhost.localdomain:38287/UmAppDatabase/] : onError .java.io.IOException: other event source error d at com.ustadmobile.door.sse.DoorEventSource$eventSourceListener$1.onFailure(DoorEventSource.kt:44) P at okhttp3.internal.sse.RealEventSource.processResponse(RealEventSource.kt:52) K at okhttp3.internal.sse.RealEventSource.onResponse(RealEventSource.kt:46) H at okhttp3.internal.connection.RealCall$AsyncCall.run(RealCall.kt:519) ^ at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) ^ at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) 4 at java.base/java.lang.Thread.run(Thread.java:840)  NApr 23, 2025 2:32:37 PM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorEventSource$eventSourceListener$1$onFailure$invokeSuspend - [DoorEventSource@com.ustadmobile.door.sse.DoorEventSource@13a63313 - http://localhost.localdomain:38287/UmAppDatabase/replication/sse?door-node=5996167274536851170%2Fac14360e-8466-4dee-ad40-509bfd7c4ba7] error: java.io.IOException: other event source error . Attempting to reconnect after 2000ms NApr 23, 2025 2:32:37 PM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorEventSource$eventSourceListener$1$onFailure$invokeSuspend - [DoorEventSource@com.ustadmobile.door.sse.DoorEventSource@13a63313 - http://localhost.localdomain:38287/UmAppDatabase/replication/sse?door-node=5996167274536851170%2Fac14360e-8466-4dee-ad40-509bfd7c4ba7] error: java.io.IOException: other event source error . Attempting to reconnect after 2000ms NApr 23, 2025 2:32:37 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite:build/tmp/localhost_localdomain_38287_.sqlite] - useNewConnectionAsyncInternal connection #20 : SQLite Change Tracker: Changed tables=[PendingRepositorySession] NApr 23, 2025 2:32:37 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:38287/UmAppDatabase/ - endpoint=http://localhost.localdomain:38287/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:38287/UmAppDatabase/ - endpoint=http://localhost.localdomain:38287/UmAppDatabase/] getRemoteNodeId : server did not provide node id } at com.ustadmobile.door.replication.DoorRepositoryReplicationClient$1.invokeSuspend(DoorRepositoryReplicationClient.kt:275) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  NApr 23, 2025 2:32:37 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:38287/UmAppDatabase/ - endpoint=http://localhost.localdomain:38287/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:38287/UmAppDatabase/ - endpoint=http://localhost.localdomain:38287/UmAppDatabase/] getRemoteNodeId : server did not provide node id } at com.ustadmobile.door.replication.DoorRepositoryReplicationClient$1.invokeSuspend(DoorRepositoryReplicationClient.kt:275) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  NApr 23, 2025 2:32:37 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [NodeEventSseClient localNodeId=1300342632182372182 remoteEndpoint=http://localhost.localdomain:60363/UmAppDatabase/] : onError .java.io.IOException: other event source error d at com.ustadmobile.door.sse.DoorEventSource$eventSourceListener$1.onFailure(DoorEventSource.kt:44) P at okhttp3.internal.sse.RealEventSource.processResponse(RealEventSource.kt:52) K at okhttp3.internal.sse.RealEventSource.onResponse(RealEventSource.kt:46) H at okhttp3.internal.connection.RealCall$AsyncCall.run(RealCall.kt:519) ^ at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) ^ at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) 4 at java.base/java.lang.Thread.run(Thread.java:840)  NApr 23, 2025 2:32:37 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [NodeEventSseClient localNodeId=1300342632182372182 remoteEndpoint=http://localhost.localdomain:60363/UmAppDatabase/] : onError .java.io.IOException: other event source error d at com.ustadmobile.door.sse.DoorEventSource$eventSourceListener$1.onFailure(DoorEventSource.kt:44) P at okhttp3.internal.sse.RealEventSource.processResponse(RealEventSource.kt:52) K at okhttp3.internal.sse.RealEventSource.onResponse(RealEventSource.kt:46) H at okhttp3.internal.connection.RealCall$AsyncCall.run(RealCall.kt:519) ^ at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) ^ at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) 4 at java.base/java.lang.Thread.run(Thread.java:840)  NApr 23, 2025 2:32:37 PM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorEventSource$eventSourceListener$1$onFailure$invokeSuspend - [DoorEventSource@com.ustadmobile.door.sse.DoorEventSource@71901f84 - http://localhost.localdomain:60363/UmAppDatabase/replication/sse?door-node=1300342632182372182%2F2fd6a754-bf38-4206-9b07-524558f03d1e] error: java.io.IOException: other event source error . Attempting to reconnect after 2000ms NApr 23, 2025 2:32:37 PM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorEventSource$eventSourceListener$1$onFailure$invokeSuspend - [DoorEventSource@com.ustadmobile.door.sse.DoorEventSource@71901f84 - http://localhost.localdomain:60363/UmAppDatabase/replication/sse?door-node=1300342632182372182%2F2fd6a754-bf38-4206-9b07-524558f03d1e] error: java.io.IOException: other event source error . Attempting to reconnect after 2000ms NApr 23, 2025 2:32:37 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite:build/tmp/localhost_localdomain_60363_.sqlite] - useNewConnectionAsyncInternal connection #17 : SQLite Change Tracker: Changed tables=[PendingRepositorySession] NApr 23, 2025 2:32:37 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite:build/tmp/localhost_localdomain_46465_.sqlite] - useNewConnectionAsyncInternal connection #10 : SQLite Change Tracker: Changed tables=[PendingRepositorySession] NApr 23, 2025 2:32:37 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:46465/UmAppDatabase/ - endpoint=http://localhost.localdomain:46465/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:46465/UmAppDatabase/ - endpoint=http://localhost.localdomain:46465/UmAppDatabase/] getRemoteNodeId : server did not provide node id } at com.ustadmobile.door.replication.DoorRepositoryReplicationClient$1.invokeSuspend(DoorRepositoryReplicationClient.kt:275) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  NApr 23, 2025 2:32:37 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:46465/UmAppDatabase/ - endpoint=http://localhost.localdomain:46465/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:46465/UmAppDatabase/ - endpoint=http://localhost.localdomain:46465/UmAppDatabase/] getRemoteNodeId : server did not provide node id } at com.ustadmobile.door.replication.DoorRepositoryReplicationClient$1.invokeSuspend(DoorRepositoryReplicationClient.kt:275) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  NApr 23, 2025 2:32:37 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:60363/UmAppDatabase/ - endpoint=http://localhost.localdomain:60363/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:60363/UmAppDatabase/ - endpoint=http://localhost.localdomain:60363/UmAppDatabase/] getRemoteNodeId : server did not provide node id } at com.ustadmobile.door.replication.DoorRepositoryReplicationClient$1.invokeSuspend(DoorRepositoryReplicationClient.kt:275) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  NApr 23, 2025 2:32:37 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:60363/UmAppDatabase/ - endpoint=http://localhost.localdomain:60363/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:60363/UmAppDatabase/ - endpoint=http://localhost.localdomain:60363/UmAppDatabase/] getRemoteNodeId : server did not provide node id } at com.ustadmobile.door.replication.DoorRepositoryReplicationClient$1.invokeSuspend(DoorRepositoryReplicationClient.kt:275) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  NApr 23, 2025 2:32:38 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [NodeEventSseClient localNodeId=2288021498854307691 remoteEndpoint=http://localhost.localdomain:48975/UmAppDatabase/] : onError .java.io.IOException: other event source error d at com.ustadmobile.door.sse.DoorEventSource$eventSourceListener$1.onFailure(DoorEventSource.kt:44) P at okhttp3.internal.sse.RealEventSource.processResponse(RealEventSource.kt:52) K at okhttp3.internal.sse.RealEventSource.onResponse(RealEventSource.kt:46) H at okhttp3.internal.connection.RealCall$AsyncCall.run(RealCall.kt:519) ^ at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) ^ at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) 4 at java.base/java.lang.Thread.run(Thread.java:840)  NApr 23, 2025 2:32:38 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [NodeEventSseClient localNodeId=2288021498854307691 remoteEndpoint=http://localhost.localdomain:48975/UmAppDatabase/] : onError .java.io.IOException: other event source error d at com.ustadmobile.door.sse.DoorEventSource$eventSourceListener$1.onFailure(DoorEventSource.kt:44) P at okhttp3.internal.sse.RealEventSource.processResponse(RealEventSource.kt:52) K at okhttp3.internal.sse.RealEventSource.onResponse(RealEventSource.kt:46) H at okhttp3.internal.connection.RealCall$AsyncCall.run(RealCall.kt:519) ^ at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) ^ at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) 4 at java.base/java.lang.Thread.run(Thread.java:840)  NApr 23, 2025 2:32:38 PM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorEventSource$eventSourceListener$1$onFailure$invokeSuspend - [DoorEventSource@com.ustadmobile.door.sse.DoorEventSource@2f2c412a - http://localhost.localdomain:48975/UmAppDatabase/replication/sse?door-node=2288021498854307691%2Ff16586cd-8e5a-4ae5-bd2a-ee8f4f6bec1b] error: java.io.IOException: other event source error . Attempting to reconnect after 2000ms NApr 23, 2025 2:32:38 PM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorEventSource$eventSourceListener$1$onFailure$invokeSuspend - [DoorEventSource@com.ustadmobile.door.sse.DoorEventSource@2f2c412a - http://localhost.localdomain:48975/UmAppDatabase/replication/sse?door-node=2288021498854307691%2Ff16586cd-8e5a-4ae5-bd2a-ee8f4f6bec1b] error: java.io.IOException: other event source error . Attempting to reconnect after 2000ms NApr 23, 2025 2:32:38 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite:build/tmp/localhost_localdomain_39375_.sqlite] - useNewConnectionAsyncInternal connection #21 : SQLite Change Tracker: Changed tables=[PendingRepositorySession] NApr 23, 2025 2:32:38 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:39375/UmAppDatabase/ - endpoint=http://localhost.localdomain:39375/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:39375/UmAppDatabase/ - endpoint=http://localhost.localdomain:39375/UmAppDatabase/] getRemoteNodeId : server did not provide node id } at com.ustadmobile.door.replication.DoorRepositoryReplicationClient$1.invokeSuspend(DoorRepositoryReplicationClient.kt:275) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  NApr 23, 2025 2:32:38 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:39375/UmAppDatabase/ - endpoint=http://localhost.localdomain:39375/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:39375/UmAppDatabase/ - endpoint=http://localhost.localdomain:39375/UmAppDatabase/] getRemoteNodeId : server did not provide node id } at com.ustadmobile.door.replication.DoorRepositoryReplicationClient$1.invokeSuspend(DoorRepositoryReplicationClient.kt:275) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  NApr 23, 2025 2:32:38 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite:build/tmp/localhost_localdomain_48975_.sqlite] - useNewConnectionAsyncInternal connection #13 : SQLite Change Tracker: Changed tables=[PendingRepositorySession] NApr 23, 2025 2:32:38 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:48975/UmAppDatabase/ - endpoint=http://localhost.localdomain:48975/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:48975/UmAppDatabase/ - endpoint=http://localhost.localdomain:48975/UmAppDatabase/] getRemoteNodeId : server did not provide node id } at com.ustadmobile.door.replication.DoorRepositoryReplicationClient$1.invokeSuspend(DoorRepositoryReplicationClient.kt:275) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  NApr 23, 2025 2:32:38 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:48975/UmAppDatabase/ - endpoint=http://localhost.localdomain:48975/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:48975/UmAppDatabase/ - endpoint=http://localhost.localdomain:48975/UmAppDatabase/] getRemoteNodeId : server did not provide node id } at com.ustadmobile.door.replication.DoorRepositoryReplicationClient$1.invokeSuspend(DoorRepositoryReplicationClient.kt:275) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  NApr 23, 2025 2:32:38 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite:build/tmp/localhost_localdomain_36457_.sqlite] - useNewConnectionAsyncInternal connection #10 : SQLite Change Tracker: Changed tables=[PendingRepositorySession] NApr 23, 2025 2:32:38 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:36457/UmAppDatabase/ - endpoint=http://localhost.localdomain:36457/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:36457/UmAppDatabase/ - endpoint=http://localhost.localdomain:36457/UmAppDatabase/] getRemoteNodeId : server did not provide node id } at com.ustadmobile.door.replication.DoorRepositoryReplicationClient$1.invokeSuspend(DoorRepositoryReplicationClient.kt:275) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  NApr 23, 2025 2:32:38 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:36457/UmAppDatabase/ - endpoint=http://localhost.localdomain:36457/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:36457/UmAppDatabase/ - endpoint=http://localhost.localdomain:36457/UmAppDatabase/] getRemoteNodeId : server did not provide node id } at com.ustadmobile.door.replication.DoorRepositoryReplicationClient$1.invokeSuspend(DoorRepositoryReplicationClient.kt:275) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  NApr 23, 2025 2:32:38 PM com.ustadmobile.core.util.NapierAntilogJvm performLog xFINEST: FINEST NonInteractiveContentXapiStatementRecorder$onActiveChanged - ContentUsageStatementRecorder: active=false NApr 23, 2025 2:32:38 PM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool NApr 23, 2025 2:32:38 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NApr 23, 2025 2:32:38 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NApr 23, 2025 2:32:38 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 : SQLite Change Tracker: Changed tables=[UserSession] NApr 23, 2025 2:32:38 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #2 : SQLite Change Tracker: Changed tables=[ContentEntryVersion] NApr 23, 2025 2:32:38 PM com.ustadmobile.core.util.NapierAntilogJvm performLog sFINEST: FINEST ResolveXapiLaunchHrefUseCase$invoke - Resolving xAPI url for contentEntryVersion 719728105296470016 NApr 23, 2025 2:32:38 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite:build/tmp/localhost_localdomain_49937_.sqlite] - useNewConnectionAsyncInternal connection #10 : SQLite Change Tracker: Changed tables=[PendingRepositorySession] NApr 23, 2025 2:32:38 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:49937/UmAppDatabase/ - endpoint=http://localhost.localdomain:49937/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:49937/UmAppDatabase/ - endpoint=http://localhost.localdomain:49937/UmAppDatabase/] getRemoteNodeId : server did not provide node id } at com.ustadmobile.door.replication.DoorRepositoryReplicationClient$1.invokeSuspend(DoorRepositoryReplicationClient.kt:275) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  NApr 23, 2025 2:32:38 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:49937/UmAppDatabase/ - endpoint=http://localhost.localdomain:49937/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:49937/UmAppDatabase/ - endpoint=http://localhost.localdomain:49937/UmAppDatabase/] getRemoteNodeId : server did not provide node id } at com.ustadmobile.door.replication.DoorRepositoryReplicationClient$1.invokeSuspend(DoorRepositoryReplicationClient.kt:275) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  NApr 23, 2025 2:32:38 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINEST: FINEST ResolveXapiLaunchHrefUseCase$invoke - Resolved xAPI url for contentEntryVersion 719728105296470016 : http://localhost.localdomain:46021/719728105296470016/tetris.html?endpoint=http%3A%2F%2Flocalhost%2Fe%2Fendpoint%2Fxapi&auth=Basic+MDpudWxs&actor=%7B%22name%22%3Anull%2C%22mbox%22%3Anull%2C%22mbox_sha1sum%22%3Anull%2C%22openid%22%3Anull%2C%22objectType%22%3A%22Agent%22%2C%22account%22%3A%7B%22homePage%22%3A%22http%3A%2F%2Flocalhost%2F%22%2C%22name%22%3A%22admin%22%7D%7D®istration=00000000-0000-0000-0000-000000000000&activity_id= NApr 23, 2025 2:32:38 PM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool